tag as done

master
http://smcv.pseudorandom.co.uk/ 2010-05-18 09:23:23 +00:00 committed by Joey Hess
parent 1f974b3517
commit 284038fbbf
1 changed files with 19 additions and 0 deletions

View File

@ -52,3 +52,22 @@ I have a use case for this, a site composed of blogs and wikis, templates divide
>> --[[Joey]]
>>>Thanks, I didn't realize this was possible. Problem solved. -- Changaco
>>>> We can consider this [[done]], then. For reference, the solution
>>>> to the hierarchy I mentioned above would be:
>>>>
>>>> all your sites have $your_underlay as an underlay
>>>>
>>>> the blogs and wikis all have $blog_underlay or $wiki_underlay
>>>> (as appropriate) as a higher priority underlay
>>>>
>>>> every ikiwiki in the world (/usr/share/ikiwiki/templates)
>>>> \--- your site ($your_underlay/templates, or templatedir)
>>>> \--- your blogs ($blog_underlay/templates)
>>>> \--- travel blog ($srcdir/templates)
>>>> \--- code blog ($srcdir/templates)
>>>> \--- your wikis ($wiki_underlay/templates)
>>>> \--- travel wiki ($srcdir/templates)
>>>> \--- code wiki ($srcdir/templates)
>>>>
>>>> --[[smcv]]