[Comoblog-commit] modules/mod_remove_footer/install mod_remove_footer.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-28 11:24:22
|
Update of /cvsroot/comoblog/modules/mod_remove_footer/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21899/mod_remove_footer/install Added Files: mod_remove_footer.xml Log Message: initial add mod_remove_footer, Remove sponsor footer from mail body: you can simply use a terminator string (i.e. ###END###) at the end of your posts: all text after the terminator will be stripped from mail body. this was an original easy moblog module --- NEW FILE: mod_remove_footer.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_remove_footer</name> <description>Remove sponsor footer from mail body: you can simply use a terminator string (i.e. ###END###) at the end of your posts: all text after the terminator will be stripped from mail body.</description> <allowed_pos>not_visible</allowed_pos> <filter_posts>Y</filter_posts> <filter_comments>N</filter_comments> <version>1.0</version> <minimum_supported>1.0</minimum_supported> <certified>1.0</certified> <author>Umberto Caldera - ubik[at]ubiks[dot]it (thanks to James Orlowski -james[at]orlowski[dot]com - for suggestions!)</author> <date>2004-04-29</date> <param name="CFG_REMOVE_FOOTER_TERMINATOR" description="All text following this string will be deleted from message body" type="text" editable="Y" accept_null="N" value="##END##" /> </module> |