Browse Source

Developer variant

Bob Mottram 10 years ago
parent
commit
0daa1f2ade
2 changed files with 9 additions and 2 deletions
  1. 1
    0
      doc/EN/variants.org
  2. 8
    2
      website/EN/variants.html

+ 1
- 0
doc/EN/variants.org View File

@@ -18,4 +18,5 @@ Freedombone may be installed either in its entirety or as different variants wit
18 18
 | *Media*      | Runs media services such as DLNA to play music or videos on your devices |
19 19
 | *Writer*     | Host your blog and wiki                                                  |
20 20
 | *Chat*       | Encrypted IRC and XMPP services for one-to-one and many-to-many chat     |
21
+| *Developer*  | Github-like system to host your software projects                        |
21 22
 | *Nonmailbox* | Installs eveything except for the email server                           |

+ 8
- 2
website/EN/variants.html View File

@@ -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:49 -->
7
+<!-- 2015-04-05 Sun 15:51 -->
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" />
@@ -15,7 +15,8 @@
15 15
  <!--/*--><![CDATA[/*><!--*/
16 16
   .title  { text-align: center; }
17 17
   .todo   { font-family: monospace; color: red; }
18
-  .done   { color: green; }
18
+  .done   { font-family: monospace; color: green; }
19
+  .priority { font-family: monospace; color: orange; }
19 20
   .tag    { background-color: #eee; font-family: monospace;
20 21
             padding: 2px; font-size: 80%; font-weight: normal; }
21 22
   .timestamp { color: #bebebe; }
@@ -213,6 +214,11 @@ Freedombone may be installed either in its entirety or as different variants wit
213 214
 </tr>
214 215
 
215 216
 <tr>
217
+<td class="left"><b>Developer</b></td>
218
+<td class="left">Github-like system to host your software projects</td>
219
+</tr>
220
+
221
+<tr>
216 222
 <td class="left"><b>Nonmailbox</b></td>
217 223
 <td class="left">Installs eveything except for the email server</td>
218 224
 </tr>