diff staging/index.html @ 39:fd18331e5c0b

Publishing to the web
author Adam Chlipala <adamc@hcoop.net>
date Fri, 12 Sep 2008 17:18:11 -0400
parents
children de9f78d68053
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/staging/index.html	Fri Sep 12 17:18:11 2008 -0400
@@ -0,0 +1,22 @@
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="/style.css">
+<title>Certified Programming with Dependent Types</title>
+</head><body>
+<h1>Certified Programming with Dependent Types</h1>
+<h2><a href="/">Adam Chlipala</a></h2>
+
+<div class="summary">
+<p>This is the web site for an in-progress textbook about practical engineering with <a href="http://coq.inria.fr/">the Coq proof assistant</a>.  The focus is on building programs with proofs of correctness, using dependent types and scripted proof automation.</p>
+
+<p>This is the text for a <a href="http://www.cs.harvard.edu/~adamc/cpdt/">Fall 2008 class at Harvard</a>.</p>
+</div>
+
+<div class="project">
+<ul>
+<li> <a href="cpdt.pdf">Latest draft as a PDF</a></li>
+<li> <a href="html/toc.html">Online version of latest draft, as hyperlinked HTML</a></li>
+<li> <a href="cpdt.tgz">Tarball of Coq source to latest draft</a></li>
+</div>
+
+</body></html>