aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc
diff options
context:
space:
mode:
authoronefang2019-08-26 03:45:12 +1000
committeronefang2019-08-26 03:45:12 +1000
commit93ae7b3c229962d28b46ffc7b1890fa72f82c264 (patch)
treec9a263ea4be3cbc44d8be2da3a7bca77119d9181 /doc
parentMore branding, sorta. (diff)
downloadopensim-SC_OLD-93ae7b3c229962d28b46ffc7b1890fa72f82c264.zip
opensim-SC_OLD-93ae7b3c229962d28b46ffc7b1890fa72f82c264.tar.gz
opensim-SC_OLD-93ae7b3c229962d28b46ffc7b1890fa72f82c264.tar.bz2
opensim-SC_OLD-93ae7b3c229962d28b46ffc7b1890fa72f82c264.tar.xz
Document the web pages.
Diffstat (limited to 'doc')
-rw-r--r--doc/web_pages.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/web_pages.html b/doc/web_pages.html
index ceae37f..4ea5aa3 100644
--- a/doc/web_pages.html
+++ b/doc/web_pages.html
@@ -3,6 +3,42 @@
3<head> 3<head>
4</head> 4</head>
5<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> 5<body bgcolor="black" text="white" alink="red" link="blue" vlink="purple">
6
7<p>In the examples/web directory there are several example web pages. In
8the default configuration, these web pages are presented to viewers as
9the various web pages that the viewer can display, as might be listed in
10the viewers grid manager. They will be available at
11http://example.com:8002/web/, or what ever you configured BaseHostname
12and PublicPort to be.</p>
13
14<p>These web pages are just basic, you can customise them to suit your
15grid. There are also a few PNG images that you can replace.</p>
16
17<h1>about.html</h1>
18<p>The web page grid managers will show as "web site".</p>
19<h1>help.html</h1>
20<p>The web page grid managers will show as "support URL".</p>
21<h1>loginpage.html</h1>
22<p>This is the web page shown in viewers when they pick your grid to log onto.</p>
23<h1>password_help.html</h1>
24<p>Viewers will often include this link, usually on the lower right, for helping with passwords.</p>
25<h1>register.html</h1>
26<p>Viewers will often include this link, usually on the lower right, for registering new accounts.</p>
27<h1>stats.html</h1>
28<p>This is basic stats for your grid, not for viewers. You could register this with stats collection web sites.</p>
6<p>&nbsp;</p> 29<p>&nbsp;</p>
30<h1>SledjHamr.png</h1>
31<p>The background image used in loginpage.html</p>
32<h1>SledjHamrIcon.png</h1>
33<p>A medium sized icon.</p>
34<h1>SledjHamrIconSmall.png</h1>
35<p>A small icon suitable for the web sites favicon.</p>
36<p>&nbsp;</p>
37<h1>Variables.</h1>
38<p>In each of these pages you can insert variables that will get replaced with current data using -</p>
39<pre>
40&lt;!--#echo var="variable_name" --&gt;
41</pre>
42<p>The stats.html file should contain examples and descritpions of all of these variables.</p>
7</body> 43</body>
8</html> 44</html>