rss2maildir.git
2009-09-14 Brett ParkerFix silly typo
2009-09-14 Brett ParkerAdd item fetched date header (X-rss2maildir-rundate)
2009-06-12 Brett Parkerguid might not always exist, link is always present...
2009-06-12 Brett ParkerFix bug when link/guid contains characters not in ascii...
2009-03-17 Brett ParkerSmall fix to title handling code to deal with unicode...
2008-06-07 Brett ParkerFix for items that actually have no content.
2008-04-17 Brett ParkerFix typo in previous charref fix
2008-04-16 Brett ParkerFix bug in character reference handling code
2008-03-05 Brett ParkerFix for title parsing
2008-03-03 Brett ParkerFix some entity handling
2008-03-03 Brett ParkerAnother blockquote fix
2008-03-03 Brett ParkerFix blockquote support
2008-03-03 Brett ParkerFix issue with images having the same alt value but...
2008-03-02 Brett ParkerUpdate changelog
2008-03-02 Brett ParkerMore entities
2008-03-02 Brett Parkersmall fix to put images on seperate lines
2008-03-02 Brett ParkerSmall fixes to list handling code
2008-03-02 Brett Parkersimple typo fix
2008-03-02 Brett ParkerUpdate TODO list
2008-03-02 Brett ParkerEntity handling fixes
2008-03-02 Brett ParkerAdd (lots) more basic HTML entities.
2008-03-02 Brett Parkerfix silly regression on pre formatting
2008-03-01 Brett Parkerchange images to ReST format
2008-03-01 Brett ParkerNormalise spaces where they should be.
2008-01-25 Brett ParkerUnicode handling of URLs fix
2008-01-16 Brett ParkerMore unicode fixes
2008-01-13 Brett Parker* Fix bad check on state directory
2008-01-13 Brett Parker* Begin fixes to list handling code - there's 2 unittes...
2008-01-13 Brett Parker* Small Unicode fix for img tags.
2008-01-12 Brett Parker* Change all entity refs in to unicode strings
2008-01-10 Brett ParkerUpdate TODO list
2008-01-10 Brett ParkerRudimentary <a href="...">bleep</a> support.
2008-01-10 Brett Parker* Handle unicode data more effectively.
2008-01-10 Brett ParkerFix typo/thinko in handle_startendtag
2008-01-07 Brett Parker* Update TODO list
2008-01-07 Brett Parker* Update list handling code to deal with nested lists...
2008-01-07 Brett Parker* unittest for mixture of different types of lists
2008-01-06 Brett Parker* Serious reworking of HTML2Text to handle nested lists...
2008-01-06 Brett Parker* Small improvements to the HTML2Text code
2008-01-05 Brett Parker* serious reworking of the HTML2Text parser
2008-01-05 Brett Parker* fix README to have a more complete config example
2008-01-05 Brett Parker* add missing source files for unit tests
2008-01-05 Brett Parker* add (first draft of) full test suite runner
2008-01-05 Brett ParkerUpdate li handling a bit, and make the expected test...
2007-12-31 Brett Parker* Move some of the list handling above the paragraph...
2007-12-31 Brett Parker* Add unit test for some of the badly formed lists...
2007-12-24 Brett Parker* Add unittest for unordered list
2007-12-24 Brett ParkerReformat code ready for adding test suite
2007-12-22 Brett Parker* Update TODO list with further escaping needs
2007-12-22 Brett Parker* Add item url to html parts
2007-12-22 Brett Parker* Add item url to bottom of text only part
2007-12-22 Brett ParkerUpdate TODO list
2007-12-22 Brett Parker* multiple posts with the same link but different guid...
2007-12-22 Brett Parker* Add redirect support
2007-12-22 Brett ParkerUpdate TODO list
2007-12-21 Brett Parker* fix typo for a particular entity
2007-12-21 Brett Parker* Add a prelimanary todo list
2007-12-21 Brett Parker* be slightly more forgiving on connection resets
2007-12-21 Brett ParkerOnly download feeds that have changed (or that don...
2007-12-21 Brett ParkerRefactor <br /> handling code so that there's no duplic...
2007-12-21 Brett Parker* updated posts are now "threaded" - adds a References...
2007-12-21 Brett ParkerFurther reformatting to < 80 chars per line
2007-12-21 Brett Parker* improve handling of unicode data
2007-12-21 Brett Parker* tidy code to be mostly < 80 chars per line
2007-12-21 Brett ParkerRemove references to mailbox module (doesn't let you...
2007-12-21 Brett Parkerbetter utf-8 handling (though, we currently don't take...
2007-12-21 Brett Parker* improved entity handling
2007-12-20 Brett Parker* fix blockquote support
2007-12-20 Brett ParkerFix documentation up a bit
2007-12-20 Brett Parker* blockquote support - indents a blockquote with a...
2007-12-20 Brett Parker* make db key actually unique for feed url + link url
2007-12-20 Brett Parker* add support for &nbsp;
2007-12-20 Brett ParkerAdd licence information
2007-12-20 Brett ParkerAdd basic HTML -> plain text parser
2007-12-20 Brett ParkerUpdate example file with planet alug and planet debian
2007-12-20 Brett Parker* make mail messages multipart/alternative messages...
2007-12-20 Brett ParkerAdd a Message-ID header and set the type to the type...
2007-12-20 Brett ParkerMuch better filename creation for the tmp file
2007-12-19 Brett Parker* Parsing of the RSS feed using feedparser
2007-12-19 Brett ParkerCreate Maildirs and Maildir root if possible for the...
2007-12-19 Brett ParkerStarting point of rss2maildir: