diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-21 09:40:05 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-21 09:40:05 +0000 |
commit | dbd966f28c6e83c898f802c576cebcb203d86b8c (patch) | |
tree | 84de3418cc5abed9760ca71c39b4a60d80f73e30 /doc/todo | |
parent | f3357b9eb27ca2d2a61f5452581ba580c91f72c6 (diff) |
misc updates and reorg
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/latex.mdwn | 12 | ||||
-rw-r--r-- | doc/todo/plugin.mdwn | 7 | ||||
-rw-r--r-- | doc/todo/spam_fighting.mdwn | 3 |
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§=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. |