[Kos-cvs] kos-web downloads-bin.php, NONE, 1.1 downloads-src.php,
NONE, 1.1
thomas at kos.enix.org
thomas at kos.enix.org
Wed Jan 5 21:45:30 CET 2005
Update of /var/cvs/kos/kos-web
In directory the-doors:/tmp/cvs-serv32218
Added Files:
downloads-bin.php downloads-src.php
Log Message:
Clarification de quelques pages
--- NEW FILE: downloads-bin.php ---
<?
$topsrcdir = ".";
include("$topsrcdir/include/site.php");
include("$topsrcdir/include/header.php");
include("$topsrcdir/include/footer.php");
include("$topsrcdir/include/$lang.php");
include("$topsrcdir/include/toc.php");
include("$topsrcdir/include/main.php");
put_header("DOWNLOADBIN",
array ("fr" => "Téléchargement des binaires",
"en" => "Binaries download"));
put_toc("DOWNLOADBIN");
content_section("contents/snapshots_bin");
put_footer();
?>
--- NEW FILE: downloads-src.php ---
<?
$topsrcdir = ".";
include("$topsrcdir/include/site.php");
include("$topsrcdir/include/header.php");
include("$topsrcdir/include/footer.php");
include("$topsrcdir/include/$lang.php");
include("$topsrcdir/include/toc.php");
include("$topsrcdir/include/main.php");
put_header("DOWNLOADSRC",
array ("fr" => "Téléchargement des sources",
"en" => "Code source download"));
put_toc("DOWNLOADSRC");
content_section("contents/snapshots_src");
put_footer();
?>
More information about the Kos-cvs
mailing list