• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Apr-2024-

css/H03-May-2018-1,7311,468

images/H03-May-2018-

CHANGELOG.rstH A D22-Feb-2015106 64

LICENSEH A D22-Feb-201517.9 KiB341281

README.rstH A D22-Feb-20152.7 KiB11474

conf.phpH A D22-Feb-20151 KiB448

detail.phpH A D22-Feb-20151.1 KiB4025

footer.phpH A D22-Feb-2015440 1810

header.phpH A D22-Feb-20151.7 KiB3122

main.phpH A D22-Feb-20152.3 KiB9981

mediamanager.phpH A D22-Feb-20151.1 KiB3928

show_languages.htmlH A D22-Feb-2015273 118

tpl_functions.phpH A D22-Feb-20154.1 KiB175124

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