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