Commit Graph

75 Commits

Author SHA1 Message Date
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
Sam Ruby
c8eab0ec66 Add noindex/nofollow instructions to the HTML 2006-09-05 10:23:46 -04:00
Sam Ruby
777cd9b603 More accurately track and report http status 2006-09-04 17:12:22 -04:00
Sam Ruby
9d85882503 Per feed filters and scrubbing 2006-09-04 07:14:41 -04:00
Sam Ruby
88bdbe930e ETags for reading lists 2006-09-03 13:12:54 -04:00
Sam Ruby
c610c93720 Load configuration only once 2006-09-03 09:14:39 -04:00
Sam Ruby
5d7bd64342 Activity threshold and http status messages 2006-09-03 08:52:09 -04:00
Sam Ruby
c71a974928 Only run foaf tests if librdf is installed 2006-09-03 08:51:02 -04:00
Sam Ruby
7f1f432f73 Don't die if there is nothing yet... 2006-09-02 19:01:00 -04:00
Sam Ruby
aaab9e1e83 FOAF reading lists 2006-09-02 15:19:01 -04:00
Sam Ruby
83a76b1022 Mobile theme 2006-09-01 10:13:23 -04:00
Sam Ruby
4b7891110f Improved parsing of RSS 2.0 authors 2006-08-31 20:20:24 -04:00
Sam Ruby
01e47cb49a Correct planet namespace 2006-08-31 19:12:28 -04:00
Sam Ruby
eda54c62c7 Add channel_link 2006-08-31 17:01:40 -04:00
Sam Ruby
954093f1bb Implement an excerpt filter 2006-08-31 16:04:29 -04:00
Sam Ruby
357e47f3d6 Write out the reading list in canonical form (i.e. in ConfigParser format) 2006-08-31 01:04:20 -04:00
Sam Ruby
b3cc073231 Error recovery 2006-08-30 23:54:52 -04:00
Sam Ruby
9e80c7e77f Initial filter support (no parameters) 2006-08-30 23:07:27 -04:00
Sam Ruby
4b23c2f967 Docs and more Python backwards compatibility 2006-08-30 16:30:20 -04:00
Sam Ruby
366fe8b367 Progress towards accomodating Python 2.2 2006-08-30 14:39:08 -04:00
Sam Ruby
f338e293ae Test case for fancy theme 2006-08-30 12:43:34 -04:00
Sam Ruby
89a8d73cba Fix regression test 2006-08-29 21:48:55 -04:00
Sam Ruby
750c270a26 Wildcards in bill-of-materials 2006-08-29 21:47:25 -04:00
Sam Ruby
671ab353cc Merge in changes from DeWitt to enable this to work on OSX 2006-08-29 19:02:51 -04:00
DeWitt Clinton
eee4075fe8 OSX has a problem with the form:
__import__('a/b/c')

Replaced with a variation of:

 sys.path.append(os.path.join('a','b'))
 __import__('c')
2006-08-29 15:47:42 -07:00
Sam Ruby
1fb1e07c10 Merge in DeWitt Clinton's changes 2006-08-29 15:21:56 -04:00