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
Next revisionBoth sides next revision
template:minimalism [2011-07-23 17:58] – [Download and Install] 82.236.140.31template:minimalism [2013-04-09 15:55] Klap-in
Line 2: Line 2:
  
 ---- 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        :  
-LastUpdate_dt 2009-10-28 +email         : mail@derzinn.de Zinn 
-Compatible    2009-02-14b, 2010-11-07 "Anteater"  +lastupdate    : 2009-10-28 
-Template_tags minimal, simple +compatible    : 2009-02-14b, 2010-11-07 "Anteater"  
-Screenshot_img: http://wiki.tymnet.dyndns.org/_media/pub/minimalism_screenshot.png +depends       :  
-----+conflicts     :  
 +similar       :  
 +screenshot_img: http://wiki.tymnet.dyndns.org/_media/pub/minimalism_screenshot.png 
 +tags          : minimal, simple 
 + 
 +downloadurl   : http://www.linux-france.org/~pgaetan/libre/dokuwiki/tpl/miroir/minimalism.zip 
 +bugtracker    : # eg. http://github.com/example/dokuwiki-template-sample/issues 
 +sourcerepo    : # eg. http://github.com/example/dokuwiki-template-sample/ 
 +donationurl   : # eg. https://www.paypal.com/... 
 +----  
 ===== Download and Install ====== ===== Download and Install ======
  
Line 76: 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:   * The main.php probably needs the following line since it seems it can't handle the favicon:
-  <code> +<code html
-     <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" /> +<link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" /> 
-  </code>+</code>
      
    
template/minimalism.txt · Last modified: 2023-10-30 23:27 by Klap-in

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