]> git.phdru.name Git - bookmarks_db.git/commitdiff
Docs: Update
authorOleg Broytman <phd@phdru.name>
Wed, 22 Nov 2023 16:09:45 +0000 (19:09 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 22 Nov 2023 16:09:45 +0000 (19:09 +0300)
doc/ANNOUNCE
doc/TODO

index 921b420eb7527a32df0f1c2891890218b28b8ed5..306f71c5e1dca6ee2e1dc70ea8e50c606fe3f5fd 100644 (file)
@@ -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
index b44d3e374d477db6958493a19e4dd19931c296a7..f2573b336738b775fcc5feebc27dc365ce97bc99 100644 (file)
--- 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.