[hippo-commits] SF.net SVN: opensim-viewer:[9] web
Status: Beta
Brought to you by:
manaj
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-07 21:31:55
|
Revision: 9
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=9&view=rev
Author: manaj
Date: 2008-08-07 21:31:56 +0000 (Thu, 07 Aug 2008)
Log Message:
-----------
Web pages restructured.
Modified Paths:
--------------
web/htdocs/changes.php
web/htdocs/docu.php
web/htdocs/index.php
web/htdocs/stats.php
web/php/menu.inc
web/php/page_header.inc
Added Paths:
-----------
web/htdocs/build.php
web/htdocs/download.php
web/htdocs/support.php
Added: web/htdocs/build.php
===================================================================
--- web/htdocs/build.php (rev 0)
+++ web/htdocs/build.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -0,0 +1,50 @@
+<?php
+$pageName = ":Build Source";
+include "../php/page_header.inc";
+
+$platforms[] = "Windows";
+$platforms[] = "Linux";
+
+$slwiki["Windows"] = "http://wiki.secondlife.com/wiki/Microsoft_Windows_Builds";
+$slwiki["Linux"] = "http://wiki.secondlife.com/wiki/Compiling_the_viewer_%28Linux%29";
+
+$platform = $_GET["platform"];
+if (!isset($platform)) $platform = $platforms[0];
+$platform = strtoupper(substr($platform, 0, 1)) . strtolower(substr($platform, 1));
+
+?>
+
+<h1>Build Instructions for <?=$platform?></h1>
+
+<p>This page will be filled in as soon as the sources are fully
+checked into the SVN repository.</p>
+
+
+<h2>Related Pages</h2>
+
+<ul>
+<?php
+foreach ($platforms as $p) {
+ if ($p != $platform)
+ echo "<li><a href=\"?platform=$p\">Build Instructions for $p</a></li>\n";
+}
+if (isset($slwiki[$platform]))
+ echo "<li><a href=\"$slwiki[$platform]\">The Second Life Developer Wiki</a></li>\n";
+?>
+</ul>
+
+
+<h2>Getting the Source</h2>
+
+<p>The lastest source code is available from the OpenSimulator Forge
+Subversion Repositiory.</p>
+
+<ul>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/"
+ >Browse the SVN repository on the web.</a></li>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/?action=AccessInfo"
+ >Instructions for anonymous checkout.</a></li>
+</ul>
+
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/htdocs/changes.php
===================================================================
--- web/htdocs/changes.php 2008-08-05 20:15:50 UTC (rev 8)
+++ web/htdocs/changes.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -6,31 +6,9 @@
<h1>List of Changes</h1>
<p>This page lists all prior versions of the Hippo OpenSim Viewer
-together with the major changes. An outlook to the next version shows
-work in progress.</p>
+together with the major changes.</p>
-<h2>Coming in Version 0.2.0 (LL 1.20.15)</h2>
-<ul>
-<li><b>Grid Manager</b>
- <ul>
- <li>New tab "Grids" added to the preferences window, just below "Skins".</li>
- <li>New button "Grids" added to login screen between "Connect" and
- "Quit". This button directly brings up the new tab.</li>
- <li>The new "Grids" tab allows adding new grids or editing
- existing grids, selecting the default grid and selecting the
- grid for login.</li>
- <li>Grid settings can be retrieved with the new
- <a href="http://opensimulator.org/wiki/GridInfo" target="_blank"
- >GridInfo Protocol</a>,
- if the grid server supports it.</li>
- <li>Grids are saved to a new file in the <tt>user_settings</tt> directory.</li>
- <li>The default grid is saved in the usual settings file.</li>
- </ul>
-</li>
-</ul>
-
-
<h2>Version 0.1.0 (LL 1.20.15)</h2>
<ul>
<li>Merged changes from Linden 1.20.15 release.</li>
@@ -71,7 +49,7 @@
<h2>Version 1.19.1 (4000)</h2>
-The changes in this version are against Second Life 1.19.1 (4).
+<p>The changes in this version are against Second Life 1.19.1 (4).</p>
<ul>
<li><b>Installation</b><br/>
The MJM OpenSim Viewer uses directory name <tt>MJM_OpenSim_Viewer</tt>
Modified: web/htdocs/docu.php
===================================================================
--- web/htdocs/docu.php 2008-08-05 20:15:50 UTC (rev 8)
+++ web/htdocs/docu.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -5,16 +5,24 @@
<h1>Documentation</h1>
-<p>See the <a href="changes.php">List of Changes</a> for a more
-detailed feature list and an outlook to the next version.</p>
+<p>The documentation currently available or being worked on includes:</p>
+<ul>
+<li><a href="changes.php">List of Changes</a>
+<li><a href="build.php?platform=windows">Build instructions for Windows</a>
+<li><a href="build.php?platform=linux">Build instructions for Linux</a>
+</ul>
-<p>Some documentation is still available at the old</p>
-<p style="margin-left:40px"><a href="http://mjm.game-host.org/opensim:viewer:"
->Hippo OpenSim Viewer Wiki</a></p>
-<p>More documentation coming soon...</p>
+<p>Some information is still available at the old</p>
+<ul>
+<li><a href="http://mjm.game-host.org/opensim:viewer:">Hippo OpenSim Viewer Wiki</a></li>
+</ul>
<h2>Other Helpful Links</h2>
<ul>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/"
+ >Hippo OpenSim Viewer at OpenSimulator Forge</a></li>
+<li><a href="http://sourceforge.net/projects/opensim-viewer/"
+ >Hippo OpenSim Viewer at SourceForge</a></li>
<li><a href="http://osgrid.org/">OSGrid</a></li>
<li><a href="http://opensimulator.org/">OpenSimulator</a></li>
<li><a href="http://secondlife.com/">Second Life</a></li>
Added: web/htdocs/download.php
===================================================================
--- web/htdocs/download.php (rev 0)
+++ web/htdocs/download.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -0,0 +1,47 @@
+<?php
+$pageName = "Downloads";
+include "../php/page_header.inc";
+?>
+
+<h1>Downloads</h1>
+
+<p>The Hippo OpenSim Viewer is available as compiled binaries and as C++ source code.</p>
+
+
+<h2>Binaries</h2>
+
+<p>Binary packages are available for Windows and Linux.</p>
+
+<ul>
+<li>Download from <a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/frs/"
+ >OpenSimulator Forge</a>.
+<li>Download from <a
+ href="http://sourceforge.net/project/platformdownload.php?group_id=235285"
+ >SourceForge</a>.
+</ul>
+
+
+<h2>Source</h2>
+
+<p>The lastest source code is available from the OpenSimulator Forge
+Subversion Repositiory.</p>
+
+<ul>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/"
+ >Browse the SVN repository on the web.</a></li>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/?action=AccessInfo"
+ >Instructions for anonymous checkout.</a></li>
+</ul>
+
+<p>For building the sources, you need some additional libraries and
+files, that are not checked into the SVN repository. Please refer to
+the build instructions for more details.</p>
+<ul>
+<li><a href="build.php?platform=windows">Build instructions for Windows.</a></li>
+<li><a href="build.php?platform=linux">Build instructions for Linux.</a></li>
+</ul>
+
+
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2008-08-05 20:15:50 UTC (rev 8)
+++ web/htdocs/index.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -41,4 +41,25 @@
<li>Replace references to Second Life with OpenSim and OSGrid (ongoing).</li>
</ul>
+<p> </p>
+
+<h1>Coming soon...</h1>
+
+<h2>Next version 0.2.0 (LL 1.20.15)</h2>
+<p>The next release of Hippo OpenSim Viewer will feature a <strong>Grid Manager</strong>.
+<ul>
+<li>New tab "Grids" added to the preferences window, just below "Skins".</li>
+<li>New button "Grids" added to login screen between "Connect" and
+ "Quit". This button directly brings up the new tab.</li>
+<li>The new "Grids" tab allows adding new grids or editing
+ existing grids, selecting the default grid and selecting the
+ grid for login.</li>
+<li>Grid settings can be retrieved with the new
+ <a href="http://opensimulator.org/wiki/GridInfo" target="_blank"
+ >GridInfo Protocol</a>,
+ if the grid server supports it.</li>
+<li>Grids are saved to a new file in the <tt>user_settings</tt> directory.</li>
+<li>The default grid is saved in the usual settings file.</li>
+</ul>
+
<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/htdocs/stats.php
===================================================================
--- web/htdocs/stats.php 2008-08-05 20:15:50 UTC (rev 8)
+++ web/htdocs/stats.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -12,8 +12,8 @@
<p>Each MAC address is regarded as a <i>unique user,</i> which is not
completely accurate, but should be close enough. The MAC address is
-transferred and stored only to enable the statistics shown on the
-right-hand side of this page.</p>
+transferred and stored only to enable the statistics shown on this
+page.</p>
<center style="clear:both">
<table>
Added: web/htdocs/support.php
===================================================================
--- web/htdocs/support.php (rev 0)
+++ web/htdocs/support.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -0,0 +1,33 @@
+<?php
+$pageName = "Support";
+include "../php/page_header.inc";
+?>
+
+<h1>Support</h1>
+
+<p>There are two resources for your support:</p>
+<ul>
+<li><a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/forum/?action=ForumBrowse&forum_id=90"
+ >The Help & Support Forum</a></li>
+<li><a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemBrowse&tracker_id=96"
+ >The Support Request Tracker</a></li>
+</ul>
+<p>For more general questions or issues, please use the forum. If you
+have a specific request, you want me to act on, please use the
+tracker.</p>
+
+
+<h2>Other Resources</h2>
+
+<ul>
+<li><a href="doku.php">Documentation</a></li>
+<li><a href="http://mjm.game-host.org/opensim:viewer:">The old Hippo OpenSim Viewer Wiki</a></li>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/"
+ >Hippo OpenSim Viewer at OpenSimulator Forge</a></li>
+<li><a href="http://sourceforge.net/projects/opensim-viewer/"
+ >Hippo OpenSim Viewer at SourceForge</a></li>
+</ul>
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/php/menu.inc
===================================================================
--- web/php/menu.inc 2008-08-05 20:15:50 UTC (rev 8)
+++ web/php/menu.inc 2008-08-07 21:31:56 UTC (rev 9)
@@ -4,16 +4,20 @@
{
global $pageName;
$active = ($pageName == $name)? " id=\"menuActive\"": "";
- echo "<a href=\"$link\" class=\"menuItem\"$active>$name</a><br/>";
+ $class = "menuItem";
+ if ($name[0] == ':') {
+ $name = substr($name, 1);
+ $class = "subMenuItem";
+ }
+ echo "<a href=\"$link\" class=\"$class\"$active>$name</a><br/>";
}
menuItem("Home", "index.php");
-menuItem("Downloads", "http://sourceforge.net/project/platformdownload.php?group_id=235285");
menuItem("Changes", "changes.php");
-menuItem("Support", "http://sourceforge.net/forum/forum.php?forum_id=850697");
+menuItem("Downloads", "download.php");
+menuItem("Support", "support.php");
menuItem("Documentation", "docu.php");
-menuItem("Forums", "http://sourceforge.net/forum/?group_id=235285");
-menuItem("Trackers", "http://sourceforge.net/tracker/?group_id=235285");
+menuItem(":Build Source", "build.php");
menuItem("Statistics", "stats.php");
?>
Modified: web/php/page_header.inc
===================================================================
--- web/php/page_header.inc 2008-08-05 20:15:50 UTC (rev 8)
+++ web/php/page_header.inc 2008-08-07 21:31:56 UTC (rev 9)
@@ -13,8 +13,9 @@
a:hover { color:#ffcc00; }
a:active { color:#ff0000; }
h1 { font:bold 22px/22px Arial,sans; margin-top:0px; margin-bottom:0px; color:334499; }
-h2 { font:bold 17/17px Arial,sans; margin-top:10px; margin-bottom:5px; color:334499; }
-ul { margin-top:0px; }
+h2 { font:bold 17/17px Arial,sans; margin-top:15px; margin-bottom:-2px; color:334499; }
+ul { margin-top:8px; margin-bottom:0px; }
+p { margin-top:8px; margin-bottom:0px; }
/* page layout */
table.page { width:95%; min-width:800px; margin-top:15px; }
@@ -41,6 +42,12 @@
a.menuItem:focus { color:#ffaaaa; }
a.menuItem:hover { color:#ffaaaa; }
a.menuItem:active { color:#ff0000; }
+a.subMenuItem { font:12px/18px Arial,sans; margin-left:15px}
+a.subMenuItem:link { color:#aaaaaa; }
+a.subMenuItem:visited { color:#aaaaaa; }
+a.subMenuItem:focus { color:#ffaaaa; }
+a.subMenuItem:hover { color:#ffaaaa; }
+a.subMenuItem:active { color:#ff0000; }
#menuActive:link { color:#ffffff; }
#menuActive:visited { color:#ffffff; }
#menuActive:focus { color:#ffaaaa; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|