gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit a0ba92579aec9c83fc68edd7e29eba4c9d3010e0
parent 95d8edd62741b0ef504f0c47e374c8af90650458
Author: david <public@beloved.name>
Date:   Fri, 25 May 2018 11:15:11 +0200

Added comment to AddonsScraper.py that it has been superseded by my AMO API script that's now part of https://savannah.gnu.org/projects/directory.

Diffstat:
Mtools/AddonsScraper.py | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/tools/AddonsScraper.py b/tools/AddonsScraper.py @@ -26,6 +26,27 @@ # To run, install mysql-server, python-mysqldb and python-beautifulsoup # +##################################################################### +# +# This program is +# +# AddonsScraper.py (a web scraper) has been superseded by +# https://savannah.gnu.org/projects/directory +# that has implemented the addons.mozilla.org (AMO) API +# (https://addons-server.readthedocs.io/en/latest/topics/api/addons.html) +# script that I wrote to sync AMO with +# https://directory.fsf.org/wiki/Collection:IceCat +# +# The binary release of IceCat already uses +# https://directory.fsf.org/wiki/Collection:IceCat in +# IceCat -> Tools -> Add-ons (about:addons) -> Get Add-ons +# +# Besides, AddonsScraper.py is broken. It's better to delete it than +# maintaining it in my opinion. +# +# -- David Hedlund +# +##################################################################### import re import sys