[Comoblog-commit] comoblog/modules/mod_markup/install mod_markup.xml, 1.3, 1.4
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-11-17 00:50:52
|
Update of /cvsroot/comoblog/comoblog/modules/mod_markup/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29462/modules/mod_markup/install Modified Files: mod_markup.xml Log Message: Working version of captchas. not as feature complete as id like, but it works on the current version think we should sort out a may sort out a mini release? if so it needs add_comment.php list_comments.php templates/add_comment.tpl.htm templates/list_comments.tpl.htm captcha.php img/ttf/REVELMED.TTF and a bit of tidying of captcha.php tested on two systems, but i cant garentee it for everywhere Index: mod_markup.xml =================================================================== RCS file: /cvsroot/comoblog/comoblog/modules/mod_markup/install/mod_markup.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mod_markup.xml 13 Nov 2005 12:35:27 -0000 1.3 +++ mod_markup.xml 17 Nov 2006 00:50:46 -0000 1.4 @@ -1,27 +1,13 @@ <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> - - <name> - mod_markup - </name> - + <name>mod_markup</name> <version>1.0</version> - <minimum_supported>1.0</minimum_supported> - - <certified> - 1.0 - </certified> - - <description> - Post filter module that implements WikiPedia style markup on incoming posts - </description> + <certified>1.0</certified> + <description>Post filter module that implements WikiPedia style markup on incoming posts </description> - <allowed_pos> - not_visible - </allowed_pos> - + <allowed_pos>not_visible</allowed_pos> <filter_posts>Y</filter_posts> <param @@ -36,9 +22,6 @@ /> <version>1.0</version> - <author>Mark Wallis - mw...@se...</author> - <date>2005-10-03</date> - -</module> +</module> \ No newline at end of file |