diff options
Diffstat (limited to 'doc/web_pages.html')
-rw-r--r-- | doc/web_pages.html | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/doc/web_pages.html b/doc/web_pages.html deleted file mode 100644 index 6a76b00..0000000 --- a/doc/web_pages.html +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | <html> | ||
2 | <title>opensim-SC web pages documentation</title> | ||
3 | <head> | ||
4 | </head> | ||
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". I don't think any viewers actually show or link to this.</p> | ||
19 | <h1>help.html</h1> | ||
20 | <p>The web page grid managers will show as "support URL". I don't think any viewers actually show or link to this.</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> | ||
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> | ||
43 | </body> | ||
44 | </html> | ||