====== Typo Template ====== ---- template ---- description : A simple template suitable for blogging with DokuWiki author : Michael Klier email : chi@chimeric.de lastupdate : 2010-11-12 compatible : Anteater depends : conflicts : similar : screenshot_img: :template:typo.png tags : !discontinued, blog downloadurl : https://github.com/chimeric/dokuwiki-template-typo/archive/master.zip bugtracker : https://github.com/chimeric/dokuwiki-template-typo/issues sourcerepo : https://github.com/chimeric/dokuwiki-template-typo donationurl : # eg. https://www.paypal.com/... ---- :!: [[orphans]] New maintainer welcome ===== The Idea ===== This is a simple template suitable for blogging with DokuWiki. ===== Features ===== * custom navigation build from a wikipage ===== Screenshots ===== ===== Download ===== ^ DokuWiki version ^ download ^ | 2010-10-27 "Busy Wednesday" | {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-typo/template-typo.tgz}} (:!: ** current stable** :!:) | | 2009-12-25 | {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-typo/template-typo-2009-12-25.tgz}} | | 2009-02-14 | {{http://cloud.github.com/downloads/chimeric/dokuwiki-template-typo/template-typo-2009-08-22.tgz}} | | Github URL | [[https://github.com/chimeric/dokuwiki-template-typo]] | ===== 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-typo.git typo **Debian install (or probably any other distribution):** # cd /usr/share/dokuwiki/lib/tpl/ # wget http://www.chimeric.de/_src/template-typo.tgz # tar -xvzf template-typo.tgz # chown -Rv 33 typo/ ===== Configuration ===== You can change the following settings via the DokuWiki "Configuration Settings" Dialog. ^ Option ^ Value(s) ^ | navigation_page | Name of the wikipage which should be treated as "navigation". | ===== First Steps ===== ==== Creating the Navigation ==== The template looks for a wiki page called ''navigation'', or whatever you've defined in the configuration, in the current namespace to include it as the sidebar. If this page doesn't exist the template shows a notice containing a link to create it. **Example navigation:** * [[link1]] * [[link2]] * [[link3]] ===== 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 (Linux 2.0, Mac OS X 2.0.0.1, Windows Vista Service Pak 2) * Opera (Win / Linux 8.5, 9.01, 9.24, 10.01) * Chrome (Win7 7.0) ===== Bugs / Feature Requests ===== To report bugs and feature requests please use the [[https://github.com/chimeric/dokuwiki-template-typo/issues|bug tracker]]. ===== Changelog ===== A complete changelog is available at my [[https://github.com/chimeric/dokuwiki-template-typo/commits/master|github page]]! {{rss>https://github.com/chimeric/dokuwiki-template-typo/commits/master 10 1d date}} ===== Sites using this Template ===== http://www.nuschl.michaelstricker.de DELETEME\\ http://www.nuevaeralatam.com DELETEME ===== Discussion ===== + Is there any way to add/enable breadcrumbs for this template? If so, can someone show the code. + I have found a problem using this template. When I use a link to certain section within a page, the final position where the brower sends me is not the one which was pointed by the link. I guess that the reason is that when the page is loaded, before the toc content is hidden under the TOC bar it is shown just for two seconds. I think that it is in this moment when the browser moves to the position of the section of the link. The problem is that after the browser has moved to this position the TOC content is hidden (display:none) and it moves the whole page upside. Is it possible to avoid that the TOC content is shown for two seconds when the page is loaded. + I am really new at this and have a small very basic question. Does the template require any plugins to be pre-installed ? if so, what are they ? thanks.