X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=doc%2FANNOUNCE;h=8327679a1fc37be034bf9779fffbc30c6c28f308;hb=04db9e3805bf1dec4b6954195680628079dbf8a1;hp=8cb06ebd89f7e1dd828f2845cb176c0b604f7c8c;hpb=9f53b96dd2db15b055cc64e2615a5a49ef56b372;p=bookmarks_db.git diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index 8cb06eb..8327679 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -5,23 +5,40 @@ WHAT IS IT A set of classes, libraries, programs and plugins I use to manipulate my bookmarks.html. -WHAT'S NEW in version 4.3.0 (2011-01-01). -Robots no longer have one global temporary file - there are at least two -(html and favicon), and in the future there will be more for -asynchronous robot(s) that would test many URLs in parallel. +WHAT'S NEW in version 4.6.0 (2014-07-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. + + Pass subproc parameter to the subprocess to allow different robots. WHERE TO GET - Master site: http://phdru.name/Software/Python/#bookmarks_db - Mirrors: http://phd.webhost.ru/Software/Python/#bookmarks_db - http://phd.by.ru/Software/Python/#bookmarks_db + Home page: http://phdru.name/Software/Python/#bookmarks_db + 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 COPYRIGHT - Copyright (C) 1997-2011 PhiloSoft Design + Copyright (C) 1997-2014 PhiloSoft Design LICENSE GPL