]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use https:// for URLs in documents
authorTobias Brunner <tobias@strongswan.org>
Thu, 20 Dec 2018 15:06:00 +0000 (16:06 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 20 Dec 2018 15:13:02 +0000 (16:13 +0100)
Also adds contribution guidelines (for Github) with links to the wiki.

CONTRIBUTING.md [new file with mode: 0644]
ChangeLog
HACKING
NEWS
README.md
README_LEGACY.md
TODO

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644 (file)
index 0000000..8f80c8f
--- /dev/null
@@ -0,0 +1,2 @@
+Please refer to the [developer documentation](https://wiki.strongswan.org/projects/strongswan/wiki/DeveloperDocumentation)
+on our wiki for details regarding **code style** and [**contribution requirements**](https://wiki.strongswan.org/projects/strongswan/wiki/Contributions).
index 53a9ec24412c6d080d8324d00d8432377a25bad0..3e5641cbaf48c028fcfebbf2b76f71b520aaaee0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
 A summary of changes is available in the NEWS file. For a more
-detailed Changelog, use the repository (see HACKING) or the
-online interface available at http://git.strongswan.org.
+detailed Changelog, refer to the completed versions on the project's roadmap
+(https://wiki.strongswan.org/projects/strongswan/roadmap) or use the Git
+repository (see HACKING) or its web interface available at
+https://git.strongswan.org.
diff --git a/HACKING b/HACKING
index 0162f5a15d18387ce5b46f6cff3375229917b110..b691e205a8e6990ce7e13951ba31d6d789c39e4c 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -31,7 +31,7 @@ To check out the master branch, use:
 
 or using HTTP:
 
-    git clone http://git.strongswan.org/strongswan.git
+    git clone https://git.strongswan.org/strongswan.git
 
 After a successful check out, give the autotools a try:
 
@@ -58,5 +58,5 @@ strongSwan wiki
 A wiki for users and developers, including ticket system and source browser
 is available at
 
-    http://wiki.strongswan.org
+    https://wiki.strongswan.org
 
diff --git a/NEWS b/NEWS
index e7bc3cc60afc5c5b6214ac75557a5c50e91882ca..b95b0fcf42afda1284c9da6968a250477e377381 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1081,7 +1081,7 @@ strongswan-5.0.3
   charon-tkm does not result in the compromise of cryptographic keys.
   The extracted functionality has been implemented from scratch in a minimal TCB
   (trusted computing base) in the Ada programming language. Further information
-  can be found at http://www.codelabs.ch/tkm/.
+  can be found at https://www.codelabs.ch/tkm/.
 
 strongswan-5.0.2
 ----------------
@@ -1219,7 +1219,7 @@ strongswan-5.0.0
   pluto, but currently does not support AH or bundled AH+ESP SAs. Beside
   RSA/ECDSA, PSK and XAuth, charon also supports the Hybrid authentication
   mode. Information for interoperability and migration is available at
-  http://wiki.strongswan.org/projects/strongswan/wiki/CharonPlutoIKEv1.
+  https://wiki.strongswan.org/projects/strongswan/wiki/CharonPlutoIKEv1.
 
 - Charon's bus_t has been refactored so that loggers and other listeners are
   now handled separately.  The single lock was previously cause for deadlocks
@@ -1650,7 +1650,7 @@ strongswan-4.4.0
 - The IKEv2 High Availability plugin has been integrated. It provides
   load sharing and failover capabilities in a cluster of currently two nodes,
   based on an extend ClusterIP kernel module. More information is available at
-  http://wiki.strongswan.org/projects/strongswan/wiki/HighAvailability.
+  https://wiki.strongswan.org/projects/strongswan/wiki/HighAvailability.
   The development of the High Availability functionality was sponsored by
   secunet Security Networks AG.
 
@@ -2358,7 +2358,7 @@ strongswan-4.1.7
 
 - Preview of strongSwan Manager, a web based configuration and monitoring
   application. It uses a new XML control interface to query the IKEv2 daemon
-  (see http://wiki.strongswan.org/wiki/Manager).
+  (see https://wiki.strongswan.org/wiki/Manager).
 
 - Experimental SQLite configuration backend which will provide the configuration
   interface for strongSwan Manager in future releases.
index 8d8febede7f4dfd53e14f2896cb7a8858190433c..a19caf37a746858276612ae54f963a845fb86ab9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ which uses the modern [**vici**](src/libcharon/plugins/vici/README.md) *Versatil
 IKE Configuration Interface*. The deprecated **ipsec** command using the legacy
 **stroke** configuration interface is described [**here**](README_LEGACY.md).
 For more detailed information consult the man pages and
-[**our wiki**](http://wiki.strongswan.org).
+[**our wiki**](https://wiki.strongswan.org).
 
 
 ## Quickstart ##
index 7486bd4f0bc242fdbe0b1938648c2e23af698014..0ca187a97e60ed0db1c2326338eec8c93ee64aaf 100644 (file)
@@ -8,7 +8,7 @@ This document is just a short introduction of the **ipsec** command which uses
 the legacy **stroke** configuration interface. The current **swanctl** command
 using the modern [**vici**](src/libcharon/plugins/vici/README.md) *Versatile IKE
 Configuration Interface* is described [**here**](README.md). For more detailed
-information consult the man pages and [**our wiki**](http://wiki.strongswan.org).
+information consult the man pages and [**our wiki**](https://wiki.strongswan.org).
 
 
 ## Quickstart ##
diff --git a/TODO b/TODO
index 186d4d02ba329caa36348897bb34cea2f115b2eb..41ea040999a378f0be1a946f452d4ad4cbcb2915 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,5 +4,5 @@
 
 A roadmap of the strongSwan project is available online at:
 
-        http://wiki.strongswan.org/projects/strongswan/roadmap
+        https://wiki.strongswan.org/projects/strongswan/roadmap