summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-05-04 14:36:29 -0700
committerelijah <elijah@riseup.net>2013-05-04 14:36:29 -0700
commit914ee88a009565b9c12bcff4bf554acbc9fe3f3c (patch)
tree2fd63a5d8712a1f1c92c48cb0f1cf92e73eed0db /docs/source
parent566cd71f4d43d9bd69da1599d93e161f3c785eb4 (diff)
added design docs for nicknym and soledad
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/en.haml63
1 files changed, 63 insertions, 0 deletions
diff --git a/docs/source/en.haml b/docs/source/en.haml
new file mode 100644
index 0000000..a2f4e68
--- /dev/null
+++ b/docs/source/en.haml
@@ -0,0 +1,63 @@
+- @title = "Source Code"
+- @summary = "Submit a pull request today!"
+
+%h1.first Source Code
+
+%h3 Client
+
+%table.table.table-bordered
+ %tr
+ %td leap_client
+ %td Easy-to-use client for Linux, Mac, and Windows.
+ %td git://leap.se/leap_client
+ %td= link 'github' => 'https://github.com/leapcode/leap_client'
+
+%h3 Service provider platform
+
+%table.table.table-bordered
+ %tr
+ %td leap_platform
+ %td Turn-key automation for communication service providers
+ %td git://leap.se/leap_platform
+ %td= link 'github' => 'https://github.com/leapcode/leap_platform'
+
+ %tr
+ %td leap_ca
+ %td Client certificate generation daemon
+ %td git://leap.se/leap_ca
+ %td= link 'github' => 'https://github.com/leapcode/leap_ca'
+
+ %tr
+ %td leap_cli
+ %td Command line interface to setup and manage servers running the LEAP platform
+ %td git://leap.se/leap_cli
+ %td
+
+%h3 Web applications and libraries
+
+%table.table.table-bordered
+ %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= link 'github' => 'https://github.com/leapcode/leap_web'
+ %tr
+ %td leap_website
+ %td This website
+ %td git://leap.se/leap_website
+ %td
+ %tr
+ %td leap_doc
+ %td LEAP Documentation (everything under leap.se/docs)
+ %td git://leap.se/leap_doc
+ %td
+ %tr
+ %td srp_js
+ %td Secure Remote Password (SRP) library for javascript
+ %td git://leap.se/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= link 'github' => 'https://github.com/leapcode/ruby_srp'