[Comoblog-commit] modules/mod_html2text/install mod_html2text.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-28 11:33:22
|
Update of /cvsroot/comoblog/modules/mod_html2text/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23710/mod_html2text/install Added Files: mod_html2text.xml Log Message: initial add - NOT FOR RELEASE - NEEDS FULL TESTING mod_html2text, i wrote this to help some one out, as i dont suffer from the problem its not been completly tested, howeve they havnt complained so im guess all is okay.. It converts the incoming posts from html to text - that actually a lie as it leaves in the image tags which tend to be on a remote server and so other wise wouldnt be found by easymoblog however it removes the BAD html imposed on some of us by the phone networks If you want to remove any text from the remaining text, - for instance if your phone provider adds some kind of company slogan or copyright message - you might want to look at mod_wordswapper which can be used to remove that.at some point Ill look at building that functionality into this module if people think its worth it --- NEW FILE: mod_html2text.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_html2text</name> <description>converts the incoming post from html to text - that actually a lie as it leaves in the image tags which tend to be on a remote server and so other wise wouldnt be found by easymoblog however it removes the BAD html imposed on us by the phone networks,if you want to remove any text from this - for instance if your phone provider adds some kind of company slogan or copyright message -you might want to look at mod_wordswapper which can be used to remove that.at some point Ill look at building that functionality into this module if people think its worth it</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>iamdecal - iam...@gm... http://www.iamdecal.co.uk</author> <date>2005-06-13</date> <param name="CFG_HTML2TEXT_ALLOWED_TAGS" description="tags thats are allowed to remain " type="text" editable="Y" accept_null="N" value="img" /> </module> |