]> git.phdru.name Git - bookmarks_db.git/blob - doc/ANNOUNCE
Version 3.3.2.
[bookmarks_db.git] / doc / ANNOUNCE
1
2                     Bookmarks Database and Internet Robot
3
4 WHAT IS IT
5    There is a set of classes, libraries, programs and plugins I use to
6 manipulate my bookmarks.html. I like Netscape Navigator, but I need more
7 features, so I write and maintain these programs for my needs. I need to
8 extend Navigator's "What's new" feature (Navigator 4 calls it "Update
9 bookmarks").
10
11
12 WHAT'S NEW in version 3.3.2
13    parse_html.py can now recode unicode entities in titles.
14
15
16 WHAT'S NEW in version 3.3.0
17    Required Python 2.2.
18    HTML parser. If the protocol is HTTP, and there is Content-Type header, and
19 content type is text/html, the object is parsed to extract its title; if the
20 Content-Type header has charset, or if the HTML has <META> with charset, the
21 title is converted from the given charset to the default charset. The object is
22 also parsed to extract <META> tag with redirect.
23
24
25 WHAT'S NEW in version 3.0
26    Complete rewrite from scratch. Created mechanism for pluggable storage
27 managers, writers (DB dumpers/exporters) and robots.
28
29
30 WHERE TO GET
31    Master site: http://phd.pp.ru/Software/Python/#bookmarks_db
32
33    Faster mirrors: http://phd.by.ru/Software/Python/#bookmarks_db
34       http://phd2.chat.ru/Software/Python/#bookmarks_db
35
36
37 AUTHOR
38    Oleg Broytmann <phd@phd.pp.ru>
39
40 COPYRIGHT
41    Copyright (C) 1997-2002 PhiloSoft Design
42
43 LICENSE
44    GPL
45
46 STATUS
47    Storage managers: pickle, FLAD (Flat ASCII Database).
48    Writers: HTML, text, FLAD (full database or only errors).
49    Robots (URL checker): simple, simple+timeoutscoket, forking.
50
51 TODO
52    Parse downloaded file and get some additional information out of headers
53    and parsed data - title, for example. Or redirects using <META HTTP-Equiv>.
54    (Partially done - now extracting title).
55
56    Documentation.
57
58    Merge "writers" to storage managers.
59    New storage managers: shelve, SQL, ZODB, MetaKit.
60    Robots (URL checkers): threading, asyncore-based.
61    Aliases in bookmarks.html.
62
63    Configuration file for configuring defaults - global defaults for the system
64    and local defaults for subsystems.
65
66    Ruleset-based mechanisms to filter out what types of URLs to check: checking
67    based on URL schema, host, port, path, filename, extension, etc.
68
69    Detailed reports on robot run - what's old, what's new, what was moved,
70    errors, etc.
71    WWW-interface to the report.
72
73    Bigger database. Multiuser database. Robot should operate on a part of
74    the DB.
75    WWW-interface to the database. User will import/export/edit bookmarks,
76    schedule robot run, etc.