| Trees | Indices | Help |
|
|---|
|
|
Media RSS Feed Generation
|
|||
|
Item Generates a RSS item |
|||
| Channel | |||
| RSSPage | |||
|
|||
|
|||
|
|||
VERBOSE = True
|
|||
__package__ =
|
|||
Imports: os, glob, datetime, pprint, rend, IRequest
|
|||
Converts a datetime into an RFC 822 formatted date Input date must be in GMT. Source : PyRSS2Gen - A Python library for generating RSS 2.0 feeds. :author: Andrew Dalke <dalke@dalkescientific.com> Looks like: Sat, 07 Sep 2002 00:00:01 GMT Can't use strftime because that's locale dependent Isn't there a standard way to do this for Python? The rfc822 and email.Utils modules assume a timestamp. The following is based on the rfc822 module. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 29 13:08:12 2009 | http://epydoc.sourceforge.net |