summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-12 21:27:33 -0800
committerelijah <elijah@riseup.net>2013-02-12 21:27:33 -0800
commit1459589a1bd5f2e7d8b0a2cdd21ee48ef1332de3 (patch)
tree5823d14d32b2c0d423faf04c5a0d9146db60cbbb /docs/development
parent90055bf202b0ae4d28a52cd2d1b5f1cf14210383 (diff)
first public release of docs
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/en.haml67
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/development/en.haml b/docs/development/en.haml
new file mode 100644
index 0000000..bfbf8c5
--- /dev/null
+++ b/docs/development/en.haml
@@ -0,0 +1,67 @@
+%h1.first IRC
+
+Join us on freenode at #leap-dev.
+
+%h1.topgap 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 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'
+
+%h1 Mailing List
+
+%p Coming soon.
+
+%h1 Wiki
+
+%p Coming soon.