[Clo-cvs] CVS update: sample-project/sample.html sample-project/style.css
Mario Mommer
mmommer at common-lisp.net
Sat Dec 13 10:28:26 UTC 2003
Update of /project/clo/cvsroot/sample-project
In directory common-lisp.net:/tmp/cvs-serv29503
Modified Files:
sample.html style.css
Log Message:
Better looks, better compliance with XHTML 1.0
Date: Sat Dec 13 05:28:25 2003
Author: mmommer
Index: sample-project/sample.html
diff -u sample-project/sample.html:1.1.1.1 sample-project/sample.html:1.2
--- sample-project/sample.html:1.1.1.1 Thu Dec 11 11:49:51 2003
+++ sample-project/sample.html Sat Dec 13 05:28:25 2003
@@ -1,57 +1,65 @@
-<html>
+<?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>SAMPLE project</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- </head>
+ <link rel="stylesheet" type="text/css" href="style.css"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+</head>
- <body>
+<body>
<div class="header">
- <H1>SAMPLE</H1>
- <h2>A sample common-lisp.net project</h2>
+ <h1>SAMPLE</h1>
+ <h2>A sample common-lisp.net project</h2>
</div>
-<h3>Introduction</h3>
+ <h3>Introduction</h3>
-<p>At the very least, there shoul be a litle description of your project
+ <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.</p>
+ 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">
- SAMPLE</a><br>for discussion, questions, etc.</li>
+ SAMPLE</a><br/>for discussion, questions, etc.</li>
<li>
<a
href="http://www.common-lisp.net/mailman/listinfo/sample-devel">
- SAMPLE-devel</a><br>for developers</li>
+ SAMPLE-devel</a><br/>for developers</li>
<li>
<a
href="http://www.common-lisp.net/mailman/listinfo/sample-devel">
- SAMPLE-cvs</a><br>CVS log feed.</li>
+ SAMPLE-cvs</a><br/>CVS log feed.</li>
<li>
<a
href="http://www.common-lisp.net/mailman/listinfo/sample-devel">
- SAMPLE-announce</a><br>for announcements.</li>
+ SAMPLE-announce</a><br/>for announcements.</li>
</ul>
<h3>Download</h3>
- the latest version of SAMPLE is kept <a href="ftp://ftp.common-lisp.net/pub/project/sample/sample.1.2.3.tgz">here</a> (release
- date: 1. december 2003).
+ <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/sample/?cvsroot=sample">browse
- our CVS repository</a> or download the current development tree via
+ <p>You can <a
+ href="http://common-lisp.net/cgi-bin/viewcvs.cgi/sample/?cvsroot=sample">
+browse our CVS repository</a> or download the current development tree via
anonymous cvs, as described <a href="">here</a></p>
-<div class="footer">
- <a href="sincognitus (at) common-lisp (dot) net">Samplus X. Incognitus</a>, 1. Dec. 2003.
-</div>
-
+ <div class="footer">
+ <a href="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>
Index: sample-project/style.css
diff -u sample-project/style.css:1.1.1.1 sample-project/style.css:1.2
--- sample-project/style.css:1.1.1.1 Thu Dec 11 11:49:51 2003
+++ sample-project/style.css Sat Dec 13 05:28:25 2003
@@ -6,7 +6,7 @@
border-style:solid;
border-width: 5px;
border-color:#002244;
- padding: 1mm 1mm 1mm 1mm;
+ padding: 1mm 1mm 1mm 5mm;
}
.footer {
@@ -21,6 +21,34 @@
padding: 1mm 1mm 1mm 1mm;
}
-.footer a:link { font-weight:bold; color:#ffffff; text-decoration:underline }
-.footer a:visited { font-weight:bold; color:#ffffff; text-decoration:underline }
-.footer a:hover { font-weight:bold; color:#ffff00; text-decoration:underline }
+.footer a:link {
+ font-weight:bold;
+ color:#ffffff;
+ text-decoration:underline;
+}
+
+.footer a:visited {
+ font-weight:bold;
+ color:#ffffff;
+ text-decoration:underline;
+}
+
+.footer a:hover {
+ font-weight:bold;
+ color:#002244;
+ text-decoration:underline; }
+
+.check {font-size: x-small;
+ text-align:right;}
+
+.check a:link { font-weight:bold;
+ color:#a0a0ff;
+ text-decoration:underline; }
+
+.check a:visited { font-weight:bold;
+ color:#a0a0ff;
+ text-decoration:underline; }
+
+.check a:hover { font-weight:bold;
+ color:#000000;
+ text-decoration:underline; }
More information about the clo-cvs
mailing list