summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/latex.mdwn12
-rw-r--r--doc/todo/plugin.mdwn7
-rw-r--r--doc/todo/spam_fighting.mdwn3
3 files changed, 21 insertions, 1 deletions
diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn
index 977d68e2f..23d28b6da 100644
--- a/doc/todo/latex.mdwn
+++ b/doc/todo/latex.mdwn
@@ -6,4 +6,16 @@ render via [HeVeA](http://pauillac.inria.fr/~maranget/hevea/index.html) or
similar. Useful for mathematics, as well as for stuff like the LaTeX version
of the ikiwiki [[/logo]].
+----
+
+Conversely, how about adding a plugin to support exporting to LaTeX?
+
+>> 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
+
+>>> Have a look at [pandoc](http://code.google.com/p/pandoc/). It can make PDFs via pdflatex. --[[roktas]]
+
[[tag soc]]
diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn
index 17a72b176..3f8958f64 100644
--- a/doc/todo/plugin.mdwn
+++ b/doc/todo/plugin.mdwn
@@ -41,8 +41,13 @@ Suggestions of ideas for plugins:
* rcs plugin ([[JeremyReed]] has one he has been using for over a month with over 850 web commits with 13 users with over ten commits each.)
+* asciidoc or txt2tags format plugins
+
+ Should be quite easy to write, the otl plugin is a good example of a
+ similar formatter.
+
* manpage plugin: convert **"ls(1)"** style content into Markdown like **\[ls(1)\]\(http://example.org/man.cgi?name=ls&sect=1\)** or into HTML directly.
> With a full installation of groff available, man offers HTML output. Might
> take some fiddling to make it fit into the ikiwiki templates, and you might
> or might not want to convert pages in the SEE ALSO as
-> well. --[[JoshTriplett]] \ No newline at end of file
+> well. --[[JoshTriplett]]
diff --git a/doc/todo/spam_fighting.mdwn b/doc/todo/spam_fighting.mdwn
index 1e20a0c1b..95026eef1 100644
--- a/doc/todo/spam_fighting.mdwn
+++ b/doc/todo/spam_fighting.mdwn
@@ -1 +1,4 @@
Admins need the ability to block IP ranges. They can already ban users.
+
+See [[fileupload]] for a propsal that grew to encompass the potential to do
+this.