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