summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/features.mdwn7
-rw-r--r--doc/setup.mdwn5
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!