diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/features.mdwn | 12 | ||||
-rw-r--r-- | doc/templates.mdwn | 4 | ||||
-rw-r--r-- | doc/todo.mdwn | 5 |
3 files changed, 15 insertions, 6 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn index dc3401bba..8a05a1679 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -44,11 +44,19 @@ Currently implemented: * [[PageHistory]] - Well, sorta. Rather than implementing YA history browser, it can link to [[ViewCVS]] or the link to browse the history of a wiki page. + Well, sorta. Rather than implementing YA history browser, it can link to + [[ViewCVS]] or the link to browse the history of a wiki page. * [[RecentChanges]], editing pages in a web browser - Nearly the definition of a wiki, although perhaps ikiwiki challenges how much of that web gunk a wiki really needs. These features are optional and can be enabled by enabling [[CGI]]. + Nearly the definition of a wiki, although perhaps ikiwiki challenges how + much of that web gunk a wiki really needs. These features are optional + and can be enabled by enabling [[CGI]]. + +* User registration + + Can optionally be configured to allow only registered users to post + pages; online user registration form, etc. ---- diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 6d4d8793d..f22e50dec 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -8,7 +8,9 @@ It ships with some basic templates which can be customised: * `templates/misc.tmpl` - Generic template used for any page that doesn't have a custom template. * `templates/recentchanges.tmpl` - Used for the RecentChanges page. -* `templates/editpage.tmpl' - Create/edit page. +* `templates/editpage.tmpl` - Create/edit page. +* `templates/passwordmail.tmpl` - Not a html template, this is used to + generate the mail with the user's password in it. If you like, you can add these to further customise it: diff --git a/doc/todo.mdwn b/doc/todo.mdwn index 355c36a28..5442653be 100644 --- a/doc/todo.mdwn +++ b/doc/todo.mdwn @@ -1,9 +1,8 @@ ## online page editing * Missing support for preview, cancel. -* Missing conflict detection. -* Missing commit message box. -* No support for web user tracking/login yet. +* Missing conflict detection, just overwrites changes and does not svn up + first. * Eventually, might want page deletion. * Eventually, might want file upload. |