aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/discussion.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 06:25:51 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-23 06:25:51 +0000
commit764f335685db10d1ef9fdfb52f7b42e4a8a56d1f (patch)
tree95ae1baae7a4a7f143dfe52b43722562c245baf3 /doc/bugs/discussion.mdwn
parent4b2924e995f3124d0e41f288d9982881c4cc1ade (diff)
downloadikiwiki-764f335685db10d1ef9fdfb52f7b42e4a8a56d1f.tar
ikiwiki-764f335685db10d1ef9fdfb52f7b42e4a8a56d1f.tar.gz
response
Diffstat (limited to 'doc/bugs/discussion.mdwn')
-rw-r--r--doc/bugs/discussion.mdwn19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/bugs/discussion.mdwn b/doc/bugs/discussion.mdwn
index ad8543c0c..474e07564 100644
--- a/doc/bugs/discussion.mdwn
+++ b/doc/bugs/discussion.mdwn
@@ -1 +1,18 @@
-Related to using --cgi on command-line. The man page should just be more clear. ikiwiki-1.35 has: "Enable CGI mode. ..." To me this implies that is configuring something that will enable CGI mode. If I understand it correctly, it should say "Run ikiwiki as a CGI. Normally this is used from the ikiwiki.cgi CGI wrapper. ..." \ No newline at end of file
+Related to using --cgi on command-line. The man page should just be more
+clear. ikiwiki-1.35 has: "Enable CGI mode. ..." To me this implies that
+is configuring something that will enable CGI mode. If I understand it
+correctly, it should say "Run ikiwiki as a CGI. Normally this is used from
+the ikiwiki.cgi CGI wrapper. ..."
+
+> The man page says:
+
+ Enable [[CGI]] mode. In cgi mode ikiwiki __runs as a cgi script__, and
+ supports editing pages, signing in, registration, and displaying
+ [[RecentChanges]].
+
+ __To use ikiwiki as a [[CGI]] program you need to use --wrapper or --setup
+ to generate a wrapper.__ The wrapper will generally need to run suid 6755
+ to the user who owns the `source` and `destination` directories.
+
+> (emphasis mine). Anyway, if you have ideas to improve the man page, it's
+> over in [[usage]] --[[Joey]]