ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/laroona/index.xhtml
Revision: 1.5
Committed: Thu Jan 12 16:14:40 2012 UTC (12 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
State: FILE REMOVED
Log Message:
Various website updates.

Add links to new Git repositories.
Removed mention of Laroona. That never happened.
Add section on contributing.
Various minor tweaks.

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 <!--#include virtual="/bannerad.inc" -->
30 <h2>
31 <a id="news">News</a>
32 </h2>
33 <h3>
34 Sunday 21 March 2004
35 </h3>
36 <p>
37 Laroona project page created.
38 </p>
39 <h2>
40 <a id="what">What is Laroona?</a>
41 </h2>
42 <p>
43 Laroona is a rewrite of the <a href="/cms/">CMS</a>.
44 </p>
45 <h2>
46 <a id="development">Development</a>
47 </h2>
48 <ul>
49 <li>
50 <a href="http://wiki.i-scream.org/">i-scream wiki</a>
51 </li>
52 </ul>
53 <p>
54 Laroona is currently in the early stages of development.
55 Much of our development work is being done on the i-scream
56 Wiki.
57 </p>
58 </div>
59 <!--#include virtual="/footer.inc" -->
60 </div>
61 <!--#include virtual="/menu.inc" -->
62 </div>
63 </body>
64 </html>