Commit Graph

29 Commits

Author SHA1 Message Date
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
Sam Ruby
92eab64934 Get htmltmpl mostly working 2006-08-29 15:19:35 -04:00
DeWitt Clinton
9af5a6e001 Renamed local variables to better represent intent. 2006-08-29 11:41:00 -07:00
DeWitt Clinton
a31555899e Corrected the message used when skipping a template due to failure to load the template module. 2006-08-29 10:40:36 -07:00
DeWitt Clinton
2278a73752 Clarify which module was not imported when a failure occurs. 2006-08-29 09:43:03 -07:00
Sam Ruby
d17d509adc Rough in HTMLTMPL support 2006-08-29 01:56:39 -04:00
Sam Ruby
70180abcb1 Add a planet shell 2006-08-26 12:21:51 -04:00
Sam Ruby
a134d8ff2a Use assertEqual when possible so that errors are easier to debug 2006-08-25 11:54:28 -04:00
Sam Ruby
cb2d6d26cd recapture; verify content and xml:lang 2006-08-25 09:42:51 -04:00
Sam Ruby
b138bdfb98 Preserve xml:lang 2006-08-25 09:03:02 -04:00
Sam Ruby
03099c22f0 Provide author detail 2006-08-24 08:28:29 -04:00
Sam Ruby
29abe6656f Silence errors during regression tests 2006-08-24 06:55:39 -04:00
Sam Ruby
14b3ccf07e Etag and last-modified support 2006-08-24 06:45:23 -04:00
Sam Ruby
7326419aeb Handle feeds with pubDates in the future 2006-08-23 07:50:40 -04:00
Sam Ruby
0846a4d170 Add in an example configuration 2006-08-22 13:19:18 -04:00
Sam Ruby
8844223b7b Initial support for opml-top100 2006-08-22 13:18:43 -04:00
Sam Ruby
87f99e8a01 Reading lists 2006-08-21 17:44:08 -04:00
Sam Ruby
7cbc2e31bf Theme support 2006-08-21 09:43:09 -04:00
Sam Ruby
9fa9fb6117 Change planet:subscription to planet:source, and expand the information
provided in each.
2006-08-18 15:47:10 -04:00
Sam Ruby
6c0e24fd00 Remove more cruft from filenames generated from ids; make such file names
compatible with Win32 file systems; no longer treat PrettyPrinting failures
as fatal.
2006-08-17 08:05:10 -04:00
Sam Ruby
8ae02eaa2b Merge fixes from Mary Gardiner 2006-08-16 19:55:35 -04:00
Sam Ruby
de8c84d11a Cosmetic changes: get rid of an unnecessary <p>, and add in instructions
to tell Google not to index the results.
2006-08-16 19:51:27 -04:00
Mary Gardiner
63a7ffa6e2 First pass at fixing imports 2006-08-17 09:11:37 +10:00
Sam Ruby
2a7e7b83df Upgrade to the latest feedparser 2006-08-16 12:47:22 -04:00
Sam Ruby
cf8144b85e Handle FeedParser's peculiar handing of RSS 1.0 feeds 2006-08-16 12:18:44 -04:00
Sam Ruby
b31973d514 Initial load 2006-08-16 11:54:54 -04:00