diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:29:09 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:29:09 +0000 |
commit | bbabbca9d1943421117a6625fc81c02d5b66def4 (patch) | |
tree | a89b0aa695e99726db3079440aaeb5dc69604ef3 /doc | |
parent | 94eab28a86d518c39d8a71accee7b25818e38e63 (diff) |
template for recentchanges
Diffstat (limited to 'doc')
-rw-r--r-- | doc/features.mdwn | 7 | ||||
-rw-r--r-- | doc/setup.mdwn | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn index 283dec8ec..8c08b70b9 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -31,6 +31,11 @@ Currently implemented: ikiwiki is fast and smart about updating a wiki, it only builds pages that have changed (and tracks things like creation of new pages and links that can indirectly cause a page to need a rebuild) +* [[Templates]] + + ikiwiki generates html using templates so you can change the look and + layout of all pages in any way you would like. + * [[BackLinks]] Automatically included on pages. Rather faster than eg [[MoinMoin]] and always there to help with navigation. @@ -45,4 +50,4 @@ Currently implemented: ---- -It also has lots of [[TODO]] items and [[Bugs]]. This wiki is not ready for production!
\ No newline at end of file +It also has lots of [[TODO]] items and [[Bugs]]. This wiki is not ready for production! diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 373bc90ed..e69364e36 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -6,7 +6,8 @@ optional support for commits from the web. apt-get install ikiwiki # soon - Ikiwiki requires [[MarkDown]] be installed, and also uses the following perl modules: `CGI::Session` `CGI::FormBuilder` + Ikiwiki requires [[MarkDown]] be installed, and also uses the following + perl modules: `CGI::Session` `CGI::FormBuilder` `HTML::Template` 2. Create the subversion repository for your wiki. @@ -70,4 +71,4 @@ optional support for commits from the web. --historyurl='http://svn.host/trunk/doc/[[]]?root=wiki' -11. Enjoy your new wiki!
\ No newline at end of file +11. Enjoy your new wiki! |