summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2013-09-18 01:08:29 +0200
committerkwadronaut <kwadronaut@leap.se>2013-09-18 01:08:29 +0200
commit31aea109f41dbbe2b4cfbb84ad7da73caa7b9ba8 (patch)
tree6a7c0d533b6204d4ee4391ffc1572a4ca24947ac
parent39c11f38953883de4455b49f10e976efc680968a (diff)
Replace git: with https: access for git repos (fixing #3689)
-rw-r--r--docs/client/dev-guide.md4
-rw-r--r--docs/platform/en.md4
-rw-r--r--docs/platform/quick-start.md4
-rw-r--r--docs/source/en.haml18
4 files changed, 15 insertions, 15 deletions
diff --git a/docs/client/dev-guide.md b/docs/client/dev-guide.md
index 30d62da..4259e0b 100644
--- a/docs/client/dev-guide.md
+++ b/docs/client/dev-guide.md
@@ -8,7 +8,7 @@ Cloning the repo
> Stable releases will be in *master* branch (nothing there yet, move on!). Development code lives in *develop* branch.
- git clone git://leap.se/leap_client
+ git clone https://leap.se/git/leap_client
Base Dependencies
=========================
@@ -104,4 +104,4 @@ Missing Authentication agent
If you are running a desktop other than gnome or unity, you might get an error saying that you are not running the authentication agent. You can launch it like this:
- /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 & \ No newline at end of file
+ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
diff --git a/docs/platform/en.md b/docs/platform/en.md
index bdae463..f1a1fc1 100644
--- a/docs/platform/en.md
+++ b/docs/platform/en.md
@@ -20,7 +20,7 @@ LEAP maintains a repository of platform recipes, which typically do not need to
As these recipes consist in abstract definitions, in order to configure settings for a particular service provider a system administrator has to create a provider instance (see below).
-LEAP's platform recipes are distributed as a git repository: `git://leap.se/leap_platform.git`
+LEAP's platform recipes are distributed as a git repository: `https://leap.se/git/leap_platform`
The provider instance
---------------------
@@ -64,7 +64,7 @@ One other significant difference between LEAP and typical system automation is h
These two approaches, masterless push and pre-compiled static configuration, allow the sysadmin to manage a set of LEAP servers using traditional software development techniques of branching and merging, to more easily create local testing environments using virtual servers, and to deploy without the added complexity and failure potential of a master server.
-The `leap` command line tool is distributed as a git repository: `git://leap.se/leap_cli`. It can be installed with `sudo gem install leap_cli`.
+The `leap` command line tool is distributed as a git repository: `https://leap.se/git/leap_cli`. It can be installed with `sudo gem install leap_cli`.
Getting started
----------------------------------
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index 5ba28f8..da3fda0 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -44,14 +44,14 @@ Install leap
Alternately, you can install `leap` from source:
- git clone git://leap.se/leap_cli.git
+ git clone https://leap.se/git/leap_cli
cd leap_cli
rake build
-->
Install `leap` command from source:
- git clone git://leap.se/leap_cli.git
+ git clone https://leap.se/git/leap_cli
cd leap_cli
rake build
diff --git a/docs/source/en.haml b/docs/source/en.haml
index 5e3544d..663e64f 100644
--- a/docs/source/en.haml
+++ b/docs/source/en.haml
@@ -9,7 +9,7 @@
%tr
%td leap_client
%td Desktop client application for secure communication, using the LEAP platform, supporting encrypted internet proxy, secure email, and secure chat (coming soon). The client is written in Python, runs on Linux, Mac, and Windows, and is licensed under the GPLv3.
- %td git://leap.se/leap_client
+ %td https://leap.se/git/leap_client
%td= link 'github' => 'https://github.com/leapcode/leap_client'
%h3 Service provider platform
@@ -18,19 +18,19 @@
%tr
%td leap_platform
%td Server automation recipes for the running secure communication services via the LEAP Platform. Written mostly using puppet, and licensed under the GPLv3.
- %td git://leap.se/leap_platform
+ %td https://leap.se/git/leap_platform
%td= link 'github' => 'https://github.com/leapcode/leap_platform'
%tr
%td leap_cli
%td Command line interface for managing a service provider running the LEAP platform. Written in ruby and released under the GPLv3.
- %td git://leap.se/leap_cli
+ %td https://leap.se/git/leap_cli
%td= link 'github' => 'https://github.com/leapcode/leap_cli'
%tr
%td soledad
%td Soledad (Synchronization of Locally Encrypted Data Among Devices) provides a synchronized, client-encrypted document database.
- %td git://github.com/leapcode/soledad
+ %td https://leap.se/git/soledad
%td= link 'github' => 'https://github.com/leapcode/soledad'
%h3 Web applications and libraries
@@ -39,25 +39,25 @@
%tr
%td leap_web
%td Web application for the LEAP platform, providing user management, tickets, billing, and REST API.
- %td git://leap.se/leap_web
+ %td https://leap.se/git/leap_web
%td= link 'github' => 'https://github.com/leapcode/leap_web'
%tr
%td leap_website
%td This website
- %td git://leap.se/leap_website
+ %td https://leap.se/git/leap_website
%td
%tr
%td leap_doc
%td LEAP Documentation (everything under leap.se/docs)
- %td git://leap.se/leap_doc
+ %td https://leap.se/git/leap_doc
%td
%tr
%td srp_js
%td Secure Remote Password (SRP) library for javascript
- %td git://leap.se/srp_js
+ %td https://leap.se/git/srp_js
%td= link 'github' => 'https://github.com/leapcode/srp_js'
%tr
%td ruby_srp
%td Secure Remote Password (SRP) library for ruby
- %td git://github.com/leapcode/ruby_srp
+ %td https://github.com/leapcode/ruby_srp
%td= link 'github' => 'https://github.com/leapcode/ruby_srp'