aboutsummaryrefslogtreecommitdiffstats
path: root/vm-source.html
blob: 7c1a05516fb2e5923a13750c646ce5778054679f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<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>
	<th>License</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>
	<td>AGPLv3+</td>
      </tr>
      <tr>
	<td>This website</td>
	<td></td>
	<td><a href="infrastructure/git.replicant.us/">git.replicant.us</a></td>
	<td>CC-BY-SA 3.0 Unported</td>
      </tr>
    </table>
</body></html>