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