diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:46:02 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:46:02 -0400 |
commit | e98e85ad751df94ff821c40f0dbd6d52e8fa64ae (patch) | |
tree | a2827c021fe5d6ddbd438314126acec4480a27ff /doc/features.mdwn | |
parent | 733d1773adfd5146cdf8ddf90338979a41665f24 (diff) | |
download | ikiwiki-e98e85ad751df94ff821c40f0dbd6d52e8fa64ae.tar ikiwiki-e98e85ad751df94ff821c40f0dbd6d52e8fa64ae.tar.gz |
update with a few of out newer features
Diffstat (limited to 'doc/features.mdwn')
-rw-r--r-- | doc/features.mdwn | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn index ff341d2cc..3925d78ef 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -16,6 +16,10 @@ changes via [[Subversion|rcs/svn]], [[rcs/git]], or any of a number of other ikiwiki can be run from a [[post-commit]] hook to update your wiki immediately whenever you commit a change using the RCS. +It's even possible to securely let +[[anonymous_users_git_push_changes|tips/untrusted_git_push]] +to the wiki. + Note that ikiwiki does not require a RCS to function. If you want to run a simple wiki without page history, it can do that too. @@ -142,7 +146,8 @@ authentication, or other methods implemented via plugins. Thanks to subpages, every page can easily and automatically have a /Discussion subpage. By default, these links are included in the -[[templates]] for each page. +[[templates]] for each page. If you prefer blog-syle +[[plugins/comments]], that is available too. ### Edit controls @@ -161,6 +166,11 @@ Well, sorta. Rather than implementing YA history browser, it can link to ikiwiki can use the xapian search engine to add powerful full text [[plugins/search]] capabilities to your wiki. +### Translation via po files + +The [[plugins/po]] plugin allows translating individual wiki pages using +standard `po` files. + ### [[w3mmode]] Can be set up so that w3m can be used to browse a wiki and edit pages |