Commit Graph

338 Commits

Author SHA1 Message Date
Sam Ruby
3aef94c214 Handle eventful.com atom feeds (w/nested Atom entries), example:
http://eventful.com/atom/events?page_size=50&sort_order=Date&within=25&units=miles&display=Medium&q=&l=San+Diego+metro+area&t=next+week&c=
2007-03-13 11:10:42 -04:00
Sam Ruby
8f0551ae91 Cosmetic improvements 2007-03-10 22:19:47 -05: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
Sam Ruby
299dfeb6cc popular customization: add planet name to each entry title 2007-03-05 08:38:53 -05:00
Sam Ruby
49a80d8ee0 Merge 2007-03-05 08:26:53 -05:00
Morten Frederiksen
99a0827a72 Merge TODO fix regarding expunge 2007-03-05 08:42:19 +01:00
Morten Frederiksen
7f4546ee6a Updated TODO to remove item implemented by expunge 2007-03-05 08:36:12 +01:00
Sam Ruby
be9aa86f1f Add Morten Frederiksen to THANKS file 2007-03-04 20:44:05 -05:00
Morten Frederiksen
5f21b167ff Added expunge and test cases 2007-03-04 15:23:20 +01:00
Morten Frederiksen
1f79279f6c Merged with intertwingly... 2007-03-04 15:21:44 +01:00
Morten Frederiksen
2d57b621d0 Updated expunge test cases 2007-03-04 15:04:29 +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
Antonio Cavedoni
567eb644b8 Fixed my own surname in THANKS file 2007-02-16 10:37:56 +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
Antonio Cavedoni
49180c7071 Added note on Django requiring at least Python 2.3 2007-02-15 23:02:55 +01:00
Antonio Cavedoni
91099dc315 Changed permalink from item.id to item.link in default django theme. Thanks, Amit Chakradeo! 2007-02-15 20:56:01 +01:00
Antonio Cavedoni
a09dbce7d0 Added some documentation for Django templates support in Venus 2007-02-15 16:18:13 +01:00
Antonio Cavedoni
81d10e1f5c Added Django template handler for Planet Venus 2007-02-14 01:07:30 +01:00
Jacques Distler
215777b9ee Latest from Sam. 2007-02-05 15:15:04 -06:00
Sam Ruby
bc33615ced resync with html5lib (includes improved <pre> support) 2007-01-26 19:22:35 -05:00
Sam Ruby
32a1c49090 Pull in the latest httplib2 2007-01-23 20:09:58 -05:00
Sam Ruby
77d15d22cf xml_base overrides 2007-01-22 13:46:45 -05:00
Jacques Distler
5276e47197 More from Sam Ruby. 2007-01-20 13:34:12 -06:00
Sam Ruby
631dd44ff0 Resync with feedvalidator 2007-01-15 20:52:31 -05:00
Sam Ruby
e96dcb61da Resync with html5lib (r491) 2007-01-15 20:22:55 -05:00
Jacques Distler
c0b5c38d85 Boatload of changes from Sam. Most especially, switch from BeautifulSoup to html5lib. 2007-01-13 23:09:26 -06:00
Sam Ruby
be5c093b34 Fix regression on handling non-bozo xhtml content and summaries 2007-01-13 10:51:46 -05:00
Sam Ruby
f2ac92465d Properly handle content type text/plain 2007-01-12 06:19:19 -05:00
Sam Ruby
3024af031f Switch from Beautiful Soup to html5lib 2007-01-11 15:05:30 -05:00
Sam Ruby
04ca707443 Correct download link 2007-01-06 13:03:21 -05:00
Sam Ruby
04f35b8cca Fix typo 2006-12-27 16:07:38 -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
Sam Ruby
0c88af9644 Pull in Joe's feed_timeout fix 2006-12-27 13:37:38 -05:00
Sam Ruby
8c7cfe1e51 Pop-over index of active weblog entries 2006-12-27 13:35:13 -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
7dd301cdf4 Moved creation of cache directory so that it is created consistently 2006-12-27 01:25:06 -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
e407a8d6f2 HTML5 2006-12-07 15:03:15 -05:00