[Comoblog-commit] comoblog/modules/mod_search/install mod_search.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-05 00:48:33
|
Update of /cvsroot/comoblog/comoblog/modules/mod_search/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14620/mod_search/install Added Files: mod_search.xml Log Message: RFE: 1280296 - mod_search module --- NEW FILE: mod_search.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name> mod_search </name> <description> Module to allow blog post searching </description> <allowed_pos> sidebar </allowed_pos> <filter_posts>O</filter_posts> <dbquery> CREATE TABLE comoblog_blog_search_index (index_id int(10) unsigned NOT NULL auto_increment, post_id int(10) unsigned NOT NULL, word varchar(255) NOT NULL, PRIMARY KEY (index_id)) </dbquery> <param name="CFG_MOD_BLOG_SEARCH_EXCLUSIONS" description="Words to exclude from search indexing" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="what,when,over,this" /> <param name="CFG_MOD_BLOG_SEARCH_FONT_FAMILY" description="" type="font_picker" editable="Y" accept_null="N" value="Verdana,Arial,Helvetica,sans-serif" /> <param name="CFG_MOD_BLOG_SEARCH_FONT_SIZE" description="" type="text" editable="Y" accept_null="N" value="11" /> <version>1.0</version> <author>Mark Wallis - mw...@se...</author> <date>2005-10-03</date> </module> |