heptagon/web/bib.php
Gwenal Delaval 2e0abee73c Added web site
First version of web site

URL of on-line web site is http://heptagon.gforge.inria.fr

The script rsyncweb allows to sync between the repository and the online site (by use of rsync)
2012-07-12 16:08:36 +02:00

23 lines
563 B
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<link type="text/css" href="style.css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Heptagon publications</title>
</head>
<body>
<?php include('toc.php'); ?>
<?php include('header.php'); ?>
<div id="content">
<h3>Publications about Heptagon: definition, compilation, case studies</h3>
<?php include('publications.html'); ?>
</div>
</body>
</html>