diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 00:36:58 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 00:36:58 -0500 |
commit | d7fdd04b5a113b6dded40cb79b670b16570c11b3 (patch) | |
tree | 9f77296c32cbc9d02bf2007fe7a233e9093f80b3 /doc/usage.mdwn | |
parent | 2ff726e87595d7496245f7c01e2bb217004979c0 (diff) | |
download | ikiwiki-d7fdd04b5a113b6dded40cb79b670b16570c11b3.tar ikiwiki-d7fdd04b5a113b6dded40cb79b670b16570c11b3.tar.gz |
* Removed support for sending commit notification mails. Along with it went
the svnrepo and notify settings, though both will be ignored if left in
setup files.
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 136e969c2..354e266f1 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -133,11 +133,6 @@ configuration options of their own. access controlled by a group, it makes sense for the ikiwiki wrappers to run setgid to that group. -* --notify, --no-notify - - Enable email notification of commits. This should be used when running - ikiwiki as a [[post-commit]] hook. - * --rcs=svn|git|.., --no-rcs Enable or disable use of a [[revision_control_system|rcs]]. @@ -151,11 +146,6 @@ configuration options of their own. No revision control is enabled by default. -* --svnrepo /svn/wiki - - Specify the location of the svn repository for the wiki. This is required - for using --notify with [[Subversion|rcs/svn]]. - * --svnpath trunk Specify the path inside your svn repository where the wiki is located. |