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.
-[](https://travis-ci.org/wummel/linkchecker)
+[](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 @@
@@ -39,7 +39,7 @@
-
-
-
-
+by {{site.app.maintainer}}.
Support
-Issue tracker
+Issue tracker
Documentation
diff --git a/linkcheck/checker/httpurl.py b/linkcheck/checker/httpurl.py
index bde77c70..b29b8d75 100644
--- a/linkcheck/checker/httpurl.py
+++ b/linkcheck/checker/httpurl.py
@@ -196,7 +196,7 @@ class HttpUrl (internpaturl.InternPatternUrl, proxysupport.ProxySupport):
raw_connection = self.url_connection.raw._connection
if not raw_connection:
# this happens with newer requests versions:
- # https://github.com/linkcheck/linkchecker/issues/76
+ # https://github.com/linkchecker/linkchecker/issues/76
return None
if raw_connection.sock is None:
# sometimes the socket is not yet connected
diff --git a/linkcheck/configuration/__init__.py b/linkcheck/configuration/__init__.py
index 20f50722..f09008c4 100644
--- a/linkcheck/configuration/__init__.py
+++ b/linkcheck/configuration/__init__.py
@@ -46,7 +46,7 @@ AppInfo = App+u" "+Copyright
HtmlAppInfo = App+u", "+HtmlCopyright
Url = configdata.url
SupportUrl = u"https://github.com/linkchecker/linkchecker/issues"
-DonateUrl = u"http://wummel.github.io/linkchecker/donations.html"
+DonateUrl = ""
Email = configdata.author_email
UserAgent = u"Mozilla/5.0 (compatible; %s/%s; +%s)" % (AppName, Version, Url)
Freeware = AppName+u""" comes with ABSOLUTELY NO WARRANTY!
diff --git a/linkcheck/updater.py b/linkcheck/updater.py
index d1c4dd2f..d5a35ac7 100644
--- a/linkcheck/updater.py
+++ b/linkcheck/updater.py
@@ -25,7 +25,7 @@ from distutils.version import StrictVersion
# Use the Freecode submit file as source since that file gets updated
# only when releasing a new version.
-UPDATE_URL = "https://raw.github.com/wummel/linkchecker/master/linkchecker.freecode"
+UPDATE_URL = "https://raw.github.com/linkchecker/linkchecker/master/linkchecker.freecode"
VERSION_TAG = 'Version:'
if os.name == 'nt':
URL_TAG = 'Windows-installer-URL:'
diff --git a/linkchecker.freecode b/linkchecker.freecode
index a557fca5..8510d247 100644
--- a/linkchecker.freecode
+++ b/linkchecker.freecode
@@ -1,11 +1,10 @@
Project: LinkChecker
-Version: 9.3
-Website-URL: http://wummel.github.io/linkchecker/
-Changelog-URL: https://github.com/wummel/linkchecker/blob/master/doc/changelog.txt
+Version: 9.4
+Website-URL: https://linkchecker.github.io/linkchecker/
+Changelog-URL: https://github.com/linkchecker/linkchecker/blob/master/doc/changelog.txt
Source-Package-URL: https://pypi.python.org/packages/source/L/LinkChecker/LinkChecker-${version}.tar.gz
Debian-Package-URL: http://packages.debian.org/linkchecker
-GIT-Tree-URL: https://github.com/wummel/linkchecker.git
-Windows-installer-URL: http://wummel.github.io/linkchecker/dist/LinkChecker-${version}.exe
+GIT-Tree-URL: https://github.com/linkchecker/linkchecker.git
This file is now only used for update checks since freecode.com is
not functional anymore.
diff --git a/setup.py b/setup.py
index 382ae007..9e85e5e2 100755
--- a/setup.py
+++ b/setup.py
@@ -179,7 +179,7 @@ class MyInstallData (install_data, object):
def install_translations (self):
"""Install compiled gettext catalogs."""
- # A hack to fix https://github.com/linkcheck/linkchecker/issues/102
+ # A hack to fix https://github.com/linkchecker/linkchecker/issues/102
i18n_files = []
data_files = []
for dir, files in self.data_files:
@@ -440,7 +440,7 @@ args = dict(
author_email = myemail,
maintainer = myname,
maintainer_email = myemail,
- url = "http://wummel.github.io/linkchecker/",
+ url = "https://linkchecker.github.io/linkchecker/",
license = "GPL",
long_description = get_long_description(),
distclass = MyDistribution,
diff --git a/tests/test_cookies.py b/tests/test_cookies.py
index c55cb886..2fb487ce 100644
--- a/tests/test_cookies.py
+++ b/tests/test_cookies.py
@@ -72,7 +72,7 @@ class TestCookies (unittest.TestCase):
self.assertRaises(ValueError, from_headers, "\r\n".join(lines))
def test_cookie_file (self):
- # Regression test for https://github.com/linkcheck/linkchecker/issues/62
+ # Regression test for https://github.com/linkchecker/linkchecker/issues/62
config = linkcheck.configuration.Configuration()
here = os.path.dirname(__file__)
config['cookiefile'] = os.path.join(here, 'cookies.txt')