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 [2011-01-15 07:46] – added comment about header-line 70.67.243.178template:minimalism [2023-10-30 23:27] (current) Klap-in
Line 1: Line 1:
-====== Minimalism template ======+====== Minimalism Template ====== 
 + 
 +---- template ---- 
 +description   : A minimal and clear looking theme for DokuWiki, focused on sharing your content 
 +author        : Zinn 
 +email         : mail@derzinn.de 
 +lastupdate    : 2009-10-28 
 +compatible    : Anteater  
 +depends       :  
 +conflicts     :  
 +similar       :  
 +screenshot_img: # http://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/... 
 +---- 
  
----- dataentry template ---- 
-Author_mail:    mail@derzinn.de Zinn 
-Description:    A minimal and clear looking theme for DokuWiki, focused on sharing your content.  
-LastUpdate_dt:  2009-10-28 
-Compatible:     2009-02-14b 
-Template_tags:  minimal, simple 
-Screenshot_img: http://wiki.tymnet.dyndns.org/_media/pub/minimalism_screenshot.png 
----- 
 ===== Download and Install ====== ===== Download and Install ======
  
Line 14: Line 24:
  
   * [[http://wiki.tymnet.dyndns.org/pub/minimalism]] FIXME   * [[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 75: Line 86:
   * 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     * 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.1295073971.txt.gz · Last modified: 2011-01-15 07:46 by 70.67.243.178

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