freedomboneeee/doc/EN/code.org

36 lines
1.7 KiB
Org Mode
Raw Normal View History

2014-10-25 20:09:46 +02:00
#+TITLE:
#+AUTHOR: Bob Mottram
#+EMAIL: bob@robotics.uk.to
#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
2015-07-05 20:58:40 +02:00
#+OPTIONS: ^:nil toc:nil
2016-01-07 15:51:37 +01:00
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="solarized-light.css" />
2014-10-25 20:09:46 +02:00
#+BEGIN_CENTER
2016-01-07 15:51:37 +01:00
[[file:images/logo.png]]
2014-10-25 20:09:46 +02:00
#+END_CENTER
2016-01-07 15:51:37 +01:00
#+BEGIN_HTML
<center>
2016-01-07 16:00:30 +01:00
<h1>Code</h1>
2016-01-07 15:51:37 +01:00
</center>
#+END_HTML
2016-02-13 23:09:27 +01:00
Freedombone is really just a couple of [[http://www.gnu.org/software/bash][bash]] scripts which install and configure software on a Debian GNU/Linux system. If you're a system administrator, software engineer or Linux hobbyist you'll probably be familiar with command line scripting and be able to make your own modifications or custom variants to suit your needs. Freedombone is licensed under the [[https://www.gnu.org/licenses/agpl.html][GNU Affero General Public License version 3]].
2014-10-26 16:26:32 +01:00
2014-10-25 20:09:46 +02:00
You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].
Bugs or feature requests should be [[https://github.com/bashrc/freedombone/issues][entered here]].
2015-12-20 12:21:40 +01:00
*Why Github?*
Github is closed source. Sooner or later it will probably turn evil or become like Sourceforge - which in the distant past was also once the darling of open source developers but has long since fallen from grace. The biggest reason to use Github is just the number of eyeballs there and the easy discoverability of projects.
Longer term it is expected that the source code for this project will also be self-hosted, with Github acting only as a mirror to increase visibility.
2016-01-07 20:26:08 +01:00
#+BEGIN_HTML
<center>
Return to the <a href="index.html">home page</a>
</center>
#+END_HTML