Update references to GitHub project from wummel to linkchecker

Remove all mention of donations.
This commit is contained in:
EsuS 2019-04-18 19:59:52 +01:00 committed by Chris Mayo
parent 5d26d2d93e
commit 004632a99b
16 changed files with 26 additions and 47 deletions

View file

@ -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 \

View file

@ -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

View file

@ -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 <https://github.com/linkcheck/linkchecker/pull/40>`_ for details.
Python 2.7.2 or later is needed. It doesn't work with Python 3 yet, see `#40 <https://github.com/linkchecker/linkchecker/pull/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 <https://github.com/linkcheck/linkchecker/pull/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 <https://github.com/linkchecker/linkchecker/pull/4>`_.
Windows builds are seriously lagging behind the Linux releases, see `#53 <https://github.com/linkchecker/linkchecker/issues/53>`_ for details. For now, the only two options are to install from source or use `Docker for Windows <https://www.docker.com/docker-windows>`_.

View file

@ -23,7 +23,7 @@ function gettext (s) {
alink="#191c83">
<center><h2>LinkChecker Online</h2>
(läuft mit Öl vom <a href="http://wummel.github.io/linkchecker/"
(läuft mit Öl vom <a href="https://linkchecker.github.io/linkchecker/"
target="_top">LinkChecker</a>)
</center>

View file

@ -17,7 +17,7 @@ function gettext (s) {
alink="#191c83">
<center><h2>LinkChecker Online</h2>
(powered by <a href="http://wummel.github.io/linkchecker/"
(powered by <a href="https://linkchecker.github.io/linkchecker/"
target="_top">LinkChecker</a>)
</center>

View file

@ -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

View file

@ -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!

View file

@ -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:

View file

@ -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)

View file

@ -24,7 +24,7 @@
<div class="inner">
<h1><a href="{{ page.rooturl }}/index.html">{{ site.app.name }}</a></h1>
<h2>Check websites for broken links</h2>
<a href="https://github.com/linkcheck/linkchecker"
<a href="https://github.com/linkchecker/linkchecker"
class="button"><small>View project on</small> GitHub</a>
</div>
</header>
@ -39,7 +39,7 @@
<aside id="sidebar">
<h2>Downloads</h2>
<p>
<a href="http://linkcheck.github.io/{{site.app.lname}}/dist/{{site.app.name}}-{{site.app.version}}.exe"
<a href="https://linkchecker.github.io/{{site.app.lname}}/dist/{{site.app.name}}-{{site.app.version}}.exe"
title="Download Windows .exe installer"
class="button"><span>{{site.app.name}}-{{site.app.version}}.exe</span></a>
<a href="http://ftp.debian.org/debian/pool/main/l/{{site.app.lname}}/"
@ -49,26 +49,14 @@
title="Download Source .tar.gz package"
class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.gz</span></a>
</p>
<p><a href="https://github.com/linkcheck/{{site.app.lname}}/blob/master/doc/changelog.txt">Changelog</a></p>
<p class="repo-owner"><a href="https://github.com/linkcheck/{{site.app.lname}}">{{site.app.name}}</a> is
<p><a href="https://github.com/linkchecker/{{site.app.lname}}/blob/master/doc/changelog.txt">Changelog</a></p>
<p class="repo-owner"><a href="https://github.com/linkchecker/{{site.app.lname}}">{{site.app.name}}</a> is
maintained
by <a href="https://github.com/linkcheck">{{site.app.maintainer}}</a>.</p>
<h2>Give back</h2>
<p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"/>
<input type="hidden" name="hosted_button_id" value="XNUBD7FAG48M6"/>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal"/>
</form>
</p>
<p>
<a href="http://flattr.com/thing/1115096/LinkChecker" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
</p>
by <a href="https://github.com/linkchecker">{{site.app.maintainer}}</a>.</p>
<h2>Support</h2>
<p>
<a href="https://github.com/linkcheck/linkchecker/issues?state=open">Issue&nbsp;tracker</a><br/>
<a href="https://github.com/linkchecker/linkchecker/issues?state=open">Issue&nbsp;tracker</a><br/>
</p>
<h2>Documentation</h2>

View file

@ -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

View file

@ -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!

View file

@ -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:'

View file

@ -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.

View file

@ -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,

View file

@ -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')