Browse Source

Note on github

Bob Mottram 9 years ago
parent
commit
7edf52a33d
2 changed files with 42 additions and 19 deletions
  1. 6
    0
      doc/EN/code.org
  2. 36
    19
      website/EN/code.html

+ 6
- 0
doc/EN/code.org View File

15
 You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].
15
 You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].
16
 
16
 
17
 Bugs or feature requests should be [[https://github.com/bashrc/freedombone/issues][entered here]].
17
 Bugs or feature requests should be [[https://github.com/bashrc/freedombone/issues][entered here]].
18
+
19
+*Why Github?*
20
+
21
+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.
22
+
23
+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.

+ 36
- 19
website/EN/code.html View File

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<title></title>
7
-<!-- 2015-01-21 Wed 20:24 -->
6
+<!-- 2015-12-20 Sun 11:21 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
+<meta  name="viewport" content="width=device-width, initial-scale=1" />
9
+<title></title>
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
11
 <meta  name="author" content="Bob Mottram" />
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
12
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
13
 <meta  name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
 <meta  name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
 <style type="text/css">
15
 <style type="text/css">
15
  <!--/*--><![CDATA[/*><!--*/
16
  <!--/*--><![CDATA[/*><!--*/
16
-  .title  { text-align: center; }
17
+  .title  { text-align: center;
18
+             margin-bottom: .2em; }
19
+  .subtitle { text-align: center;
20
+              font-size: medium;
21
+              font-weight: bold;
22
+              margin-top:0; }
17
   .todo   { font-family: monospace; color: red; }
23
   .todo   { font-family: monospace; color: red; }
18
-  .done   { color: green; }
24
+  .done   { font-family: monospace; color: green; }
25
+  .priority { font-family: monospace; color: orange; }
19
   .tag    { background-color: #eee; font-family: monospace;
26
   .tag    { background-color: #eee; font-family: monospace;
20
             padding: 2px; font-size: 80%; font-weight: normal; }
27
             padding: 2px; font-size: 80%; font-weight: normal; }
21
   .timestamp { color: #bebebe; }
28
   .timestamp { color: #bebebe; }
22
   .timestamp-kwd { color: #5f9ea0; }
29
   .timestamp-kwd { color: #5f9ea0; }
23
-  .right  { margin-left: auto; margin-right: 0px;  text-align: right; }
24
-  .left   { margin-left: 0px;  margin-right: auto; text-align: left; }
25
-  .center { margin-left: auto; margin-right: auto; text-align: center; }
30
+  .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
31
+  .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
32
+  .org-center { margin-left: auto; margin-right: auto; text-align: center; }
26
   .underline { text-decoration: underline; }
33
   .underline { text-decoration: underline; }
27
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
34
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
28
   p.verse { margin-left: 3%; }
35
   p.verse { margin-left: 3%; }
61
   caption.t-above { caption-side: top; }
68
   caption.t-above { caption-side: top; }
62
   caption.t-bottom { caption-side: bottom; }
69
   caption.t-bottom { caption-side: bottom; }
63
   td, th { vertical-align:top;  }
70
   td, th { vertical-align:top;  }
64
-  th.right  { text-align: center;  }
65
-  th.left   { text-align: center;   }
66
-  th.center { text-align: center; }
67
-  td.right  { text-align: right;  }
68
-  td.left   { text-align: left;   }
69
-  td.center { text-align: center; }
71
+  th.org-right  { text-align: center;  }
72
+  th.org-left   { text-align: center;   }
73
+  th.org-center { text-align: center; }
74
+  td.org-right  { text-align: right;  }
75
+  td.org-left   { text-align: left;   }
76
+  td.org-center { text-align: center; }
70
   dt { font-weight: bold; }
77
   dt { font-weight: bold; }
71
-  .footpara:nth-child(2) { display: inline; }
72
-  .footpara { display: block; }
78
+  .footpara { display: inline; }
73
   .footdef  { margin-bottom: 1em; }
79
   .footdef  { margin-bottom: 1em; }
74
   .figure { padding: 1em; }
80
   .figure { padding: 1em; }
75
   .figure p { text-align: center; }
81
   .figure p { text-align: center; }
147
 <a name="top" id="top"></a>
153
 <a name="top" id="top"></a>
148
 </div>
154
 </div>
149
 <div id="content">
155
 <div id="content">
150
-<h1 class="title"></h1>
151
-<div class="center">
156
+<div class="org-center">
152
 
157
 
153
 <div class="figure">
158
 <div class="figure">
154
 <p><img src="./images/logo.png" alt="logo.png" />
159
 <p><img src="./images/logo.png" alt="logo.png" />
160
 
165
 
161
 
166
 
162
 <colgroup>
167
 <colgroup>
163
-<col  class="left" />
168
+<col  class="org-left" />
164
 </colgroup>
169
 </colgroup>
165
 <tbody>
170
 <tbody>
166
 <tr>
171
 <tr>
167
-<td class="left"><a href="index.html">Home</a></td>
172
+<td class="org-left"><a href="index.html">Home</a></td>
168
 </tr>
173
 </tr>
169
 </tbody>
174
 </tbody>
170
 </table>
175
 </table>
180
 <p>
185
 <p>
181
 Bugs or feature requests should be <a href="https://github.com/bashrc/freedombone/issues">entered here</a>.
186
 Bugs or feature requests should be <a href="https://github.com/bashrc/freedombone/issues">entered here</a>.
182
 </p>
187
 </p>
188
+
189
+<p>
190
+<b>Why Github?</b>
191
+</p>
192
+
193
+<p>
194
+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.
195
+</p>
196
+
197
+<p>
198
+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.
199
+</p>
183
 </div>
200
 </div>
184
 <div id="postamble" class="status">
201
 <div id="postamble" class="status">
185
 
202