Commit Graph

100 Commits

Author SHA1 Message Date
Sam Ruby
002471fc68 Recapture outputs as inputs for tests 2006-10-14 09:05:10 -04:00
Sam Ruby
21864c3aa8 XSLT as a filter and with parameters 2006-10-13 11:01:14 -04:00
Sam Ruby
db79be60cc dc:language support 2006-10-12 12:57:05 -04:00
Sam Ruby
1a4760a348 Support Google-formatted dates 2006-10-11 06:06:05 -04:00
Sam Ruby
e74cd4d6cb Don't choke on RSS feeds containing source elements; provide better messages
if there is a fetch failure and no cached version
2006-10-10 22:52:06 -04:00
Sam Ruby
d871cebbb5 limit length of filename 2006-10-09 12:23:45 -04:00
Sam Ruby
64e1f081f4 Attempt to produce better error messages if dependencies aren't met 2006-10-09 12:17:57 -04:00
Sam Ruby
3fece19638 Test that unsubscribing actually removes the entries from the output 2006-10-04 10:50:46 -04:00
Sam Ruby
6f25618bb0 Only include feeds which are currently being subscribed to in the results 2006-10-04 10:45:45 -04:00
Sam Ruby
cacb8ffeb8 Numereous stability fixes: recover from HTTP and FeedParser errors 2006-10-01 05:14:29 -04:00
Joe Gregorio
9dbc6b5dbe Altered pOpen patch to use sys.executable instead of os.environ['_'] 2006-09-30 10:14:07 -04:00
Joe Gregorio
c00ddec9a9 shell/py.py now tries to pOpen using the python that is currently running, as opposed to just using 'python'. 2006-09-29 09:59:07 -04:00
Sam Ruby
f97a4adccd Track last updated information 2006-09-25 10:31:38 -04:00
Sam Ruby
c7c2a2019d Refactor http status implementation 2006-09-24 22:30:23 -04:00
Sam Ruby
4b0cd8d5d9 Reorder checks so that feeds with no dates aren't automatically flagged as
inactive.
2006-09-23 16:33:53 -04:00
Sam Ruby
b1dd3a33af Better logging, retention of feed info, concatenation of template list 2006-09-23 14:35:20 -04:00
Sam Ruby
33e669b3fa Warn if dependencies can't be tested 2006-09-23 12:02:54 -04:00
Sam Ruby
6054a35c5a THANKS += Brian Ewins 2006-09-23 07:34:09 -04:00
Brian Ewins
2107817687 integrated portalocker with htmltmpl 2006-09-23 01:17:46 +01:00
Sam Ruby
6bf282eab6 More Python2.5 fixes 2006-09-20 21:01:30 -04:00
Sam Ruby
619719a585 Don't insert bozo and format info from the *normalized* feed into the output 2006-09-19 22:55:48 -04:00
Sam Ruby
b75ba9684e Support python 2.2 through python 2.5 2006-09-19 20:52:08 -04:00
Sam Ruby
9c56880e8d Retain bozo and format 2006-09-19 09:55:23 -04:00
Sam Ruby
61b0722fb0 Win32 fixes 2006-09-18 11:05:59 -04:00
Sam Ruby
23674f2521 Adjust to the way engadget now inserts ads 2006-09-15 08:29:45 -04:00
Sam Ruby
f1c3730511 xpath sifter and category support 2006-09-15 07:20:54 -04:00
Sam Ruby
0c7666f6f3 Add stop-opacity; resynch with feedparser 2006-09-13 19:40:56 -04:00
Jacques Distler
5dccb3ef30 Moved venus.png and venus.ico in themes/common/imgages/
Removed namespace declaration from OPML template (OPML 1.x doesn't support namespaces).
Tweaked Musings css file
2006-09-11 14:12:18 -05:00
Jacques Distler
2be34bbd84 Fixed namespace declarations in OPML and FOAF templates.
Better favicon and small tweak to Musings theme.
2006-09-10 00:44:23 -05:00
Jacques Distler
c0e74cc07b Misc tweaks to the template. 2006-09-08 14:35:19 -05:00
Jacques Distler
acd4ed5b17 Fixed buglet in title link (pointed out by Sam). 2006-09-08 09:48:21 -05:00
Sam Ruby
1e3a099c66 Correct title link in html output 2006-09-08 10:03:07 -04:00
Sam Ruby
e60019f3d0 Remove stray atom elements from the html output... 2006-09-08 09:06:20 -04:00
Jacques Distler
53a2fd4e1e Strip stray atom elements 2006-09-08 08:05:17 -05:00
Jacques Distler
d7f7182579 Initial commit of theme for Planet Musings 2006-09-08 02:32:19 -05:00
Jacques Distler
6428cfd56d Suppress extraneous namespace declarations in output file
strip <link rel="service.feed" /> elements
2006-09-08 02:18:21 -05:00
Elias Torres
e029e9354e - Added support for inheritance of FOAF reading list properties
i.e. online_accounts mapping get inherited on recursion
- Added extra check for foaf.weblog rdfs.seeAlso of rdf.type rss.channel
- Added support for FOAF smushing when URIs are the same
2006-09-07 11:26:54 -04:00
Sam Ruby
72d60be8d3 Merge in Elias's changes 2006-09-07 18:00:36 -04:00
Sam Ruby
e02f57233a Default feed author name to the name specified in the config file 2006-09-07 17:56:32 -04:00
Sam Ruby
7b13eece4d Incorporate patches and suggestions from Jacques Distler and Michael Koziarski 2006-09-07 08:07:06 -04:00
Elias Torres
525f8d9351 Added basic support for FOAF recursion
[section]
content_type = foaf
depth = 1
2006-09-07 05:51:56 -04:00
Elias Torres
a166531855 Added a foaf-multiple.ini, another.foaf4 and accompanying test in test_foaf.py
Removed unnecessary returns in foaf2config()
2006-09-07 03:23:13 -04:00
Sam Ruby
600303a2c8 XSLT/HTML fixes 2006-09-06 23:49:32 -04:00
Sam Ruby
438ed7bb3e HTML Compatibility 2006-09-06 21:20:00 -04:00
Sam Ruby
979fd8329b FOAF Online Accounts 2006-09-06 11:19:46 -04:00
Elias Torres
03fef82091 added support for foaf:OnlineAccount information, checkout examples/foaf-based.ini 2006-09-05 14:54:26 -04:00
Sam Ruby
4dd8c2bca2 Better conversion of RSS feeds to Atom 2006-09-05 21:57:56 -04:00
Sam Ruby
e726744438 Remove obsolete rels 2006-09-05 21:04:28 -04:00
Sam Ruby
fc6e39a388 Default feed.id to feed.link (if present) 2006-09-05 20:19:48 -04:00
Sam Ruby
a2be5b6c2a Feed fixes 2006-09-05 18:11:57 -04:00