]> git.phdru.name Git - bookmarks_db.git/blob - doc/TODO
Updated.
[bookmarks_db.git] / doc / TODO
1    Parse downloaded file and get javascript redirects.
2
3    Documentation.
4
5    Merge "writers" to storage managers.
6    New storage managers: shelve, SQL, ZODB, MetaKit.
7    Robots (URL checkers): threading, asyncore-based.
8
9    Configuration file for configuring defaults - global defaults for the system
10    and local defaults for subsystems.
11
12    Ruleset-based mechanisms to filter out what types of URLs to check: checking
13    based on URL schema, host, port, path, filename, extension, etc.
14
15    Detailed reports on robot run - what's old, what's new, what has been moved,
16    errors, etc.
17    WWW-interface to the report.
18
19    Bigger database. Multiuser database. Robot should operate on a part of
20    the DB.
21    WWW-interface to the database. User will import/export/edit bookmarks,
22    schedule robot run, etc.