[Comoblog-commit] modules/mod_wordswapper/install mod_wordswapper.xml,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-11 19:16:29
|
Update of /cvsroot/comoblog/modules/mod_wordswapper/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25044/mod_wordswapper/install Modified Files: mod_wordswapper.xml Log Message: re commit - dosnt appear to have been saved to cvs properly Index: mod_wordswapper.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_wordswapper/install/mod_wordswapper.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_wordswapper.xml 28 Nov 2005 10:54:55 -0000 1.1 +++ mod_wordswapper.xml 11 Dec 2005 19:16:15 -0000 1.2 @@ -1,30 +1,22 @@ <?xml version="1.0" standalone="no"?> -<!DOCTYPE module SYSTEM "http://easymoblog.sourceforge.net/DTD/easymoblog_mod_install.dtd"> +<!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> - - <name>mod_wordswapper</name> - + <name>mod_wordswapper</name> <description>Swaps out words in posted comments.</description> - <allowed_pos>not_visible</allowed_pos> - <filter_posts>N</filter_posts> - <filter_comments>Y</filter_comments> - - <version>0.5</version> - - <author>iamdecal (iam...@gm...)</author> - + <version>1.0</version> + <minimum_supported>1.0</minimum_supported> + <certified>1.0</certified> + <author>iamdecal iam...@gm... http://www.iamdecal.co.uk</author> <date>2005-02-01</date> - <param name="CFG_WORDSWAP_LIST" - description="a comma seperated list of pipe delimited things to swap. i.e. this | that , him | her , that | them , foo | bah note the space at each side of each word other wise the matches will also take place inside of words. (unless like me that's what you need to happen)" + description="A comma seperated list of pipe delimited things to swap ie this|that,him|her,that|them,foo|bah, NB you need to put the longest match first in the list, also needs improving to cope with white space better" type="text" editable="Y" accept_null="N" - value=" foo | bah , ping | pang , woo yay | hoopla " + value="" /> - </module> \ No newline at end of file |