From: Oleg Broytman Date: Wed, 22 Nov 2023 16:09:45 +0000 (+0300) Subject: Docs: Update X-Git-Tag: 5.0.0~1 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=188d6e0bfa16f616aaae084d80411b6f3222270f Docs: Update --- diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index 921b420..306f71c 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -22,7 +22,7 @@ WHERE TO GET git clone https://git.phdru.name/bookmarks_db.git git clone git://git.phdru.name/bookmarks_db.git - Requires: Python 2.5+, m_lib 2.0+. + Requires: Python 2.7 or 3.4+, BeautifulSoup 4, lxml, m_lib 2.0+. AUTHOR diff --git a/doc/TODO b/doc/TODO index b44d3e3..f2573b3 100644 --- a/doc/TODO +++ b/doc/TODO @@ -16,9 +16,9 @@ Parse (or interpret) downloaded file and get javascript redirects. More and better documentation. Merge "writers" to storage managers. -New storage managers: shelve, SQL, ZODB, MetaKit. -More robots (URL checkers): threading, asyncore-based; -robots that test many URLs in parallel. +New storage managers: SQL (SQLite?). +More robots (URL checkers): asyncore-based; +robot(s) that test many URLs in parallel. Ruleset-based mechanisms to filter out what types of URLs to check: checking based on URL schema, host, port, path, filename, extension, etc.