2004-03-25 15:41 deusx * htdocs/css/main.css, htdocs/js/agg.js, lib/dbagg2/blogroll.py, lib/dbagg2/httpd.py, lib/dbagg2/model.py, lib/dbagg2/scan.py, lib/dbagg2/web/jsrs.py, lib/dbagg2/web/ui.py, templates/blogroll.tal, templates/new_items.tal, templates/page_shell.tal, templates/queued_items.tal, templates/sources_manage.tal, templates/visited_items.tal: Added queued and visited items 2004-03-04 20:23 deusx * lib/sitecustomize.py: Default encoding is UTF-8 2004-03-04 20:23 deusx * templates/blogroll.tal: Removed 60 item limit 2004-03-04 20:22 deusx * lib/dbagg2/web/ui.py: multiple feed sub working 2004-03-04 20:20 deusx * lib/dbagg2/: model.py, scan.py: Futzing with unicode errors 2004-03-04 20:20 deusx * templates/new_items.tal: Now treating titles as HTML 2004-03-04 20:19 deusx * templates/page_shell.tal: Charset fiddling 2004-01-23 09:47 deusx * ChangeLog: Updated 2004-01-23 09:46 deusx * README: Updated config instructions 2004-01-23 09:44 deusx * lib/dbagg2/web/jsrs.py: Cleanup 2004-01-23 09:43 deusx * lib/dbagg2/web/ui.py, templates/new_items.tal: Added categories. cleanup 2004-01-23 09:42 deusx * lib/dbagg2/scan.py: Reflected merging of Source and SourceScan tables 2004-01-23 09:42 deusx * lib/dbagg2/config.py: Added support for switching database types (sqlite and mysql so far) 2004-01-23 09:40 deusx * htdocs/js/agg.js: Added support for categories, removed table sorting 2004-01-23 09:40 deusx * htdocs/css/main.css: Added details for category headers 2004-01-23 09:39 deusx * conf/global.conf: Added details for SQLite tinkering 2004-01-23 09:38 deusx * lib/dbagg2/web/__init__.py: Clean up, moved talTemplate here 2004-01-23 09:38 deusx * lib/dbagg2/opml.py: Merged OPML modules 2004-01-23 09:37 deusx * lib/dbagg2/blogroll.py: Removed SQL to use SQLObject methods. Accounting for merged tables 2004-01-23 09:36 deusx * lib/dbagg2/model.py: Merged SourceScan and Source tables. Added SourceCategory 2004-01-23 09:35 deusx * templates/blogroll.tal: Tweaking display for my blog redesign 2004-01-23 09:35 deusx * templates/page_shell.tal: Cleaned up nav, fiddling with content-type encoding 2004-01-23 09:34 deusx * templates/sources_manage.tal: Removed javascript table sorting, changed to reflect merged tables 2004-01-21 14:45 deusx * README: Updated to reflect new file names, and new sourcesManage code 2004-01-18 21:47 deusx * lib/dbagg2/: OPMLExport.py, OPMLImport.py: Merged with opml.py 2004-01-18 21:43 deusx * lib/dbagg2/OPML.py: Renaming/consolidating 2004-01-18 01:49 deusx * htdocs/images/busy.gif, lib/dbagg2/OPMLExport.py, lib/dbagg2/httpd.py, lib/dbagg2/web/__init__.py, lib/dbagg2/web/jsrs.py, lib/dbagg2/web/ui.py, templates/new_items.tal, templates/page_shell.tal, templates/sources_manage.tal: Filled out more source management functionality 2004-01-18 01:48 deusx * lib/dbagg2/model.py: Added source deletion 2004-01-18 01:48 deusx * htdocs/js/agg.js: Added message display, source deletion, table sorting 2004-01-18 01:45 deusx * htdocs/css/main.css: Added even/odd table rows and a loading image 2004-01-18 00:35 deusx * htdocs/index.cgi: renamed from agg.cgi to index.cgi 2004-01-18 00:34 deusx * htdocs/agg.cgi: renamed to index.cgi 2004-01-16 16:32 deusx * bin/httpd.py: Moved into lib/ 2004-01-16 16:32 deusx * lib/dbagg2/httpd.py: Moved new version from bin to here 2004-01-16 16:29 deusx * lib/dbagg2/web/: __init__.py, jsrs.py, ui.py: New module hierarchy split 2004-01-16 16:28 deusx * lib/dbagg2/web.py: Split out into modules 2004-01-16 12:13 deusx * bin/httpd.py, lib/dbagg2/web.py: Clean up 2004-01-16 10:59 deusx * ChangeLog: initial import 2004-01-16 10:58 deusx * htdocs/js/agg.js: Some debug flag fiddling and removed any references to agg.cgi 2004-01-16 10:57 deusx * htdocs/agg.cgi, lib/dbagg2/web.py: Moved even more code into web.py 2004-01-16 10:57 deusx * conf/global.conf: Added httpd port option 2004-01-16 10:57 deusx * bin/httpd.py: Initial working version 2004-01-15 23:28 deusx * htdocs/jsrs.cgi: Integrated with dbagg2/web.py 2004-01-15 23:11 deusx * lib/dbagg2/web.py: Started using JSRS 2004-01-15 23:08 deusx * lib/dbagg2/: scan.py, scan.py: Fixed title to use description snippet if blank. 2004-01-15 23:07 deusx * lib/dbagg2/model.py: Added private flag to sources, for blogroll 2004-01-15 23:07 deusx * htdocs/css/main.css: Added disclosure triangle images to outlines 2004-01-15 23:06 deusx * htdocs/js/agg.js: Now using JSRS 2004-01-15 23:06 deusx * templates/: new_items.tal, page_shell.tal, sources_manage.tal: Created global page shell template 2004-01-15 23:05 deusx * htdocs/: agg.cgi, cgiConfig.py: Moved CGI config boilerplate to cgiConfig.py 2004-01-15 23:04 deusx * doc/jsrs-license.txt, htdocs/jsrs.cgi, htdocs/js/jsrsClient.js, lib/jsrsServer.py: Started using JSRS for all the browser to server interaction 2004-01-15 23:03 deusx * htdocs/images/: arrow_down.gif, arrow_down_dark.gif, arrow_up.gif, arrow_up_dark.gif, miniXmlButton.gif, opml.gif, outline_collapsed.gif, outline_expanded.gif, spacer.gif, th_down.gif, th_up.gif, tinyXML.jpg, xml.gif: Giving in and starting to use images 2004-01-15 23:03 deusx * lib/dbagg2/blogroll.py, templates/blogroll.tal: Added blogroll extraction 2003-12-10 22:20 deusx * README, templates/sources_manage.tal: Initial import 2003-12-09 15:54 deusx * lib/dbagg2/web.py: Working on adding source management 2003-12-09 15:53 deusx * TODO: More items 2003-12-09 15:53 deusx * lib/dbagg2/model.py: Added scan() method to Source object 2003-12-06 20:50 deusx * TODO: Initial import 2003-12-06 20:47 deusx * lib/dbagg2/httpd.py: Initial stab at a stand-alone HTTP 2003-12-06 20:46 deusx * lib/dbagg2/web.py: Revising redirects and subscription a bit 2003-12-06 20:44 deusx * lib/dbagg2/scan.py: renamed scanForSource to getScanForSource 2003-12-06 20:43 deusx * lib/dbagg2/model.py: Added main() function for table creation 2003-12-06 20:42 deusx * lib/dbagg2/config.py: Quieted down the TAL logging 2003-12-06 20:41 deusx * htdocs/agg.cgi: Changed default method to newItems 2003-12-02 16:46 deusx * templates/new_items.tal: Moved hidden iframes to top of HTML, thinking it might duck broken pages 2003-12-02 16:45 deusx * lib/dbagg2/web.py: Oops, forgot to import rssfinder 2003-12-02 00:20 deusx * bin/new_items.py: Moved into live CGI 2003-12-02 00:19 deusx * templates/new_items.tal: Altered to reflect refactored CGI 2003-12-02 00:19 deusx * lib/dbagg2/config.py: Cleaned up superfluous mysql connection in comments 2003-12-02 00:18 deusx * conf/global.conf: Quieted down template log messages, disabled console output 2003-12-02 00:16 deusx * htdocs/agg.cgi, lib/dbagg2/web.py, htdocs/item_seen.cgi, htdocs/rate_item.cgi, htdocs/rss_subscribe.cgi, htdocs/show_item.cgi, htdocs/visit_item.cgi, htdocs/js/agg.js: Refactored CGI bits into a common module and a driver CGI 2003-12-01 23:10 deusx * htdocs/: daily.html, foo.html, images/arrow_down.gif, images/arrow_down_dark.gif, images/arrow_up.gif, images/arrow_up_dark.gif, images/miniXmlButton.gif, images/opml.gif, images/outline_collapsed.gif, images/outline_expanded.gif, images/spacer.gif, images/th_down.gif, images/th_up.gif, images/tinyXML.jpg, images/xml.gif, new.html: No need for images or these static html files 2003-11-29 12:30 deusx * bin/new_items.py, conf/global.conf, conf/mysql.sql, data/.exists, doc/.exists, htdocs/blank.html, htdocs/daily.html, htdocs/foo.html, htdocs/item_seen.cgi, htdocs/new.html, htdocs/rate_item.cgi, htdocs/rss_subscribe.cgi, htdocs/show_item.cgi, htdocs/visit_item.cgi, htdocs/css/main.css, htdocs/images/arrow_down.gif, htdocs/images/arrow_down_dark.gif, htdocs/images/arrow_up.gif, htdocs/images/arrow_up_dark.gif, htdocs/images/miniXmlButton.gif, htdocs/images/opml.gif, htdocs/images/outline_collapsed.gif, htdocs/images/outline_expanded.gif, htdocs/images/spacer.gif, htdocs/images/th_down.gif, htdocs/images/th_up.gif, htdocs/images/tinyXML.jpg, htdocs/images/xml.gif, htdocs/js/agg.js, htdocs/js/utils.js, lib/feedparser.py, lib/rssfinder.py, lib/sitecustomize.py, lib/striphtml.py, lib/dbagg2/OPML.py, lib/dbagg2/OPMLExport.py, lib/dbagg2/OPMLImport.py, lib/dbagg2/__init__.py, lib/dbagg2/config.py, lib/dbagg2/model.py, lib/dbagg2/scan.py, templates/new_items.tal: Initial revision 2003-11-29 12:30 deusx * bin/new_items.py, conf/global.conf, conf/mysql.sql, data/.exists, doc/.exists, htdocs/blank.html, htdocs/daily.html, htdocs/foo.html, htdocs/item_seen.cgi, htdocs/new.html, htdocs/rate_item.cgi, htdocs/rss_subscribe.cgi, htdocs/show_item.cgi, htdocs/visit_item.cgi, htdocs/css/main.css, htdocs/images/arrow_down.gif, htdocs/images/arrow_down_dark.gif, htdocs/images/arrow_up.gif, htdocs/images/arrow_up_dark.gif, htdocs/images/miniXmlButton.gif, htdocs/images/opml.gif, htdocs/images/outline_collapsed.gif, htdocs/images/outline_expanded.gif, htdocs/images/spacer.gif, htdocs/images/th_down.gif, htdocs/images/th_up.gif, htdocs/images/tinyXML.jpg, htdocs/images/xml.gif, htdocs/js/agg.js, htdocs/js/utils.js, lib/feedparser.py, lib/rssfinder.py, lib/sitecustomize.py, lib/striphtml.py, lib/dbagg2/OPML.py, lib/dbagg2/OPMLExport.py, lib/dbagg2/OPMLImport.py, lib/dbagg2/__init__.py, lib/dbagg2/config.py, lib/dbagg2/model.py, lib/dbagg2/scan.py, templates/new_items.tal: initial import