From 004632a99b4e9f00a8e52119d0a913d6091bd77f Mon Sep 17 00:00:00 2001 From: EsuS <31799121+dotEsuS@users.noreply.github.com> Date: Thu, 18 Apr 2019 19:59:52 +0100 Subject: [PATCH] Update references to GitHub project from wummel to linkchecker Remove all mention of donations. --- Dockerfile | 2 +- Makefile | 2 +- README.rst | 4 ++-- cgi-bin/lconline/lc_cgi.html.de | 2 +- cgi-bin/lconline/lc_cgi.html.en | 2 +- doc/install.txt | 4 ++-- doc/web/content/donations.md | 8 -------- doc/web/content/faq.md | 2 +- doc/web/content/index.md | 2 +- doc/web/templates/default.html | 24 ++++++------------------ linkcheck/checker/httpurl.py | 2 +- linkcheck/configuration/__init__.py | 2 +- linkcheck/updater.py | 2 +- linkchecker.freecode | 9 ++++----- setup.py | 4 ++-- tests/test_cookies.py | 2 +- 16 files changed, 26 insertions(+), 47 deletions(-) delete mode 100644 doc/web/content/donations.md diff --git a/Dockerfile b/Dockerfile index d381602c..8c588789 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV HOME /tmp RUN set -x \ && apt-get update -qq \ && apt-get install -y -qq --no-install-recommends git \ - && pip install --no-cache-dir git+https://github.com/linkcheck/linkchecker.git@master \ + && pip install --no-cache-dir git+https://github.com/linkchecker/linkchecker.git@master \ && apt-get -y -qq purge git \ && apt-get autoremove -y -qq \ && apt-get clean -y -qq all \ diff --git a/Makefile b/Makefile index affa1360..a24726d1 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ MAINTAINER:=$(shell $(PYTHON) setup.py --maintainer) LAPPNAME:=$(shell echo $(APPNAME)|tr "[A-Z]" "[a-z]") ARCHIVE_SOURCE_EXT:=gz ARCHIVE_SOURCE:=$(APPNAME)-$(VERSION).tar.$(ARCHIVE_SOURCE_EXT) -GITUSER:=wummel +GITUSER:=linkchecker GITREPO:=$(LAPPNAME) HOMEPAGE:=$(HOME)/public_html/$(LAPPNAME)-webpage.git WEB_META:=doc/web/app.yaml diff --git a/README.rst b/README.rst index e3e08c8d..8e3f7e86 100644 --- a/README.rst +++ b/README.rst @@ -32,9 +32,9 @@ See `doc/install.txt`_ in the source code archive for general information. Excep .. _doc/install.txt: doc/install.txt -Python 2.7.2 or later is needed. It doesn't work with Python 3 yet, see `#40 `_ for details. +Python 2.7.2 or later is needed. It doesn't work with Python 3 yet, see `#40 `_ for details. -The version in the pip repository is old. Instead, use the current git master version via `pip install git+https://github.com/linkchecker/linkchecker.git`. See `#4 `_. +The version in the pip repository is old. Instead, use the current git master version via `pip install git+https://github.com/linkchecker/linkchecker.git`. See `#4 `_. Windows builds are seriously lagging behind the Linux releases, see `#53 `_ for details. For now, the only two options are to install from source or use `Docker for Windows `_. diff --git a/cgi-bin/lconline/lc_cgi.html.de b/cgi-bin/lconline/lc_cgi.html.de index 10e33184..f0ae7419 100644 --- a/cgi-bin/lconline/lc_cgi.html.de +++ b/cgi-bin/lconline/lc_cgi.html.de @@ -23,7 +23,7 @@ function gettext (s) { alink="#191c83">

LinkChecker Online

-(läuft mit Öl vom LinkChecker)
diff --git a/cgi-bin/lconline/lc_cgi.html.en b/cgi-bin/lconline/lc_cgi.html.en index 3907e3d2..37580087 100644 --- a/cgi-bin/lconline/lc_cgi.html.en +++ b/cgi-bin/lconline/lc_cgi.html.en @@ -17,7 +17,7 @@ function gettext (s) { alink="#191c83">

LinkChecker Online

-(powered by LinkChecker)
diff --git a/doc/install.txt b/doc/install.txt index 4e3e7a3f..f2702ae7 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -24,7 +24,7 @@ Execute ``LinkChecker-x.y.exe`` and follow the instructions. Setup for Mac OS X ------------------ Nobody is currently offering a "dmg" download for Mac OS X in your programs folder -See https://github.com/linkcheck/linkchecker/issues/60 +See https://github.com/linkchecker/linkchecker/issues/60 ...however the steps for compiling it from source are given below. Setup for GNU/Linux @@ -135,7 +135,7 @@ Manual setup for OSX systems Now install py2app: $ sudo easy_install -U py2app -5. git clone git@github.com:wummel/linkchecker.git linkchecker +5. git clone git@github.com:linkchecker/linkchecker.git linkchecker 6. cd linkchecker diff --git a/doc/web/content/donations.md b/doc/web/content/donations.md deleted file mode 100644 index 35bd24b1..00000000 --- a/doc/web/content/donations.md +++ /dev/null @@ -1,8 +0,0 @@ -title: "Donations" ---- -Hopefully LinkChecker has been useful for you and your projects. -In case you are considering to give something back, feel free to -send me some money over paypal or klick the flattr button on the right. - -If you already donated something I herebay say thanks! - diff --git a/doc/web/content/faq.md b/doc/web/content/faq.md index 3bd70060..72a55deb 100644 --- a/doc/web/content/faq.md +++ b/doc/web/content/faq.md @@ -22,7 +22,7 @@ the ``/robots.txt`` file which follows the For identification LinkChecker adds to each request a User-Agent header like this: - Mozilla/5.0 (compatible; LinkChecker/9.3; +http://linkcheck.github.io/linkchecker/) + Mozilla/5.0 (compatible; LinkChecker/9.4; +https://linkchecker.github.io/linkchecker/) If you yourself are the webmaster, consider allowing LinkChecker to check your web pages by adding the following to your robots.txt file: diff --git a/doc/web/content/index.md b/doc/web/content/index.md index f5a3b2af..fe9f319a 100644 --- a/doc/web/content/index.md +++ b/doc/web/content/index.md @@ -62,4 +62,4 @@ Linkchecker has extensive unit tests to ensure code quality. [Travis CI](https://travis-ci.org/) is used for continuous build and test integration. -[![Build Status](https://travis-ci.org/linkcheck/linkchecker.png)](https://travis-ci.org/wummel/linkchecker) +[![Build Status](https://travis-ci.org/linkchecker/linkchecker.png)](https://travis-ci.org/linkchecker/linkchecker) diff --git a/doc/web/templates/default.html b/doc/web/templates/default.html index 94a0842c..9a2ba3b6 100644 --- a/doc/web/templates/default.html +++ b/doc/web/templates/default.html @@ -24,7 +24,7 @@

{{ site.app.name }}

Check websites for broken links

- View project on GitHub
@@ -39,7 +39,7 @@