changeset 116:026e0e86dd96

Fixed the wiki markup for the todo list, added some links and a new todo
author MWild1
date Mon, 01 Feb 2010 17:49:11 +0000
parents 03ee54266b45
children 477eef586fcb
files mod_latex.wiki
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_latex.wiki	Mon Feb 01 17:46:54 2010 +0000
+++ b/mod_latex.wiki	Mon Feb 01 17:49:11 2010 +0000
@@ -3,7 +3,7 @@
 
 = Introduction =
 
-This module intercepts messages between users and into chatrooms, and attaches a links to a rendered version of any LaTeX in the message. This requires client support for XHTML-IM, and fetching images via HTTP.
+This module intercepts messages between users and into chatrooms, and attaches a links to a rendered version of any [http://en.wikipedia.org/wiki/LaTeX LaTeX] in the message. This requires client support for [http://xmpp.org/extensions/xep-0071.html XHTML-IM], and fetching images via HTTP.
 
 This module was tested with the [http://gajim.org/ Gajim] client.
 
@@ -12,8 +12,9 @@
 There is no configuration (yet). The module uses [http://www.mathtran.org/ MathTran] to render the LaTeX.
 
 = Todo =
-* Support for other rendering services (easy)
-* Provide a built-in rendering service (e.g. mimetex)
+  * Support for other rendering services (easy)
+  * Provide a built-in rendering service (e.g. mimetex)
+  * Send the images inline over XMPP (little client support at the moment)
 
 = Compatibility =
 || 0.6 || Works ||