Added an index.html page

This commit is contained in:
sb 2008-10-14 11:39:36 +00:00
parent 01e25adf5a
commit 1d7f3fa9b2

39
index.html Executable file
View file

@ -0,0 +1,39 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">
<head>
<title>Stable &lt; ADL &lt; Libraries &lt; Cygnet Solutions</title>
<link rel="shortcut icon" href="http://www.cygnets.co.uk/favicon.ico" />
<link rel="top" href="/" />
<style type="text/css" media="all">
@import url(http://www.cygnets.co.uk/style/global.css);
@import url(http://www.cygnets.co.uk/index-style.css);
</style>
</head>
<body>
<div id="page">
<div id="nav">
<img src="http://www.cygnets.co.uk/rondel-full.jpg" id="rondel" alt="[the Cygnet logo]" />
<ul id="common-links">
<li id="l1"><a href="http://wiki.cygnets.co.uk/index.php?title=Main_Page">Wiki</a></li>
<li id="l2"><a href="http://cvs.cygnets.co.uk/cgi-bin/cvsweb/">CVS</a></li>
<li id="l3"><a href="http://bugzilla.cygnets.co.uk/">Bugzilla</a></li>
<li id="l4"><a href="http://libs.cygnets.co.uk/">Home page</a></li>
</ul>
-->
</div>
<div style="margin: 0 2em">
<h1>
Application Description Language Framework version 1.1</h1>
<p>
This is version 1.1 of the Application Description Language framework. It is a
<b>STABLE</b> version. If you are experimenting with extending the framework you may want to use
the current <b><a href="/adl/unstable/ADL/">UNSTABLE</a></b> version</p>
<ul>
<li>The DTD for this version is <a href="schemas/adl-1.1.dtd">here</a>.</li>
<li>Transforms for this version are <a href="transforms">here</a>.</li>
<li>Documentation for ADL can be found <a href="http://wiki.cygnets.co.uk/index.php?title=Application_Description_Language_framework">
here</a>.</li>
</ul>
</div>
</div>
</body>
</html>