Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

17
projects/index.php Normal file
View File

@ -0,0 +1,17 @@
<!-- $Id: index.php,v 1.1 2009/09/18 14:31:06 kiwi Exp $ -->
<?php
require_once("../include/function.inc.php");
page("Projects");
?>
<p class="textetitre">All projects</p>
<p>
All projects are now either on my github or framagit
<ul>
<li><b>mod_vhs</b>: Former Virtual Hosting System for Apache. This project is dead.</li>
<li><b>syslogger</b>: Software that sends file each line by each line to syslog. <a href="https://github.com/xbeaudouin/syslogger">GitHub is here</a> and latest version (1.0) can be <a href="syslogger/sysloger-1.0.tar.gz">downloaded.</a></li>
</p>
<p>Others projects can be seen on my <a href="https://github.com/xbeaudouin">GitHub Page</a>
</p>
<?php
finpage();
?>