annotate 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
rev   line source
adamc@39 1 <html>
adamc@39 2 <head>
adamc@39 3 <link rel="stylesheet" type="text/css" href="/style.css">
adamc@39 4 <title>Certified Programming with Dependent Types</title>
adamc@39 5 </head><body>
adamc@39 6 <h1>Certified Programming with Dependent Types</h1>
adamc@39 7 <h2><a href="/">Adam Chlipala</a></h2>
adamc@39 8
adamc@39 9 <div class="summary">
adamc@39 10 <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>
adamc@39 11
adamc@39 12 <p>This is the text for a <a href="http://www.cs.harvard.edu/~adamc/cpdt/">Fall 2008 class at Harvard</a>.</p>
adamc@39 13 </div>
adamc@39 14
adamc@39 15 <div class="project">
adamc@39 16 <ul>
adamc@39 17 <li> <a href="cpdt.pdf">Latest draft as a PDF</a></li>
adamc@39 18 <li> <a href="html/toc.html">Online version of latest draft, as hyperlinked HTML</a></li>
adamc@39 19 <li> <a href="cpdt.tgz">Tarball of Coq source to latest draft</a></li>
adamc@39 20 </div>
adamc@39 21
adamc@39 22 </body></html>