[Comoblog-commit] modules/mod_adsense/install mod_adsense.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 19:40:40
|
Update of /cvsroot/comoblog/modules/mod_adsense/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7033/mod_adsense/install Added Files: mod_adsense.xml Log Message: initial add, just to make sure ive got the hang of it. mod_adsense displays a random thumbmail image and links it to the relevant post. had loads of trouble getting this to commit, so i still need to double check its all here --- NEW FILE: mod_adsense.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_adsense </name> <description>Google Adsense for the Sidebar</description> <allowed_pos>sidebar</allowed_pos> <version>1.0</version> <minimum_supported>1.0</minimum_supported> <certified>1.0</certified> <author>Wolfgang Luttner (http://www.loveteam.net)</author> <date>2004-10-08</date> <param name="CFG_GOOGLE_ADSENSE" description="Google Adsense Code to be inserted" type="textarea" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="" /> </module> |