ChangeLog | 103 +++++++ INSTALL | 47 +-- NEWS | 55 +++ README | 33 -- TODO | 28 + configure | 290 ++++++++------------ configure.ac | 92 +++--- debian/changelog | 15 + debian/copyright | 3 debian/docs | 1 debian/rules | 2 man/clive.1 | 631 +++++++++++++++++++++++++-------------------- src/clive/Makefile.am | 6 src/clive/Makefile.in | 6 src/clive/__init__.py | 15 - src/clive/__init__.py.in | 9 src/clive/cache.py | 22 - src/clive/cache.py.in | 22 - src/clive/config.py | 4 src/clive/main.py | 1 src/clive/newt/Makefile.am | 4 src/clive/newt/Makefile.in | 26 - src/clive/nomad.py | 17 - src/clive/nomad.py.in | 17 - src/clive/opts.py | 48 --- src/clive/opts.py.in | 48 --- src/clive/parse.py | 88 ++++-- src/clive/parse.py.in | 88 ++++-- src/clive/path.py | 1 src/clive/progress.py | 1 src/clive/rss.py | 41 +- src/clive/rss.py.in | 41 +- src/clive/scan.py | 29 +- src/clive/scan.py.in | 29 +- src/clive/unicode.py | 30 -- src/clive/update.py | 1 src/clive/update.py.in | 1 tests/Makefile.am | 2 tests/Makefile.in | 2 tests/scan.lst | 4 40 files changed, 1085 insertions(+), 818 deletions(-)