]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/index/discussion.mdwn
web commit by JeremyReed: fix mispelled word
[git.ikiwiki.info.git] / doc / index / discussion.mdwn
index 6f7c0d6f92600c3127fd4ef733bf7d757f0880b3..4b3f3b4eb2dd430235284f04338d9a3f6a84b12e 100644 (file)
@@ -232,7 +232,12 @@ 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? --[[Joey]]
+> Not currently. Worried about abuse? -man -[[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]]
 
 ----
 
@@ -254,4 +259,14 @@ I added a comma to it in my IkiWiki.pm in the defaultconfig(). But that was wron
 
 What is the correct way to include ,v RCS revision files in my source tree without receiving the "bad" messages and without copying over to www tree?
 
--- [[JeremyReed]]
\ No newline at end of file
+-- [[JeremyReed]]
+
+----
+
+# Textile Plugin
+
+It was trivial, but I put together a plugin that uses the Textile markup
+language, which I find to be the most superior of the various options for
+that sort of thing.  Where or how do I submit it for inclusion?
+
+> You can post it to [[plugins/contrib]]. --[[Joey]]