[Mit-cadr-cvs] r1 - branches public_html tags trunk trunk/historical trunk/hw trunk/lisp trunk/simulator

bparker at common-lisp.net bparker at common-lisp.net
Tue Sep 20 00:16:39 UTC 2011


Author: bparker
Date: Mon Sep 19 17:16:38 2011
New Revision: 1

Log:
initial tree

Added:
   branches/
   public_html/
   public_html/index.html
   tags/
   trunk/
   trunk/historical/
   trunk/hw/
   trunk/lisp/
   trunk/simulator/

Added: public_html/index.html
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ public_html/index.html	Mon Sep 19 17:16:38 2011	(r1)
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <title>mit-cadr project</title>
+ <link rel="stylesheet" type="text/css" href="style.css"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+</head>
+
+<body>
+ <div class="header">
+  <h1>mit-cadr</h1>
+  <h2>A sample common-lisp.net project</h2>
+ </div>
+
+ <h3>Introduction</h3>
+
+ <p>At the very least, there should be a litle description of your project
+ here. The rest of this page is optional, and you should modify it to
+ suit your needs. Here you should also say what license you have
+ chosen for your project.</p>
+
+ <h3>Mailing Lists</h3>
+ <ul>
+  <li>
+   <a
+    href="http://www.common-lisp.net/mailman/listinfo/sample-devel">
+    mit-cadr-devel</a><br/>for developers</li>
+  <li>
+   <a
+    href="http://www.common-lisp.net/mailman/listinfo/sample-devel">
+    mit-cadr-cvs</a><br/>CVS log feed.</li>
+  <li>
+   <a
+    href="http://www.common-lisp.net/mailman/listinfo/sample-devel">
+    mit-cadr-announce</a><br/>for announcements.</li>
+
+ </ul>
+
+ <h3>Download</h3>
+
+ <p>This project has not released any files.</p>
+
+ <h3>CVS</h3>
+
+   <p>You can <a
+ href="http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=sample">
+browse our CVS repository</a> or download the current development tree via
+ anonymous cvs, as described <a href="/faq.shtml">here</a></p>
+
+  <h3>Project members</h3>
+<pre><!--#include virtual="../pprinted-project-members/sample" --></pre>
+
+   <div class="footer">
+     <a href="mailto:sincognitus (at) common-lisp (dot) net">Samplus X. Incognitus</a>, 1. Dec. 2003.
+   </div>
+
+   <div class="check">
+     <a href="http://validator.w3.org/check/referer">
+        Valid XHTML 1.0 Strict</a>
+  </div>
+
+ </body>
+</html>




More information about the mit-cadr-cvs mailing list