DokuWiki

It's better when it's simple

User Tools

Site Tools


template:simple

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
template:simple [2016-01-15 18:21] Aleksandrtemplate:simple [2023-02-28 22:14] (current) Aleksandr
Line 2: Line 2:
  
 ---- template ---- ---- template ----
-description   : Features a CSS dropdown menu.+description   : Features a CSS dropdown menu
 author        : Michael Klier author        : Michael Klier
 email         : chi@chimeric.de email         : chi@chimeric.de
Line 13: Line 13:
 tags          : !discontinued, blog, cms tags          : !discontinued, blog, cms
  
-downloadurl   :+downloadurl   : https://github.com/chimeric/dokuwiki-template-simple/archive/master.zip
 bugtracker    : https://github.com/chimeric/dokuwiki-template-simple/issues bugtracker    : https://github.com/chimeric/dokuwiki-template-simple/issues
 sourcerepo    : https://github.com/chimeric/dokuwiki-template-simple sourcerepo    : https://github.com/chimeric/dokuwiki-template-simple
Line 26: Line 26:
  
 ===== Features ===== ===== Features =====
 +
   * custom CSS hover topbar menu via a normal wiki page   * custom CSS hover topbar menu via a normal wiki page
  
 ===== Download ===== ===== Download =====
 +
   * **latest**: http://r.notomorrow.de/dokuwiki-template-arctic/pkg/arctic.tgz ([[https://github.com/samfisch/dokuwiki-template-simple|github]])   * **latest**: http://r.notomorrow.de/dokuwiki-template-arctic/pkg/arctic.tgz ([[https://github.com/samfisch/dokuwiki-template-simple|github]])
  
 ==== previous versions ==== ==== previous versions ====
 +
 ^ DokuWiki version ^ download ^  ^ DokuWiki version ^ download ^ 
-| 2010-10-27 "Busy Wednesday"{{http://cloud.github.com/downloads/chimeric/dokuwiki-template-simple/template-simple.tgz}} (:!: **current stable version** :!:) +| 2010-10-27 "Busy Wednesday"[[https://github.com/chimeric/dokuwiki-template-simple/archive/2010-10-29.zip|2010-10-29.zip]]  
-| 2009-12-25 | {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-simple/template-simple-2009-12-25.tgz}} +| 2009-12-25  [[https://github.com/chimeric/dokuwiki-template-simple/archive/2010-01-04.zip|2010-01-04.zip]]  
-| 2009-02-14 {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-simple/template-simple-2009-02-08.tgz}} +| 2009-02-08  [[https://github.com/chimeric/dokuwiki-template-simple/archive/2009-02-08.zip|2009-02-08.zip]]  
-| 2008-05-05 | {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-simple/template-simple-2008-07-18.tgz}} +| 2008-05-05  [[https://github.com/chimeric/dokuwiki-template-simple/archive/2008-07-18.zip|2008-07-18.zip]]  
-| Github URL| [[https://github.com/chimeric/dokuwiki-template-simple]] |+| Github URL  | [[https://github.com/chimeric/dokuwiki-template-simple]]  |
  
 ===== Installation ===== ===== Installation =====
 +
   - [[#download]] the tarball/zip-file   - [[#download]] the tarball/zip-file
   - unpack it into ''<dokuwiki>/lib/tpl/''   - unpack it into ''<dokuwiki>/lib/tpl/''
Line 56: Line 60:
 # tar -xvf template-simple.tgz # tar -xvf template-simple.tgz
 </code> </code>
- 
-**Note: http://chimeric.de/_src/template-simple.tgz always points to the latest stable version!** 
  
 ===== Configuration ===== ===== Configuration =====
 +
 This template has no configuration options yet. This template has no configuration options yet.
  
Line 65: Line 68:
  
 ==== Creating the Topbar ==== ==== Creating the Topbar ====
 +
 The template uses the CSS hover technique to generate the topbar menu from a normal wiki page which contains unordered lists of links. Therefore you have to create a page called "topbar" in your DokuWiki root namespace. Edit it and insert an unordered list of links per menu item. Don't insert anything else than these lists in this page as it will lead to garbage ;-). At the moment only lists with up to 4 levels are supported. You can also have a separate topbar for each namespace. For example, if you browse to ''wiki:syntax'' and the page ''wiki:topbar'' exists it will be used as the topbar. The template uses the CSS hover technique to generate the topbar menu from a normal wiki page which contains unordered lists of links. Therefore you have to create a page called "topbar" in your DokuWiki root namespace. Edit it and insert an unordered list of links per menu item. Don't insert anything else than these lists in this page as it will lead to garbage ;-). At the moment only lists with up to 4 levels are supported. You can also have a separate topbar for each namespace. For example, if you browse to ''wiki:syntax'' and the page ''wiki:topbar'' exists it will be used as the topbar.
  
Line 82: Line 86:
  
  
 +===== Style =====
  
- 
-===== Style ===== 
 The template style (colors/font-sizes/width) can be configured via the ''style.ini'' file located in ''<dokuwiki>/lib/tpl/simple/style.ini''. The template style (colors/font-sizes/width) can be configured via the ''style.ini'' file located in ''<dokuwiki>/lib/tpl/simple/style.ini''.
 +
 +
 ===== Browser Compatibility ===== ===== Browser Compatibility =====
 +
 The template was tested with the following browsers. The template was tested with the following browsers.
  
Line 104: Line 110:
  
 ===== Changelog ===== ===== Changelog =====
 +
 A complete changelog is available at my [[https://github.com/chimeric/dokuwiki-template-simple/commits/|github page]]! A complete changelog is available at my [[https://github.com/chimeric/dokuwiki-template-simple/commits/|github page]]!
  
-{{rss>https://github.com/chimeric/dokuwiki-template-simple/commits/master.atom 10 1d date}}+{{rss>https://github.com/chimeric/dokuwiki-template-simple/commits/master.atom date}}
  
 ===== Bugs / Feature Requests ===== ===== Bugs / Feature Requests =====
Line 171: Line 178:
  
 ==== Backlinks? ==== ==== Backlinks? ====
 +
 How do I find the Backlinks in this template? How do I find the Backlinks in this template?
  
Line 176: Line 184:
  
 ==== TOC and Search Results ==== ==== TOC and Search Results ====
-It seems to me that velease 2012-10-13 of dokuwiki, aka "Adora Belle", requres changes to the table of contents and search results code. I'm told the changes are described at https://github.com/splitbrain/dokuwiki/commit/d5acc30d and https://github.com/splitbrain/dokuwiki/commit/91b05b6b, or for backward compatibility, at https://github.com/selfthinker/dokuwiki_template_starter/commit/93af547425d1faeecef408cf6db35be71ad91507 and https://github.com/selfthinker/dokuwiki_template_starter/commit/d2dc146e0091b8a092a344bfa8fb57f9b89cc4fd.+ 
 +It seems to me that velease 2012-10-13 of dokuwiki, aka "Adora Belle", requres changes to the table of contents and search results code. I'm told the changes are described at [[github>d5acc30d]] and [[github>91b05b6b]], or for backward compatibility, at https://github.com/selfthinker/dokuwiki_template_starter/commit/93af547425d1faeecef408cf6db35be71ad91507 and https://github.com/selfthinker/dokuwiki_template_starter/commit/d2dc146e0091b8a092a344bfa8fb57f9b89cc4fd.
template/simple.1452878502.txt.gz · Last modified: 2016-01-15 18:21 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