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