Sam Ruby
7d14cbcf64
Django fixes
2007-02-15 19:48:44 -05:00
Sam Ruby
a0642afec0
regexp sifter
2007-02-15 19:09:10 -05:00
Antonio Cavedoni
7cd69ce7d7
Started testing Django integration, somewhat improved documentation
2007-02-16 00:51:53 +01:00
Sam Ruby
77d15d22cf
xml_base overrides
2007-01-22 13:46:45 -05:00
Sam Ruby
3024af031f
Switch from Beautiful Soup to html5lib
2007-01-11 15:05:30 -05:00
Sam Ruby
6f7eddf0f0
Allow one to subscribe to planet feeds
2006-12-27 15:37:16 -05:00
Sam Ruby
9d7627781c
Pull in Joe's fix for to consistently create the http cache directory
2006-12-27 13:38:25 -05:00
Joe Gregorio
51c8037519
Fixed unit tests, which now reflect the http cache directory being created.
2006-12-27 01:30:32 -05:00
Joe Gregorio
45eda384cb
Fixed bug with config feed_timeouts not being ints.
2006-12-26 11:49:03 -05:00
Sam Ruby
6cc797ce0a
added a new config option: future_dates
2006-12-07 18:31:45 -05:00
Sam Ruby
316a1afe5e
Ensure planet information makes it into the source element
2006-11-26 11:10:47 -05:00
Sam Ruby
70f971750b
Complete HttpThread refactoring
2006-11-21 09:11:52 -05:00
Sam Ruby
1ce96ca53b
Assign a css-id to each source
2006-11-16 20:18:34 -05:00
Sam Ruby
bf0c7b736d
Fix regression where entry updated was always ignored
2006-11-16 15:51:27 -05:00
Harry Fuecks
ccb5aa4e39
Add tests to check entry updated value is preserved
2006-11-16 16:06:35 +00:00
Sam Ruby
6ebbed2ab7
Spider threads
2006-11-14 14:08:15 -05:00
Sam Ruby
88fd1b80ca
support feedburner origlink relationship
2006-11-11 22:23:31 -05:00
Harry Fuecks
d68ab54ea1
Add test case for feed items missing a local updated / published date - expected to fall back to feed updated date - see http://lists.planetplanet.org/archives/devel/2006-November/001273.html
2006-11-10 09:38:45 +00:00
Sam Ruby
1c1001fabc
reconstitute -p option to see raw data
2006-11-01 18:14:50 -05:00
Sam Ruby
0f188f1930
Strip site meter; default filter directory for test/reconstitute
2006-11-01 10:32:22 -05:00
Sam Ruby
d3838e1a5a
Support rss images
2006-10-25 14:09:37 -04:00
Sam Ruby
2529bdd36a
Add xml:lang to list of scrubbable attributes
2006-10-25 12:20:28 -04:00
Sam Ruby
ce4085889e
Forgotten test case
2006-10-23 23:23:08 -04:00
Sam Ruby
6ae4fad6e3
Handle WordPress Link Manager dialect of OPML
2006-10-22 18:08:56 -04:00
Sam Ruby
0a5015d657
Allow filter parameters to be passed "URI style"
2006-10-22 17:48:37 -04:00
Sam Ruby
9f69ac1c30
Warn if libxslt is not available
2006-10-22 17:23:28 -04:00
Sam Ruby
6244c1f49a
Silence an expected error during testing
2006-10-20 11:27:56 -04:00
Sam Ruby
4010d2d42d
config: log_format
...
only run templates once
ensure idindexes are strings, not unicode
2006-10-20 09:53:04 -04:00
Sam Ruby
42a73b35e8
Enclosure support
2006-10-18 22:38:39 -04:00
Sam Ruby
045d38c418
Correct mime type in entry.source.link[rel='self']
2006-10-17 16:08:44 -04:00
Sam Ruby
6946febede
Make idindex work on Python 2.2, and recover from corrupt or unindexed
...
input files
2006-10-17 09:40:22 -04:00
Sam Ruby
019eb0f96c
Fall back to expat if libxml2 is not present
2006-10-16 19:59:37 -04:00
Sam Ruby
c684e112e6
Check for dbhash before testing id indexes
2006-10-16 15:59:52 -04:00
Sam Ruby
46ca6cd4f4
id index
2006-10-16 14:27:21 -04:00
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
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
3fece19638
Test that unsubscribing actually removes the entries from the output
2006-10-04 10:50:46 -04:00
Sam Ruby
cacb8ffeb8
Numereous stability fixes: recover from HTTP and FeedParser errors
2006-10-01 05:14:29 -04:00
Sam Ruby
33e669b3fa
Warn if dependencies can't be tested
2006-09-23 12:02:54 -04:00
Brian Ewins
2107817687
integrated portalocker with htmltmpl
2006-09-23 01:17:46 +01:00
Sam Ruby
b75ba9684e
Support python 2.2 through python 2.5
2006-09-19 20:52:08 -04:00
Sam Ruby
61b0722fb0
Win32 fixes
2006-09-18 11:05:59 -04:00
Sam Ruby
f1c3730511
xpath sifter and category support
2006-09-15 07:20:54 -04: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
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