summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2013-10-10 16:15:18 +0200
committerkwadronaut <kwadronaut@leap.se>2013-10-10 16:15:18 +0200
commit3e899c8d2420a1b1a800b2050323af5a04b84711 (patch)
tree978680af3cdbeb0282df1f24be3b0599fe2d89c5
parent869cc545ead62fd4cd67cbd60883bdda4349ed14 (diff)
small cleanup of source material page
-rw-r--r--docs/source/en.haml32
1 files changed, 20 insertions, 12 deletions
diff --git a/docs/source/en.haml b/docs/source/en.haml
index 32a7f5a..d95356b 100644
--- a/docs/source/en.haml
+++ b/docs/source/en.haml
@@ -3,13 +3,15 @@
%h1.first Source Code
+This page should give an easy overview of the most important repositories. We explicitly don't want you to get lost in the myriad of existing repositories. We mirror all of them to link 'github' => 'https://github.com/leapcode/', which you might find convenient. The authorative code is however hosted link 'by ourselves' => 'https://leap.se/git/'. We use Git for version control, so you can directly use the urls from this page: 'git clone $url' Issues and pull requests are most welcome on https://leap.se/code/
+
%h3 Client
%table.table.table-bordered
%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 https://leap.se/git/bitmask_client
+ %td= link 'https://leap.se/git/bitmask_client' => 'https://leap.se/git/bitmask_client'
%td= link 'github' => 'https://github.com/leapcode/bitmask_client'
%h3 Service provider platform
@@ -17,20 +19,26 @@
%table.table.table-bordered
%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 https://leap.se/git/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' => '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 https://leap.se/git/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' => 'https://leap.se/git/leap_cli'
%td= link 'github' => 'https://github.com/leapcode/leap_cli'
+
+ %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' => 'https://leap.se/git/nickserver'
+ %td= link 'github' => 'https://github.com/leapcode/nickserver'
%tr
%td soledad
%td Soledad (Synchronization of Locally Encrypted Data Among Devices) provides a synchronized, client-encrypted document database.
- %td https://leap.se/git/soledad
+ %td= link 'https://leap.se/git/soledad' => 'https://leap.se/git/soledad'
%td= link 'github' => 'https://github.com/leapcode/soledad'
%h3 Web applications and libraries
@@ -39,25 +47,25 @@
%tr
%td leap_web
%td Web application for the LEAP platform, providing user management, tickets, billing, and REST API.
- %td https://leap.se/git/leap_web
+ %td= link 'https://leap.se/git/leap_web' => 'https://leap.se/git/leap_web'
%td= link 'github' => 'https://github.com/leapcode/leap_web'
%tr
%td leap_website
%td This website
- %td https://leap.se/git/leap_website
+ %td= link 'https://leap.se/git/leap_website' => 'https://leap.se/git/leap_website'
%td
%tr
%td leap_doc
- %td LEAP Documentation (everything under leap.se/docs)
- %td https://leap.se/git/leap_doc
+ %td LEAP Documentation (everything under leap.se/docs including this page)
+ %td= link 'https://leap.se/git/leap_doc' => 'https://leap.se/git/leap_doc'
%td
%tr
%td srp_js
%td Secure Remote Password (SRP) library for javascript
- %td https://leap.se/git/srp_js
+ %td= link 'https://leap.se/git/srp_js' => '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 https://github.com/leapcode/ruby_srp
+ %td= link 'https://github.com/leapcode/ruby_srp' => 'https://github.com/leapcode/ruby_srp'
%td= link 'github' => 'https://github.com/leapcode/ruby_srp'