From ehuelsmann at common-lisp.net Sun Sep 14 08:45:52 2008 From: ehuelsmann at common-lisp.net (ehuelsmann at common-lisp.net) Date: Sun, 14 Sep 2008 04:45:52 -0400 (EDT) Subject: [ansi-test-cvs] r2130 - public_html Message-ID: <20080914084552.624563E056@common-lisp.net> Author: ehuelsmann Date: Sun Sep 14 04:45:52 2008 New Revision: 2130 Added: public_html/ Log: Create public_html web site root directory. From ehuelsmann at common-lisp.net Sun Sep 14 08:50:18 2008 From: ehuelsmann at common-lisp.net (ehuelsmann at common-lisp.net) Date: Sun, 14 Sep 2008 04:50:18 -0400 (EDT) Subject: [ansi-test-cvs] r2131 - public_html Message-ID: <20080914085018.412E43F038@common-lisp.net> Author: ehuelsmann Date: Sun Sep 14 04:50:17 2008 New Revision: 2131 Added: public_html/index.shtml (contents, props changed) public_html/project-name (contents, props changed) public_html/style.css (contents, props changed) Log: Add (current, empty) content. Added: public_html/index.shtml ============================================================================== --- (empty file) +++ public_html/index.shtml Sun Sep 14 04:50:17 2008 @@ -0,0 +1,25 @@ + + + + + <!--#include virtual="project-name" --> + + + + + +
+

+
+ +

This is an automatically generated placeholder page: this project + has not yet created a website.

+ +

Back to Common-lisp.net.

+ +
+ Valid XHTML 1.0 Strict +
+ + Added: public_html/project-name ============================================================================== --- (empty file) +++ public_html/project-name Sun Sep 14 04:50:17 2008 @@ -0,0 +1 @@ +ansi-test Added: public_html/style.css ============================================================================== --- (empty file) +++ public_html/style.css Sun Sep 14 04:50:17 2008 @@ -0,0 +1,54 @@ + +.header { + font-size: medium; + background-color:#336699; + color:#ffffff; + border-style:solid; + border-width: 5px; + border-color:#002244; + padding: 1mm 1mm 1mm 5mm; +} + +.footer { + font-size: small; + font-style: italic; + text-align: right; + background-color:#336699; + color:#ffffff; + border-style:solid; + border-width: 2px; + border-color:#002244; + 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:#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; } From ehuelsmann at common-lisp.net Sun Sep 14 08:56:39 2008 From: ehuelsmann at common-lisp.net (ehuelsmann at common-lisp.net) Date: Sun, 14 Sep 2008 04:56:39 -0400 (EDT) Subject: [ansi-test-cvs] r2132 - public_html Message-ID: <20080914085639.EA35F3F038@common-lisp.net> Author: ehuelsmann Date: Sun Sep 14 04:56:37 2008 New Revision: 2132 Modified: public_html/index.shtml Log: Add some content (site auto-updater test). Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Sun Sep 14 04:56:37 2008 @@ -21,5 +21,6 @@
Valid XHTML 1.0 Strict
+
$Id$
From ehuelsmann at common-lisp.net Sun Sep 14 09:36:27 2008 From: ehuelsmann at common-lisp.net (ehuelsmann at common-lisp.net) Date: Sun, 14 Sep 2008 05:36:27 -0400 (EDT) Subject: [ansi-test-cvs] r2133 - public_html Message-ID: <20080914093627.6537C4E048@common-lisp.net> Author: ehuelsmann Date: Sun Sep 14 05:36:26 2008 New Revision: 2133 Modified: public_html/index.shtml Log: Actually say something on the project page. Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Sun Sep 14 05:36:26 2008 @@ -13,14 +13,57 @@

-

This is an automatically generated placeholder page: this project - has not yet created a website.

+

Common Lisp ANSI compliance test suite

+ +

Introduction

+ +

This test suite - created by P. F. Dietz - started in the GCL (GNU +Common Lisp) + repository. + Since its inception many CL implementors + have come to use it to test compliance of their implementations. + +

Recent maintenance and extension of the test suite within the +GCL repository has come to a halt. Because of the important position +the test has come to fullfil, it would really be a loss if things stayed +that way. + +

With the creation of this project, we hope to create a platform for +discussion of the ansi standard as well as compliance to it. The test +suite serves as a sound basis to record outcomes of such discussions. + +

Project aims

+ + + +

How?

+ +

Everybody interested in the above - especially implementors of + Common Lisp implementations [not limited to Open Source implementations] + is invited to join the developers mailing list. + + +


Back to Common-lisp.net.

Valid XHTML 1.0 Strict
-
$Id$
+
$Id$
From ehuelsmann at common-lisp.net Sun Sep 14 09:38:08 2008 From: ehuelsmann at common-lisp.net (ehuelsmann at common-lisp.net) Date: Sun, 14 Sep 2008 05:38:08 -0400 (EDT) Subject: [ansi-test-cvs] r2134 - public_html Message-ID: <20080914093808.411974E026@common-lisp.net> Author: ehuelsmann Date: Sun Sep 14 05:38:07 2008 New Revision: 2134 Modified: public_html/index.shtml Log: Slight rewording. Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Sun Sep 14 05:38:07 2008 @@ -18,7 +18,7 @@

Introduction

-

This test suite - created by P. F. Dietz - started in the This test suite - largely created by P. F. Dietz - started in the GCL (GNU Common Lisp) repository.