~ubuntu-branches/ubuntu/trusty/jwchat/trusty

« back to all changes in this revision

Viewing changes to help.html.sr

  • Committer: Bazaar Package Importer
  • Author(s): Martin Lohmeier
  • Date: 2006-10-30 22:47:50 UTC
  • Revision ID: james.westby@ubuntu.com-20061030224750-q0w5mj0dzej2imep
Tags: upstream-1.0beta2
ImportĀ upstreamĀ versionĀ 1.0beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
  <head>
 
4
    <title>JWChat - Help</title>
 
5
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
 
6
    <script src="switchStyle.js" language="JavaScript1.2"></script>
 
7
    <style type="text/css">
 
8
      <!--
 
9
      body { margin: 8px; background-color: white; }
 
10
      ul,li { margin-left: 14px; padding-left: 0px;}
 
11
      //-->
 
12
    </style>
 
13
  </head>
 
14
 
 
15
  <body>
 
16
    <h1>JWChat - Help</h1>
 
17
 
 
18
    <h2><a name="toc">Table of Contents</a></h2>
 
19
 
 
20
    <ol>
 
21
      <li><a href="#intro">Introduction</a>
 
22
      <li><a href="#supported">Supported Browsers</a>
 
23
      <li><a href="#contact_list">Your Contact List</a>
 
24
        <ol>
 
25
          <li><a href="#status">Online Status Indicators</a>
 
26
          <li><a href="#useradd">Adding an User to your Contact List</a>
 
27
        </ol>
 
28
      <li><a href="#prefs">Customizing (Your Preferences)</a>
 
29
    </ol>
 
30
 
 
31
    <h2><a name="intro">Introduction</h2></a>
 
32
    
 
33
    <img src="images/screenshots/jwchat.gif" width="168" height="344" alt="jwc screenshot" align="left" style="padding-right:4px;"> 
 
34
    
 
35
    JWChat is a web based instant messenger (IM) just like AIM, MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage your contacts and chat with other users directly. Unlike other IMs you can use this with your web browser without having to install any additional software at all. For a list of <a href="#supported">supported browsers</a> see below. Your contact list is stored on the server. This means that you have access to your contact list from almost any computer as long as you've got access to the internet.
 
36
 
 
37
    <br clear="all">
 
38
 
 
39
    <h2><a name="supported">Supported Browsers</a></h2>
 
40
    
 
41
    Supported browsers and plattforms:
 
42
    <p>
 
43
      <b>Windows XP/2000/ME/98/95:</b>
 
44
  <ul>
 
45
    <li>MS Internet Explorer since version 5.0</li>
 
46
    <li>Netscape version 6 & 7</li>
 
47
    <li>Mozilla (stable) since version 1.0.2</li>
 
48
  </ul>
 
49
  
 
50
  
 
51
    <p>
 
52
    <b>Mac OS X:</b>
 
53
    <ul>
 
54
      <li>Mozilla (stable) since version 1.0.2
 
55
      <li>Camino 0.7
 
56
      <li>Support for safari coming soon...
 
57
    </ul>
 
58
  
 
59
    <p>
 
60
      <b>Linux:</b>
 
61
      <ul>
 
62
        <li>Mozilla (stable) since version 1.0.2
 
63
      </ul>
 
64
    </p>
 
65
    
 
66
    <h2><a name="contact_list">Your Contact List</a></h2>
 
67
 
 
68
    <img src="images/screenshots/jwchat-contextmenu.gif" width="168" height="344" alt="the context menu" align="left">
 
69
    The contact list holds entries for each user you have added. By right clicking on such an item you get a context menu as shown in the screenshot to the left:
 
70
 
 
71
    <ul>
 
72
      <li>Send Message: Opens the message dialog for this user
 
73
      <li>Start Chat: Opens a chat window for this user
 
74
      <li>Edit User: Opens the edit dialog for this user where you can set his nickname and change the groups he/she belongs to
 
75
      <li>Show Info: Show the user's profile
 
76
      <li>History: Opens the message history for this user
 
77
      <li>Resubscribe: Opens a subscription request for this user
 
78
      <li>Remove: Removes this user from your contact list (completely) and revokes your authentication for him/her (if any)
 
79
    </ul>
 
80
 
 
81
    Left clicking an user pops up a message dialog.
 
82
 
 
83
    <br clear="all">
 
84
    <h3><a name="status">Online Status Indicators</a></h3>
 
85
    
 
86
    <img src="images/available.gif" align="middle"> - User is online<br>
 
87
    <img src="images/chat.gif" align="middle"> - User is willing to chat<br>
 
88
    <img src="images/away.gif" align="middle"> - User is away<br>
 
89
    <img src="images/xa.gif" align="middle"> - User is not available<br>
 
90
    <img src="images/dnd.gif" align="middle"> - User doesn't want to be disturbed<br>
 
91
    <img src="images/unavailable.gif" align="middle"> - User is offline<br>
 
92
    <img src="images/invisible.gif" align="middle"> - User is invisible<br>
 
93
    <img src="images/stalker.gif" align="middle"> - User hasn't authenticated you<br>
 
94
    
 
95
    <p>Change your own online setting by choosing a state from the select box at the bottom of your contact list. For some states you can set a custom status message which is displayed to other users. If you choose "invisible" you appear to be offline to other users.</p>
 
96
      
 
97
    <h3><a name="useradd">Adding an User to your Contact List</a></h3>
 
98
          
 
99
    Add an user by clicking on <img src="images/screenshots/add-button.gif" width="24" height="22" alt="Add User Button">. Enter the user's nickname in the subscription field and click "Send". Additionally you can enter a custom message in the textarea below. A subscription request with this message is sent to the user. If he or she accepts you can see his/her <a href="#status">online status</a> from now on.
 
100
 
 
101
    <p>
 
102
      After having sent this subscription request the user is added to your contact list and an edit user dialog pops up where you can set your custom nickname for this user and add him/her to one or more groups in your contact list.
 
103
 
 
104
    <p>
 
105
      You can create a new user group by entering a new name for "Group" at the "Available Groups" box followed by clicking on "&gt;". Remove a user from a group by clicking on "&lt;". A group is deleted from your contact list if there is no user left for this group.
 
106
 
 
107
 
 
108
    <h2><a name="prefs">Customizing (Your Preferences)</a></h2>
 
109
 
 
110
    Open the preferences dialog by clicking on <img src="images/screenshots/pref-button.gif" width="24" height="22" alt="Preferences Button">. Here's a short explanation for each option you can select:
 
111
 
 
112
    <ul>
 
113
      <li>Hide offline users<br>
 
114
        Hides users who are not online from your contact list.
 
115
      <li>Automatically open messages and chats<br>
 
116
        If selected each time you get a message from an other user the corresponding dialog pops up automatically.
 
117
      <li>Auto-Pop-Up if away<br>
 
118
        Whether to pop up messages although your status is not "available" or "chat"
 
119
      <li>Play sounds<br>
 
120
        If selected short jingles will play for certain actions like incoming messages or users going on- or offline.
 
121
      <li>Raise window if a new message is received<br>
 
122
        This will cause your contact list or your chat dialog to be raised over all other open windows if a new message arrives
 
123
      <li>Display timestamps in one-to-one chats<br>
 
124
        Will display the time when a message arrived right to the users name in the chat dialog
 
125
    </ul>
 
126
 
 
127
    <hr noshade>
 
128
    <address>&copy 2003 <a href="mailto:steve@zeank.in-berlin.de">Stefan Strigler</a></address>
 
129
<!-- Created: Thu Jun 26 19:11:34 CEST 2003 -->
 
130
<!-- hhmts start -->
 
131
Last modified: Fri Mar 19 18:09:04 CET 2004
 
132
<!-- hhmts end -->
 
133
  </body>
 
134
</html>