ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/laroona/index.xhtml
Revision: 1.3
Committed: Tue Mar 23 23:43:35 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.2: +57 -57 lines
Log Message:
Another biggish commit.

All pages are now XHTML 1.1 compliant. I've also tided (with the help of
the tidy tool) all the pages, so they're neater.

There are still parts of the site that won't validate - such as the CGI
scripts, and the CVS stuff - but I'll get to them tomorrow.

File Contents

# Content
1 <!--#include virtual="/doctype.inc" -->
2 <head>
3 <title>
4 i-scream Laroona homepage
5 </title>
6 <!--#include virtual="/style.inc" -->
7 </head>
8 <body>
9 <div id="container">
10 <div id="main">
11 <!--#include virtual="/header.inc" -->
12 <div id="contents">
13 <h1 class="top">
14 i-scream Laroona homepage
15 </h1>
16 <div id="topnav">
17 <ul>
18 <li>
19 <a href="#news">News</a>
20 </li>
21 <li>
22 <a href="#what">What is Laroona?</a>
23 </li>
24 <li>
25 <a href="#development">Development</a>
26 </li>
27 </ul>
28 </div>
29 <h2>
30 <a id="news">News</a>
31 </h2>
32 <h3>
33 Sunday 21 March 2004
34 </h3>
35 <p>
36 Laroona project page created.
37 </p>
38 <h2>
39 <a id="what">What is Laroona?</a>
40 </h2>
41 <p>
42 Laroona is a rewrite of the <a href="/cms/">CMS</a>.
43 </p>
44 <h2>
45 <a id="development">Development</a>
46 </h2>
47 <ul>
48 <li>
49 <a href="http://wiki.i-scream.org/">i-scream wiki</a>
50 </li>
51 </ul>
52 <p>
53 Laroona is currently in the early stages of development.
54 Much of our development work is being done on the i-scream
55 Wiki.
56 </p>
57 </div>
58 <!--#include virtual="/footer.inc" -->
59 </div>
60 <!--#include virtual="/menu.inc" -->
61 </div>
62 </body>
63 </html>