Update of /cvsroot/zephyrchat/site/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv3421
Modified Files:
index.html
Log Message:
Add initial HTML.
Index: index.html
===================================================================
RCS file: /cvsroot/zephyrchat/site/htdocs/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.html 21 Apr 2003 18:49:30 -0000 1.1
+++ index.html 12 May 2003 00:50:39 -0000 1.2
@@ -1,13 +1,116 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<html>
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+<title>zChat</title>
+
+<style type="text/css"><!--
+@import url("http://rescomp.stanford.edu/~akosut/style/site.css");
+@import url("http://rescomp.stanford.edu/~akosut/style/log.css");
+@import url("http://rescomp.stanford.edu/~akosut/style/software.css");
+--></style>
+
</head>
<body>
-</body>
+<div id="banner" >
+<a href="http://sourceforge.net"> <img
+src="http://sourceforge.net/sflogo.php?group_id=77081&type=5"
+width="210" height="62" border="0" alt="SourceForge.net Logo"
+align="right" /></a>
+
+<h1>zChat</h1>
+<span class="description">Zephyr client for Mac OS X</span>
+<br clear="right" />
+</div>
+
+<div id="container">
+
+<div class="main">
+
+<h2>Description</h2>
+
+<div class="mainbody">
+<img src="img/zchat-icon.png" class="appicon" alt="" />
+<p>
+zChat is a Mac OS X client for the Zephyr Notification Service.
+Zephyr is a "notice transport and delivery system" used for messanging
+at many major universities and other large institutions. The zChat
+client puts a friendly Mac OS X face onto Zephyr.
+</p>
+
+<h3>Screen shots</h3>
+Coming soon...
+<!-- <p><a href="http://rescomp.stanford.edu/~akosut/software/img/ncidpop-macosx.jpg">NCIDpop on Mac OS X</a>
+<br />
+<a href="http://rescomp.stanford.edu/~akosut/software/img/ncidpop-winxp.png">NCIDpop on Windows XP</a>
+-->
+</p>
+
+</div>
+
+<h2 id="download">Download</h2>
+
+<div class="mainbody">
+<h3>Current release: 0.1</h3>
+<p>
+<a
+href="http://sourceforge.net/project/showfiles.php?group_id=77081">Download
+from the SourceForge project file list</a>
+</p>
+
+</div>
+
+<h2>Documentation</h2>
+
+<div class="mainbody">
+
+Coming soon...
+
+</div>
+
+<h2>More Information</h2>
+
+<div class="mainbody">
+
+<p>For more information about zChat, including development information
+and bug tracking, see the <a
+href="http://www.sourceforge.net/projects/zephyrchat/">SourceForge
+project page.</a></p>
+
+</div>
+
+<h2><a name="contact"></a>Contact the Author</h2>
+
+<div class="mainbody">
+
+<p>File <a
+href="http://sourceforge.net/tracker/?atid=549122&group_id=77081">bugs</a>
+or <a href="http://sourceforge.net/tracker/?group_id=77081&atid=549125">feature requests</a> with the SourceForge <a
+href="http://sourceforge.net/tracker/?group_id=77081">Tracker</a>.</p>
+
+<p>Please send any comments or suggestions to <a
+href="http://rescomp.stanford.edu/~akosut/">Alexei Kosut</a> at <code><a
+href="mailto:ak...@cs...">ak...@cs...</a></code>.</p>
+
+</div>
+
+</div>
+</div>
+
+<div id="footer">
+<hr />
+<a href="http://rescomp.stanford.edu/~akosut/">Alexei</a>
+··· <a href="http://rescomp.stanford.edu/~akosut/software/">Software</a>
+··· <a href="http://rescomp.stanford.edu/~akosut/log/">Weblog</a>
+</div>
+
+
+</body>
</html>
|