[graphic-forms-cvs] r47 - trunk/docs/website
junrue at common-lisp.net
junrue at common-lisp.net
Sat Mar 18 19:17:32 UTC 2006
Author: junrue
Date: Sat Mar 18 14:17:32 2006
New Revision: 47
Added:
trunk/docs/website/sourceforge.html
Modified:
trunk/docs/website/docs.html
trunk/docs/website/download.html
trunk/docs/website/index.html
trunk/docs/website/screenshots.html
Log:
updated for newly-created SourceForge project
Modified: trunk/docs/website/docs.html
==============================================================================
--- trunk/docs/website/docs.html (original)
+++ trunk/docs/website/docs.html Sat Mar 18 14:17:32 2006
@@ -3,12 +3,16 @@
<head>
<title>Graphic-Forms Documentation</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <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">
+ <h3>Graphic-Forms documentation</h3>
+ </div>
+
<h3><a href="reference/index.html">Programming Reference</a></h3>
<h3>FAQ</h3>
Modified: trunk/docs/website/download.html
==============================================================================
--- trunk/docs/website/download.html (original)
+++ trunk/docs/website/download.html Sat Mar 18 14:17:32 2006
@@ -3,28 +3,33 @@
<head>
<title>Graphic-Forms Source Control</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <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">
+ <h3>Graphic-Forms downloads</h3>
+ </div>
+
<p>Graphic-Forms is distributed in source code form. Please choose from
one of the following options:
<ul>
<li>
- <a href="http://sourceforge.net/project/showfiles.php?group_id=1355">Download</a>
- a release tarball.
+ <a href="http://sourceforge.net/project/showfiles.php?group_id=163034">Download</a>
+ a release tarball. File hosting courtesy of
+ <a href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=20959" width="88" height="31" border="0" alt="SourceForge Logo"></a><p/>
</li>
<li>
<a href="http://common-lisp.net/faq.shtml">Download</a>
the current development tree via anonymous Subversion.
- Note: <i><project-name></i> is <i>graphic-forms</i>.
+ Note: <i><project-name></i> is <i>graphic-forms</i>.<p/>
</li>
<li>
<a href="http://common-lisp.net/websvn/listing.php?repname=graphic-forms&path=%2F&sc=0">Browse</a>
- the Subversion repository.
+ the Subversion repository.<p/>
</li>
</ul>
</p>
Modified: trunk/docs/website/index.html
==============================================================================
--- trunk/docs/website/index.html (original)
+++ trunk/docs/website/index.html Sat Mar 18 14:17:32 2006
@@ -3,32 +3,32 @@
<head>
<title>Graphic-Forms project</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <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>Graphic-Forms</h1>
- <h2>A user interface toolkit for the Windows® platform.</h2>
- </div>
-
- <div class="NavBar">
- <a class="barfirst" href="http://awayrepl.blogspot.com/">News</a>
- <a class="barcenter" href="screenshots.html">Screenshots</a>
- <a class="barcenter" href="download.html">Download</a>
- <a class="barcenter" href="docs.html">Documentation</a>
- <a class="barlast" href="http://sourceforge.net/tracker/?group_id=1355&atid=101355">Bug Database</a>
-</div>
-
-
- <h3>Introduction</h3>
-
- <p>Graphic-Forms is a user interface library implemented in
- <a href="http://www.lisp.org">Common Lisp</a> focusing on the
- Windows® platform. Graphic-Forms is licensed under the
- terms of the
- <a href="http://home.earthlink.net/~jdunrue/license.html">BSD License</a>.</p>
+ <div class="header">
+ <h1>Graphic-Forms</h1>
+ <h2>A user interface toolkit for the Windows® platform.</h2>
+ </div>
+
+ <div class="NavBar">
+ <a class="barfirst" href="http://awayrepl.blogspot.com/">News</a>
+ <a class="barcenter" href="screenshots.html">Screenshots</a>
+ <a class="barcenter" href="download.html">Download</a>
+ <a class="barcenter" href="docs.html">Documentation</a>
+ <a class="barlast" href="https://sourceforge.net/tracker/?group_id=163034&atid=826145">Bug Database</a>
+ </div>
+
+
+ <h3>Introduction</h3>
+
+ <p>Graphic-Forms is a user interface library implemented in
+ <a href="http://www.lisp.org">Common Lisp</a> focusing on the
+ Windows® platform. Graphic-Forms is licensed under the
+ terms of the
+ <a href="http://home.earthlink.net/~jdunrue/license.html">BSD License</a>.</p>
<p>In the near term, the goal
is to provide a toolkit encapsulating the underlying
Modified: trunk/docs/website/screenshots.html
==============================================================================
--- trunk/docs/website/screenshots.html (original)
+++ trunk/docs/website/screenshots.html Sat Mar 18 14:17:32 2006
@@ -3,12 +3,16 @@
<head>
<title>Graphic-Forms Screenshots</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <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">
+ <h3>Graphic-Forms screenshots</h3>
+ </div>
+
<p>Screenshots coming soon...stay tuned!</p>
<div class="footer">
Added: trunk/docs/website/sourceforge.html
==============================================================================
--- (empty file)
+++ trunk/docs/website/sourceforge.html Sat Mar 18 14:17:32 2006
@@ -0,0 +1,16 @@
+<!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>Graphic-Forms project</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+ <meta http-equiv="pragma" content="no-cache" />
+ <meta http-equiv="expires" content="0" />
+ <meta http-equiv="refresh" content="$1$; http://common-lisp.net/project/graphic-forms" />
+</head>
+
+<body>
+ <p>Redirecting to common-lisp.net hosted website...</p>
+</body>
+
+</html>
More information about the Graphic-forms-cvs
mailing list