====== Simple Template ====== ---- template ---- description : Features a CSS dropdown menu author : Michael Klier email : chi@chimeric.de lastupdate : 2010-10-29 compatible : 2010-10-27 depends : conflicts : similar : screenshot_img: :template:simple.jpg tags : !discontinued, blog, cms downloadurl : https://github.com/chimeric/dokuwiki-template-simple/archive/master.zip bugtracker : https://github.com/chimeric/dokuwiki-template-simple/issues sourcerepo : https://github.com/chimeric/dokuwiki-template-simple donationurl : # eg. https://www.paypal.com/... ---- :!: New maintainer > Hello, I created an updated branch of the template and will provide further updates. Let me know if you have ideas or bugs or patches. I will release a stable build the next days. Have fun. --- [[user>sf|sf]] //2013/08/31 06:29// Did you release a stable build?....if so where is it? Thx, A.User 8/3/2014\\ p.s. why is there a download of the Arctic template here?...?? ===== Features ===== * custom CSS hover topbar menu via a normal wiki page ===== Download ===== * **latest**: http://r.notomorrow.de/dokuwiki-template-arctic/pkg/arctic.tgz ([[https://github.com/samfisch/dokuwiki-template-simple|github]]) ==== previous versions ==== ^ DokuWiki version ^ download ^ | 2010-10-27 "Busy Wednesday" | [[https://github.com/chimeric/dokuwiki-template-simple/archive/2010-10-29.zip|2010-10-29.zip]] | | 2009-12-25 | [[https://github.com/chimeric/dokuwiki-template-simple/archive/2010-01-04.zip|2010-01-04.zip]] | | 2009-02-08 | [[https://github.com/chimeric/dokuwiki-template-simple/archive/2009-02-08.zip|2009-02-08.zip]] | | 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]] | ===== Installation ===== - [[#download]] the tarball/zip-file - unpack it into ''/lib/tpl/'' - login as admin and change the template in the configuration manager **using git:** % cd /lib/tpl/ % git clone git://github.com/chimeric/dokuwiki-template-simple.git simple **Debian install:** # cd /usr/share/dokuwiki/lib/tpl/ # wget http://www.chimeric.de/_src/template-simple.tgz # tar -xvf template-simple.tgz ===== Configuration ===== This template has no configuration options yet. ===== First Steps ===== ==== 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. * [[level1]] * [[level2]] * [[level3]] * [[level4]] * [[levl2]] * [[level1]] * [[level2]] * [[level2]] **The space between those lists is important!** ===== Style ===== The template style (colors/font-sizes/width) can be configured via the ''style.ini'' file located in ''/lib/tpl/simple/style.ini''. ===== Browser Compatibility ===== The template was tested with the following browsers. **If you've seen it working with other browsers feel free to add them to the list :-)!** * Firefox (Win/Linux all -> 2.0.0.x / 3.x.x / Mac 1.0.7 / Mac 1.5.0.1) * Opera (Win / Linux 8.5-10.X / Win 7.54) * Opera Mobile * IE6/7 * Safari * Chrome * w3m * links2 * lynx * Konqueror * Iceweasel ===== Changelog ===== 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 date}} ===== Bugs / Feature Requests ===== To report bugs and feature requests please use the [[https://github.com/chimeric/dokuwiki-template-simple/issues|bug tracker]]. ===== Sites using this Template ===== * [[http://www.retroclysm.co.cc/|retroclysm]] * [[http://operador.if.uff.br/|Wiki do Operador]] * [[http://www.gagas.ch|Les gagas]] * [[http://momas.fr| Momas, France, public information service]] * [[http://www.petermansfeld.de| Private Homepage von Peter A. Mansfeld]] * [[http://www.monavocatallemand.com| www.monavocatallemand.com - Le site web en langue française de Me Lueneberg]] * [[http://www.frankreichanwalt.de]] * [[http://villemain.org| Cédric Villemain]] ===== Discussion ===== ==== S5reload Plugin ==== Aim: nice icon to run presentation mode via s5reload-plugin via template integration Insert in **main.php** (~ line 102): Slideshow e.g.
Slideshow
==== topbar menu and nstoc ==== An interesting feature would be to autogenerate the Navigation e.g. with nstoc-Plugin or something else so that changes in folder-structure doesn't have to be changed manually - //deshi// (13.12.2009) > Just use the [[plugin:indexmenu|indexmenu plugin]] with this syntax: %%{{indexmenu>..#3|tsort context id#2}}%% ==== changing layout ==== really, really good job! to make this design full width it's enough to comment out the ''width'' in ''simple_design.css'': div.dokuwiki { line-height: 160%; /* width: __wiki_width__; */ margin-left: auto; margin-right: auto; } div.dokuwiki div.page { padding: 1em; margin: 0 8px 1em 0; /* width: 96% !important; */ /* width: 95%; */ background-color: __page_background__; } > Or just edit the ''style.ini'' and ''%%__wiki_width__%%'' to 100% (that's actually the better way to do this). ==== Backlinks? ==== How do I find the Backlinks in this template? > Good questions. seems they've been left out. Please open a feature request. --- //[[chi@chimeric.de|chi]] 2010/02/02 09:59// ==== 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 [[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.