summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-03-24 22:20:37 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-03-24 22:34:03 +0100
commit77c27011669fef957e1b70877dbd3612a8b1014e (patch)
tree7062db8d4e5286cd4788623bf608bd753b58badb
parent6851a9c5760767525e7586051c42be49342ed0f0 (diff)
downloadexim4-77c27011669fef957e1b70877dbd3612a8b1014e.tar.gz
Documentation: replace http by https where possible
I didn't change the schema for external links. This needs further checking if the content of https://… matches the content of http://…
-rw-r--r--Readme.pod25
-rw-r--r--doc/doc-docbook/Markup.txt4
-rw-r--r--doc/doc-docbook/spec.xfpt7
-rw-r--r--doc/doc-src/FAQ.src4
4 files changed, 19 insertions, 21 deletions
diff --git a/Readme.pod b/Readme.pod
index b82161e93..df75f8958 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -19,26 +19,25 @@ wiki document.
=head2 Development Repositories
-Exim development is kept within a git (L<http://git-scm.com/>)
+Exim development is kept within a git (L<https://git-scm.com/>)
repository. The master repository is at L<git://git.exim.org/exim.git>
with a web interface giving change and source visibility at
-L<http://git.exim.org/exim.git>
+L<https://git.exim.org/exim.git>
There is a secondary repository on github at
L<https://github.com/Exim/exim> managed by the Exim Organisation
-L<https://github.com/Exim> - however this may currently fall out of
-synchronisation with the main one. We intend to manage this better in
-the future, but it is currently early days for our github repo.
+- however this may currently fall out of synchronisation with the
+main one.
=head2 Bug Tracking
-Currently this is all done using Bugzilla at L<http://bugs.exim.org/>
+Currently this is all done using Bugzilla at L<https://bugs.exim.org/>
- please do not use github issue tracking.
=head2 Mailing List
Development issues are normally discussed on the exim-dev mailing list
-- see L<http://www.exim.org/maillist.html>
+- see L<https://www.exim.org/maillist.html>
=head2 Exim Release Process
@@ -48,19 +47,19 @@ L<http://wiki.exim.org/EximRelease>.
=head2 General Exim Information
The best place to get general information is on the website at
-L<http://www.exim.org/>.
+L<https://www.exim.org/>.
-You can find Download locations L<http://www.exim.org/mirrors.html>,
-Mailing list info L<http://www.exim.org/maillist.html> and Full
-Documentation L<http://www.exim.org/docs.html> on that website.
+You can find Download locations L<https://www.exim.org/mirrors.html>,
+Mailing list info L<https://www.exim.org/maillist.html> and Full
+Documentation L<https://www.exim.org/docs.html> on that website.
If you are using a Linux or other freely available Unix like operating
system it is very likely that your system will have Exim packaged for
it already. In this case it is probably prudent to use these packages
unless you have specialised requirements.
-In any case you can always ask on the
-Exim Users mailing list L<https://lists.exim.org/mailman/listinfo/exim-users>
+In any case you can always ask on the
+Exim Users mailing list L<https://lists.exim.org/mailman/listinfo/exim-users>
for further information.
[End]
diff --git a/doc/doc-docbook/Markup.txt b/doc/doc-docbook/Markup.txt
index 9f591955f..58116a792 100644
--- a/doc/doc-docbook/Markup.txt
+++ b/doc/doc-docbook/Markup.txt
@@ -139,9 +139,9 @@ To refer to a URL, use &url, followed by parentheses that can enclose one or
two arguments, comma separated. The second, if present, is used as the
displayed text. If there is only one argument, it is used both as the displayed
text and as the URL. For example, here is a reference to
-&url(http://www.exim.org/,the exim home page). In HTML output, all you see is
+&url(https://www.exim.org/,the exim home page). In HTML output, all you see is
the display text; in printed output you see something like "the exim home page
-[http://www.exim.org/]". The URL is printed in a bold font.
+[https://www.exim.org/]". The URL is printed in a bold font.
CHAPTERS AND SECTIONS
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index ca5b2ea29..a342a1712 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -464,7 +464,7 @@ which contains what used to be a separate FAQ, as well as various other
examples, tips, and know-how that have been contributed by Exim users.
.cindex Bugzilla
-An Exim Bugzilla exists at &url(http://bugs.exim.org). You can use
+An Exim Bugzilla exists at &url(https://bugs.exim.org). You can use
this to report bugs, and also to add items to the wish list. Please search
first to check that you are not duplicating a previous entry.
@@ -504,7 +504,7 @@ information will be posted at &url(http://www-tus.csx.cam.ac.uk/courses/exim/).
.cindex "bug reports"
.cindex "reporting bugs"
Reports of obvious bugs can be emailed to &'bugs@exim.org'& or reported
-via the Bugzilla (&url(http://bugs.exim.org)). However, if you are unsure
+via the Bugzilla (&url(https://bugs.exim.org)). However, if you are unsure
whether some behaviour is a bug or not, the best thing to do is to post a
message to the &'exim-dev'& mailing list and have it discussed.
@@ -36655,8 +36655,7 @@ autodetection of some well known compression extensions.
.cindex "&'exipick'&"
John Jetmore's &'exipick'& utility is included in the Exim distribution. It
lists messages from the queue according to a variety of criteria. For details
-of &'exipick'&'s facilities, visit the web page at
-&url(http://www.exim.org/eximwiki/ToolExipickManPage) or run &'exipick'& with
+of &'exipick'&'s facilities, run &'exipick'& with
the &%--help%& option.
diff --git a/doc/doc-src/FAQ.src b/doc/doc-src/FAQ.src
index 1d43cbcd2..1ff867b62 100644
--- a/doc/doc-src/FAQ.src
+++ b/doc/doc-src/FAQ.src
@@ -1861,7 +1861,7 @@ A0117: Here! This is a contribution from a RedHat user, somewhat edited. On
==> adduser exim
- (3) Now you can prepare to build Exim. Go to \?http://www.exim.org?\ or
+ (3) Now you can prepare to build Exim. Go to \?https://www.exim.org?\ or
one of its mirrors, or the master ftp site
\?ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4?\, and download
\(exim-4.20.tar.gz)\ or whatever the current release is. Then:
@@ -7122,7 +7122,7 @@ C037: An elegant way of using ETRN, which does immediate delivery if the host
C042: ``Since the Exim 4 configuration needed to get Mailman to work differs a
little bit from Exim 3 and since I still haven't seen a recipe for
Mailman with Exim 4, I'm providing my configuration (based heavily on
- \?http://www.exim.org/howto/mailman.html?\).''
+ \?https://www.exim.org/howto/mailman21.html?\).''
C043: ``Attached is an Exim 4 config file which is designed for an Exim server
that is put in front of an Exchange 5.5 system but which verifies the