瀏覽代碼

Note on github

Bob Mottram 9 年之前
父節點
當前提交
7edf52a33d
共有 2 個檔案被更改,包括 42 行新增19 行删除
  1. 6
    0
      doc/EN/code.org
  2. 36
    19
      website/EN/code.html

+ 6
- 0
doc/EN/code.org 查看文件

@@ -15,3 +15,9 @@ Freedombone is really just a couple of [[http://www.gnu.org/software/bash][bash]
15 15
 You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].
16 16
 
17 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 查看文件

@@ -3,9 +3,10 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<title></title>
7
-<!-- 2015-01-21 Wed 20:24 -->
6
+<!-- 2015-12-20 Sun 11:21 -->
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 10
 <meta  name="generator" content="Org-mode" />
10 11
 <meta  name="author" content="Bob Mottram" />
11 12
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
@@ -13,16 +14,22 @@
13 14
 <meta  name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14 15
 <style type="text/css">
15 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 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 26
   .tag    { background-color: #eee; font-family: monospace;
20 27
             padding: 2px; font-size: 80%; font-weight: normal; }
21 28
   .timestamp { color: #bebebe; }
22 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 33
   .underline { text-decoration: underline; }
27 34
   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
28 35
   p.verse { margin-left: 3%; }
@@ -61,15 +68,14 @@
61 68
   caption.t-above { caption-side: top; }
62 69
   caption.t-bottom { caption-side: bottom; }
63 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 77
   dt { font-weight: bold; }
71
-  .footpara:nth-child(2) { display: inline; }
72
-  .footpara { display: block; }
78
+  .footpara { display: inline; }
73 79
   .footdef  { margin-bottom: 1em; }
74 80
   .figure { padding: 1em; }
75 81
   .figure p { text-align: center; }
@@ -147,8 +153,7 @@ for the JavaScript code in this tag.
147 153
 <a name="top" id="top"></a>
148 154
 </div>
149 155
 <div id="content">
150
-<h1 class="title"></h1>
151
-<div class="center">
156
+<div class="org-center">
152 157
 
153 158
 <div class="figure">
154 159
 <p><img src="./images/logo.png" alt="logo.png" />
@@ -160,11 +165,11 @@ for the JavaScript code in this tag.
160 165
 
161 166
 
162 167
 <colgroup>
163
-<col  class="left" />
168
+<col  class="org-left" />
164 169
 </colgroup>
165 170
 <tbody>
166 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 173
 </tr>
169 174
 </tbody>
170 175
 </table>
@@ -180,6 +185,18 @@ You can find the source code for this project <a href="https://github.com/bashrc
180 185
 <p>
181 186
 Bugs or feature requests should be <a href="https://github.com/bashrc/freedombone/issues">entered here</a>.
182 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 200
 </div>
184 201
 <div id="postamble" class="status">
185 202