Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 11-Nov-2024 | - | ||||
css/ | H | 03-May-2018 | - | 1,731 | 1,468 | |
images/ | H | 03-May-2018 | - | |||
CHANGELOG.rst | H A D | 22-Feb-2015 | 106 | 6 | 4 | |
LICENSE | H A D | 22-Feb-2015 | 17.9 KiB | 341 | 281 | |
README.rst | H A D | 22-Feb-2015 | 2.7 KiB | 114 | 74 | |
conf.php | H A D | 22-Feb-2015 | 1 KiB | 44 | 8 | |
detail.php | H A D | 22-Feb-2015 | 1.1 KiB | 40 | 25 | |
footer.php | H A D | 22-Feb-2015 | 440 | 18 | 10 | |
header.php | H A D | 22-Feb-2015 | 1.7 KiB | 31 | 22 | |
main.php | H A D | 22-Feb-2015 | 2.3 KiB | 99 | 81 | |
mediamanager.php | H A D | 22-Feb-2015 | 1.1 KiB | 39 | 28 | |
show_languages.html | H A D | 22-Feb-2015 | 273 | 11 | 8 | |
tpl_functions.php | H A D | 22-Feb-2015 | 4.1 KiB | 175 | 124 |
README.rst
1MyOwn Dokuwiki Template 2======= 3 4MyOwn is a 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://tonybaldwin.me/images/myowndokuwikitemplate.jpg 11 :align: center 12 13MyOwn has the following features 14 15 - 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://www.myownsite.me 23 24Installation 25============================= 26 27 1. Download the MyOwn template zip-file 28 #. Unpack it into *<dokuwiki>/lib/tpl/* directory 29 #. Change template parameter to MyOwn in *<dokuwiki>/conf/local.php* file 30 #. or change template parameter in the admin/configuration page. 31 32 :: 33 34 $conf['template'] = 'MyOwn'; 35 36 37Configuration 38============================= 39Configuration parameters are located in *<dokuwiki>/lib/tpl/myown/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 |-- MyOwn 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 contains menu content. 82 83 :: 84 85 * __DokuWiki__ 86 * [[:sofwtare/MyOwn|MyOwn]] 87 88 * __Web Development__ 89 * [[:design/modelarstwo|Modelartstwo]] 90 91 92Download 93======================================= 94 95MyOwn releases are available for download from 96http://github.com/tonybaldwin/myown 97 98 99Source Code 100======================================= 101 102Source code is available on http://github.com/tonybaldwin/myown 103 104 105Changelog 106================================ 107 108Version 0.1 - released 15 January 2015 109 110Authors 111======= 112 113 - Tony Baldwin | http://myownsite.me 114