[planet-web] (436 commits) ...Use venus from our own solar system



Summary of changes:

  b31973d... Initial load (*)
  cf8144b... Handle FeedParser's peculiar handing of RSS 1.0 feeds (*)
  2a7e7b8... Upgrade to the latest feedparser (*)
  63a7ffa... First pass at fixing imports (*)
  de8c84d... Cosmetic changes: get rid of an unnecessary <p>, and add in (*)
  8ae02ea... Merge fixes from Mary Gardiner (*)
  6c0e24f... Remove more cruft from filenames generated from ids; make s (*)
  9fa9fb6... Change planet:subscription to planet:source, and expand the (*)
  7cbc2e3... Theme support (*)
  87f99e8... Reading lists (*)
  8844223... Initial support for opml-top100 (*)
  0846a4d... Add in an example configuration (*)
  7326419... Handle feeds with pubDates in the future (*)
  14b3ccf... Etag and last-modified support (*)
  29abe66... Silence errors during regression tests (*)
  03099c2... Provide author detail (*)
  b138bdf... Preserve xml:lang (*)
  cb2d6d2... recapture; verify content and xml:lang (*)
  a134d8f... Use assertEqual when possible so that errors are easier to  (*)
  70180ab... Add a planet shell (*)
  d17d509... Rough in HTMLTMPL support (*)
  2278a73... Clarify which module was not imported when a failure occurs (*)
  a315558... Corrected the message used when skipping a template due to  (*)
  9af5a6e... Renamed local variables to better represent intent. (*)
  92eab64... Get htmltmpl mostly working (*)
  1fb1e07... Merge in DeWitt Clinton's changes (*)
  eee4075... OSX has a problem with the form: (*)
  671ab35... Merge in changes from DeWitt to enable this to work on OSX (*)
  750c270... Wildcards in bill-of-materials (*)
  89a8d73... Fix regression test (*)
  f338e29... Test case for fancy theme (*)
  366fe8b... Progress towards accomodating Python 2.2 (*)
  4b23c2f... Docs and more Python backwards compatibility (*)
  9e80c7e... Initial filter support (no parameters) (*)
  b3cc073... Error recovery (*)
  357e47f... Write out the reading list in canonical form (i.e. in Confi (*)
  954093f... Implement an excerpt filter (*)
  eda54c6... Add channel_link (*)
  01e47cb... Correct planet namespace (*)
  4b78911... Improved parsing of RSS 2.0 authors (*)
  83a76b1... Mobile theme (*)
  aaab9e1... FOAF reading lists (*)
  7f1f432... Don't die if there is nothing yet... (*)
  c71a974... Only run foaf tests if librdf is installed (*)
  5d7bd64... Activity threshold and http status messages (*)
  c610c93... Load configuration only once (*)
  88bdbe9... ETags for reading lists (*)
  9d85882... Per feed filters and scrubbing (*)
  777cd9b... More accurately track and report http status (*)
  c8eab0e... Add noindex/nofollow instructions to the HTML (*)
  a2be5b6... Feed fixes (*)
  fc6e39a... Default feed.id to feed.link (if present) (*)
  e726744... Remove obsolete rels (*)
  4dd8c2b... Better conversion of RSS feeds to Atom (*)
  03fef82... added support for foaf:OnlineAccount information, checkout  (*)
  979fd83... FOAF Online Accounts (*)
  438ed7b... HTML Compatibility (*)
  600303a... XSLT/HTML fixes (*)
  a166531... Added a foaf-multiple.ini, another.foaf4 and accompanying t (*)
  525f8d9... Added basic support for FOAF recursion (*)
  7b13eec... Incorporate patches and suggestions from Jacques Distler an (*)
  e02f572... Default feed author name to the name specified in the confi (*)
  72d60be... Merge in Elias's changes (*)
  e029e93... - Added support for inheritance of FOAF reading list proper (*)
  6428cfd... Suppress extraneous namespace declarations in output file s (*)
  d7f7182... Initial commit of theme for Planet Musings (*)
  53a2fd4... Strip stray atom elements (*)
  e60019f... Remove stray atom elements from the html output... (*)
  1e3a099... Correct title link in html output (*)
  acd4ed5... Fixed buglet in title link (pointed out by Sam). (*)
  c0e74cc... Misc tweaks to the template. (*)
  2be34bb... Fixed namespace declarations in OPML and FOAF templates. Be (*)
  5dccb3e... Moved venus.png and venus.ico in themes/common/imgages/ Rem (*)
  0c7666f... Add stop-opacity; resynch with feedparser (*)
  a0f4a4c...   Sam Ruby 2006-09-13 Add stop-opacity; resynch with feedpa (*)
  f1c3730... xpath sifter and category support (*)
  23674f2... Adjust to the way engadget now inserts ads (*)
  c589646...  Sam Ruby 2006-09-15 xpath sifter and category support (*)
  61b0722... Win32 fixes (*)
  9c56880... Retain bozo and format (*)
  b75ba96... Support python 2.2 through python 2.5 (*)
  619719a... Don't insert bozo and format info from the *normalized* fee (*)
  6bf282e... More Python2.5 fixes (*)
  2107817... integrated portalocker with htmltmpl (*)
  6054a35... THANKS += Brian Ewins (*)
  33e669b... Warn if dependencies can't be tested (*)
  b1dd3a3... Better logging, retention of feed info, concatenation of te (*)
  4b0cd8d... Reorder checks so that feeds with no dates aren't automatic (*)
  2deb9bc... Updates from Sam Ruby. (*)
  c7c2a20... Refactor http status implementation (*)
  f97a4ad... Track last updated information (*)
  c00ddec... shell/py.py now tries to pOpen using the python that is cur (*)
  9dbc6b5... Altered pOpen patch to use sys.executable instead of os.env (*)
  cacb8ff... Numereous stability fixes: recover from HTTP and FeedParser (*)
  eb1dc35... Merge Sam's changes. (*)
  6f25618... Only include feeds which are currently being subscribed to  (*)
  3fece19... Test that unsubscribing actually removes the entries from t (*)
  64e1f08... Attempt to produce better error messages if dependencies ar (*)
  d871ceb... limit length of filename (*)
  e74cd4d... Don't choke on RSS feeds containing source elements; provid (*)
  1a4760a... Support Google-formatted dates (*)
  db79be6... dc:language support (*)
  f940ab6... Updates from Sam Ruby. (*)
  21864c3... XSLT as a filter and with parameters (*)
  002471f... Recapture outputs as inputs for tests (*)
  46ca6cd... id index (*)
  c684e11... Check for dbhash before testing id indexes (*)
  5966c45... Initial pass at documentation (*)
  6df078b... Pipe characters in file names (*)
  019eb0f... Fall back to expat if libxml2 is not present (*)
  b5e89c8... Make docs validate (*)
  6946feb... Make idindex work on Python 2.2, and recover from corrupt o (*)
  17aed24... Documentation updates (*)
  48a4b89... Better recovery on index failures (*)
  4a777e1... Documentation nits (*)
  59aa2a9... added a couple of examples (*)
  94cbfe4... Titles on titles... (*)
  9ee9adb... Filters to add languages, categories (*)
  88d9dac... Newline at end of feed (*)
  045d38c... Correct mime type in entry.source.link[rel='self'] (*)
  e8e189c... Handle feed errors (no version string) better (*)
  28606f8... Retain feed version across failures (*)
  20b0ba6... Ensure index is utf-8 (*)
  ce86fb1... Continue processing entries even after one is filtered out  (*)
  f9e78f3... - Auto-create the cache dir if it doesn't exist - template_ (*)
  13d4731... Work on docs:  - Add explicit index.html for file:// browsi (*)
  c47bbe4... Work on docs (*)
  42a73b3... Enclosure support (*)
  31bcbd2... Doc changes for Mac, Migration... (*)
  7310e14... Add an "only-if-new" option to planet (*)
  a7dda2a... Add log message (*)
  dc2524c... Allow reading list parser to be a 'filter' (*)
  4010d2d... config: log_format only run templates once ensure idindexes (*)
  6244c1f... Silence an expected error during testing (*)
  e1b6a5e... RSS 2.0 template in XSLT format (*)
  5da7e13... Added --quiet, -q, -v and --verbose command-line options to (*)
  9f69ac1... Warn if libxslt is not available (*)
  0a5015d... Allow filter parameters to be passed "URI style" (*)
  6ae4fad... Handle WordPress Link Manager dialect of OPML (*)
  3abadca... Respect feed level language (*)
  ce40858... Forgotten test case (*)
  fdaf129... Support dc:description (*)
  2529bdd... Add xml:lang to list of scrubbable attributes (*)
  d3838e1... Support rss images (*)
  dc6483d... More logging (*)
  405290a... additional logging and installation information (*)
  0f188f1... Strip site meter; default filter directory for test/reconst (*)
  1c1001f... reconstitute -p option to see raw data (*)
  b9604d8... Different approach to threading (*)
  58bb4b6... Seems to working now (*)
  217e850... Still having problems with channel_name. (*)
  b2ccc8c... added 304 checking before calling spiderFeed() (*)
  72318e7... Documented spider_threads (*)
  796da21... Added httplib2 (*)
  4569dba... Moved httplib2 directory (*)
  eb0f299... Don't indiscriminantly blast config information into the au (*)
  13d9211... Bullet-proofing (*)
  681eb11... Fixed one bug with passing non-2xx responses to feedparser. (*)
  b58d815... Fixed very weird bug where we would break on relative 301's (*)
  007f4b0... Remove untested rss20 xslt template (*)
  4c16d1f... Fix typo and cleanup log message (*)
  7ca2f56... More bullet proofing (*)
  4b9e85e... reverted feedparser to HEAD, i.e. it doesn't need changes t (*)
  56a447e... Updated to latest httplib2. Now deleting 'content-encoding' (*)
  daec476... Added in support for '-location' in httlib2 responses (*)
  45f0f92... Switched to standard socket timeouts. http://mail.python.or (*)
  698f593... Validation template (*)
  d68ab54... Add test case for feed items missing a local updated / publ (*)
  7696b0e... Attempt to default to feed updated_parsed - response to pro (*)
  fe3c166... Only take the feed updated time the first time an entry is  (*)
  41fd17f... Continue to tweak logic to get entry updated time (*)
  88fd1b8... support feedburner origlink relationship (*)
  838269e... Misc changes from Sam. (*)
  0df474c... Support backlevel versions of Python (*)
  ba25b69... Fix windows regression (*)
  6ebbed2... Spider threads (*)
  167f0de... More bullet-proofing (*)
  ccb5aa4... Add tests to check entry updated value is preserved (*)
  bf0c7b7... Fix regression where entry updated was always ignored (*)
  1ce96ca... Assign a css-id to each source (*)
  c337597... Cleanup (*)
  20cb60d... Resync with httplib2 (*)
  52716d9... Make subscription list collapsible (*)
  c6c9bed... Partial refactoring (*)
  e85ae48... More refactoring (*)
  70f9717... Complete HttpThread refactoring (*)
  c20acf9... Hash content to determine if it was modified (*)
  316a1af... Ensure planet information makes it into the source element (*)
  e407a8d... HTML5 (*)
  6cc797c... added a new config option: future_dates (*)
  45eda38... Fixed bug with config feed_timeouts not being ints. (*)
  7dd301c... Moved creation of cache directory so that it is created con (*)
  51c8037... Fixed unit tests, which now reflect the http cache director (*)
  8c7cfe1... Pop-over index of active weblog entries (*)
  0c88af9... Pull in Joe's feed_timeout fix (*)
  9d76277... Pull in Joe's fix for to consistently create the http cache (*)
  6f7eddf... Allow one to subscribe to planet feeds (*)
  04f35b8... Fix typo (*)
  04ca707... Correct download link (*)
  3024af0... Switch from Beautiful Soup to html5lib (*)
  f2ac924... Properly handle content type text/plain (*)
  be5c093... Fix regression on handling non-bozo xhtml content and summa (*)
  c0b5c38... Boatload of changes from Sam. Most especially, switch from  (*)
  e96dcb6... Resync with html5lib (r491) (*)
  631dd44... Resync with feedvalidator (*)
  5276e47...  More from Sam Ruby. (*)
  77d15d2... xml_base overrides (*)
  32a1c49... Pull in the latest httplib2 (*)
  bc33615... resync with html5lib (includes improved <pre> support) (*)
  215777b... Latest from Sam. (*)
  81d10e1... Added Django template handler for Planet Venus (*)
  a09dbce... Added some documentation for Django templates support in Ve (*)
  91099dc... Changed permalink from item.id to item.link in default djan (*)
  49180c7... Added note on Django requiring at least Python 2.3 (*)
  7cd69ce... Started testing Django integration, somewhat improved docum (*)
  a0642af... regexp sifter (*)
  7d14cbc... Django fixes (*)
  567eb64... Fixed my own surname in THANKS file (*)
  1291324... Removed test_django_date_type test case if Django is not av (*)
  9fc1032... Removed hardcoded test case deletion if the django module i (*)
  a590d13... Added note on pywin32 dependency for Windows, added pointer (*)
  fb29d39... Added, tested and documented the new Config variable availa (*)
  7ba2a1d... Initialize _no_sed to false (*)
  a51d09e... Added expunge and preliminary test cases (*)
  806b0ee... Updated expunge test cases to pass... (*)
  2d57b62... Updated expunge test cases (*)
  1f79279... Merged with intertwingly... (*)
  5f21b16... Added expunge and test cases (*)
  be9aa86... Add Morten Frederiksen to THANKS file (*)
  7f4546e... Updated TODO to remove item implemented by expunge (*)
  99a0827... Merge TODO fix regarding expunge (*)
  49a80d8... Merge (*)
  299dfeb... popular customization: add planet name to each entry title (*)
  33fb5bd... Recovery from bizarrely nested content (*)
  034404f... Reposisition text (*)
  4b1ff48... Add support for new_feed_itmes (*)
  8f0551a... Cosmetic improvements (*)
  3aef94c... Handle eventful.com atom feeds (w/nested Atom entries), exa (*)
  bd1019e... Retroactive filtering, and make it clearer in the docs that (*)
  6b9699f... Encourage contributions. (*)
  abbd974... Ensure that the documentation remains well formed (*)
  d1c1bd2... Resync with html5lib (*)
  56ee34a... Mega merge from Sam. (*)
  3585187... Tweak to CSS accommodations. (*)
  e58f5cd... Even when ditching the content, preserve title element itse (*)
  e2e2825... Latest from Sam Ruby. (*)
  f46efd2... Got that backwards: deny re-distribution so as to not compe (*)
  5977be5... Add support for creativeCommons and cc namespaces. (*)
  5950075... Insert a line break (*)
  aeeca2a... Fix infinite loop on errors when multithreading. Patch was  (*)
  cf137aa... CSS tweaks (*)
  3cd0e71... Coral CDN support for URLs with non-standard ports submitte (*)
  cece1e6... Allow read-only files to be overwritten Submitted by Amit C (*)
  dfad84e... Example filters that delete duplicate author information (*)
  44dccfb... Fix new_channel Submitted by Matt Brubeck (*)
  0ed1ee6... if new_date is set, ensure that new_channel is also set (*)
  1d20e8e... ensure byline_author filter doesn't drop foreign markup Sub (*)
  3e1c9bc... Output filters (*)
  c71fa38... Rough in Genshi support (*)
  ad3a832... Support unprefixed svg:title elements (*)
  c640747... Fix bug where use of 'exclude' config option would cause ex (*)
  ce6fa9a... Make use of HTML5's time element (*)
  4109e1a... Support namespace prefixed svg better (*)
  f8cdb90... Fixed items noticed during the upgrade to Feisty  * depende (*)
  9d97a03... Whitelist svg attribute 'stroke-opacity' (*)
  1e3ca39... Genshi Themes (*)
  2169f34... Don't insert <div> elements (*)
  0f65d3e... Filter to product HTML output from XHTML (*)
  c7bc970... Allow filters to "tee" (*)
  3980dd1... Cosmetics  * Add HTML5 DOCTYPE (addsearch.xslt)  * Omit emp (*)
  ddf15fc... More SVG Elements and Attributes (*)
  a5e1fde... MeMeme and html2xhtml plugins (*)
  82753d0... Include images/tcosm11.gif (*)
  cfce4dd... Update from Sam Ruby. (*)
  9aba1db... Don't emit separate open and close tags for empty void elem (*)
  c9e209b... Ensure atom:author elements have atom:name children (*)
  c2ff924... Handle case where neither xslt nor genshi are installed (*)
  cc4a43c... RFC 822-ify OPML dateModified (*)
  2f792f9... Allow target element name to be specified in excerpt filter (*)
  b25df8b... Add minhead filter, and resync opml-top100.ini (*)
  28f5de9... Support verbose option again (*)
  65e41f7... author tags can be ignored too! (*)
  fc90da7... Update to latest html5lib; move packaged dependencies to ve (*)
  1fcfbe3... Omit category if term if blank (*)
  4b1e0da... filters/xhtml2html =~ s/Genshi/html5lib/ (*)
  1e2b6a1... Recover from 'eval' errors (*)
  23cd6be... http://amit.chakradeo.net/2007/07/05/django-unicode-integra (*)
  3f764d6... Updated patch for django http://amit.chakradeo.net/2007/07/ (*)
  50aab30... Handle empty titles (*)
  468bbcc... CSV reading lists (*)
  291faf2... Import ConfigParser and cosmetic fixes (*)
  64a3ec8... Trivial typo. (*)
  eec7629... prepend instead of appending to sys.path. (*)
  515e9e0... prepend instead of appending to sys.path. (*)
  5abeeeb... Make libxml2 optional again (*)
  b81a2a0... Prefer contents in 'vendor' over system path (*)
  6088647... Upgrade to the latest html5lib Fixes the following error: h (*)
  faa2981... select libxml2.XML_PARSE_NONET option (*)
  9a0ae97... Fix html5lib regression http://lists.planetplanet.org/archi (*)
  597f0ea... Made test_config_csv clean up after itself, so test_rlists  (*)
  4d603b6... Select latest entry by id if ids are duplicated in a feed (*)
  d025fe5... Support config.ini as a format for reading lists (*)
  843a42b... Allow config files to be generated by a set of foaf files i (*)
  1a4e3b9... Make dbhash optional (*)
  484d3c7... Handle dates formats with Unicode 'ARABIC COMMA' (U+060C) c (*)
  1e830f9... Ignore license links for purposes of meme tracking (*)
  66e2930... Deal with Typepad's current Atom feeds (*)
  23076ec... Support IRI's as xml:base values (*)
  d90070f... Sanitize style tags (*)
  acad393... Only look for DOCTYPE and ENTITY declarations at the beginn (*)
  6826ee2... support svg/desc/abbr (*)
  d73e98e... some sites *require* the www... go figure. (*)
  eff2871... Wordpress media:titles are overriding item titles (*)
  26d407c... regression: source titles (*)
  cb2ae87... Warn on duplicate subscriptions (*)
  73a5dca... Fine tune duplicate detection (*)
  7e1542b... Duplicate feed and no data reporting (*)
  236b3c2... Expose rights and license information (*)
  da56f78... Sync with trunk. (*)
  eb2ca9a... Tweak to Musings Templates for License Info (*)
  8b8004d... Fix some sanitization rules in the feedparser. (*)
  088b8a5... Whoops. Missed a MathML attribute. (*)
  84d87f3... Make memes require three unique voters.  Prevent the readdi (*)
  0d44180... Minor reflow of Jacques' changes (*)
  dbdef26... feedparser fixes for xhtml/svg/metadata (*)
  e25fb76... feedburner:origlink => feedburner:origLink (*)
  97fc281... Twitter countermeasures (*)
  eb3e21b... Support math:mfenced and svg:foreignObject (*)
  e5ebb0d... Hope this is better... (*)
  918e1b0... Theme updates (*)
  724e729... Merge in Jaques Distler's changes (*)
  935f410... Add fill-opacity (*)
  8f3e1a0... Slightly more verbose and commented xpath-sifter filter exa (*)
  aa93a81... Another attempt at correct xpath examples (*)
  e673f64... A bit more documentation (*)
  8c6dd02... Apply URL quoting (*)
  bf47fee... Clearly delineate feeds (*)
  74639cb... URL encoding (*)
  b82ee64... Align definition list terms (*)
  a4de068... Fix for debian systems (*)
  ae21297... Remove meme spam (*)
  149b702... Added support for more geo tags (*)
  f830ec3... Add test case (*)
  2d238f5... Webkit accomodation (*)
  e700903... Webkit dates (*)
  8deca2f... Suggest a font for the POI character (*)
  ca86828... Choose last instead (*)
  8e42dc3... leave h1 (*)
  4912d60... HTML5 and Chrome fixes (*)
  f3e57e2... Handle nested svg/mathml; recover from feedparser mangling  (*)
  c619402... Default channel_name to source title (*)
  c846530... reserve room where sidebar will later be painted (*)
  f9647ad... Handle markup and unicode in titles as channel names (*)
  a68ab81... title as default name in subscriptions too... (*)
  bfca556... OPML top 100 changes (*)
  c400a10... make the subdirectory path in the test data explicit props: (*)
  3410ea7... Resync with feedparser (*)
  21230da... https://bugzilla.mozilla.org/show_bug.cgi?id=463955 (*)
  9c6f075... Add a meta charset (*)
  51e1765... Move call to utime into write (*)
  63fa05e... Remove deprecation warnings (and update httplib2) (*)
  6f0f23d... Update to the lastest html5lib; replace feedparser's saniti (*)
  83447dc... Switch from simpleTree to DOM as DOM appears to be more rob (*)
  1bcee5c... Resync with feedparser (and add support for RSS source elem (*)
  77970db... resync with html5lib and feedparser (*)
  b56bbcf... .bzrignore => .gitignore (*)
  a767904... Re-enable feedparser sanitization; fix htm5lib santization  (*)
  33d3ad2... Be more resilient on HTTP errors (*)
  4e5cc4f... More resilience (*)
  ea7c9f2... Add a debug-splice option (*)
  084bb53... Warn on missing information and skipping entries (*)
  cc11181... Get rid of deprecation warning (*)
  bc72bf5... Update to DJango 1.0 (hat tip: Amit Chakradeo (àààà (*)
  d2f2f85... Preserve link/title, map rss source to atom source (*)
  f6e5885... Safety first: ensure links exists before testing (*)
  6a29b0e... Fix bug in link checking. (*)
  9c08308... Check for the value of version, not merely for the presence (*)
  5c7edd7... Enable html5lib to work on Python 2.4 once again. Props to  (*)
  552dae3... First attempt at blacklisting (*)
  f26d7ee... Include admin interface (*)
  31cb17b... Include admin callback script (*)
  6458d7e... Added documentation, and small fixes in the admin pages. (*)
  f900398... Added blacklist test (*)
  dbadd67... s/bzr/git/g (*)
  ad8b318... Don't blow up on feeds which contain images inside rss item (*)
  346247a... Allow html entities in html5 (*)
  37d98f5... Use "lenient" lookup with genshi per http://lists.planetpla (*)
  b5c2879... emit PubSubHubbub atom:link tags in rss10 and rss20 (*)
  1f5c9ce... add atom:link ref="self" tags in rss10.xml and rss20.xml (*)
  fdb9141... add PubSubHubbub-Publisher 1.0 to planet/vendor/, use it to (*)
  7c595c6... add PuSH link to atom.xml (*)
  d9cef10... only publish atom, rss10, and rss20 via PuSH (*)
  6897d05... PuSH: add test for config value (*)
  e073802... add config.pubsubhubbub_hub to docs (*)
  e51f58a... Default, for now, to NOT publishing. (*)
  399b0f0... Make list of publishable feeds configurable, per: (*)
  369c6c0... Fix typo (*)
  c8d3ac2... Ensure that there always is a title (*)
  c15cadd... The update the Planet Fedora link. (*)
  98b829b... Update the link to Sun-related blog aggregators. (*)
  b2147a2... Sort the classic Planetarium links by category. (*)
  206b21e... Don't sanitize away unnamespaced HTML5 svg; convert to poly (*)
  4aa9087... Protect against blank titles causing a stack traceback (*)
  d4c4fa9... Defer the loading of personalize.js, and ensure that person (*)
  bfc12a9... IE9 tweaks (*)
  5d9df85... minhead.py is only picking the first node from the old head (*)
  ee4f756... Ensure all memes have at least two citations (*)
  bc9f335... Ignore anchor when fetching the page for the title (*)
  8f48fbe... remove ul when no memes are found (*)
  3340c3a... Added lat-long support and tests for GeoRSS-Simple (*)
  c92cc85... Merge branch 'master' of git github com:rubys/venus (*)
  8ad25a6... Merge branch 'master' of http://github.com/scottj/venus (*)
  b54918f... Merge branch 'master' of git github com:rubys/venus (*)
  6b7fbaf... Fix for problem found by Seth Vidal: http://lists.planetpla (*)
  040d9d5... Fix problem found by Alex SchrÃder: http://lists.planetpla (*)
  632fe3e... Ignore anchor when fetching the page for the title (*)
  5cefb0f... remove ul when no memes are found (*)
  62d3e68... Fix for problem found by Seth Vidal: http://lists.planetpla (*)
  635174e... Fix problem found by Alex SchrÃder: http://lists.planetpla (*)
  c2ff9f2... Reconstitue dc:date.Taken as dc:date_Taken (*)
  f12cd71... Merge branch 'master' of http://github.com/mortenf/venus (*)
  3ba5c42... Make autoescape an option: http://lists.planetplanet.org/ar (*)
  fe126bf... Using abspath instead of realpath so it does not dereferenc (*)
  70810ff... Fix for Google Reader Shared Feeds: http://lists.planetplan (*)
  68d8233... Add a script to scan for favicons (*)
  6468d23... Make use of favicon specified in the config file (*)
  6481eaf... Allow multiple ini files to be specified on the command lin (*)
  c88afaa... Case insensitive rel values; ensure linked icon exists (*)
  2cde902... Only searches for name if planet_name is set. Prints a warn (*)
  d7c771b... Fix for duplicate rows in csv subscription list (*)
  9de2109... Use config.has_section() instead of a separate dict (*)
  ccf1a40... Support <video poster=...> (*)
  c561b56... Support <video preload=...>, <audio preload=...> (*)
  35b4436... feedparser: <video preload poster>, <audio preload> (*)
  ab02040... Merge branch 'venus' into solar (*)
  2f69baa... Use venus from our own solar system (*)

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]