Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
source [2014/06/06 16:00]
darts
source [2015/10/14 16:22] (current)
matthias [GitHub Repositories]
Line 1: Line 1:
-====== SourceCode ====== +<​html>​ 
-You can find the complete source code on GitHub [[https://​github.com/​PirateBox-Dev|PirateBox-Dev]].+<div class="​jumbotron">​ 
 +<​h1>​PirateBox Source</​h1> ​ 
 +<p>You can find the complete ​<​b>​PirateBox ​source code</​b> ​on our <​b><​a href="https://​github.com/​PirateBox-Dev">PirateBox-Dev ​GitHub page</​a></​b>​See below for more details. 
 +</p>
  
 +<img src="/​_media/​pbx.sourcecode.jpg?​w=800&​tok=f2a982"​ class="​img-responsive img-rounded"​ alt="​PirateBox Source">  ​
 +
 +</​div>​
 +</​html>​
 +
 +===== GitHub Repositories ======
 **These are the important repositories:​** **These are the important repositories:​**
  
   * [[https://​github.com/​PirateBox-Dev/​PirateBoxScripts_Webserver|PirateBoxScripts_Webserver]] contains the content of ''/​opt/​piratebox''​.   * [[https://​github.com/​PirateBox-Dev/​PirateBoxScripts_Webserver|PirateBoxScripts_Webserver]] contains the content of ''/​opt/​piratebox''​.
   * [[https://​github.com/​PirateBox-Dev/​openwrt-image-build|openwrt-image-build]] are the scripts used for the image generation, checkout the branches!   * [[https://​github.com/​PirateBox-Dev/​openwrt-image-build|openwrt-image-build]] are the scripts used for the image generation, checkout the branches!
-  * [[https://​github.com/​PirateBox-Dev/​openwrt-piratebox-feed|openwrt-piratebox-feed]] contains the stable OpenWRT package source. This repository can be used within the OpenWRT ​Buildenvironment.+  * [[https://​github.com/​PirateBox-Dev/​openwrt-piratebox-feed|openwrt-piratebox-feed]] contains the stable OpenWRT package source. This repository can be used within the OpenWRT ​Build environment. 
 + 
 +For the //​PirateBoxScripts_Webserver//​ we are following [[http://​nvie.com/​posts/​a-successful-git-branching-model/​|this guide]] for our commit workflows ((We are using feature- and release-branches.)). ​  
 + 
 +In addition, you can find the source for the AutoInstaller on GitHub within the [[http://​librarybox.us|LibraryBox]] project. The repository is named [[https://​github.com/​LibraryBox-Dev/​LibraryBox-Installer|LibraryBox-Installer]].  
 + 
 +===== Android ===== 
 +As the Android app is a fork, that has its own codebase. Joscha maintains it in his personal repository which you can find here: [[https://​github.com/​joschi70/​AndroidPirateBox|AndroidPirateBox]].
  
-Especially on //PirateBoxScripts_Webserver// we are following ​[[http://nvie.com/posts/​a-successful-git-branching-model/|this guide]] for our commit workflows((We are using feature- and release-branches.)) +===== License ===== 
 +**PirateBox** is registered under the **[[http://www.gnu.org/licenses/gpl.html|GNU GPLv3]]**. This license grants you the right to freely copy, distribute, and transform creative works according to the principles of **[[http://www.gnu.org/copyleft/copyleft.html|copyleft]]**.
  
-In addition you find the source about the AutoInstaller on GitHub within the [[http://​librarybox.us|LibraryBox]] project. The repository is named [[https://​github.com/​LibraryBox-Dev/​LibraryBox-Installer|LibraryBox-Installer]]. ​