summaryrefslogtreecommitdiff
path: root/docs/get-involved/source.haml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/get-involved/source.haml')
-rw-r--r--docs/get-involved/source.haml19
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/get-involved/source.haml b/docs/get-involved/source.haml
index 66b9dbe..fa4e39d 100644
--- a/docs/get-involved/source.haml
+++ b/docs/get-involved/source.haml
@@ -14,12 +14,13 @@
%td bitmask_client
%td The Bitmask desktop client application, 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
- =# link 'https://leap.se/git/bitmask_client'
+ = link 'https://leap.se/git/bitmask_client.git'
= link 'https://github.com/leapcode/bitmask_client'
%tr
%td bitmask_android
%td Android version of the Bitmask client, supporting encrypted internet proxy. Future development will include support for secure email. Licensed under the GPLv3.
%td
+ = link 'https://leap.se/git/bitmask_android.git'
= link 'https://github.com/leapcode/bitmask_android'
%h3 Service provider platform
@@ -29,27 +30,28 @@
%td leap_platform
%td Server automation recipes for running secure communication services via the LEAP Platform. Written mostly using puppet, and licensed under the GPLv3.
%td
- = link 'https://leap.se/git/leap_platform'
+ = link 'https://leap.se/git/leap_platform.git'
= link '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
- = link 'https://leap.se/git/leap_cli'
+ = link 'https://leap.se/git/leap_cli.git'
= link '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. Written in Python.
%td
+ = link 'https://leap.se/git/soledad.git'
= link 'https://github.com/leapcode/soledad'
%tr
%td nickserver
%td Nickserver is a daemon supporting nicknym, a protocol to map user nicknames to public keys. Written in Ruby, released under the GPLv3.
%td
- = link 'https://leap.se/git/nickserver'
+ = link 'https://leap.se/git/nickserver.git'
= link 'https://github.com/leapcode/nickserver'
@@ -60,25 +62,26 @@
%td leap_web
%td Web application for the LEAP platform, providing user management, tickets, billing, and REST API.
%td
- = link 'https://leap.se/git/leap_web'
+ = link 'https://leap.se/git/leap_web.git'
= link 'https://github.com/leapcode/leap_web'
%tr
%td leap_website
%td This website
%td
- = link 'https://leap.se/git/leap_website'
+ = link 'https://leap.se/git/leap_website.git'
%tr
%td leap_doc
%td LEAP Documentation (everything under leap.se/docs including this page)
- %td= link 'https://leap.se/git/leap_doc'
+ %td= link 'https://leap.se/git/leap_doc.git'
%tr
%td srp_js
%td Secure Remote Password (SRP) library for Javascript.
%td
- = link 'https://leap.se/git/srp_js'
+ = link 'https://leap.se/git/srp_js.git'
= link 'https://github.com/leapcode/srp_js'
%tr
%td ruby_srp
%td Secure Remote Password (SRP) library for Ruby.
%td
+ = link 'https://leap.se/git/ruby_srp.git'
= link 'https://github.com/leapcode/ruby_srp' \ No newline at end of file