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-05-29 10:32] – [Minimalism template] 79.166.101.7template:minimalism [2023-10-30 23:27] (current) Klap-in
Line 1: Line 1:
-====== Minimalism template ======+====== Minimalism Template ======
  
 ---- 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, 2010-11-07 "Anteater" +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 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:   * 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.1306657970.txt.gz · Last modified: 2011-05-29 10:32 by 79.166.101.7

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