Skip to content
Snippets Groups Projects
Commit 22ae1706 authored by Bob Mottram's avatar Bob Mottram
Browse files

Not purely bash

parent 30628583
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
#+END_CENTER
* Introduction
Freedombone consists of a set of bash scripts. There are a lot of them, but they're not very complicated. If you're familiar with the GNU/Linux commandline and can hack a bash script then you can probably add a new app or fix a bug in the system. There are no trendy development frameworks to learn or to get in your way. You might also want to consult the [[./codeofconduct.html][Code of Conduct]], and there is a Matrix room at *#fbone:matrix.freedombone.net* and an XMPP multi-user chat at *support@chat.freedombone.net*
Freedombone consists almost entirely of bash scripts, with some html, css and php for the web interface. There are many bash scripts, but they're not very complicated. If you're familiar with the GNU/Linux commandline and can hack a bash script then you can probably add a new app or fix a bug in the system. There are no trendy development frameworks to learn or to get in your way. You might also want to consult the [[./codeofconduct.html][Code of Conduct]] for guidance upon the overall /esprit de corps/, and there is a Matrix room at *#fbone:matrix.freedombone.net* and an XMPP multi-user chat at *support@chat.freedombone.net*
* Source code
If you just want to take a look at the source code then it can be [[https://code.freedombone.net/bashrc/freedombone][found here]] or is obtainable on dat://c979feff64b9f69121b9e5659837de6792493b8aa362ab7401dff757cf54c870/
* Creating images
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Freedombone</title>
<!-- 2018-09-27 Thu 11:05 -->
<!-- 2018-09-27 Thu 11:11 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......@@ -203,7 +203,7 @@ for the JavaScript code in this tag.
<h2 id="sec-2">Introduction</h2>
<div class="outline-text-2" id="text-2">
<p>
Freedombone consists of a set of bash scripts. There are a lot of them, but they're not very complicated. If you're familiar with the GNU/Linux commandline and can hack a bash script then you can probably add a new app or fix a bug in the system. There are no trendy development frameworks to learn or to get in your way. You might also want to consult the <a href="./codeofconduct.html">Code of Conduct</a>, and there is a Matrix room at <b>#fbone:matrix.freedombone.net</b> and an XMPP multi-user chat at <b>support@chat.freedombone.net</b>
Freedombone consists almost entirely of bash scripts, with some html, css and php for the web interface. There are many bash scripts, but they're not very complicated. If you're familiar with the GNU/Linux commandline and can hack a bash script then you can probably add a new app or fix a bug in the system. There are no trendy development frameworks to learn or to get in your way. You might also want to consult the <a href="./codeofconduct.html">Code of Conduct</a> for guidance upon the overall <i>esprit de corps</i>, and there is a Matrix room at <b>#fbone:matrix.freedombone.net</b> and an XMPP multi-user chat at <b>support@chat.freedombone.net</b>
</p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment