Commit Graph

92 Commits

Author SHA1 Message Date
Sam Ruby
5977be5ea4 Add support for creativeCommons and cc namespaces. 2007-03-26 17:42:41 -04:00
Sam Ruby
abbd97471e Ensure that the documentation remains well formed 2007-03-16 15:02:37 -04:00
Sam Ruby
bd1019e9fb Retroactive filtering,
and make it clearer in the docs that filters are performed at spider time
2007-03-14 08:16:04 -04:00
Sam Ruby
4b1ff4884e Add support for new_feed_itmes 2007-03-07 13:51:23 -05:00
Sam Ruby
034404fd8a Reposisition text 2007-03-05 09:59:09 -05:00
Sam Ruby
33fb5bdd86 Recovery from bizarrely nested content 2007-03-05 09:54:32 -05:00
Morten Frederiksen
1f79279f6c Merged with intertwingly... 2007-03-04 15:21:44 +01:00
Morten Frederiksen
806b0ee53c Updated expunge test cases to pass... 2007-03-04 14:07:16 +01:00
Morten Frederiksen
a51d09ec07 Added expunge and preliminary test cases 2007-03-04 12:00:28 +01:00
Sam Ruby
7ba2a1db32 Initialize _no_sed to false 2007-03-01 16:00:30 -05:00
Antonio Cavedoni
fb29d39501 Added, tested and documented the new Config variable available in the Django templates/filters: makes it easy to access .ini configuration items from one's templates 2007-03-01 20:37:02 +01:00
Antonio Cavedoni
a590d13fe8 Added note on pywin32 dependency for Windows, added pointer to Django templates documentation, added check for WindowsError while trying to load sed on Win 2007-02-20 15:46:32 +01:00
Antonio Cavedoni
9fc1032050 Removed hardcoded test case deletion if the django module is not installed, switched to dynamic attr removal 2007-02-16 15:08:39 +01:00
Antonio Cavedoni
1291324593 Removed test_django_date_type test case if Django is not available 2007-02-16 14:56:33 +01:00
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