Skip to content
Snippets Groups Projects
Commit 3aeccee6 authored by jubobot's avatar jubobot
Browse files

replace github source code links with 0xacab

The Source Code page (https://leap.se/en/docs/get-involved/source)
contains outdated links to github. This ticket replaces those links
with the 0xacab ones. It also removes the deprecated bitmask_client
from the list of main projects.

* Documentation: #2
parent 9b8552e3
Branches
No related tags found
No related merge requests found
- @title = "Source Code" - @title = "Source Code"
- @summary = "Overview of the main code repositories" - @summary = "Overview of the main code repositories"
%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 This page should give an easy overview of the most important repositories. The authorative code is hosted at #{link '0xacab' => 'https://0xacab.org/leap/'}, 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. %p In general, the <code>master</code> branch of each repository should be a stable, release version of the software. Some projects merge directly into <code>master</code> (e.g., bitmask-dev), while others will have a <code>develop</code> branch that is used to stage features and bugfixes. Please check whether your project has a <code>develop</code> branch before making a pull request to master.
%h3 Client code %h3 Client code
%table.table.table-bordered %table.table.table-bordered
%tr %tr
%td bitmask_client %td bitmask-dev
%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 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 %td
= link 'https://leap.se/git/bitmask_client.git' = link 'https://0xacab.org/leap/bitmask-dev'
= link 'https://github.com/leapcode/bitmask_client' = link 'https://github.com/leapcode/bitmask_client'
%tr %tr
%td bitmask_android %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 Android version of the Bitmask client, supporting encrypted internet proxy. Future development will include support for secure email. Licensed under the GPLv3.
%td %td
= link 'https://leap.se/git/bitmask_android.git' = link 'https://0xacab.org/leap/bitmask_android'
= link 'https://github.com/leapcode/bitmask_android' = link 'https://github.com/leapcode/bitmask_android'
%h3 Service provider platform %h3 Service provider platform
...@@ -28,28 +28,28 @@ ...@@ -28,28 +28,28 @@
%td leap_platform %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 Server automation recipes for running secure communication services via the LEAP Platform. Written mostly using puppet, and licensed under the GPLv3.
%td %td
= link 'https://leap.se/git/leap_platform.git' = link 'https://0xacab.org/leap/leap_platform'
= link 'https://github.com/leapcode/leap_platform' = link 'https://github.com/leapcode/leap_platform'
%tr %tr
%td leap_cli %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 Command line interface for managing a service provider running the LEAP platform. Written in Ruby and released under the GPLv3.
%td %td
= link 'https://leap.se/git/leap_cli.git' = link 'https://0xacab.org/leap/leap_cli'
= link 'https://github.com/leapcode/leap_cli' = link 'https://github.com/leapcode/leap_cli'
%tr %tr
%td soledad %td soledad
%td Soledad (Synchronization of Locally Encrypted Data Among Devices) provides a synchronized, client-encrypted document database. Written in Python. %td Soledad (Synchronization of Locally Encrypted Data Among Devices) provides a synchronized, client-encrypted document database. Written in Python.
%td %td
= link 'https://leap.se/git/soledad.git' = link 'https://0xacab.org/leap/soledad'
= link 'https://github.com/leapcode/soledad' = link 'https://github.com/leapcode/soledad'
%tr %tr
%td nickserver %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 Nickserver is a daemon supporting nicknym, a protocol to map user nicknames to public keys. Written in Ruby, released under the GPLv3.
%td %td
= link 'https://leap.se/git/nickserver.git' = link 'https://0xacab.org/leap/nickserver'
= link 'https://github.com/leapcode/nickserver' = link 'https://github.com/leapcode/nickserver'
...@@ -60,22 +60,23 @@ ...@@ -60,22 +60,23 @@
%td leap_web %td leap_web
%td Web application for the LEAP platform, providing user management, tickets, billing, and REST API. %td Web application for the LEAP platform, providing user management, tickets, billing, and REST API.
%td %td
= link 'https://leap.se/git/leap_web.git' = link 'https://0xacab.org/leap/leap_web'
= link 'https://github.com/leapcode/leap_web' = link 'https://github.com/leapcode/leap_web'
%tr %tr
%td leap_se %td leap_se
%td This website %td This website
%td %td
= link 'https://leap.se/git/leap_se.git' = link 'https://0xacab.org/leap/leap_se'
= link 'https://github.com/leapcode/leap_se'
%tr %tr
%td srp_js %td srp_js
%td Secure Remote Password (SRP) library for Javascript. %td Secure Remote Password (SRP) library for Javascript.
%td %td
= link 'https://leap.se/git/srp_js.git' = link 'https://0xacab.org/leap/srp_js'
= link 'https://github.com/leapcode/srp_js' = link 'https://github.com/leapcode/srp_js'
%tr %tr
%td ruby_srp %td ruby_srp
%td Secure Remote Password (SRP) library for Ruby. %td Secure Remote Password (SRP) library for Ruby.
%td %td
= link 'https://leap.se/git/ruby_srp.git' = link 'https://0xacab.org/leap/ruby_srp'
= link 'https://github.com/leapcode/ruby_srp' = link 'https://github.com/leapcode/ruby_srp'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment