aboutsummaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-28 20:44:48 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-12-28 20:44:48 +0000
commitc9e07b583bb730a7697cbbeb8b1b7d912d8a1780 (patch)
treee4c6470623d34dce75b77c9c42391bf421b11ffd /doc/index
parent85566ff3a33298f16bd1102e6e011b85a8e8ea3d (diff)
downloadikiwiki-c9e07b583bb730a7697cbbeb8b1b7d912d8a1780.tar
ikiwiki-c9e07b583bb730a7697cbbeb8b1b7d912d8a1780.tar.gz
responses
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index/discussion.mdwn14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index 4b3f3b4eb..15a85725a 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -232,21 +232,21 @@ editing a page. Is that an option that can be enabled?
Any setting for limiting how many kilobytes can be submitted via the "edit" form?
-- [[JeremyReed]]
-> Not currently. Worried about abuse? -man -[[Joey]]
+> Not currently. Worried about abuse? --[[Joey]]
>> I didn't want it abused accidently or with malice. I was thinking that Perl's CGI.pm would handle this, but I don't see that.
>> I read that textarea max bytes may be 500 lines or 28000 characters or 30000 characters or 64kB. It seems like it
>> varies and I didn't test myself, because I guess it may depend on different clients and different HTTP servers.
>> This could be checked using javascript on the client side (before submitting) and by checking size on server side (before saving). --[[JeremyReed]]
+>>> The absolute limit varies by browser. If there are web servers that
+>>> also limit it, I don't know of them. --[[Joey]]
+
----
# Disable sub-discussion pages?
-Any setting to disable having a discussion of a discussion?
-The [[features]] page says every page, but I don't want every page.
-I do want discussion subpage, but I don't want to have, for example: discussion/ discussion/ discussion.
--- [[JeremyReed]]
+> Moved to [[bugs]] -- [[Joey]]
----
@@ -261,6 +261,10 @@ What is the correct way to include ,v RCS revision files in my source tree witho
-- [[JeremyReed]]
+> Add the ,v to the $config{wiki_file_prune_regexps} array. This is how we
+> skip equivilant files from other revision control systems too.
+> --[[Joey]]]
+
----
# Textile Plugin