Export to GitHub

feedformatter - default

Source Commits


Commits

Author Date Commit Message
luismarianoguerra@gmail.com Jul 16, 2012 21 add python 3 support, make it more PEP8 friendly
michael573114@gmail.com May 3, 2012 20 Update to the CDATA hack which works on both ElementTree 1.2.6 and 1.3.0 - these
luke@maurits.id.au May 3, 2012 19 Fixed a bug with Atom feed "link" elements. As a note for future reference: if
luke@maurits.id.au Apr 29, 2012 18 Made sure RSS 2.0 date/times are RFC 822 compliant when the timezone is +00:00.
luke@maurits.id.au Apr 29, 2012 17 Added date support for RSS 1.0 formatted feeds, using Dublin Core namespace.
michael573114@gmail.com May 9, 2011 16 Now allowing separate 'published' and 'updated' dates. Atom links now can have
michael573114@gmail.com May 7, 2011 15 Fixes issue #3.
michael573114@gmail.com May 7, 2011 14 Fixes issue #2.
luke.maurits Jun 9, 2009 13 Edited wiki page through web user interface.
luke.maurits Jun 9, 2009 12 Created wiki page through web user interface.
luke.maurits Jun 9, 2009 11 Tagging 0.4-RELEASE.
luke.maurits Jun 9, 2009 10 Branching 0.4.
luke.maurits Jun 9, 2009 9 Removed install_requires=["elementtree"] from setup.py because it comes with mod
luke.maurits Jun 9, 2009 8 Added MANIFEST template for setuptools.
luke.maurits Jun 9, 2009 7 Brought README up to the bare minimum required for a release.
luke.maurits Jun 9, 2009 6 Added __version__ variable.
luke.maurits Jun 9, 2009 5 Actually validate RSS 1.0 feeds. Some simple tidyup.
luke.maurits Jun 9, 2009 4 Properly implemented a string and file formatting method for each of the 3 suppo
luke.maurits Jun 9, 2009 3 Pulled a lot of stuff that should never have been inside the Feed class definiti
luke.maurits Jun 9, 2009 2 Initial import.
Jun 9, 2009 1 Initial directory structure.