Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
css/ | H | 03-May-2018 | - | 1,699 | 1,440 | |
images/ | H | 03-May-2018 | - | |||
CHANGELOG.rst | H A D | 13-Jan-2015 | 112 | 6 | 4 | |
LICENSE | H A D | 13-Jan-2015 | 17.9 KiB | 341 | 281 | |
README.rst | H A D | 13-Jan-2015 | 2.8 KiB | 114 | 74 | |
conf.php | H A D | 13-Jan-2015 | 1.3 KiB | 45 | 8 | |
detail.php | H A D | 13-Jan-2015 | 1.1 KiB | 40 | 25 | |
footer.php | H A D | 13-Jan-2015 | 452 | 18 | 10 | |
header.php | H A D | 13-Jan-2015 | 1.6 KiB | 29 | 20 | |
main.php | H A D | 13-Jan-2015 | 1.8 KiB | 80 | 62 | |
mediamanager.php | H A D | 13-Jan-2015 | 1.1 KiB | 39 | 28 | |
tpl_functions.php | H A D | 13-Jan-2015 | 4.2 KiB | 175 | 124 |
README.rst
1simpleClean 2======= 3 4simpleClean is clean and simple template for DokuWiki_ (standards compliant and 5simple Wiki engine written in PHP). Template has many customizable options 6including menu, keywords and description. 7 8.. _DokuWiki: http://www.dokuwiki.org 9 10.. image:: http://taz.liberame.org/imgs/simplecleanshot.jpg 11 :align: center 12 13simpleClean has the following features 14 15 - Menu and Sidebar Menu - customizable menu, that is displayed on every page 16 - Description - user defined meta tag for every generated page 17 18 19Selected Users: 20============================= 21 22 - http://taz.liberame.org/wiki/ 23 - http://wiki.tonybaldwin.me 24 25Installation 26============================= 27 28 1. Download the simpleClean template zip-file 29 #. Unpack it into *<dokuwiki>/lib/tpl/* directory 30 #. Change template parameter to simpleClean in *<dokuwiki>/conf/local.php* file 31 32 :: 33 34 $conf['template'] = 'simpleClean'; 35 36 37Configuration 38============================= 39Configuration parameters are located in *<dokuwiki>/lib/tpl/simpleclean/conf.php* 40PHP file. 41 42============== ================================================================ 43Parameter Description 44============== ================================================================ 45description Description META tag. This tag is inserted on every rendered page 46footer Text that is inserted in the footer 47menu2Permanent menu2 is permanent (it is taken from main directory) 48wikiBar Display Wikibar (Recent Changes, Old Version, Login) 49============== ================================================================ 50 51 52File structure 53============================= 54 55 :: 56 57 + pages 58 |-- menu1.txt [1] 59 |-- start.txt 60 |-+ projects 61 |-- menu1.txt [1] 62 |-- menu2.txt [2] 63 |-- simpleClean 64 65 66menu1.txt 67------------------------------ 68menu1.txt file is displayed on every generated web page and it contains main menu 69content. 70 71 :: 72 73 * [[/|Blog]] 74 * [[photography|Photography]] 75 * [[projects|Software]] 76 * [[articles|Design]] 77 78 79menu2.txt 80------------------------------ 81menu2.txt file is displayed on every generated web page and it constains sidebar menu content. 82 83 :: 84 85 * __DokuWiki__ 86 * [[:sofwtare/simpleClean|simpleClean]] 87 88 * __Web Development__ 89 * [[:design/modelarstwo|Modelartstwo]] 90 91 92Download 93======================================= 94 95simpleClean releases are available for download from 96http://github.com/tazmandevil/simpleclean 97 98 99Source Code 100======================================= 101 102Source code is available on http://github.com/tazmandevil/simpleclean 103 104 105Changelog 106================================ 107 108Version 0.1 - released 15 October 2013 109 110Authors 111======= 112 113 - Tazman DeVille - http://taz.liberame.org 114