18 lines
693 B
PHP
18 lines
693 B
PHP
<!-- $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();
|
|
?>
|