]> git.phdru.name Git - bookmarks_db.git/commitdiff
Rename set-URLs -> set-urls
authorOleg Broytman <phd@phdru.name>
Tue, 5 Mar 2024 23:33:09 +0000 (02:33 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 5 Mar 2024 23:33:09 +0000 (02:33 +0300)
Makefile
doc/ANNOUNCE
doc/ChangeLog
set-urls [moved from set-URLs with 75% similarity]
set-urls.py [moved from set-URLs.py with 94% similarity]

index 6001ee59db5694906ec4daa9dd62c7afa91e3ed6..d982f0dfa23ff05b564bc317d5fbc9eaa97315ea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ VERSION=5.2.5
 EXAMPLE_SHELL=\
    bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync bkmk-sort bkmk2db \
    check_dups.py check_redirects.py check_title.py check_url.py \
-   delete delete.py hotexplode.pl mk-distr set-URLs set-URLs.py \
+   delete delete.py hotexplode.pl mk-distr set-urls set-urls.py \
    set-real_title.py set-title-list set-title-list.py sort_db.py
 
 .PHONY: all
index a89de2df58a730da4432c37a94e83b6f8bb9743b..069c1fe6f60b3330254ea5eed83cc72c35f46447 100644 (file)
@@ -6,49 +6,9 @@ WHAT IS IT
 bookmarks.html.
 
 WHAT'S NEW
-Version 5.2.5 (2024-03-05)
+Version 5.3.0 (2024-03-06)
 
-   Feat(Robots/bkmk_rrequests): Ignore all problems with certificates.
-
-   Fix(Robots/bkmk_robot_base): Pass query part.
-
-Version 5.2.4 (2024-03-04)
-
-   Fix(Robots/bkmk_rrequests): No need to re-check error 404 via proxy.
-
-Version 5.2.3 (2024-03-03)
-
-   Feat(Robots/bkmk_rrequests): Report 40x and 50x errors.
-
-   Fix HTML pasrer based on Bs4: Find "shortcut icon".
-
-Version 5.2.2 (2024-03-03)
-
-   Robots/bkmk_rrequests: Add request headers.
-
-   Robots/bkmk_robot_base: Process "data:image/" icons.
-
-Version 5.2.1 (2024-03-02)
-
-   Speedup second access through proxy.
-
-Version 5.2.0 (2024-03-02)
-
-   For the robot based on requests allow to use a proxy.
-
-Version 5.1.0 (2024-03-01)
-
-   Robot based on requests.
-
-Version 5.0.0 (2023-11-22)
-
-   Python 3.
-
-   Report redirects and set URLs.
-
-   Delete URLs.
-
-   Remove BeautifulSoup.py (use globally installed).
+   Renamed set-URLs -> set-urls.
 
 
 WHERE TO GET
index f04edef0e109640fcc216bd64bb2afd1aa73065b..e373f88125ffc046f15c2b6068d574d1ec417e1c 100644 (file)
@@ -1,3 +1,7 @@
+Version 5.3.0 (2024-03-06)
+
+   Renamed set-URLs -> set-urls.
+
 Version 5.2.5 (2024-03-05)
 
    Feat(Robots/bkmk_rrequests): Ignore all problems with certificates.
similarity index 75%
rename from set-URLs
rename to set-urls
index d408e16342c629f1de3d85f76e5fe4756df56cb7..f7d0d22e4b2566b9c72d90838586c9637a23b717 100755 (executable)
--- a/set-URLs
+++ b/set-urls
@@ -4,12 +4,12 @@
 # This file is a part of Bookmarks database and Internet robot.
 #
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2023 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2023, 2024 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
 . "`dirname \"$0\"`"/set-path
 
-set-URLs.py "$@" || exit 1
+set-urls.py "$@" || exit 1
 
 BKMK_WRITER=flad db2bkmk.py &&
 convert_st.py json &&
similarity index 94%
rename from set-URLs.py
rename to set-urls.py
index bfcf5da5cb1dbb998b2a6a57c4b90a640397b69e..b897078f70a19efff2bb0e15dbf46d2b69ec305d 100755 (executable)
@@ -10,7 +10,7 @@ import sys
 
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2023 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2023, 2024 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 
@@ -29,10 +29,10 @@ def run():
         pass
 
     if report_stats:
-        print("Broytman set-URLs, Copyright (C) 2023 PhiloSoft Design")
+        print("Broytman set-urls, Copyright (C) 2023, 2024 PhiloSoft Design")
 
     if len(args) != 1:
-        sys.stderr.write("Usage: set-URLs [-s] urls_file")
+        sys.stderr.write("Usage: set-urls [-s] urls_file")
         sys.exit(1)
 
     # Read the external file with URLs and build a mapping (URL => redirect)