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