[Comoblog-commit] comoblog/modules/mod_markup README,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-09 01:51:02
|
Update of /cvsroot/comoblog/comoblog/modules/mod_markup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14493 Added Files: README Log Message: Readme for mod_markup --- NEW FILE: README --- This CoMoblog module applied WikiPedia style markup to plain text posts Author: Mark Wallis - mw...@se... This is a filter module that analyses incoming plain text posts for basic markup and applies the markup rules accordinly. I've tried to style the markup language on that already used by WikiPedia. Markup is only analysed for plain/text posts. Trying to analyse plain/html posts is too complex, plus, if you are posting from a HTML enabled email client then you should be able todo everything you want without markup anyway. At this stage the following markup rules are applied. All markup tags are case sensitive. 1. Images Example: [[Image:http://www.serialmonkey.com/logo.jpg]] This markup will embed the referenced image into your post. If you have the Download Image Module parameter set to "No" then this markup is replaced with a <img> tag referencing the image on the remote server. If the module parameter is set to "Yes" then the image will be downloaded from the remote server to the local server hosting the blog and then referenced from there like a normal image attached to the email. Any problems please raise them in the CoMoblog SourceForge. Mark. |