--- feedparser-4.1.orig/debian/pycompat +++ feedparser-4.1/debian/pycompat @@ -0,0 +1 @@ +2 --- feedparser-4.1.orig/debian/copyright +++ feedparser-4.1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Joe Wreschnig on +Tue, 20 Dec 2005 23:49:02 -0600. + +It was downloaded from http://feedparser.org. + +Copyright Holder: Mark Pilgrim + +License: + +Copyright (c) 2002-2005, Mark Pilgrim, All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. --- feedparser-4.1.orig/debian/compat +++ feedparser-4.1/debian/compat @@ -0,0 +1 @@ +5 --- feedparser-4.1.orig/debian/watch +++ feedparser-4.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://code.google.com/p/feedparser/downloads/list http://feedparser.googlecode.com/files/feedparser-([\d.]+)\.zip --- feedparser-4.1.orig/debian/changelog +++ feedparser-4.1/debian/changelog @@ -0,0 +1,154 @@ +feedparser (4.1-14) unstable; urgency=low + + [ Carlos Galisteo ] + * Build with Python 2.6 (Closes: #527046) (Thanks to Alessio Treglia) + * debian/rules: + - Include /usr/share/python/python.mk. + - Add py_setup_install_args macro to setup.py install options. + * debian/control: + - Set XS-Python-Version to all + + -- Carlos Galisteo Tue, 05 May 2009 17:38:14 +0200 + +feedparser (4.1-13) unstable; urgency=low + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Carlos Galisteo ] + * debian/rules + - dh_pysupport call moved (Closes: #516192) + - --install-lib removed. + * debian/control + - Using XS-Python-Version instead of pyversions. + - Standards-Version updated to 3.8.1 + + -- Carlos Galisteo Mon, 06 Apr 2009 10:58:38 +0200 + +feedparser (4.1-12) unstable; urgency=low + + [ Jan Dittberner ] + * add debian/README.source + * refreshed patches + + [ Carlos Galisteo ] + * Added feedparser_utf8_decoding.patch (Closes: #500088). Thanks to David + Futcher. + + -- Carlos Galisteo Thu, 25 Sep 2008 10:51:35 +0000 + +feedparser (4.1-11) unstable; urgency=low + + [ Carlos Galisteo ] + * debian/control + - Homepage field added. + * Standards-Version updated (3.8.0) + * Added override_title.patch (Closes: #490613) + + -- Carlos Galisteo Mon, 07 Jul 2008 15:29:58 +0000 + +feedparser (4.1-10) unstable; urgency=low + + [ Carlos Galisteo ] + * New patch fixes errors parsing democracynow.org (and probably + some others) feeds. Thanks to Thomas Perl for the patch and for the + notice. Ubuntu bug #179208. + + [ Sandro Tosi ] + * debian/control + - Uniform Vcs-Browser field (points to trunk dir now) + + [ Piotr Ożarowski ] + * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) + * Bump Standards-Version to 3.7.3 (no changes needed) + + -- Carlos Galisteo Wed, 02 Jan 2008 19:57:22 +0100 + +feedparser (4.1-9) unstable; urgency=low + + * Added patch for fixing auth handlers. (Closes: #431564) + + -- Carlos Galisteo Mon, 06 Aug 2007 10:16:00 +0000 + +feedparser (4.1-8) unstable; urgency=low + + [ Carlos Galisteo ] + * Added patch which fixes the ".etag is always present" bug.(Closes: #411388) + * Build-depends on quilt for patches management. + * Not recommending python-iconvcodec, which is not available anymore. (Closes: #429303) + * Suggests python-utidylib + * Python modules team added to Uploaders. + * Some minor packaging fixes (Provides field removed, postinst and prerm removed) + * debian/rules cleaned up (dh_installdocs argument revoved, dh_link and + dh_strip removed) + + [ Piotr Ożarowski ] + * Added watch file + + -- Carlos Galisteo Sat, 30 Jun 2007 11:36:58 +0200 + +feedparser (4.1-7) unstable; urgency=low + + * Fixed css link for *.html inside /doc. (Closes: #405343) + + -- Carlos Galisteo Tue, 9 Jan 2007 15:27:45 +0000 + +feedparser (4.1-6) unstable; urgency=low + + * Author email fixed in debian/copyright (Closes: #397688) + * Recommends python-chardet in debian/control (Closes: #397798) + * Recommends python-libxml2 in debian/control (Closes: #397800) + * Recommends python-iconvcodec in debian/control (Closes: #397801) + * Removed dh_python in debian/rules. + * feedparser.py is now executable (acording to #368792) + + -- Carlos Galisteo Sun, 19 Nov 2006 19:59:49 +0000 + +feedparser (4.1-5) unstable; urgency=low + + * New maintainer. (Closes: #374499: ITA: feedparser -- adoping + feedparser module - Debian Bug report logs). + * pycompat file added. + * Build-depends on python-dev instead of python-all-dev. + * XS-Python-Version moved to debian/pyversion. + * Switched to ${python:Provides} + + -- Carlos Galisteo Fri, 21 Jul 2006 09:11:24 +0000 + +feedparser (4.1-4) unstable; urgency=low + + * Update for new Python policy. (XS-Python-Version >= 2.1) + + -- Joe Wreschnig Tue, 13 Jun 2006 14:15:49 -0500 + +feedparser (4.1-3) unstable; urgency=low + + * Use python-support. + * Provide python2.4-feedparser for Python policy compatibility. + (Closes: #358900) + * Standards-Version 3.7.2 (no changes necessary). + + -- Joe Wreschnig Sat, 13 May 2006 01:47:11 -0500 + +feedparser (4.1-2) unstable; urgency=low + + * Build-Dep on non-python-support-ified debhelper. + + -- Joe Wreschnig Tue, 17 Jan 2006 20:46:05 -0600 + +feedparser (4.1-1) unstable; urgency=low + + * New upstream release. + * Build-Dep on python-dev. (Closes: #348211) + + -- Joe Wreschnig Mon, 16 Jan 2006 23:47:28 -0600 + +feedparser (3.3+cvs20051220-1) unstable; urgency=low + + * Initial release. (Closes: #326236) + * Fix unterminated string in feedparser.py. + * Use a snapshot of 4.0 because it's under a proper license, and it + can load many more feeds. All tests pass. + + -- Joe Wreschnig Tue, 20 Dec 2005 23:49:02 -0600 --- feedparser-4.1.orig/debian/rules +++ feedparser-4.1/debian/rules @@ -0,0 +1,42 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +include /usr/share/python/python.mk +PREFIX := debian/python-feedparser/usr + +clean: + dh_testdir + dh_testroot + python ./setup.py clean + rm -rf build + $(MAKE) -f /usr/share/quilt/quilt.make unpatch + dh_clean + +build: + +install: build + dh_testdir + $(MAKE) -f /usr/share/quilt/quilt.make patch + dh_testroot + dh_installdirs + python ./setup.py install --prefix $(PREFIX) --no-compile $(py_setup_install_args) + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_compress + dh_fixperms + dh_pysupport + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install configure --- feedparser-4.1.orig/debian/docs +++ feedparser-4.1/debian/docs @@ -0,0 +1 @@ +docs --- feedparser-4.1.orig/debian/README.source +++ feedparser-4.1/debian/README.source @@ -0,0 +1,4 @@ +This package uses quilt as patch system, you can find some information +about it at: + + /usr/share/doc/quilt/README.source --- feedparser-4.1.orig/debian/control +++ feedparser-4.1/debian/control @@ -0,0 +1,23 @@ +Source: feedparser +Section: python +Priority: optional +Maintainer: Carlos Galisteo +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 5.0.37.2), python-dev (>= 2.5.4-1~), python-support (>= 0.3), quilt (>= 0.39-2) +Vcs-Svn: svn://svn.debian.org/python-modules/packages/feedparser/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/feedparser/trunk/ +XS-Python-Version: >= 2.1 +Standards-Version: 3.8.1 +Homepage: http://www.feedparser.org + +Package: python-feedparser +Architecture: all +Depends: ${python:Depends} +Recommends: python-libxml2, python-chardet, python-utidylib +XB-Python-Version: ${python:Versions} +Description: Universal Feed Parser for Python + Python module for downloading and parsing syndicated feeds. It can + handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS + 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds. + . + It provides the same API to all formats, and sanitizes URIs and HTML. --- feedparser-4.1.orig/debian/patches/auth_handlers_not_working.patch +++ feedparser-4.1/debian/patches/auth_handlers_not_working.patch @@ -0,0 +1,11 @@ +--- a/feedparser.py ++++ b/feedparser.py +@@ -1823,7 +1823,7 @@ + if ACCEPT_HEADER: + request.add_header('Accept', ACCEPT_HEADER) + request.add_header('A-IM', 'feed') # RFC 3229 support +- opener = apply(urllib2.build_opener, tuple([_FeedURLHandler()] + handlers)) ++ opener = apply(urllib2.build_opener, tuple(handlers + [_FeedURLHandler()])) + opener.addheaders = [] # RMK - must clear so we only send our custom User-Agent + try: + return opener.open(request) --- feedparser-4.1.orig/debian/patches/title_override.patch +++ feedparser-4.1/debian/patches/title_override.patch @@ -0,0 +1,33 @@ +--- trunk.orig/feedparser.py ++++ trunk/feedparser.py +@@ -1186,8 +1186,13 @@ + + def _start_title(self, attrsD): + self.pushContent('title', attrsD, 'text/plain', self.infeed or self.inentry or self.insource) +- _start_dc_title = _start_title +- _start_media_title = _start_title ++ ++ def _start_title_low_pri(self, attrsD): ++ if not self._getContext().has_key('title'): ++ self._start_title(attrsD) ++ ++ _start_dc_title = _start_title_low_pri ++ _start_media_title = _start_title_low_pri + + def _end_title(self): + value = self.popContent('title') +@@ -1196,8 +1201,12 @@ + context['textinput']['title'] = value + elif self.inimage: + context['image']['title'] = value +- _end_dc_title = _end_title +- _end_media_title = _end_title ++ ++ def _end_title_low_pri(self): ++ if not self._getContext().has_key('title'): ++ self._end_title() ++ _end_dc_title = _end_title_low_pri ++ _end_media_title = _end_title_low_pri + + def _start_description(self, attrsD): + context = self._getContext() --- feedparser-4.1.orig/debian/patches/doc_css_path.diff +++ feedparser-4.1/debian/patches/doc_css_path.diff @@ -0,0 +1,1352 @@ +Index: feedparser-4.1/docs/advanced.html +=================================================================== +--- feedparser-4.1.orig/docs/advanced.html 2007-06-30 00:28:44.000000000 +0200 ++++ feedparser-4.1/docs/advanced.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Advanced Features [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/annotated-atom03.html +=================================================================== +--- feedparser-4.1.orig/docs/annotated-atom03.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/annotated-atom03.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Atom 0.3 [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/annotated-atom10.html +=================================================================== +--- feedparser-4.1.orig/docs/annotated-atom10.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/annotated-atom10.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Atom 1.0 [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/annotated-examples.html +=================================================================== +--- feedparser-4.1.orig/docs/annotated-examples.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/annotated-examples.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Annotated Examples [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/annotated-rss10.html +=================================================================== +--- feedparser-4.1.orig/docs/annotated-rss10.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/annotated-rss10.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + RSS 1.0 [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/annotated-rss20-dc.html +=================================================================== +--- feedparser-4.1.orig/docs/annotated-rss20-dc.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/annotated-rss20-dc.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + RSS 2.0 with Namespaces [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/annotated-rss20.html +=================================================================== +--- feedparser-4.1.orig/docs/annotated-rss20.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/annotated-rss20.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + RSS 2.0 [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/atom-detail.html +=================================================================== +--- feedparser-4.1.orig/docs/atom-detail.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/atom-detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Getting Detailed Information on Atom Elements [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/basic-existence.html +=================================================================== +--- feedparser-4.1.orig/docs/basic-existence.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/basic-existence.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Testing for Existence [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/basic.html +=================================================================== +--- feedparser-4.1.orig/docs/basic.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/basic.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Basic Features [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/bozo.html +=================================================================== +--- feedparser-4.1.orig/docs/bozo.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/bozo.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Bozo Detection [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/changes-40.html +=================================================================== +--- feedparser-4.1.orig/docs/changes-40.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/changes-40.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Changes in version 4.0 [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/changes-41.html +=================================================================== +--- feedparser-4.1.orig/docs/changes-41.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/changes-41.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Changes in version 4.1 [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/character-encoding.html +=================================================================== +--- feedparser-4.1.orig/docs/character-encoding.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/character-encoding.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Character Encoding Detection [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/common-atom-elements.html +=================================================================== +--- feedparser-4.1.orig/docs/common-atom-elements.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/common-atom-elements.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Common Atom Elements [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/common-rss-elements.html +=================================================================== +--- feedparser-4.1.orig/docs/common-rss-elements.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/common-rss-elements.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Common RSS Elements [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/content-normalization.html +=================================================================== +--- feedparser-4.1.orig/docs/content-normalization.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/content-normalization.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Content Normalization [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/date-parsing.html +=================================================================== +--- feedparser-4.1.orig/docs/date-parsing.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/date-parsing.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Date Parsing [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/history.html +=================================================================== +--- feedparser-4.1.orig/docs/history.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/history.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Revision history [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/html-sanitization.html +=================================================================== +--- feedparser-4.1.orig/docs/html-sanitization.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/html-sanitization.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + HTML Sanitization [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/http-authentication.html +=================================================================== +--- feedparser-4.1.orig/docs/http-authentication.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/http-authentication.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Password-Protected Feeds [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/http-etag.html +=================================================================== +--- feedparser-4.1.orig/docs/http-etag.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/http-etag.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + ETag and Last-Modified Headers [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/http-other.html +=================================================================== +--- feedparser-4.1.orig/docs/http-other.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/http-other.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Other HTTP Headers [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/http-redirect.html +=================================================================== +--- feedparser-4.1.orig/docs/http-redirect.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/http-redirect.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + HTTP Redirects [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/http-useragent.html +=================================================================== +--- feedparser-4.1.orig/docs/http-useragent.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/http-useragent.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + User-Agent and Referer Headers [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/http.html +=================================================================== +--- feedparser-4.1.orig/docs/http.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/http.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + HTTP Features [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/index.html +=================================================================== +--- feedparser-4.1.orig/docs/index.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/index.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Documentation [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/introduction.html +=================================================================== +--- feedparser-4.1.orig/docs/introduction.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/introduction.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Introduction [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/license.html +=================================================================== +--- feedparser-4.1.orig/docs/license.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/license.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Terms of use [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/namespace-handling.html +=================================================================== +--- feedparser-4.1.orig/docs/namespace-handling.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/namespace-handling.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Namespace Handling [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-bozo.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-bozo.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/reference-bozo.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + bozo [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-bozo_exception.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-bozo_exception.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/reference-bozo_exception.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + bozo_exception [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-encoding.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-encoding.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/reference-encoding.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + encoding [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-author.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-author.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-author.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].author [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-author_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-author_detail.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-author_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].author_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-comments.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-comments.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-comments.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].comments [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-content.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-content.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-content.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].content [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-contributors.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-contributors.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-contributors.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].contributors [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-created.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-created.html 2007-06-30 00:28:45.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-created.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].created [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-created_parsed.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-created_parsed.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-created_parsed.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].created_parsed [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-enclosures.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-enclosures.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-enclosures.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].enclosures [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-expired.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-expired.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-expired.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].expired [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-expired_parsed.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-expired_parsed.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-expired_parsed.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].expired_parsed [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-id.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-id.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-id.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].id [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-license.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-license.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-license.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].license [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-link.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-link.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-link.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].link [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-links.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-links.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-links.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].links [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-published.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-published.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-published.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].published [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-published_parsed.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-published_parsed.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-published_parsed.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].published_parsed [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-publisher.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-publisher.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-publisher.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].publisher [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-publisher_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-publisher_detail.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-publisher_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].publisher_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-source.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-source.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-source.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].source [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-summary.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-summary.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-summary.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].summary [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-summary_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-summary_detail.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-summary_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].summary_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-tags.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-tags.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-tags.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].tags [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-title.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-title.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-title.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].title [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-title_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-title_detail.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-title_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].title_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-updated.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-updated.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-updated.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].updated [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry-updated_parsed.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry-updated_parsed.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry-updated_parsed.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries[i].updated_parsed [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-entry.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-entry.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-entry.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + entries [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-etag.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-etag.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-etag.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + etag [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-author.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-author.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-author.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.author [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-author_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-author_detail.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-author_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.author_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-cloud.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-cloud.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-cloud.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.cloud [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-contributors.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-contributors.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-contributors.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.contributors [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-docs.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-docs.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-docs.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.docs [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-errorreportsto.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-errorreportsto.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-errorreportsto.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.errorreportsto [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-generator.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-generator.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-generator.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.generator [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-generator_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-generator_detail.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-generator_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.generator_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-icon.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-icon.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-icon.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.icon [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-id.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-id.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-id.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.id [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-image.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-image.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-image.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.image [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-info-detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-info-detail.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-info-detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.info_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-info.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-info.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-info.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.info [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-language.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-language.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-language.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.language [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-license.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-license.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-license.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.license [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-link.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-link.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-link.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.link [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-links.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-links.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-links.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.links [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-logo.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-logo.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-logo.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.icon [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-publisher.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-publisher.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-publisher.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.publisher [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-publisher_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-publisher_detail.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-publisher_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.publisher_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-rights.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-rights.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-rights.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.rights [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-rights_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-rights_detail.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-rights_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.rights_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-subtitle.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-subtitle.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-subtitle.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.subtitle [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-subtitle_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-subtitle_detail.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-subtitle_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.subtitle_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-tags.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-tags.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-tags.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.tags [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-textinput.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-textinput.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-textinput.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.textinput [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-title.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-title.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-title.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.title [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-title_detail.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-title_detail.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-title_detail.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.title_detail [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-ttl.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-ttl.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-ttl.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.ttl [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-updated.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-updated.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-updated.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.updated [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed-updated_parsed.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed-updated_parsed.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed-updated_parsed.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed.updated_parsed [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-feed.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-feed.html 2007-06-30 00:28:46.000000000 +0200 ++++ feedparser-4.1/docs/reference-feed.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + feed [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-headers.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-headers.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-headers.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + headers [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-href.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-href.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-href.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + href [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-modified.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-modified.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-modified.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + modified [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-namespaces.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-namespaces.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-namespaces.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + namespaces [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-status.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-status.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-status.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + status [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference-version.html +=================================================================== +--- feedparser-4.1.orig/docs/reference-version.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference-version.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + version [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/reference.html +=================================================================== +--- feedparser-4.1.orig/docs/reference.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/reference.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Reference [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/resolving-relative-links.html +=================================================================== +--- feedparser-4.1.orig/docs/resolving-relative-links.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/resolving-relative-links.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Relative Link Resolution [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/uncommon-atom.html +=================================================================== +--- feedparser-4.1.orig/docs/uncommon-atom.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/uncommon-atom.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Uncommon Atom Elements [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/uncommon-rss.html +=================================================================== +--- feedparser-4.1.orig/docs/uncommon-rss.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/uncommon-rss.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Uncommon RSS Elements [Universal Feed Parser] +- ++ + + + +Index: feedparser-4.1/docs/version-detection.html +=================================================================== +--- feedparser-4.1.orig/docs/version-detection.html 2007-06-30 00:28:47.000000000 +0200 ++++ feedparser-4.1/docs/version-detection.html 2007-06-30 00:40:42.000000000 +0200 +@@ -3,7 +3,7 @@ + + + Feed Type and Version Detection [Universal Feed Parser] +- ++ + + + --- feedparser-4.1.orig/debian/patches/feedparser_utf8_decoding.patch +++ feedparser-4.1/debian/patches/feedparser_utf8_decoding.patch @@ -0,0 +1,11 @@ +--- trunk.orig/feedparser.py ++++ trunk/feedparser.py +@@ -1455,7 +1455,7 @@ + # thanks to Kevin Marks for this breathtaking hack to deal with (valid) high-bit attribute values in UTF-8 feeds + for key, value in attrs: + if type(value) != type(u''): +- value = unicode(value, self.encoding) ++ value = unicode(value, self.encoding, errors='replace') + uattrs.append((unicode(key, self.encoding), value)) + strattrs = u''.join([u' %s="%s"' % (key, value) for key, value in uattrs]).encode(self.encoding) + if tag in self.elements_no_end_tag: --- feedparser-4.1.orig/debian/patches/series +++ feedparser-4.1/debian/patches/series @@ -0,0 +1,6 @@ +feedparser_utf8_decoding.patch +title_override.patch +democracynow_feedparser_fix.patch +auth_handlers_not_working.patch +doc_css_path.diff +add-etag-only-if-etag-header-present.patch --- feedparser-4.1.orig/debian/patches/democracynow_feedparser_fix.patch +++ feedparser-4.1/debian/patches/democracynow_feedparser_fix.patch @@ -0,0 +1,11 @@ +--- trunk.orig/feedparser.py ++++ trunk/feedparser.py +@@ -563,7 +563,7 @@ + + def mapContentType(self, contentType): + contentType = contentType.lower() +- if contentType == 'text': ++ if contentType == 'text' or contentType == 'plain': + contentType = 'text/plain' + elif contentType == 'html': + contentType = 'text/html' --- feedparser-4.1.orig/debian/patches/add-etag-only-if-etag-header-present.patch +++ feedparser-4.1/debian/patches/add-etag-only-if-etag-header-present.patch @@ -0,0 +1,12 @@ +--- a/feedparser.py ++++ b/feedparser.py +@@ -2497,7 +2497,8 @@ + # save HTTP headers + if hasattr(f, 'info'): + info = f.info() +- result['etag'] = info.getheader('ETag') ++ if info.has_key('Etag'): ++ result['etag'] = info.getheader('ETag') + last_modified = info.getheader('Last-Modified') + if last_modified: + result['modified'] = _parse_date(last_modified)