[geany/www.geany.org] 290ed7: Replace http links with https

Enrico Tröger git-noreply at xxxxx
Sun Jun 9 14:21:36 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 09 Jun 2019 14:21:36 UTC
Commit:      290ed7323d44f79eba2c6ebaa83848f2258cff8c
             https://github.com/geany/www.geany.org/commit/290ed7323d44f79eba2c6ebaa83848f2258cff8c

Log Message:
-----------
Replace http links with https


Modified Paths:
--------------
    page_content/contribute/documentation.md
    page_content/contribute/support.md
    page_content/download/git.md
    page_content/download/third-party.md
    page_content/support/mailing-lists.md
    page_content/support/plugins.md
    page_content/support/verify-gpg-signature.md

Modified: page_content/contribute/documentation.md
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -10,7 +10,7 @@ Subscribe to the [Geany Devel mailing list][1] and write a short mail to the lis
 Note that you will need several tools installed on your system. In particular these are:
 
  - GIT
- - Python docutils 
+ - Python docutils
 
 The packages are named `git` and `python-docutils` on Debian and Fedora systems.
 
@@ -26,7 +26,7 @@ You will find a file called `geany.txt`, which is the basis of all documentation
 
     make geany.html
 
-in the `doc` directory to create or update the generated HTML documentation. 
+in the `doc` directory to create or update the generated HTML documentation.
 
 ### Publish your changes for review and inclusion
 


Modified: page_content/contribute/support.md
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -23,5 +23,5 @@ Geany's twitter stream: https://twitter.com/GeanyIDE/
 
 
   [1]: /support/mailing-lists/
-  [2]: http://irc://chat.freenode.net/geany%7C#geany
+  [2]: irc://chat.freenode.net/geany%7C#geany
   [3]: https://github.com/geany/geany/issues


Modified: page_content/download/git.md
20 lines changed, 10 insertions(+), 10 deletions(-)
===================================================================
@@ -1,27 +1,27 @@
 Git Repository
 ==========
 
-We use Git(https://git-scm.com/) for version control when developing Geany. 
+We use Git(https://git-scm.com/) for version control when developing Geany.
 You can use it to test the latest source code, even between releases.
 
-To check out Geany make sure you have the git package installed on your system. 
+To check out Geany make sure you have the git package installed on your system.
 Then checkout either the [GitHub repository][1]:
 
 	git clone git://github.com/geany/geany.git geany
 
 or the [geany.org mirror][2]:
 
-	git clone http://git.geany.org/git/geany geany
+	git clone https://git.geany.org/git/geany geany
 
 This creates a subdirectory "geany" and puts all files in it.
 
 To build with Autotools, change to that subdirectory and run:
 
 	./autogen.sh
 
-This will create and run the configure script for you. 
-You must have installed various GNU Autotools packages - if not, 
-the script will print out what you need to install. 
+This will create and run the configure script for you.
+You must have installed various GNU Autotools packages - if not,
+the script will print out what you need to install.
 In particular you need at least Autoconf version 2.60 and Automake version 1.7 or later.
 
 For more details, check [the manual][3].
@@ -44,21 +44,21 @@ If you find any problems with the Git version, please tell us the revision numbe
 - Run `git diff` to see local modifications - see [Hacking][4] for how to make patches
 
 
-See http://schacon.github.com/git/gittutorial.html and http://www.git-scm.com/documentation for more information.
+See https://schacon.github.com/git/gittutorial.html and https://www.git-scm.com/documentation for more information.
 
 
 ## Web-Based Interface
 
-There is also a web-based interface to the Git repository, 
+There is also a web-based interface to the Git repository,
 on which you can browse the code and view each file.
 
 https://github.com/geany/geany/
 
 
 ## Nightly Tarballs
 
-There are also nightly tarballs available. 
-These tarballs are generated each night from the current Git version. 
+There are also nightly tarballs available.
+These tarballs are generated each night from the current Git version.
 
 You can download them at https://download.geany.org/ .
 


Modified: page_content/download/third-party.md
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -10,7 +10,7 @@ Geany is available through the official Debian archives.
 apt-get install geany
 ```
 
-For newer versions in the Oldstable and Stable releases, check http://backports.debian.org for updated packages.
+For newer versions in the Oldstable and Stable releases, check https://backports.debian.org for updated packages.
 
 
 ## Ubuntu
@@ -51,7 +51,7 @@ You can install Geany on OpenSUSE using the normal package installation methods.
 
 ## Arch Linux
 
-Packages for Geany and Geany-Plugins for Arch Linux are available in the 
+Packages for Geany and Geany-Plugins for Arch Linux are available in the
 Community repository, so you can install it like any other package:
 
 ```
@@ -67,7 +67,7 @@ Find the Geany package in the mentioned BSD variants in `devel/geany`.
 
 There is a portable version of Geany by Oliver Krystal to carry on your USB stick and use on any Windows computer.
 
-http://portableapps.com/apps/development/geany_portable 
+https://portableapps.com/apps/development/geany_portable
 
 
 ## Find your package


Modified: page_content/support/mailing-lists.md
58 lines changed, 29 insertions(+), 29 deletions(-)
===================================================================
@@ -10,99 +10,99 @@ For announcements, general discussing, coordinating development and more, we use
 
 ### Geany Users
 
-The Geany Users mailing list is for all questions and problems about Geany. 
+The Geany Users mailing list is for all questions and problems about Geany.
 For bug reports, please see [Bugs](https://www.geany.org/Support/Bugs).
 
-To subscribe just send a blank mail to `users-subscribe at lists.geany.org` or visit the 
+To subscribe just send a blank mail to `users-subscribe at lists.geany.org` or visit the
 [Geany-Users list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/users).
 
 Archives are available from:
 
-  - [http://lists.geany.org/pipermail/users/](http://lists.geany.org/pipermail/users/)
+  - [https://lists.geany.org/pipermail/users/](https://lists.geany.org/pipermail/users/)
   - [https://www.mail-archive.com/users@lists.geany.org/](https://www.mail-archive.com/users@lists.geany.org/) (searchable)
 
 
 ### Geany-I18n
 
 The Geany-I18n list is for all translation related issues. Any active translator of Geany should subscribe to this list.
 
-To subscribe just send a blank mail to `i18n-subscribe at lists.geany.org` or visit the 
+To subscribe just send a blank mail to `i18n-subscribe at lists.geany.org` or visit the
 [Geany-I18n list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/i18n).
 
 Archives are available from:
 
-  - [http://lists.geany.org/pipermail/i18n](http://lists.geany.org/pipermail/i18n)
+  - [https://lists.geany.org/pipermail/i18n](https://lists.geany.org/pipermail/i18n)
   - [https://www.mail-archive.com/i18n@lists.geany.org/](https://www.mail-archive.com/i18n@lists.geany.org/) (searchable)
 
 
 ### Geany-Devel
 
 The Geany-Devel list is for discussing development of Geany and Plugins.
 
-To subscribe just send a blank mail to `devel-subscribe at lists.geany.org` or visit the 
+To subscribe just send a blank mail to `devel-subscribe at lists.geany.org` or visit the
 [Geany-Devel list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/devel).
 
 Archives are available from:
 
-  - [http://lists.geany.org/pipermail/devel](http://lists.geany.org/pipermail/devel)
+  - [https://lists.geany.org/pipermail/devel](https://lists.geany.org/pipermail/devel)
   - [https://www.mail-archive.com/devel@lists.geany.org/](https://www.mail-archive.com/devel@lists.geany.org/) (searchable)
 
 
 ### Geany-Commits
 
-This is the GIT commit mailing list for Geany. 
+This is the GIT commit mailing list for Geany.
 It is a read only mailing list where any GIT commits related to Geany are posted.
 
-To subscribe just send a blank mail to `commits-subscribe at lists.geany.org` or visit the 
-[Geany commits list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/commits). 
+To subscribe just send a blank mail to `commits-subscribe at lists.geany.org` or visit the
+[Geany commits list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/commits).
 
 The archive of Geany-Commits can be found at
-[http://lists.geany.org/pipermail/commits/](http://lists.geany.org/pipermail/commits/).
+[https://lists.geany.org/pipermail/commits/](https://lists.geany.org/pipermail/commits/).
 
 
 ### Geany-Newsletter-Commits
 
-This is the commit mailing list for the Geany Newsletter GIT repository. 
+This is the commit mailing list for the Geany Newsletter GIT repository.
 It is a read only mailing list where any GIT commits related to Geany's Newsletter are posted.
 
-To subscribe just send a blank mail to `newsletter-commits-subscribe at lists.geany.org` or visit the 
-[Geany Newsletter commits list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/newsletter-commits). 
+To subscribe just send a blank mail to `newsletter-commits-subscribe at lists.geany.org` or visit the
+[Geany Newsletter commits list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/newsletter-commits).
 
-The archive of Geany-newsletter-commits can be found at 
-[http://lists.geany.org/pipermail/newsletter-commits/](http://lists.geany.org/pipermail/newsletter-commits/).
+The archive of Geany-newsletter-commits can be found at
+[https://lists.geany.org/pipermail/newsletter-commits/](https://lists.geany.org/pipermail/newsletter-commits/).
 
 
 ### Geany-Plugins-Commits
 
 Geany-Plugins-Commits is a read only mailing list where any subversion commit of the geany-plugins project is posted.
 
-To subscribe just send a blank mail to `plugins-commits-subscribe at lists.geany.org` or visit the 
-[Geany-Plugins-Commits list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/plugins-commits). 
+To subscribe just send a blank mail to `plugins-commits-subscribe at lists.geany.org` or visit the
+[Geany-Plugins-Commits list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/plugins-commits).
 
-The archive of Geany-plugins-commits can be found at 
-[http://lists.geany.org/pipermail/plugins-commits/](http://lists.geany.org/pipermail/plugins-commits/).
+The archive of Geany-plugins-commits can be found at
+[https://lists.geany.org/pipermail/plugins-commits/](https://lists.geany.org/pipermail/plugins-commits/).
 
 
 ### Geany-Plugins-Tracker
 
-Geany-Plugins-Tracker is a read only mailing list where all Sourceforge tracker notifications of 
+Geany-Plugins-Tracker is a read only mailing list where all Sourceforge tracker notifications of
 the geany-plugins project are posted.
 
-To subscribe just send a blank mail to `plugins-commits-subscribe at lists.geany.org` or visit the 
-[Geany-Plugins-Tracker list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/plugins-tracker). 
+To subscribe just send a blank mail to `plugins-commits-subscribe at lists.geany.org` or visit the
+[Geany-Plugins-Tracker list information site](https://lists.geany.org/cgi-bin/mailman/listinfo/plugins-tracker).
 
-The archive of Geany-plugins-tracker can be found at 
-[http://lists.geany.org/pipermail/plugins-tracker/](http://lists.geany.org/pipermail/plugins-tracker/).
+The archive of Geany-plugins-tracker can be found at
+[https://lists.geany.org/pipermail/plugins-tracker/](https://lists.geany.org/pipermail/plugins-tracker/).
 
 
 ### Github-Comments-Archive
 
-Github-Comments-Archive is a read only mailing list where all Github comments and other 
-notifications are archived of all repositories of the Geany Github organization. 
+Github-Comments-Archive is a read only mailing list where all Github comments and other
+notifications are archived of all repositories of the Geany Github organization.
 This is because comments in Github pull requests/commits are sometimes removed when commit are squashed or similar.
 
-It's probably not very useful to subscribe to this list but the archives can be found at 
-[http://lists.geany.org/pipermail/github-comments](http://lists.geany.org/pipermail/github-comments).
+It's probably not very useful to subscribe to this list but the archives can be found at
+[https://lists.geany.org/pipermail/github-comments](https://lists.geany.org/pipermail/github-comments).
 
 List page: [https://lists.geany.org/cgi-bin/mailman/listinfo/github-comments](https://lists.geany.org/cgi-bin/mailman/listinfo/github-comments)
 


Modified: page_content/support/plugins.md
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -10,7 +10,7 @@ Geany has a plugin system which allows to get more features into Geany and devel
  - Filebrowser - Adds a file browser tab to the sidebar
  - HTML Characters - Inserts HTML character entities like '&'
  - Save Actions - Provides different actions related to saving files (autosave, instantsave, backupcopy)
- - Split Window - Splits the editor view into two windows 
+ - Split Window - Splits the editor view into two windows
 
 ### The Geany-Plugins project
 
@@ -28,7 +28,7 @@ If you wrote a plugin and it should be listed here, please email the project adm
 
 ### Developer Information
 
-The Plugin API documentation is currently incomplete, but already contains useful information. Please read the [HACKING][1] file for instructions on how to generate it and any related information. The generated API documentation can also be viewed online at http://www.geany.org/manual/reference/. In case of any questions, feel free to ask us on the mailing list. 
+The Plugin API documentation is currently incomplete, but already contains useful information. Please read the [HACKING][1] file for instructions on how to generate it and any related information. The generated API documentation can also be viewed online at https://www.geany.org/manual/reference/. In case of any questions, feel free to ask us on the mailing list.
 
 
   [1]: https://raw.github.com/geany/geany/master/HACKING


Modified: page_content/support/verify-gpg-signature.md
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
 Verifying GPG signatures of Geany and Geany-Plugins releases
 ==========
 
-First, you need to import the public GPG key used to sign the packages. You can download the used public key from: http://download.geany.org/colombanw-pubkey.txt
+First, you need to import the public GPG key used to sign the packages. You can download the used public key from: https://download.geany.org/colombanw-pubkey.txt
 
 To import the key use:
 ```Bash
@@ -24,7 +24,7 @@ The command's output should state something like "Good signature" and should ret
 
 A complete example:
 ```Bash
-wget http://download.geany.org/colombanw-pubkey.txt
+wget https://download.geany.org/colombanw-pubkey.txt
 gpg --import < colombanw-pubkey.txt
 gpg --verify geany-1.34.tar.bz2.sig geany-1.34.tar.bz2```
 ```



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list