]> git.phdru.name Git - bookmarks_db.git/blob - doc/TODO
Next version will be 4.6.0
[bookmarks_db.git] / doc / TODO
1 Allow parameters in BKMK_ROBOT; for example, 'forking:urllib'.
2
3 A new robot based on urllib2.
4
5 A new robot based on PycURL.
6
7 HTML parser based on BeautifulSoup4.
8
9 A program to publish bookmarks with icons.
10
11 Fetch description from <META name="description" content="..."> and store it in
12 bookmark.description if the description is empty. (How to update old
13 descriptions without replacing my own comments?)
14
15 Parse (or interpret) downloaded file and get javascript redirects.
16
17 More and better documentation.
18
19 Merge "writers" to storage managers.
20 New storage managers: shelve, SQL, ZODB, MetaKit.
21 More robots (URL checkers): threading, asyncore-based;
22 robots that test many URLs in parallel.
23 Configuration file to configure defaults - global defaults for the system
24 and local defaults for subsystems.
25
26 Ruleset-based mechanisms to filter out what types of URLs to check: checking
27 based on URL schema, host, port, path, filename, extension, etc.
28
29 Detailed reports on robot run - what's old, what's new, what has been moved,
30 errors, etc.
31 WWW-interface to the report.
32
33 Bigger database. Multiuser database. Robot should operates on a part of
34 the DB.
35 WWW-interface to the database. User should import/export/edit bookmarks,
36 schedule robot run, etc.