Comment out the 'loadtest' backend in the 'counter' backend sample so that it does...
[gae-samples.git] / geochat / help.html
bloba1eb2efb1abed1bd7c34dab9fa11123fa899a293
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
6 <title>Geochat - Help</title>
7 <link rel="stylesheet" href="/static/css/geochat.css" type="text/css" media="screen" title="no title" charset="utf-8">
8 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAdYJXcHTgLXwJHx42FdpfShSwjK68yu4pZOlt3-QdB2LKOgoCmRQwPvLMdRWrVPiZp3jUKVKiL9eqbQ"
9 type="text/javascript"></script>
10 <script src="/static/js/jquery.js" type="text/javascript" charset="utf-8"></script>
11 <script type="text/javascript">
12 GEOCHAT_VARS = {
13 'auth_url': '{{ auth_url }}',
14 'user_email': '{{ user_email }}'
16 </script>
17 </head>
18 <body>
19 <div id="container">
20 <div id="head">
21 <h1><a href="/">Geochat</a></h1>
22 <div id="topnav">
23 {% if user_email %}
24 <strong>{{ user_email }}</strong> |
25 {% endif %}
26 <a href="/help" target="_blank">Help</a> |
27 {% if user_email %}
28 <a href="/settings">Settings</a> |
29 {% endif %}
30 <a href="{{ auth_url }}">{{ auth_text }}</a>
31 </div>
32 </div>
33 <div id="body">
34 <div id="help">
35 <h2>Help</h2>
36 <h3>How do I sign up?</h3>
37 <p>Geochat uses Google Accounts for authentication. You can create a new Google Account <a href="https://www.google.com/accounts/NewAccount">here</a>.</p>
38 <h3>How do I move?</h3>
39 <p>Three ways: Drag and drop your marker, double-click a point on the map, or enter an address in the "move" box next to teh chat box.</p>
40 <h3>What sort of privacy does Geochat provide?</h3>
41 <p>While we try to limit how much a given user can see at any given time, anyone with their map focused near your marker can see what you're typing without you knowing. Don't share personal or confidential information.</p>
42 <h3>How do I find other people to chat with?</h3>
43 <p>Either invite friends to come chat at specific locations, or track down other users. Areas with high populations will probably have more users.</p>
44 <p>In the future we hope to add some contact management features that will hopefully make people you know easier to track down.</p>
45 <h3>Why can't I zoom in/out?</h3>
46 <p>Different zoom levels would create different audiences, so at present everyone is locked to the same zoom. The choice of multiple zoom levels is something we hope to add in the future, though.</p>
47 <h3>People near me aren't seeing my messages. Why?</h3>
48 <p>They may not have their map focused at the same location as their marker, or your marker may simply not be visible within their map view. Of course, it may also be a bug on our part.</p>
49 <h3>What browsers are compatible with Geochat?</h3>
50 <p>Firefox and Safari (along with other Webkit browsers) should work fine. IE compatibility is still being smoothed out.</p>
51 </div>
52 </div>
53 <div id="foot">
54 &copy;2008 Google
55 </div>
56 </div>
57 </body>
58 </html>