aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--agplv3-source.html31
-rw-r--r--index.css9
-rw-r--r--index.html8
4 files changed, 47 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index adaf681..5cfb747 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ INSTALL ?= install
DESTDIR ?= html
TARGETS = \
+ agplv3-source.html \
index.html \
index.css \
COPYING \
diff --git a/agplv3-source.html b/agplv3-source.html
new file mode 100644
index 0000000..88d4870
--- /dev/null
+++ b/agplv3-source.html
@@ -0,0 +1,31 @@
+<html>
+ <head>
+ <title>Replicant Git</title>
+ <link rel="shortcut icon" href="/replicant_favicon.ico" type="image/png" />
+ <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
+ <meta content="utf-8" http-equiv="encoding">
+ <link rel="stylesheet" href="./index.css" type="text/css">
+ </head>
+ <body>
+ <style>
+ body { font-family: sans-serif; line-height: 1.5; background:#fff;}
+ a{ color: #666;}
+ </style>
+ <table style="width:100%">
+ <tr>
+ <th>Description</th>
+ <th>Running source code</th>
+ <th>Git repository</th>
+ </tr>
+ <tr>
+ <td>Apache2 configuration</td>
+ <td><a href="apache2.tar.xz">apache2.tar.xz</a></td>
+ <td><a href="infrastructure/etc_apache2">etc_apache2</a></td>
+ </tr>
+ <tr>
+ <td>This website</td>
+ <td></td>
+ <td><a href="infrastructure/git.replicant.us/">git.replicant.us</a></td>
+ </tr>
+ </table>
+</body></html>
diff --git a/index.css b/index.css
index a274b7b..20ac759 100644
--- a/index.css
+++ b/index.css
@@ -38,7 +38,14 @@
background-color: #3278b3;
}
-
#third {
background-color: #167c80;
}
+
+#fourth {
+ background-color: #777777
+}
+
+table, th, td {
+ border: 1px solid black;
+}
diff --git a/index.html b/index.html
index be59187..4780b55 100644
--- a/index.html
+++ b/index.html
@@ -62,6 +62,12 @@
<p class="itemtext">mirrored repos from freesmartphone</p>
</a>
</div>
- </div>
+ <div id="fourth" class="tile">
+ <a href="agplv3-source.html">
+ <h2 class="itemheading">Running services</h2>
+ <p class="itemtext">AGPLv3(+) code for the Replicant VM services</p>
+ </a>
+ </div>
+ </div>
</body></html>