Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 01-May-2025 | - | ||||
images/ | H | 01-Sep-2019 | - | |||
conf.php | H A D | 16-Mar-2006 | 993 | 28 | 10 | |
design.css | H A D | 15-Mar-2006 | 15.1 KiB | 891 | 756 | |
detail.php | H A D | 15-Mar-2006 | 3.3 KiB | 99 | 61 | |
footer.html | H A D | 15-Mar-2006 | 555 | 15 | 13 | |
layout.css | H A D | 16-Mar-2006 | 4.1 KiB | 257 | 211 | |
main.php | H A D | 17-Mar-2006 | 4.5 KiB | 154 | 109 | |
media.php | H A D | 15-Mar-2006 | 1.8 KiB | 64 | 33 | |
mediaedit.php | H A D | 15-Mar-2006 | 3.4 KiB | 91 | 59 | |
mediaref.php | H A D | 15-Mar-2006 | 1.8 KiB | 60 | 31 | |
print.css | H A D | 15-Mar-2006 | 3.4 KiB | 226 | 183 | |
readme.txt | H A D | 16-Mar-2006 | 1.2 KiB | 34 | 25 | |
rtl.css | H A D | 15-Mar-2006 | 1.8 KiB | 112 | 89 | |
sidebar.css | H A D | 15-Mar-2006 | 4 KiB | 175 | 158 | |
tpl_functions.php | H A D | 16-Mar-2006 | 1.8 KiB | 74 | 42 |
readme.txt
1cherokee-based theme of dokuwiki 2 3author: Xan <DXpublica@telefonica.net> 4creation date: 15/03/2006 5lates revision: 16/03/2006 6version: 2 7license: GPL 2 8inspired by: 9 * cherokee web based (0x50.org) 10 * mono-project web based 11 * banshee project web based 12 13contents: 14 * use partial (modified or inspired) contents of this pages 15 * some icons from tango project 16 17INSTALLATION 18=================================== 19 201) decompress cherokee-based.tar.gz in lib/tpl/cherokee-based 212) modify cherokee-based/conf.php for footer and sidebars 223) put "id= button_search" in function tpl_searchform() of inc/template.php for viewing button search as theme want (optional). If you don't touch, the button search will be more heigher 23 24USAGE 25=================================== 26By default no sidebar is created. 27You could create a sidebar for specific page or default sidebar (for all pages) 28 29- For create left sidebar of "wikiexample" page, you have to create the page "wikiexample_sidebar_left" (the "sidebar" string could be changed in conf.php). Idem right sidebar 30- For create default left sidebar, simply create "default_sidebar_left" (it could be changed in conf.php) (idem right sidebar) 31- The specific page sidebar has high priority than default sidebar. 32 33 34