DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:sidebarng

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:sidebarng [2013-08-07 06:51] Aleksandrplugin:sidebarng [2023-10-30 23:43] (current) Klap-in
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Adds a flexible sidebar to your Wiki+description: Adds a flexible sidebar to your wiki
 author     : Michael Klier author     : Michael Klier
 email      : chi@chimeric.de email      : chi@chimeric.de
 type       : Action type       : Action
 lastupdate : 2010-06-04 lastupdate : 2010-06-04
-compatible : 2009-12-25, 2009-02-14+compatible : Lemming
 depends    :  depends    : 
 conflicts  conflicts 
Line 13: Line 13:
 tags       : sidebar tags       : sidebar
  
-downloadurl: http://cloud.github.com/downloads/chimeric/dokuwiki-plugin-sidebarng/plugin-sidebarng.tgz +downloadurl: https://github.com/chimeric/dokuwiki-plugin-sidebarng/archive/master.zip 
-bugtracker : http://github.com/chimeric/dokuwiki-plugin-sidebarng/issueshttps://www.dokuwiki.org/plugin:sidebarng?do=revisions +bugtracker : https://github.com/chimeric/dokuwiki-plugin-sidebarng/issues 
-sourcerepo : http://github.com/chimeric/dokuwiki-plugin-sidebarng/+sourcerepo : https://github.com/chimeric/dokuwiki-plugin-sidebarng
 ---- ----
  
Line 22: Line 22:
 Download the archive and unpack it into ''<dokuwiki>/lib/plugins''. Download the archive and unpack it into ''<dokuwiki>/lib/plugins''.
  
-  * [[http://cloud.github.com/downloads/chimeric/dokuwiki-plugin-sidebarng/plugin-sidebarng.tgz|.tgz]] Plugin Manager+  * [[https://github.com/chimeric/dokuwiki-plugin-sidebarng/archive/master.zip|.zip]] Plugin Manager
  
 The plugin can also be installed via git. The plugin can also be installed via git.
Line 34: Line 34:
  
 Hello, I created a new repository with updates from arctic and dokubook template and some more config options.  Hello, I created a new repository with updates from arctic and dokubook template and some more config options. 
 +
   * https://github.com/samfisch/dokuwiki-plugin-sidebarng/tree/development   * https://github.com/samfisch/dokuwiki-plugin-sidebarng/tree/development
-  * http://r.notomorrow.de/dokuwiki-plugin-sidebarng/pkg/sidebarng-development.tgz +  * https://github.com/samfisch/dokuwiki-plugin-sidebarng/archive/development.zip
- +
- +
-%%{{http://r.notomorrow.de/dokuwiki-plugin-sidebarng/env-development/sidebarng/sidebarng-arctic.png?200}}%% FIXME+
  
 {{http://r.notomorrow.de/dokuwiki-plugin-sidebarng/env-development/sidebarng/sidebarng-std.png?250}} {{http://r.notomorrow.de/dokuwiki-plugin-sidebarng/env-development/sidebarng/sidebarng-std.png?250}}
Line 61: Line 59:
  
 ^ Type ^ Description ^ ^ Type ^ Description ^
-| main | see [[.:sidebarng#adding the main sidebar|main sidebar]] | +| main | see [[#adding the main sidebar|main sidebar]] | 
-| user | see [[.:sidebarng#adding a user sidebar|user sidebar]] | +| user | see [[#adding a user sidebar|user sidebar]] | 
-| group | see [[.:sidebarng#adding a group sidebar|group sidebar]] | +| group | see [[#adding a group sidebar|group sidebar]] | 
-| namespace | see [[.:sidebarng#adding a namespace sidebar|namespace sidebar]] |+| namespace | see [[#adding a namespace sidebar|namespace sidebar]] |
 | trace | shows the trace | | trace | shows the trace |
 | toolbox | shows the set of "action links" (login, edit, index, etc.) inside the sidebar, instead of their default location in horizontal toolbars above and below the page  | | toolbox | shows the set of "action links" (login, edit, index, etc.) inside the sidebar, instead of their default location in horizontal toolbars above and below the page  |
 | extra | You can put a file inside ''<dokuwiki>/lib/plugins/sidebarng/'' called ''sidebar.html'' which will be included if you select the ''extra'' type. This comes in handy for example if you like to include Google ads. | | extra | You can put a file inside ''<dokuwiki>/lib/plugins/sidebarng/'' called ''sidebar.html'' which will be included if you select the ''extra'' type. This comes in handy for example if you like to include Google ads. |
-| custom | see [[.:sidebarng#adding custom sidebars|custom sidebar]] |+| custom | see [[#adding custom sidebars|custom sidebar]] |
  
 ===== ACL Setup ===== ===== ACL Setup =====
Line 96: Line 94:
   [[some:more:links]]\\   [[some:more:links]]\\
  
-TIP: It is possible to create this page right in the wiki. Go to any page of your wiki and change the query string of the URL (in your browser's address bar) to '?id=sidebar'; then just create this page.+Tip: It is possible to create this page right in the wiki. Go to any page of your wiki and change the query string of the URL (in your browser's address bar) to '?id=sidebar'; then just create this page.
  
 ==== Adding a User Sidebar ==== ==== Adding a User Sidebar ====
Line 116: Line 114:
 ===== Bugs / Feature Requests ===== ===== Bugs / Feature Requests =====
  
-Please report bugs or feature requests at the [[http://github.com/chimeric/dokuwiki-plugin-sidebarng/issues|Bug tracker]].+Please report bugs or feature requests at the [[https://github.com/chimeric/dokuwiki-plugin-sidebarng/issues|Bug tracker]].
  
 ===== Further Resources ===== ===== Further Resources =====
  
-  * [[http://github.com/chimeric/dokuwiki-plugin-sidebarng/tree/master|Git Repository]] +  * [[https://github.com/chimeric/dokuwiki-plugin-sidebarng|Git Repository]] 
-  * [[http://github.com/chimeric/dokuwiki-plugin-sidebarng/issues|Bug Tracker]]+  * [[https://github.com/chimeric/dokuwiki-plugin-sidebarng/issues|Bug Tracker]]
  
 ===== Changes ===== ===== Changes =====
  
-{{rss>http://github.com/feeds/chimeric/commits/dokuwiki-plugin-sidebarng/master}}+{{rss>https://github.com/chimeric/dokuwiki-plugin-sidebarng/commits/master.atom date}}
  
 ===== FAQ ===== ===== FAQ =====
Line 139: Line 137:
 ===== Discussion ====== ===== Discussion ======
  
-**NOTE:** Don't post patches, bug reports or feature requests here. Use the [[http://github.com/chimeric/dokuwiki-plugin-sidebarng/issues|Bug Tracker]] instead. I visit this page not on a regular basis.  --- //[[chi@chimeric.de|chi]] 2010/01/08 13:47//+**NOTE:** Don't post patches, bug reports or feature requests here. Use the [[https://github.com/chimeric/dokuwiki-plugin-sidebarng/issues|Bug Tracker]] instead. I visit this page not on a regular basis.  --- //[[chi@chimeric.de|chi]] 2010/01/08 13:47//
 ---- ----
 I believe that a couple of screenshots will be useful here. [[mirari@mail.ru|mirari]] I believe that a couple of screenshots will be useful here. [[mirari@mail.ru|mirari]]
plugin/sidebarng.1375851089.txt.gz · Last modified: 2013-08-07 06:51 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki