readme.txt
1====== Header Images ======
2All images are based on your namespace scheme.
3
4if you name your root namespaces as follows:
5start
6home
7template
8work
9play
10
11your images must be named similarly:
12start.jpg
13home.jpg
14template.gif
15work.png
16play.gif
17
18it doesn't matter the format you choose either, it will find the files, lol.
19
20the small home images must be placed in /lib/tpl/dyntemp/images/home/
21the larger banner images must be placed in /lib/tpl/dyntemp/images/banners/
22
23====== Dynamic Navigation Bar ======
24
25This is quite an interesting feature. It currently works as follows:
26it searches /data/pages/ for any .txt files and/or folders.
27it will skip start.txt and all folders. Folders come into play later.
28once you begin to add content, the only requirement for this feature comes into play. all pages are required to have a ====== Level 1 Heading ======. This due to the scraping process I used.
29
30If you use namespaces within namespaces:
31doku.php?id=something:something
32
33the same rules apply, and the dynamic nav bar will follow. I have not tested beyond this point.
34
35All this can be changed easily, but i will leave that up to you to contact me on the dokuwiki forums if you can't figure it out.
36
37
38
39
40----- Version -----
41
42Current Version 1.1.0
43- No bugs found as of testing