# HG changeset patch # User MWild1 # Date 1265046551 0 # Node ID 026e0e86dd967e2896669c2fb848a3f9781db439 # Parent 03ee54266b45871d67b8cbdbfe93825b4b9875b7 Fixed the wiki markup for the todo list, added some links and a new todo diff -r 03ee54266b45 -r 026e0e86dd96 mod_latex.wiki --- 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 ||