]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/index/discussion.mdwn
web commit by JeremyReed: ,v files in source?
[git.ikiwiki.info.git] / doc / index / discussion.mdwn
index 5b6a659c7eff26a6addad8be26860e7848b8c18c..6f7c0d6f92600c3127fd4ef733bf7d757f0880b3 100644 (file)
@@ -172,6 +172,12 @@ Any plugins or support for exporting to LaTeX?
 > working the way you're thinking of. Noone is currently working on it.
 > --[[Joey]]
 
+>> I did some tests with using Markdown and a customized HTML::Latex and html2latex
+>> and it appears it will work for me now. (I hope to use ikiwiki for many
+>> to collaborate on a printed book that will be generated at least once per day in PDF format.)
+>>
+>> --JeremyReed
+
 ----
 
 # Using with RCS?
@@ -185,6 +191,21 @@ Any examples of using co(1), ci(1) and other RCS related tools with ikiwiki?
 > that supports web commits with ci, and history (parsing the rcs files by
 > hand?). If you're a masochist. :-) --[[Joey]]
 
+>> It does have history using rlog(1) which is similar format to "cvs log".
+>> I don't think it has any possible hooks. What would happen if I call
+>> ikiwiki directly from rcs_commit? (I didn't try yet.) On that note,
+>> I don't see any way for ikiwiki to generate a single file, but I guess
+>> that doesn't matter as --refresh should be fast enough.
+>> I made a Rcs/rcs.pm plugin from Stub. I have been testing it some.
+>>
+>> --JeremyReed
+
+>> I made a working rcs plugin. And I made a RCS-to-web CGI. Details
+>> at [[patchqueue/rcs_(third-party_plugin)]]
+>> --[[JeremyReed]]
+>>
+>> (Moved to patchqueue --[[Joey]])
+
 ----
 
 # Using with CVS?
@@ -203,3 +224,34 @@ editing a page. Is that an option that can be enabled?
 
 > It's doable, it could even be done by a [[todo/plugin]], I think.
 > --[[Joey]]
+
+----
+
+# Max submit size?
+
+Any setting for limiting how many kilobytes can be submitted via the "edit" form?
+-- [[JeremyReed]]
+
+> Not currently. Worried about abuse? --[[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]]
+
+----
+
+# wiki\_file\_regexp and RCS ,v files
+
+I have RCS ,v files in my source directory. But get many "skipping bad filename" warnings.
+
+Also I don't see wiki\_file\_regexp documented. Because it is used with $config{wiki\_file\_regexp} I assume it can be set in the ikiwiki.setup.
+I added a comma to it in my IkiWiki.pm in the defaultconfig(). But that was wrong (so I reverted back), because then the ,v files were copied to my www tree.
+
+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