diff --git a/doc/EN/devguide.org b/doc/EN/devguide.org index 3039edc8287ec17d92bafed4e94b725792e9d234..7e8e21b4003b0eb723ee8a503316122f50f072cc 100644 --- a/doc/EN/devguide.org +++ b/doc/EN/devguide.org @@ -27,7 +27,8 @@ * Introduction 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/ + * [[https://code.freedombone.net/bashrc/freedombone][Repository]] + * [[https://freedombone.net/downloads/source.tar.gz][Compressed archive]] * Creating images Images are an easy way of distributing the software in a manner which avoids problems. These instructions assume that you're running either a Debian or Arch based distro. diff --git a/website/EN/devguide.html b/website/EN/devguide.html index 40c75149a276504c58f58d6510f8aa6b1abafa90..6ef8c01fbe4369298da3596f52dac2b0412bf806 100644 --- a/website/EN/devguide.html +++ b/website/EN/devguide.html @@ -4,7 +4,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Freedombone</title> -<!-- 2018-10-09 Tue 11:50 --> +<!-- 2018-12-05 Wed 11:17 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="generator" content="Org-mode" /> <meta name="author" content="Bob Mottram" /> @@ -214,9 +214,12 @@ Freedombone consists almost entirely of bash scripts, with some html, css and ph <div id="outline-container-sec-3" class="outline-2"> <h2 id="sec-3">Source code</h2> <div class="outline-text-2" id="text-3"> -<p> -If you just want to take a look at the source code then it can be <a href="https://code.freedombone.net/bashrc/freedombone">found here</a> or is obtainable on dat://c979feff64b9f69121b9e5659837de6792493b8aa362ab7401dff757cf54c870/ -</p> +<ul class="org-ul"> +<li><a href="https://code.freedombone.net/bashrc/freedombone">Repository</a> +</li> +<li><a href="https://freedombone.net/downloads/source.tar.gz">Compressed archive</a> +</li> +</ul> </div> </div> <div id="outline-container-sec-4" class="outline-2">