aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2022-06-29 10:06:48 +1000
committeronefang2022-06-29 10:06:48 +1000
commit04b1e30b4c52b933730ff438436056002b298799 (patch)
tree2938c7b356f85d8c3b4a9908d0a9750a47b53ac8
parentTurn the stats iFrame into a hover popdown. (diff)
downloadopensim-SC-04b1e30b4c52b933730ff438436056002b298799.zip
opensim-SC-04b1e30b4c52b933730ff438436056002b298799.tar.gz
opensim-SC-04b1e30b4c52b933730ff438436056002b298799.tar.bz2
opensim-SC-04b1e30b4c52b933730ff438436056002b298799.tar.xz
More tweaking of footer.html
-rw-r--r--example/var/www/html/footer.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/example/var/www/html/footer.html b/example/var/www/html/footer.html
index fb6297d..dd75b52 100644
--- a/example/var/www/html/footer.html
+++ b/example/var/www/html/footer.html
@@ -17,26 +17,26 @@
17 <p>You will then be logged off. &nbsp; Now you have to wait for an admin to approve your new account. &nbsp; 17 <p>You will then be logged off. &nbsp; Now you have to wait for an admin to approve your new account. &nbsp;
18 They should check with the person you listed as vouching for you first. &nbsp; They will tell you after they approve your account.</p> 18 They should check with the person you listed as vouching for you first. &nbsp; They will tell you after they approve your account.</p>
19 <p>Missing bits that are still being written - editing accounts, listing accounts, deleting accounts.</p> 19 <p>Missing bits that are still being written - editing accounts, listing accounts, deleting accounts.</p>
20
20 <h1>Experimental chat thingy</h1> 21 <h1>Experimental chat thingy</h1>
21 <p>In the bottom right corner is an experimental chat thingy, based on Jabber / XMPP, called converse.js overlayed.</p> 22 <p>In the bottom right corner is an experimental chat thingy, based on Jabber / XMPP, called converse.js overlayed.</p>
22 <p>Click on the 'Toggle chat' button to pop it up, then use your grid user name for the 'XMPP Address:' field. &nbsp; 23 <p>Click on the 'Toggle chat' button to pop it up, then use your grid user name for the 'XMPP Address:' field. &nbsp;
23 Your user name has to be in the format 'first.last', two words with a dot in the middle. &nbsp; 24 Your user name has to be in the format 'first.last', two words with a dot in the middle. &nbsp;
24 Then put your grid account password in the 'Password' field and click the 'Log in' button. &nbsp; 25 Then put your grid account password in the 'Password' field and click the 'Log in' button. &nbsp;
25 <p>Note that the chat windows can be resized by dragging their top or left edges, which I suggest you do, coz the default size is too small.</p> 26 <p>Note that the chat windows can be resized by dragging their top or left edges, which I suggest you do, coz the default size is too small.</p>
26 <p>You can also use any other Jabber / XMPP client as well. So your JID for other clients is first.last@<!--#echo var="host" --></p> 27 <p>You can also use any other Jabber / XMPP client as well. So your JID / account for other clients is first.last@<!--#echo var="host" --></p>
27 <p>Remember this is <b>EXPERIMENTAL</b>, I'll be changing things. &nbsp; Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.<p> 28 <p>Remember this is <b>EXPERIMENTAL</b>, I'll be changing things. &nbsp; Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.<p>
28 <ul>Some other web based clients installed here that you could try (more to come) - 29 <ul>All the rest of the web clients I looked at are crap. converse.js does come in other flavours that are worth trying -
29 <li><a href="/candy/index.html">Candy Chats are not dead yet.</a> &nbsp; Old and stupid, but simple.</li>
30 <li><a href="/converse.js/index.html">converse.js fullscreen</a></li> 30 <li><a href="/converse.js/index.html">converse.js fullscreen</a></li>
31 <li><a href="/converse.js/embedded.html">converse.js embedded</a></li> 31 <li><a href="/converse.js/embedded.html">converse.js embedded</a></li>
32 <li><a href="/converse.js/mobile.html">converse.js mobile</a></li> 32 <li><a href="/converse.js/mobile.html">converse.js mobile</a></li>
33 </ul> 33 </ul>
34 <p>P.S. &nbsp; Yes, I hate the default theme to. &nbsp; lol</p> 34 <p>P.S. &nbsp; Yes, I hate the default theme to. &nbsp; lol</p>
35 </div> 35 </div>
36 <div class='bottom-left'> 36 <!-- div class='bottom-left'>
37 </div> 37 </div>
38 <div class='bottom-right'> 38 <div class='bottom-right'>
39 </div> 39 </div -->
40 </font> 40 </font>
41</body> 41</body>
42 42