ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/laroona/index.shtml
Revision: 1.2
Committed: Tue Mar 23 20:22:41 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Move to .xhtml files instead of .shtml. They still use SSI.

We're now validating as XHTML 1.1 (or, at least we will be when I've tested
every page of the site to make sure it validates). I've put the necessary
frigs in the webserver so it returns the content-type as text/html if the
web browser doesn't make any claims to know about application/xhtml+xml
(which is the content type defined by the XHTML standards).

File Contents

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