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