cs-rssdb-commits Mailing List for CS PHP RSS DB (Page 3)
Status: Abandoned
Brought to you by:
crazedsanity
You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(14) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(19) |
Oct
|
Nov
(1) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
From: <cra...@us...> - 2008-12-29 20:09:06
|
Revision: 25 http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=25&view=rev Author: crazedsanity Date: 2008-12-29 20:09:03 +0000 (Mon, 29 Dec 2008) Log Message: ----------- Strip tags before htmlentity'ing the title... /rssDBClass.php: * parse_file(): -- strip tags from title prior to cleaning (The Register puts HTML markup in their titles). Modified Paths: -------------- trunk/0.1/rssDBClass.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-12-29 19:57:21
|
Revision: 24 http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=24&view=rev Author: crazedsanity Date: 2008-12-29 19:57:17 +0000 (Mon, 29 Dec 2008) Log Message: ----------- Fix article title to use htmlentities. /rssDBClass.php: * parse_file(): -- clean the title using cs_globalFunctions::cleanString() with the "htmlentities_plus_brackets" style (fixes html entities and avoids potential template var substitution problems). Modified Paths: -------------- trunk/0.1/rssDBClass.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-12-27 18:20:50
|
Revision: 23 http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=23&view=rev Author: crazedsanity Date: 2008-12-27 18:20:40 +0000 (Sat, 27 Dec 2008) Log Message: ----------- Fix requirements so it works from the [DOCUMENT_ROOT]/bin directory. Modified Paths: -------------- trunk/0.1/bin/parse_rss_feeds.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-12-26 22:14:21
|
Revision: 22 http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=22&view=rev Author: crazedsanity Date: 2008-12-26 22:14:17 +0000 (Fri, 26 Dec 2008) Log Message: ----------- Fixed to give the version number in the user agent string. Modified Paths: -------------- trunk/0.1/bin/downloader.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-12-26 22:04:59
|
Revision: 21 http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=21&view=rev Author: crazedsanity Date: 2008-12-26 22:04:53 +0000 (Fri, 26 Dec 2008) Log Message: ----------- Add downloader, and working on updating the user agent string so that it'll reflect the system's version. Added Paths: ----------- trunk/0.1/bin/downloader.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-12-26 22:02:50
|
Revision: 20 http://cs-rssdb.svn.sourceforge.net/cs-rssdb/?rev=20&view=rev Author: crazedsanity Date: 2008-12-26 22:02:39 +0000 (Fri, 26 Dec 2008) Log Message: ----------- Add the script that parses the RSS feeds... Added Paths: ----------- trunk/0.1/bin/ trunk/0.1/bin/parse_rss_feeds.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |