summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-12-24 15:54:36 -0800
committerelijah <elijah@riseup.net>2013-12-24 15:54:36 -0800
commit29c6451a7c24423eabcb83addb014878908a63f2 (patch)
tree5a86ba52062337172e6ec4993e3b118746d81f98
parentfabd4d6169dcf6f4d8f94a322570af33d3437a88 (diff)
* updated git urls
* updated irc channels
-rw-r--r--docs/get-involved/communication.haml17
-rw-r--r--docs/get-involved/source.haml19
2 files changed, 27 insertions, 9 deletions
diff --git a/docs/get-involved/communication.haml b/docs/get-involved/communication.haml
index 9af874b..b2e0ac7 100644
--- a/docs/get-involved/communication.haml
+++ b/docs/get-involved/communication.haml
@@ -8,7 +8,15 @@
%p Probably the fastest and most reliable way to contact anyone involved with LEAP. Don't despair if you don't get a reply right away, we are all in different time zones and we all are able to read the scrollback history, so someone will reply eventually.
.well
- \#leap-dev on irc.freenode.net
+ %p
+ %code #leap on irc.freednode.net
+ %br/
+ General discussion and anything related to LEAP.
+
+ %p
+ %code #leap-dev on irc.freenode.net
+ %br/
+ Topics related to coding, bugs, and development issues.
%h3 Mailing lists
@@ -18,3 +26,10 @@
%ul
%li To subscribe, send mail to <code>discuss-subscribe&#x0040;leap&#x002e;se</code>
%li To unsubscribe, send mail to <code>discuss-unsubscribe&#x0040;leap&#x002e;se</code>
+
+%h3 Email
+
+To contact someone from LEAP, you can send an email to:
+
+.well
+ info&#x0040;leap&#x002e;se
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