Bob Mottram 10 gadus atpakaļ
vecāks
revīzija
9100554f43
2 mainītis faili ar 1 papildinājumiem un 25 dzēšanām
  1. 0
    3
      doc/code.org
  2. 1
    22
      website/code.html

+ 0
- 3
doc/code.org Parādīt failu

@@ -12,9 +12,6 @@
12 12
 
13 13
 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/gpl-3.0-standalone.html][GNU General Public License version 3]].
14 14
 
15
-| initial_setup.sh       | Configures a microSD Debian image for use with the Beaglebone Black         |
16
-| install-freedombone.sh | The main installation script which can run on any system with Debian Jessie |
17
-
18 15
 You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].
19 16
 
20 17
 Bugs or feature requests should be [[https://github.com/bashrc/freedombone/issues][entered here]].

+ 1
- 22
website/code.html Parādīt failu

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2014-10-26 Sun 20:48 -->
7
+<!-- 2015-01-21 Wed 20:24 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -173,27 +173,6 @@ for the JavaScript code in this tag.
173 173
 Freedombone is really just a couple of <a href="http://www.gnu.org/software/bash">bash</a> 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 <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">GNU General Public License version 3</a>.
174 174
 </p>
175 175
 
176
-<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
177
-
178
-
179
-<colgroup>
180
-<col  class="left" />
181
-
182
-<col  class="left" />
183
-</colgroup>
184
-<tbody>
185
-<tr>
186
-<td class="left">initial_setup.sh</td>
187
-<td class="left">Configures a microSD Debian image for use with the Beaglebone Black</td>
188
-</tr>
189
-
190
-<tr>
191
-<td class="left">install-freedombone.sh</td>
192
-<td class="left">The main installation script which can run on any system with Debian Jessie</td>
193
-</tr>
194
-</tbody>
195
-</table>
196
-
197 176
 <p>
198 177
 You can find the source code for this project <a href="https://github.com/bashrc/freedombone">on Github</a>.
199 178
 </p>