DokuWiki

It's better when it's simple

User Tools

Site Tools


template:minimalism

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:minimalism [2010-06-04 09:44] 24.6.42.194template:minimalism [2023-10-30 23:27] (current) Klap-in
Line 1: Line 1:
-====== Minimalism template ======+====== Minimalism Template ======
  
----- dataentry template ---- +---- template ---- 
-Author_mail   mail@derzinn.de Zinn +description   : A minimal and clear looking theme for DokuWiki, focused on sharing your content 
-Description:    A minimal and clear looking theme for DokuWiki, focused on sharing your content.  +author        : Zinn 
-LastUpdate_dt 2009-10-28 +email         : mail@derzinn.de 
-Compatible:     2009-02-14b +lastupdate    : 2009-10-28 
-Template_tags minimal, simple +compatible    Anteater  
-Screenshot_img: http://wiki.tymnet.dyndns.org/_media/pub/minimalism_screenshot.png +depends       :  
-----+conflicts      
 +similar       :  
 +screenshot_imghttp://wiki.tymnet.dyndns.org/_media/pub/minimalism_screenshot.png FIXME 
 +tags          : minimal, simple 
 + 
 +downloadurl   : # http://www.linux-france.org/~pgaetan/libre/dokuwiki/tpl/miroir/minimalism.zip FIXME 
 +bugtracker    : # eg. https://github.com/example/dokuwiki-template-sample/issues 
 +sourcerepo    : # eg. https://github.com/example/dokuwiki-template-sample/ 
 +donationurl   : # eg. https://www.paypal.com/... 
 +---- 
  
 ===== Download and Install ====== ===== Download and Install ======
Line 14: Line 23:
 Use the following URL to download this template: Use the following URL to download this template:
  
-  * [[http://wiki.tymnet.dyndns.org/pub/minimalism]] +  * [[http://wiki.tymnet.dyndns.org/pub/minimalism]] FIXME 
-  * :!: **Mirror**: [[http://derzinn.de/files/minimalism20091028.zip|minimalism20091028.zip]]+  * :!: **Mirror**: [[http://derzinn.de/files/minimalism20091028.zip|minimalism20091028.zip]] FIXME 
 +  * :!: **Mirror**: [[http://www.linux-france.org/~pgaetan/libre/dokuwiki/tpl/miroir/minimalism.zip|minimalism.zip]] FIXME
  
 Refer to [[:template]] on how to install and use templates in DokuWiki. Refer to [[:template]] on how to install and use templates in DokuWiki.
Line 73: Line 83:
  
   * Setting "tpl»minimalism»header-line" cannot handle Chinese Characters, report by [[http://www.favorlinks.com/wiki|Ryan]]   * Setting "tpl»minimalism»header-line" cannot handle Chinese Characters, report by [[http://www.favorlinks.com/wiki|Ryan]]
 +  * Setting "tpl»minimalism»header-line" cannot handle dash character (ie : "test" works but not "test-a"), reported by Owen
   * Not compatible with current version of Dokuwiki, specifically wysisyg editor   * Not compatible with current version of Dokuwiki, specifically wysisyg editor
 +    * Apparently is compatible with DokuwikFCK.  See http://scottnesbitt.net/ubuntublog/?p=657
 +    * I made it work on "Rincewind". Just append the below lines on ''layout.css''. The second line is to remove the breadcrumbs which doesn't seem to work well with the current version.
 +<code css>
 +.min-wrapper{ margin:5px 30px 10px 30px; width:auto; }
 +.min-crumbs{ display:none; }
 +</code>
 +    * Also, append this to ''content.css'' to fix the code blocks,
 +<code css>
 +.min-content pre{ overflow-x:auto; white-space:pre-wrap; word-wrap:break-word; }
 +</code>
 +
 +  * The main.php probably needs the following line since it seems it can't handle the favicon:
 +<code html>
 +<link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
 +</code>
 +  
 + 
template/minimalism.1275637457.txt.gz · Last modified: 2010-06-04 09:44 by 24.6.42.194

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