[Comoblog-commit] comoblog/modules/mod_markup/install mod_markup.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-09 01:37:46
|
Update of /cvsroot/comoblog/comoblog/modules/mod_markup/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11987/mod_markup/install Added Files: mod_markup.xml Log Message: RFE: 1280308 - Add mod_markup filter module to CVS. This is the prework for being able to support Image posts embedded in markup referencing remote URLs --- NEW FILE: mod_markup.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name> mod_markup </name> <description> Post filter module that implements WikiPedia style markup on incoming posts </description> <allowed_pos> not_visible </allowed_pos> <filter_posts>Y</filter_posts> <param name="CFG_MOD_MARKUP_DOWNLOAD_IMAGES" description="Download images that are referenced in markup" type="select" accept_null="N" encrypt="N" restricted_values="N|Y" editable="Y" value="N" /> <version>1.0</version> <author>Mark Wallis - mw...@se...</author> <date>2005-10-03</date> </module> |