From: Neil Muller <drnlmuller+debian@gmail.com>
Date: Thu, 8 Oct 2015 14:08:57 -0700
Subject: Replace the image links simple text links.

 The image links link to several external sites (sourceforge, travis-ci,
 circleci.com and so forth), which triggers lintian's privacy-breach-logo
 error. This avoids the entire issue and avoids dragging the logos into
 the package.
Last-Update: 2016-09-01

Patch-Name: replace_logos
---
 docs/Authors.rst         | 10 +++-------
 docs/DeveloperGuide.rst  | 30 +++++++++++-------------------
 docs/FAQ.rst             | 10 +++-------
 docs/Inheritance.rst     | 10 +++-------
 docs/News.rst            | 10 +++-------
 docs/News1.rst           | 10 +++-------
 docs/News2.rst           | 10 +++-------
 docs/News3.rst           | 10 +++-------
 docs/News4.rst           | 10 +++-------
 docs/News5.rst           | 10 +++-------
 docs/Python3.rst         | 10 +++-------
 docs/SQLBuilder.rst      | 10 +++-------
 docs/SQLObject.rst       | 10 +++-------
 docs/SelectResults.rst   | 10 +++-------
 docs/TODO.rst            | 10 +++-------
 docs/Versioning.rst      | 10 +++-------
 docs/Views.rst           | 10 +++-------
 docs/community.rst       | 10 +++-------
 docs/download.rst        | 10 +++-------
 docs/index.rst           | 10 +++-------
 docs/links.rst           | 10 +++-------
 docs/sqlobject-admin.rst | 10 +++-------
 22 files changed, 74 insertions(+), 166 deletions(-)

diff --git a/docs/Authors.rst b/docs/Authors.rst
index 9f1c6fe..ecd3e92 100644
--- a/docs/Authors.rst
+++ b/docs/Authors.rst
@@ -39,10 +39,6 @@ Contributions have been made by:
 * Markus Elfring <elfring at users.sourceforge.net>
 * Oleg Broytman <phd@phdru.name>
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/DeveloperGuide.rst b/docs/DeveloperGuide.rst
index 966c379..ae565bf 100644
--- a/docs/DeveloperGuide.rst
+++ b/docs/DeveloperGuide.rst
@@ -270,13 +270,11 @@ forced to write the test.  That's no fun for us, to just be writing
 tests.  So please, write tests; everything at least needs to be
 exercised, even if the tests are absolutely complete.
 
-We now use Travis CI and AppVeyor to run tests. See the statuses:
+We now use Travis CI and AppVeyor to run tests.
 
-.. image:: https://travis-ci.org/sqlobject/sqlobject.svg?branch=master
-   :target: https://travis-ci.org/sqlobject/sqlobject
-
-.. image:: https://ci.appveyor.com/api/projects/status/github/sqlobject/sqlobject?branch=master
-   :target: https://ci.appveyor.com/project/phdru/sqlobject
+Visit `Travis CI status <<https://travis-ci.org/sqlobject/sqlobject>` or
+`Appveyor CI status <https://https://ci.appveyor.com/project/phdru/sqlobject>`
+to see the current status.
 
 To avoid triggering unnecessary test run at CI services add text `[skip ci]
 <https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build>`_ or
@@ -286,13 +284,11 @@ code (documentation updates and such).
 We use `coverage.py <https://pypi.org/project/coverage/>`_
 to measures code coverage by tests and upload the result for analyzis to
 `Coveralls <https://coveralls.io/github/sqlobject/sqlobject>`_ and
-`Codecov <https://codecov.io/gh/sqlobject/sqlobject>`_:
-
-.. image:: https://coveralls.io/repos/github/sqlobject/sqlobject/badge.svg?branch=master
-   :target: https://coveralls.io/github/sqlobject/sqlobject?branch=master
+`Codecov <https://codecov.io/gh/sqlobject/sqlobject>`_.
 
-.. image:: https://codecov.io/gh/sqlobject/sqlobject/branch/master/graph/badge.svg
-   :target: https://codecov.io/gh/sqlobject/sqlobject
+Visit `Coveralls status <https://coveralls.io/github/sqlobject/sqlobject?branch=master>`
+or `Codecov status <https://codecov.io/gh/sqlobject/sqlobject>` to see the
+current status.
 
 Documentation
 =============
@@ -301,10 +297,6 @@ Please write documentation.  Documentation should live in the docs/
 directory in reStructuredText format.  We use Sphinx to convert docs to
 HTML.
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/FAQ.rst b/docs/FAQ.rst
index fc684b9..83ccba0 100644
--- a/docs/FAQ.rst
+++ b/docs/FAQ.rst
@@ -589,10 +589,6 @@ Maybe you want to specify the charset too? No problem::
                     COLLATE utf8_estonian_ci''']
                 }
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/Inheritance.rst b/docs/Inheritance.rst
index 38ed2e6..351a874 100644
--- a/docs/Inheritance.rst
+++ b/docs/Inheritance.rst
@@ -327,10 +327,6 @@ Limitations and notes
 * If you have suggestion, bugs, or patch to this patch, you can
   contact the SQLObject team: <sqlobject-discuss at lists.sourceforge.net>
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/News.rst b/docs/News.rst
index e1e5916..88bf8e2 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -525,10 +525,6 @@ Documentation
 
 .. __: News5.html
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/News1.rst b/docs/News1.rst
index e3838c2..b125cd3 100644
--- a/docs/News1.rst
+++ b/docs/News1.rst
@@ -454,10 +454,6 @@ Features
 
 .. _Col docs: SQLObject.html#col-class-specifying-columns
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/News2.rst b/docs/News2.rst
index 2e23ed4..5394023 100644
--- a/docs/News2.rst
+++ b/docs/News2.rst
@@ -595,10 +595,6 @@ Bug Fixes
 
 .. __: News1.html
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/News3.rst b/docs/News3.rst
index 2b6f067..f695498 100644
--- a/docs/News3.rst
+++ b/docs/News3.rst
@@ -380,10 +380,6 @@ Bug Fixes
 
 .. __: News2.html
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/News4.rst b/docs/News4.rst
index 546a7fd..579d4a4 100644
--- a/docs/News4.rst
+++ b/docs/News4.rst
@@ -321,10 +321,6 @@ Minor features
 
 .. __: News3.html
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/News5.rst b/docs/News5.rst
index 32f6659..d5414d5 100644
--- a/docs/News5.rst
+++ b/docs/News5.rst
@@ -632,10 +632,6 @@ Features & Interface
 
 .. __: News4.html
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/Python3.rst b/docs/Python3.rst
index ad4fb56..93404e6 100644
--- a/docs/Python3.rst
+++ b/docs/Python3.rst
@@ -81,10 +81,6 @@ Python 3.
 If a character set wasn't specified, then things may work if the character set
 is set to match the dbEncoding parameter used when defining the UnicodeCol.
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/SQLBuilder.rst b/docs/SQLBuilder.rst
index f2678fe..d27a40a 100644
--- a/docs/SQLBuilder.rst
+++ b/docs/SQLBuilder.rst
@@ -259,10 +259,6 @@ call. To work around this issue, use ``IN``::
        IN(PersonWorkplace.q.WorkplaceID,
        Select(Workplace.q.id, Workplace.q.id==SOME_ID)))
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/SQLObject.rst b/docs/SQLObject.rst
index ddbe2c5..fdce54f 100644
--- a/docs/SQLObject.rst
+++ b/docs/SQLObject.rst
@@ -2163,10 +2163,6 @@ Documentation`_.
 .. _SQLBuilder: SQLBuilder.html
 .. _`SQLBuilder Documentation`: SQLBuilder.html
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/SelectResults.rst b/docs/SelectResults.rst
index c6bbd0e..67492e0 100644
--- a/docs/SelectResults.rst
+++ b/docs/SelectResults.rst
@@ -194,10 +194,6 @@ named ``teachers``. Similarily, with a self-joining foreign key named
 returns a SelectResults of Persons who are the paternal grandfather of
 someone named ``Steve``.
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/TODO.rst b/docs/TODO.rst
index 106a599..cb293b9 100644
--- a/docs/TODO.rst
+++ b/docs/TODO.rst
@@ -142,10 +142,6 @@ TODO
 
 * Type annotations and mypy tests.
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/Versioning.rst b/docs/Versioning.rst
index 7666e53..a6409a8 100644
--- a/docs/Versioning.rst
+++ b/docs/Versioning.rst
@@ -84,10 +84,6 @@ for a versioned class is created.  Version tables are not altered when
 the main table is altered, so if you add a column to your main class,
 you will need to manually add the column to your version table. 
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/Views.rst b/docs/Views.rst
index f2cc9cd..f48c4d8 100644
--- a/docs/Views.rst
+++ b/docs/Views.rst
@@ -62,10 +62,6 @@ View classes::
     calls = SQLMultipleJoin('PhoneCall', joinColumn='phoneNumberID')
     vCalls = SQLMultipleJoin('ViewPhoneCall', joinColumn='phoneNumberID')
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/community.rst b/docs/community.rst
index c312385..fd295f3 100644
--- a/docs/community.rst
+++ b/docs/community.rst
@@ -28,10 +28,6 @@ Questions can also be asked and answered on `StackOverflow
 One can also contribute to `community-editable recipe/documentation site
 <https://sites.google.com/site/sqlobject/>`_.
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/download.rst b/docs/download.rst
index 0126343..e43368d 100644
--- a/docs/download.rst
+++ b/docs/download.rst
@@ -96,10 +96,6 @@ https://sourceforge.net/p/sqlobject/_list/git
 Before switching to git development was performed at the Subversion
 repository that is no longer available.
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/index.rst b/docs/index.rst
index f1f1ece..243ecb4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -85,10 +85,6 @@ Indices and tables
 * :ref:`search`
 
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/links.rst b/docs/links.rst
index 1becddf..eee10d9 100644
--- a/docs/links.rst
+++ b/docs/links.rst
@@ -38,10 +38,6 @@ Open Source Projects
   browsing, reading, and managing books from `Project Gutenberg
   <https://www.gutenberg.org/>`_.
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
diff --git a/docs/sqlobject-admin.rst b/docs/sqlobject-admin.rst
index 94a2f21..7e77555 100644
--- a/docs/sqlobject-admin.rst
+++ b/docs/sqlobject-admin.rst
@@ -209,10 +209,6 @@ Future
 
 * A command to trim versions, by merging upgrade scripts.
 
-.. image:: https://sourceforge.net/sflogo.php?group_id=74338&type=10
-   :target: https://sourceforge.net/projects/sqlobject
-   :class: noborder
-   :align: center
-   :height: 15
-   :width: 80
-   :alt: Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads
+.. footer:: Get SQLObject at Sourceforge.net_. Fast, secure and Free Open Source software downloads
+
+.. _Sourceforge.net: http://sourceforge.net/projects/sqlobject
