comoblog-commit Mailing List for CoMoblog Mobile Blog Application (Page 23)
Status: Inactive
Brought to you by:
markwallis
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(49) |
Oct
(127) |
Nov
(211) |
Dec
(56) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(51) |
Feb
(128) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
(2) |
Aug
(24) |
Sep
|
Oct
(151) |
Nov
(9) |
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(17) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: iamdecal <iam...@us...> - 2005-11-27 19:58:58
|
Update of /cvsroot/comoblog/modules/mod_postbydate/img In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9857/mod_postbydate/img Added Files: mod_postbydate.gif mod_postbydate_big.gif Log Message: initial add, just to make sure ive got the hang of it. mod_postbydate ,builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions --- NEW FILE: mod_postbydate.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mod_postbydate_big.gif --- (This appears to be a binary file; contents omitted.) |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:58:56
|
Update of /cvsroot/comoblog/modules/mod_postbydate/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9857/mod_postbydate/install Added Files: mod_postbydate.xml Log Message: initial add, just to make sure ive got the hang of it. mod_postbydate ,builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions --- NEW FILE: mod_postbydate.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_postbydate</name> <description>This module builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions </description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <version>1</version> <minimum_supported>1.0</minimum_supported> <certified>1.0</certified> <author>iamdecal iam...@gm... http://www.iamdecal.co.uk</author> <date>2004-10-15</date> <param name="CFG_POSTBYDATE_TOPLINE" description="The Top line of text in the drop down or header of the list item" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="Posts By Month" /> <param name="CFG_POSTBYDATE_MONTH_01" description="The text for month 01" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="January / Ionawr" /> <param name="CFG_POSTBYDATE_MONTH_02" description="The text for month 02" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="February / Chwefror" /> <param name="CFG_POSTBYDATE_MONTH_03" description="The text for month 03" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="March / Mawrth" /> <param name="CFG_POSTBYDATE_MONTH_04" description="The text for month 04" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="April / Ebrill" /> <param name="CFG_POSTBYDATE_MONTH_05" description="The text for month 05" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="May / Mai" /> <param name="CFG_POSTBYDATE_MONTH_06" description="The text for month 06" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="June / Mehefin" /> <param name="CFG_POSTBYDATE_MONTH_07" description="The text for month 07" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="July / Gorffennaf" /> <param name="CFG_POSTBYDATE_MONTH_08" description="The text for month 08" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="August / Awst" /> <param name="CFG_POSTBYDATE_MONTH_09" description="The text for month 09" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="September / Medi" /> <param name="CFG_POSTBYDATE_MONTH_10" description="The text for month 10" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="October / Hydref" /> <param name="CFG_POSTBYDATE_MONTH_11" description="The text for month 11" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="November / Tachwedd" /> <param name="CFG_POSTBYDATE_MONTH_12" description="The text for month 12" type="text" accept_null="N" encrypt="N" restricted_values="" editable="Y" value="December / Rhagfyr" /> </module> |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:58:55
|
Update of /cvsroot/comoblog/modules/mod_postbydate/templates/top In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9857/mod_postbydate/templates/top Added Files: mod_postbydate.tpl.htm Log Message: initial add, just to make sure ive got the hang of it. mod_postbydate ,builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions --- NEW FILE: mod_postbydate.tpl.htm --- <!-- BEGIN: main --> <select name="mod_postbydate" class="topbar_selector" onchange="if(this.value!='nolink') location=this.value;"> <option value="nolink">{CFG_POSTBYDATE_TOPLINE}</option> <!-- BEGIN: item --> <option value="index.php?/{ITEM.posturl}">{ITEM.monthword} {ITEM.year} ({ITEM.postcount} Posts)</option> <!-- END: item --> </select> <!-- END: main --> |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:58:54
|
Update of /cvsroot/comoblog/modules/mod_postbydate/templates/sidebar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9857/mod_postbydate/templates/sidebar Added Files: mod_postbydate.tpl.htm Log Message: initial add, just to make sure ive got the hang of it. mod_postbydate ,builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions --- NEW FILE: mod_postbydate.tpl.htm --- <!-- BEGIN: main --> <div id="mod_postbydate"> <ul>{CFG_POSTBYDATE_TOPLINE} <!-- BEGIN: item --> <li> <a href="index.php?/{ITEM.posturl}"><strong>{ITEM.monthword} {ITEM.year} ({ITEM.postcount} Posts)</strong></a><br /> </li> <!-- END: item --> </ul> </div> <!-- END: main --> |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:58:54
|
Update of /cvsroot/comoblog/modules/mod_postbydate/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9857/mod_postbydate/include Added Files: mod_postbydate.inc.php Log Message: initial add, just to make sure ive got the hang of it. mod_postbydate ,builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions --- NEW FILE: mod_postbydate.inc.php --- <?php function mod_postbydate_list () { // a fake one to make counting easier $months = array("no month", CFG_POSTBYDATE_MONTH_01, CFG_POSTBYDATE_MONTH_02, CFG_POSTBYDATE_MONTH_03, CFG_POSTBYDATE_MONTH_04, CFG_POSTBYDATE_MONTH_05, CFG_POSTBYDATE_MONTH_06, CFG_POSTBYDATE_MONTH_07, CFG_POSTBYDATE_MONTH_08, CFG_POSTBYDATE_MONTH_09, CFG_POSTBYDATE_MONTH_10, CFG_POSTBYDATE_MONTH_11, CFG_POSTBYDATE_MONTH_12); $query = "select count(*) as postcount , FROM_UNIXTIME(post_mail_date, '%b %Y') as yearmonth, FROM_UNIXTIME(post_mail_date, '%c') as justmonth , FROM_UNIXTIME(post_mail_date, '%Y') as justyear, min(FROM_UNIXTIME(post_mail_date,'%Y%m%d')) as posturl from ".CFG_MYSQL_TABPREFIX."posts group by yearmonth order by post_mail_date desc , posturl asc"; $res = mysql_query($query); if (!$res || !mysql_num_rows($res)){ return (false); } $items = array(); while ($row = mysql_fetch_assoc($res)) { $row['monthword'] = $months[$row['justmonth']]; $items[] = $row; } return ($items); } ?> |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:58:54
|
Update of /cvsroot/comoblog/modules/mod_postbydate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9857/mod_postbydate Added Files: add_months_welsh.sql index.php mod_postbydate.php Log Message: initial add, just to make sure ive got the hang of it. mod_postbydate ,builds a select box or list of posts by month, clicking on a link in it takes you to the first date with posts in that month, Its all working for me, but feel free to provide feed back. (and thanks to all of you whole helped test it, it now supports any language via the admin area, see the welsh sql file in the root of this module if your updating Oh and it really needs its own icon I suppose - but I'm not good at that, I'm open to suggestions --- NEW FILE: add_months_welsh.sql --- /* > January / Ionawr (Jan / Ion) > February / Chwefror (Feb / Chwef) > March / Mawrth (Mar / Maw) > April / Ebrill (Apr / Ebr) > May / Mai > June / Mehefin (Jun / Meh) > July / Gorffennaf (Jul / Gor) > August / Awst (Aug / Awst) > September / Medi (Sep / Med) > October / Hydref (Oct / Hyd) > November / Tachwedd (Nov / Tach) > December / Rhagfyr (Dec / Rhag) */ insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_01', 'January / Ionawr', 'The text for month 01', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_02', 'February / Chwefror', 'The text for month 02', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_03', 'March / Mawrth', 'The text for month 03', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_04', 'April / Ebrill', 'The text for month 04', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_05', 'May / Mai', 'The text for month 05', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_06', 'June / Mehefin', 'The text for month 06', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_07', 'July / Gorffennaf', 'The text for month 07', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_08', 'August / Awst', 'The text for month 08', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_09', 'September / Medi', 'The text for month 09', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_10', 'October / Hydref', 'The text for month 10', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_11', 'November / Tachwedd', 'The text for month 11', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; insert into easymoblog_preferences ( pref_name, pref_value, pref_description, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, mod_name ) values ( 'CFG_POSTBYDATE_MONTH_12', 'December / Rhagfyr', 'The text for month 12', 'N', 'text', '', 'N', 'Y', 'mod_postbydate' ) ; --- NEW FILE: mod_postbydate.php --- <?php if (in_array('mod_postbydate', $SIDEBAR_MODULES)) $mod_pos = 'sidebar'; else $mod_pos = 'top'; require_once (CFG_BASE_PATH.'/modules/mod_postbydate/include/mod_postbydate.inc.php'); $postbydate_items = mod_postbydate_list(); if ($postbydate_items) { $mod_postbydate_tpl = new XTemplate (CFG_BASE_PATH.'/modules/mod_postbydate/templates/'.$mod_pos.'/mod_postbydate.tpl.htm'); if (CFG_POSTBYDATE_TOPLINE) $mod_postbydate_tpl->assign('CFG_POSTBYDATE_TOPLINE', CFG_POSTBYDATE_TOPLINE ); for ($c = 0; $c < count($postbydate_items); $c++) { if ($c % 2) $tpl->assign('BGCOLOR', '#ffffff'); else $tpl->assign('BGCOLOR', '#efefef'); $mod_postbydate_tpl->assign('ITEM', $postbydate_items[$c]); $mod_postbydate_tpl->parse('main.item'); } $mod_postbydate_tpl->parse('main'); $mod_contents = $mod_postbydate_tpl->text("main"); } else $mod_contents = ''; ?> --- NEW FILE: index.php --- |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:57:23
|
Update of /cvsroot/comoblog/modules/mod_postbydate/templates/top In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9573/top Log Message: Directory /cvsroot/comoblog/modules/mod_postbydate/templates/top added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:57:23
|
Update of /cvsroot/comoblog/modules/mod_postbydate/templates/sidebar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9573/sidebar Log Message: Directory /cvsroot/comoblog/modules/mod_postbydate/templates/sidebar added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:56:52
|
Update of /cvsroot/comoblog/modules/mod_postbydate/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9460/templates Log Message: Directory /cvsroot/comoblog/modules/mod_postbydate/templates added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:56:51
|
Update of /cvsroot/comoblog/modules/mod_postbydate/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9460/include Log Message: Directory /cvsroot/comoblog/modules/mod_postbydate/include added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:56:51
|
Update of /cvsroot/comoblog/modules/mod_postbydate/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9460/install Log Message: Directory /cvsroot/comoblog/modules/mod_postbydate/install added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:56:51
|
Update of /cvsroot/comoblog/modules/mod_postbydate/img In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9460/img Log Message: Directory /cvsroot/comoblog/modules/mod_postbydate/img added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:56:42
|
Update of /cvsroot/comoblog/modules/mod_postbydate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9413/mod_postbydate Log Message: Directory /cvsroot/comoblog/modules/mod_postbydate added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:47:20
|
Update of /cvsroot/comoblog/modules/mod_pingomatic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8034/mod_pingomatic Added Files: mod_pingomatic_post_filter.php Log Message: initial add, just to make sure ive got the hang of it. mod_pingomatic , automatially notifies pingomatic.com when you submit a new post, inturn this notifies various other sites. NB:: it might be useful to all for various urls to be used for full coverage including a default one for comoblog so that we can do some community building off of the back of it. --- NEW FILE: mod_pingomatic_post_filter.php --- <?php require_once(dirname(__FILE__).'/include/mod_pingomatic.inc.php'); $blart = mod_pingomatic($post['post_id']); ?> |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:47:18
|
Update of /cvsroot/comoblog/modules/mod_pingomatic/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8034/mod_pingomatic/install Added Files: mod_pingomatic.xml Log Message: initial add, just to make sure ive got the hang of it. mod_pingomatic , automatially notifies pingomatic.com when you submit a new post, inturn this notifies various other sites. NB:: it might be useful to all for various urls to be used for full coverage including a default one for comoblog so that we can do some community building off of the back of it. --- NEW FILE: mod_pingomatic.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_pingomatic</name> <description>auto pingomatic - go here, http://pingomatic.com/ fill in your details as appropriate and do a manual ping to all the services you want to notify, copy the url thats given when you submit the page and add it into the module config on your blog - every time you make a post, easymoblog will auto ping the ping o matic server</description> <allowed_pos>not_visible</allowed_pos> <filter_posts>Y</filter_posts> <filter_comments>N</filter_comments> <version>1</version> <minimum_supported>1.0</minimum_supported> <certified>1.0</certified> <author>iamdecal (iam...@gm...)</author> <date>2005-04-05</date> <param name="CFG_PINGOMATIC_URL" description=" the url to ping" type="text" editable="Y" accept_null="N" value="put url here" /> </module> |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:47:17
|
Update of /cvsroot/comoblog/modules/mod_pingomatic/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8034/mod_pingomatic/include Added Files: mod_pingomatic.inc.php Log Message: initial add, just to make sure ive got the hang of it. mod_pingomatic , automatially notifies pingomatic.com when you submit a new post, inturn this notifies various other sites. NB:: it might be useful to all for various urls to be used for full coverage including a default one for comoblog so that we can do some community building off of the back of it. --- NEW FILE: mod_pingomatic.inc.php --- <?php function mod_pingomatic ($body) { if (CFG_PINGOMATIC_URL == ''){ return (0); } else{ // not the most elegant way perhaps but it works $handle = fopen(CFG_PINGOMATIC_URL, "r"); return ($handle); } } ?> |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:47:17
|
Update of /cvsroot/comoblog/modules/mod_pingomatic/img In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8034/mod_pingomatic/img Added Files: mod_pingomatic.gif mod_pingomatic_big.gif Log Message: initial add, just to make sure ive got the hang of it. mod_pingomatic , automatially notifies pingomatic.com when you submit a new post, inturn this notifies various other sites. NB:: it might be useful to all for various urls to be used for full coverage including a default one for comoblog so that we can do some community building off of the back of it. --- NEW FILE: mod_pingomatic_big.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mod_pingomatic.gif --- (This appears to be a binary file; contents omitted.) |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:44:46
|
Update of /cvsroot/comoblog/modules/mod_pingomatic/img In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7626/img Log Message: Directory /cvsroot/comoblog/modules/mod_pingomatic/img added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:44:46
|
Update of /cvsroot/comoblog/modules/mod_pingomatic/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7626/install Log Message: Directory /cvsroot/comoblog/modules/mod_pingomatic/install added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:44:46
|
Update of /cvsroot/comoblog/modules/mod_pingomatic/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7626/include Log Message: Directory /cvsroot/comoblog/modules/mod_pingomatic/include added to the repository |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:44:36
|
Update of /cvsroot/comoblog/modules/mod_pingomatic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7599/mod_pingomatic Log Message: Directory /cvsroot/comoblog/modules/mod_pingomatic added to the repository |
|
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> |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:40:39
|
Update of /cvsroot/comoblog/modules/mod_adsense In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7033/mod_adsense Added Files: index.php mod_adsense.php 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.php --- <?php $mod_contents = unhtmlentities(CFG_GOOGLE_ADSENSE); ?> --- NEW FILE: index.php --- |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:40:39
|
Update of /cvsroot/comoblog/modules/mod_adsense/img In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7033/mod_adsense/img Added Files: mod_adsense.gif mod_adsense_big.gif 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.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mod_adsense_big.gif --- (This appears to be a binary file; contents omitted.) |
|
From: iamdecal <iam...@us...> - 2005-11-27 19:39:19
|
Update of /cvsroot/comoblog/modules/mod_adsense/img In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6716/img Log Message: Directory /cvsroot/comoblog/modules/mod_adsense/img added to the repository |