Developer variant
This commit is contained in:
parent
ccdbd18a65
commit
0daa1f2ade
|
@ -18,4 +18,5 @@ Freedombone may be installed either in its entirety or as different variants wit
|
||||||
| *Media* | Runs media services such as DLNA to play music or videos on your devices |
|
| *Media* | Runs media services such as DLNA to play music or videos on your devices |
|
||||||
| *Writer* | Host your blog and wiki |
|
| *Writer* | Host your blog and wiki |
|
||||||
| *Chat* | Encrypted IRC and XMPP services for one-to-one and many-to-many chat |
|
| *Chat* | Encrypted IRC and XMPP services for one-to-one and many-to-many chat |
|
||||||
|
| *Developer* | Github-like system to host your software projects |
|
||||||
| *Nonmailbox* | Installs eveything except for the email server |
|
| *Nonmailbox* | Installs eveything except for the email server |
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title></title>
|
||||||
<!-- 2014-10-26 Sun 20:49 -->
|
<!-- 2015-04-05 Sun 15:51 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="generator" content="Org-mode" />
|
<meta name="generator" content="Org-mode" />
|
||||||
<meta name="author" content="Bob Mottram" />
|
<meta name="author" content="Bob Mottram" />
|
||||||
|
@ -15,7 +15,8 @@
|
||||||
<!--/*--><![CDATA[/*><!--*/
|
<!--/*--><![CDATA[/*><!--*/
|
||||||
.title { text-align: center; }
|
.title { text-align: center; }
|
||||||
.todo { font-family: monospace; color: red; }
|
.todo { font-family: monospace; color: red; }
|
||||||
.done { color: green; }
|
.done { font-family: monospace; color: green; }
|
||||||
|
.priority { font-family: monospace; color: orange; }
|
||||||
.tag { background-color: #eee; font-family: monospace;
|
.tag { background-color: #eee; font-family: monospace;
|
||||||
padding: 2px; font-size: 80%; font-weight: normal; }
|
padding: 2px; font-size: 80%; font-weight: normal; }
|
||||||
.timestamp { color: #bebebe; }
|
.timestamp { color: #bebebe; }
|
||||||
|
@ -212,6 +213,11 @@ Freedombone may be installed either in its entirety or as different variants wit
|
||||||
<td class="left">Encrypted IRC and XMPP services for one-to-one and many-to-many chat</td>
|
<td class="left">Encrypted IRC and XMPP services for one-to-one and many-to-many chat</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="left"><b>Developer</b></td>
|
||||||
|
<td class="left">Github-like system to host your software projects</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="left"><b>Nonmailbox</b></td>
|
<td class="left"><b>Nonmailbox</b></td>
|
||||||
<td class="left">Installs eveything except for the email server</td>
|
<td class="left">Installs eveything except for the email server</td>
|
||||||
|
|
Loading…
Reference in New Issue