diff options
author | onefang | 2019-08-26 03:45:12 +1000 |
---|---|---|
committer | onefang | 2019-08-26 03:45:12 +1000 |
commit | 93ae7b3c229962d28b46ffc7b1890fa72f82c264 (patch) | |
tree | c9a263ea4be3cbc44d8be2da3a7bca77119d9181 | |
parent | More branding, sorta. (diff) | |
download | opensim-SC-93ae7b3c229962d28b46ffc7b1890fa72f82c264.zip opensim-SC-93ae7b3c229962d28b46ffc7b1890fa72f82c264.tar.gz opensim-SC-93ae7b3c229962d28b46ffc7b1890fa72f82c264.tar.bz2 opensim-SC-93ae7b3c229962d28b46ffc7b1890fa72f82c264.tar.xz |
Document the web pages.
-rw-r--r-- | doc/web_pages.html | 36 |
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 | ||
8 | the default configuration, these web pages are presented to viewers as | ||
9 | the various web pages that the viewer can display, as might be listed in | ||
10 | the viewers grid manager. They will be available at | ||
11 | http://example.com:8002/web/, or what ever you configured BaseHostname | ||
12 | and PublicPort to be.</p> | ||
13 | |||
14 | <p>These web pages are just basic, you can customise them to suit your | ||
15 | grid. 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> </p> | 29 | <p> </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> </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 | <!--#echo var="variable_name" --> | ||
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> |