diff options
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 320 |
1 files changed, 183 insertions, 137 deletions
diff --git a/doc/index.html b/doc/index.html index 2a553a4..46fd05b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -20,132 +20,160 @@ </td> </tr><tr> <td class="osirionmenu"> - <a class="osirionmenu" href="http://osirion.org/">Home</a> . - <a class="osirionmenu" href="http://osirion.org/index.php?page=downloads">Downloads</a> . - <a class="osirioncurrent" href="index.html">Documentation</a> . - <a class="osirionmenu" href="http://osirion.org/forum/">Forum</a> . - <a class="osirionmenu" href="http://osirion.org/wiki/">Wiki</a> . - <a class="osirionmenu" href="http://osirion.org/tracker/">Tracker</a> + <a class="osirionmenu" href="http://osirion.org/">News</a> . + <a class="osirioncurrent" href="index.html">Documentation</a> . + <a class="osirionmenu" href="http://osirion.org/index.php?page=screenshots">Screenshots</a> . + <a class="osirionmenu" href="http://osirion.org/index.php?page=downloads">Downloads</a> . + <a class="osirionmenu" href="http://osirion.org/forum/">Forum</a> . + <a class="osirionmenu" href="http://osirion.org/wiki/">Wiki</a> . + <a class="osirionmenu" href="http://osirion.org/tracker/">Tracker</a> </td> </tr> </table> -<div id="content"> +<div id="pagecontent"> <!-- Documentation ========================================= --> -<div id="about"> -<h1>About</h1> -<p> - Project::OSiRiON is a free space trading and combat simulation under development. - Its goal is to create an immersive universe with open gameplay inspired by classic titles such as - <a href="http://en.wikipedia.org/wiki/Wing_Commander:_Privateer">Privateer</a> and - <a href="http://en.wikipedia.org/wiki/Freelancer_(video_game)">Freelancer</a>. -</p> -<!-- <img src="images/logo.png" ALT="Project::OSiRiON logo">--> -<p> - The engine is written from scratch in C++ and uses SDL, OpenGL, OpenAL, libjpeg, libpng, zlib - and the <a href="http://www.bulletphysics.com/">Bullet physics library</a>. It is - a work in progress and evolves with the game as required. -</p> -<p> - The basic components are already in place: players can start a single-player game, - or join a network server. They can purchase a ship, explore the universe and earn - some cash trading cargo. Other important parts, like weapons and combat features, - are still missing. -</p> -<p> - The game aims to be fully customizable. Common and easy to edit file formats - make it trivial to change most of the game settings and world definitions. -</p> -<p> +<div class="content"> + +<h1 class="content">About</h1> + +<p class="content"> + Project::OSiRiON is a free space trading and combat simulation under + development. Its goal is to create an immersive universe with open + gameplay inspired by classic titles such as Privateer and Freelancer. +</p><p class="content"> + The basic components are already in place: players can start + a single-player game, or join a network server. They can purchase a ship, + explore the universe and earn some cash trading cargo. Combat features + are under development. +</p><p class="content"> + The game aims to be fully customizable: common and easy to edit file + formats make it trivial to change most of the game settings and world definitions. + Most of the world customization can be done server-side, without the need + for clients to install additional world definitions. Packages of the latest development build are available for windows and linux. </p> -</div> -<!-- Documentation content ========================================= --> +</div> <!-- div content --> + +<!-- General Information =========================================== --> + +<div class="content"> -<hr> -<h3>Installation</h3> -<ul> - <li><a href="installation_release.html">Installing the latest release</a> - <li><a href="installation_source.html">Building from source code</a> - <li><a href="installation_develop.html">Building the development version</a> +<h2 class="content">General information</h2> +<ul class="content"> + <li class="content"><a href="#internet">Internet</a> + <li class="content"><a href="#development">Development</a> + <li class="content"><a href="#team">Team</a> + <li class="content"><a href="#contributers">Contributors</a> + <li class="content"><a href="#credits">Credits</a> + <li class="content"><a href="attributions.html">Attributions</a> + <li class="content"><a href="#copyright">Copyright</a> + <li class="content"><a href="#acknowledgements">Acknowledgements</a> </ul> -<hr> -<h3>Manual</h3> -<ul> - <li><a href="guide.html">Player Guide</a> <span class="superscript">needs updating</span> - <li><a href="manual.html">User Manual</a> <span class="superscript">needs updating</span> - <li><a href="starsystem_roadmap.html">Starsystem Roadmap</a> - <li><a href="storyline.html">Storyline</a> <span class="superscript">todo</span> +<h2 class="content">Installation</h2> +<ul class="content"> + <li class="content"><a href="installation_release.html">Installing the latest release</a> + <li class="content"><a href="installation_source.html">Building from source code</a> + <li class="content"><a href="installation_develop.html">Building the development version</a> </ul> -<hr> -<h3>Editing</h3> -<ul> - <li><a href="world.html">Editing the world</a> <span class="superscript">needs updating</span> - <li><a href="models.html">Creating models</a> <span class="superscript">needs updating</span> +<h2 class="content">Manual</h2> +<ul class="content"> + <li class="content"><a href="starsystem_roadmap.html">Starsystem Roadmap</a> + <li class="content"><a href="storyline.html">Storyline</a> + <li class="content"><a href="guide.html">Player Guide</a> <span class="superscript">needs updating</span> + <li class="content"><a href="manual.html">User Manual</a> <span class="superscript">needs updating</span> </ul> -<hr> -<h3>General information</h3> -<ul> - <li><a href="#internet">Internet</a> - <li><a href="#development">Development</a> - <li><a href="#team">Team</a> - <li><a href="#contributers">Contributors</a> - <li><a href="#credits">Credits</a> - <li><a href="attributions.html">Attributions</a> - <li><a href="#copyright">Copyright</a> - <li><a href="#acknowledgements">Acknowledgements</a> +<h2 class="content">Editing</h2> +<ul class="content"> + <li class="content"><a href="world.html">Editing the world</a> <span class="superscript">needs updating</span> + <li class="content"><a href="models.html">Creating models</a> <span class="superscript">needs updating</span> </ul> +<p class="content"></p> + +</div> <!-- div content --> <!-- Internet ====================================================== --> -<h2 id="internet">Internet</h2> +<div class="content"> -<p> +<h2 class="content" id="internet">Internet</h2> + +<p class="content"> The website for Project::OSiRiON can be found at <a href="http://osirion.org">http://osirion.org</a> </p> -<p> +<p class="content"> The community forums can be found at <a href="http://osirion.org/forum">http://osirion.org/forum</a> </p> -<p> +<p class="content"> + Documentation can be found on the wiki at + <a href="http://osirion.org/wiki">http://osirion.org/wiki</a> +</p> +<p class="content"> The official IRC channel is <a href="irc://chat.freenode.net/%23osirion">#osirion</a> on the <a href="http://freenode.net/">FreeNode</a> IRC network. </p> +</div> <!-- div content --> + <!-- Development =================================================== --> -<h2 id="development">Development</h2> -<p> +<div class="content"> + +<h2 class="content" id="development">Development</h2> +<!--<p class="content"> SVN activity is monitored by <a href="http://cia.vc/">CIA.vc</a>, the project pages can be found here: - <ul> - <li><a href="http://cia.vc/stats/project/Osirion">osirion</a> - <li><a href="http://cia.vc/stats/project/osirion-data">osirion-data</a> + <ul class="content"> + <li class="content"><a href="http://cia.vc/stats/project/Osirion">osirion</a> + <li class="content"><a href="http://cia.vc/stats/project/osirion-data">osirion-data</a> </ul> +</p>--> +<p class="content"> + The engine is written from scratch in C++ and uses common libraries + like SDL, OpenGL and OpenAL. Physics simulation is provided by the + Bullet physics library. The engine is a work in progress and evolves + with the game as required. </p> -<p> - The repositories can also be viewed online: - <ul> - <li><a href="http://osirion.org/viewvc/index.cgi/osirion/">osirion</a> - <li><a href="http://osirion.org/viewvc/index.cgi/osirion-data/">osirion-data</a> - <li><a href="http://osirion.org/viewvc/index.cgi/osirion-data-src/">osirion-data-src</a> - </ul> +<p class="content"> + The latest version of the source code and the game can be downloaded + from the Subversion repositories: </p> -<p> +<ul class="content"> + <li class="content"><a href="svn://osirion.org/osirion/">svn://osirion.org/osirion</a> + <li class="content"><a href="svn://osirion.org/osirion-data/">svn://osirion.org/osirion-data</a> + <li class="content"><a href="svn://osirion.org/osirion-data-src/">svn://osirion.org/osirion-data-src</a> <span class="superscript">optional</span> +</ul> +<p class="content"> +The repositories can also be viewed online: +</p> + +<ul class="content"> + <li class="content"><a href="http://osirion.org/viewvc/index.cgi/osirion/">osirion</a> + <li class="content"><a href="http://osirion.org/viewvc/index.cgi/osirion-data/">osirion-data</a> + <li class="content"><a href="http://osirion.org/viewvc/index.cgi/osirion-data-src/">osirion-data-src</a> +</ul> + +<p class="content"> The project development roadmap and an overview of open issues can be found on the - <a class="osirionmenu" href="http://osirion.org/tracker/">tracker</a>. + <a href="http://osirion.org/tracker/">tracker</a>. +</p> + +</div> <!-- div content --> <!-- Team ========================================================== --> -<h2 id="team">Team</h2> -<p> +<div class="content"> + +<h2 class="content" id="team">Team</h2> +<p class="content"> The core team, these people work on the game and decide about its future: </p> <table class="fullwidth"> @@ -165,11 +193,17 @@ </tr> </table> +<p class="content"></p> + +</div> <!-- div content --> + <!-- Contributors ================================================== --> -<h2 id="contributers">Contributors</h2> +<div class="content"> -<p> +<h2 class="content" id="contributers">Contributors</h2> + +<p class="content"> These people created new content for the game: </p> @@ -186,90 +220,104 @@ </tr> </table> +<p class="content"></p> + +</div> <!-- div content --> + <!-- Credits ======================================================= --> -<h2 id="credits">Credits</h2> +<div class="content"> -<p> +<h2 class="content" id="credits">Credits</h2> + +<p class="content"> People who made their existing work available: </p> +<ul class="content"> + <li class="content"><a href="http://www.kurotorobert.com/">Robert Kuroto</a> + <li class="content"><a href="http://trak.mercenariesguild.net/">Georges 'TRaK' Grondin</a> + <li class="content"><a href="http://www.celestiamotherlode.net/catalog/show_creator_details.php?creator_id=5">Jeremy 'Jestr' Gardner</a> + <li class="content"><a href="http://www.celestiamotherlode.net/catalog/show_creator_details.php?creator_id=153">Chance Ragen</a> + <li class="content"><a href="http://www.jpl.nasa.gov/">NASA Jet Propulsion Laboratory</a> +</ul> -<table class="fullwidth"> - <tr> - <td><a href="http://www.kurotorobert.com/">Robert Kuroto</a></td> - </tr><tr> - <td><a href="http://trak.mercenariesguild.net/">Georges 'TRaK' Grondin</a></td> - </tr><tr> - <td><a href="http://www.celestiamotherlode.net/catalog/show_creator_details.php?creator_id=5">Jeremy 'Jestr' Gardner</a></td> - </tr><tr> - <td><a href="http://www.celestiamotherlode.net/catalog/show_creator_details.php?creator_id=153">Chance Ragen</a></td> - </tr><tr> - <td><a href="http://www.jpl.nasa.gov/">NASA Jet Propulsion Laboratory</a></td> - </tr> -</table> +<p class="content"></p> + +</div> <!-- div content --> <!-- Copyright ===================================================== --> -<h2 id="copyright">Copyright</h2> +<div class="content"> -<p> +<h2 class="content" id="copyright">Copyright</h2> + +<p class="content"> The source code is distributed under the terms and conditions of the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License</a>. </p> -<p> +<p class="content"> The game data is distributed under the terms and conditions of the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. </p> -<p> +<p class="content"> + See the list of <a href="attributions.html">attributions</a> for more information. +</p> +<p class="content"> Copyright © 2007-2012, Project::OSiRiON </p> +</div> <!-- div content --> + <!-- Acknowledgements ============================================== --> -<h1 id="acknowledgements">Acknowledgements</h1> +<div class="content"> -<p> +<h2 class="content" id="acknowledgements">Acknowledgements</h2> + +<p class="content"> This project could not have been possible without the work of others: - <ul> - <li>Id Software - <li>the GtkRadiant project contributers - <li>The Quake2World community - <li>The Satgnu crew - <li>maci, for the webspace on satgnu - <li>DVSoftware for bandwidth, diskpace and CPU power - <li>NASA for their collection of freely available images - <li>Robert Kuroto for allowing me to use his texture pack - <li>Chance Ragen and Jeremy 'Jestr' Gardner for allowing me to use their planet textures - <li>Your_Face for allowing me to use his Tremulous map 'Trident' - <li>Georges 'TRaK' Grondin for allowing me to use his texture packs - <li>Thanks to bobke and blaze-x - <li>A special thanks to all =KCT= members - </ul> </p> -<p> +<ul class=content> + <li class="content">Id Software + <li class="content">the GtkRadiant project contributers + <li class="content">The Quake2World community + <li class="content">The Satgnu crew + <li class="content">maci, for the webspace on satgnu + <li class="content">DVSoftware for bandwidth, diskpace and CPU power + <li class="content">NASA for their collection of freely available images + <li class="content">Robert Kuroto for allowing me to use his texture pack + <li class="content">Chance Ragen and Jeremy 'Jestr' Gardner for allowing me to use their planet textures + <li class="content">Your_Face for allowing me to use his Tremulous map 'Trident' + <li class="content">Georges 'TRaK' Grondin for allowing me to use his texture packs + <li class="content">Thanks to bobke and blaze-x + <li class="content">A special thanks to all =KCT= members +</ul> +<p class="content"> Thanks to: - <ul> - <li>Josky=KCT= - <li>[mDc]Minisori - <li>Gareth - <li>StalKermit - <li>DVSoftware - </ul> </p> -<p> +<ul class=content> + <li class="content">Josky=KCT= + <li class="content">[mDc]Minisori + <li class="content">Gareth + <li class="content">StalKermit + <li class="content">DVSoftware +</ul> +<p class="content"> QUAKE and ID are registered trademarks of Id Software, Inc.<br> LEGO is a registered trademark of the LEGO Group. </p> -<p> +<p class="content"> Project::OSiRiON is an independent, not-for-profit project and is not affiliated with these companies. </p> +</div> <!-- div content --> + <!-- footer ================================================ --> -</div> <!-- div content --> +</div> <!-- div pagecontent --> -<div id="footer"> +<div id="pagefooter"> <div class="floatright"> <a href="http://validator.w3.org/check?uri=referer"> @@ -279,11 +327,9 @@ <p> Copyright © 2007-2012 Project::OSiRiON </p> -</div> <!-- div id=footer> --> - -</div> <!-- div page> --> +</div> </div> </body> -</html> +</html> |