]> git.phdru.name Git - bookmarks_db.git/blobdiff - doc/ANNOUNCE
Pass subproc_* parameters to the subprocess
[bookmarks_db.git] / doc / ANNOUNCE
index 92300df2df6069ac6943130a709ec5629fdd2bdd..76f6f428222e79e3f3fbeae4e5cbb58969fa10ed 100644 (file)
@@ -6,19 +6,24 @@ WHAT IS IT
 bookmarks.html.
 
 
-WHAT'S NEW in version 4.5.7
+WHAT'S NEW in version 4.6.0 (2014-06-??)
+
+   Split simple robot: separate network operations and
+   URL handling/HTML parsing.
 
    Change parse_html to parse strings, not files.
 
    Split parse_html/__init__.py into __main__.py.
 
+   Adapt JSON storage to recent Mozilla export format.
+
    Add ChangeLog.
 
+   Allow parameters in BKMK_* environment variables; for example,
+   BKMK_ROBOT=forking:subproc=urllib or
+   BKMK_STORAGE=json:filename=bookmarks_db.json.
 
-WHAT'S NEW in version 4.6.0 (2014-06-??)
-
-   Split simple robot: separate network operations and
-   URL handling/HTML parsing.
+   Pass subproc parameter to the subprocess to allow different robots.
 
 
 WHERE TO GET
@@ -26,6 +31,9 @@ WHERE TO GET
      git clone http://git.phdru.name/bookmarks_db.git
      git clone  git://git.phdru.name/bookmarks_db.git
 
+   Requires: Python 2.5+, m_lib 2.0+.
+
+
 AUTHOR
    Oleg Broytman <phd@phdru.name>