From: Oleg Broytman Date: Sun, 12 Nov 2023 19:10:20 +0000 (+0300) Subject: Docs: Update X-Git-Tag: 5.0.0~40 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=4ea75aed268e3d34863a0002a76329202ffe75ec Docs: Update --- diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index f0f2617..a047cd3 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -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 COPYRIGHT - Copyright (C) 1997-2017 PhiloSoft Design + Copyright (C) 1997-2023 PhiloSoft Design LICENSE GPL diff --git a/doc/ChangeLog b/doc/ChangeLog index c477b51..2bb4915 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,6 @@ -Version 4.7.0 (2017-??-??) +Version 5.0.0 (2023-??-??) + + Python 3. Remove BeautifulSoup.py (use globally installed). diff --git a/doc/README b/doc/README index 5e503a7..f8e2a15 100644 --- a/doc/README +++ b/doc/README @@ -23,7 +23,7 @@ AUTHOR Oleg Broytman 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. diff --git a/doc/TODO b/doc/TODO index 47b3e59..8fef568 100644 --- 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.