diff options
author | Stijn Buys <ingar@osirion.org> | 2008-07-14 12:30:27 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-07-14 12:30:27 +0000 |
commit | b75d57ad691c2f1612ee430c2805d541703971de (patch) | |
tree | 5dc47937acebe94572dda794800d9004e57db856 /doc/index.html | |
parent | 821e88a6d147a13e0e4eca1b0c1c770e3bee3a90 (diff) |
converting documentation to HTML
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..8ae6ffc --- /dev/null +++ b/doc/index.html @@ -0,0 +1,67 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> + <link rel="stylesheet" type="text/css" href="style.css"> + <TITLE>The Osirion Project</TITLE> +</head> +<body> + +<H1> + The Osirion Project +</H1> + +<p> + The Osirion project is a game engine in the early stages of development. + It's written in C++ and uses SDL, OpenGL, OpenAL and zlib. + With this project I want to get some insight in the involved + technologies and game develpment in general. +</p> + +<H2> + Project::OSiRiON +</H2> + +<p> + Project::OSiRiON is the name of the game that uses the Osirion Project engine. + The game is located in a still unnamed region of space with gameplay inspired + by games like <a href="http://www.microsoft.com/games/freelancer/">Freelancer</a> and + <A href="http://wcuniverse.sourceforge.net/announcements.htm">Privateer</a>. +</p> + +<p> + Right now the game world is a rather large sandbox. You can fly around in + different ships and explore the solar system, but important features + like weapons, docking and collision detection are not yet implemented. +</p> + +<h2> + Content +</h2> + +<p> + The documentation is divided into several sections: + + <ul> + <li><a href="installation.html">Installation</a> + <li>Player manual + <li>Administrator manual + <li>Developer manual + </ul> +</p> + +<h2> + Copyright +</h2> + +<p> + The Osirion Project source code and related files, and the Project::OSiRiON game data + are distributed under the terms and conditions of the + <a href="license.html">GNU General Public license, version 2</a>. +</p> +<p> + Copyright © 2007-2008, Stijn "Ingar" Buys <ingar@telenet.be> +</p> + +</body> +</html>
\ No newline at end of file |