]> git.phdru.name Git - bookmarks_db.git/commitdiff
Docs: Update
authorOleg Broytman <phd@phdru.name>
Sun, 12 Nov 2023 19:10:20 +0000 (22:10 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Nov 2023 19:02:26 +0000 (22:02 +0300)
doc/ANNOUNCE
doc/ChangeLog
doc/README
doc/TODO

index f0f261716dae2493e6135922facacab329b5b3fa..a047cd32096d115ab9b59934208836a0d1716ea2 100644 (file)
@@ -6,24 +6,11 @@ WHAT IS IT
 bookmarks.html.
 
 WHAT'S NEW
-Version 4.6.0 (2014-07-06)
+Version 5.0.0 (2023-??-??)
 
-   Split simple robot: separate network operations and
-   URL handling/HTML parsing.
+   Python 3.
 
-   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.
+   Remove BeautifulSoup.py (use globally installed).
 
 
 WHERE TO GET
@@ -38,7 +25,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 1997-2017 PhiloSoft Design
+   Copyright (C) 1997-2023 PhiloSoft Design
 
 LICENSE
    GPL
index c477b51314bc78eb1bfe33d6735c3c3e9b7c103d..2bb4915cc25e8bd4007230053164881e937134ee 100644 (file)
@@ -1,4 +1,6 @@
-Version 4.7.0 (2017-??-??)
+Version 5.0.0 (2023-??-??)
+
+   Python 3.
 
    Remove BeautifulSoup.py (use globally installed).
 
index 5e503a7ce7746730edd07a68d03e7895d6f25324..f8e2a1584d1e7104dfffdfbaadd95b2d43b4eedc 100644 (file)
@@ -23,7 +23,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT and LEGAL ISSUES
-   Copyright (C) 1997-2015 PhiloSoft Design
+   Copyright (C) 1997-2023 PhiloSoft Design
 All sources protected by GNU  GPL.  Programs are provided "as-is", without
 any kind of warranty. All usual blah-blah-blah.
 
index 47b3e59642a46a17831c89a05821af1540ee1f1f..8fef568f6f1bd4d630e61e5074bde12ae2679690 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,5 +1,3 @@
-Python 3.
-
 Configuration file to configure defaults - global defaults for the system
 and local defaults for subsystems.