summaryrefslogtreecommitdiff
path: root/docs/get-involved/source.haml
blob: fa4e39d9f6835b63d641ad94b0d41abec83f2cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
- @title = "Source Code"
- @summary = "Overview of the main code repositories"

%h1.first Source Code

%p This page should give an easy overview of the most important repositories. The authorative code is hosted at #{link 'leap.se/git' => 'https://leap.se/git/'}, but they are also mirrored to #{link 'github' => 'https://github.com/leapcode/'}.

%p In general, all LEAP code repositories will have <code>develop</code> and <code>master</code> branches. The <code>master</code> branch should be a stable, release version of the software. The <code>develop</code> branch is where all feature and bugfix branches are merged into.

%h3 Client code

%table.table.table-bordered
  %tr
    %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.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

%table.table.table-bordered
  %tr
    %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.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.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.git'
      = link 'https://github.com/leapcode/nickserver'


%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
      = 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.git'
  %tr
    %td leap_doc
    %td LEAP Documentation (everything under leap.se/docs including this page)
    %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.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'