Bookmarks database and Internet robot version 3.1.2

Oleg Broytmann phd at phd.russ.ru
Mon Jun 19 13:31:04 EDT 2000


                    BOOKMARKS database and internet robot

WHAT IS IT
   Here is a set of classes, libraries, programs and plugins I use to
manipulate my bookmarks.html. I like Netscape Navigator, but I need more
features, so I write and maintain these programs for my needs. I need to
extend Navigator's "What's new" feature (Navigator 4 named it "Update
bookmarks").


WHAT'S NEW in version 3.0
   Complete rewrite from scratch. Created mechanism for pluggable storage
managers, writers and robots.


WHAT'S NEW in version 3.1.2
   Minor speed improvements in parser (just removed debug output if not in
debug mode).
   New program check_dups.py prints a list of duplcat URLs in the DB.


WHERE TO GET
   Master site: http://sun.med.ru/~phd/Software/Python/#bookmarks_db

   Faster mirrors: http://skyscraper.fortunecity.com/unix/797/Software/Python/#bookmarks_db
   http://members.xoom.com/_XMCM/phd2.1/Software/Python/index.html#bookmarks_db


AUTHOR
   Oleg Broytmann <phd2 at earthling.net>

COPYRIGHT
   Copyright (C) 1997-2000 PhiloSoft Design

LICENSE
   GPL

STATUS
   Storage managers: pickle, FLAD (Flat ASCII Database).
   Writers: HTML, text, FLAD.
   Robots (URL checker): simple, forking.

TODO
   More storage managers: shelve, SQL, MetaKit.
   More robots: threading, async.

Oleg.
---- 
   Oleg Broytmann  http://skyscraper.fortunecity.com/unix/797/  phd2 at email.com
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list