aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/favorite-rooms.page
blob: a86e3644f7edb68ea1fc0b5a27362b2db1eb11fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<page xmlns="http://projectmallard.org/1.0/"
  type="topic"
  id="favorite-rooms">

  <info>
    <link type="guide" xref="index#text-conv"/>
    <link type="guide" xref="irc-manage#manage"/>
    <link type="seealso" xref="irc-join-room"/>
    <link type="seealso" xref="group-conversations"/>
    <desc>Set, join and manage favorite rooms.</desc>
    <revision pkgversion="2.28" version="0.1" date="2009-08-21" status="draft"/>
    <credit type="author">
      <name>Milo Casagrande</name>
      <email>milo@ubuntu.com</email>
    </credit>
<!--
    <copyright>
      <year>2009</year>
      <name>GNOME Documentation Project</name>
    </copyright>
-->
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
  </info>

  <title>Favorite rooms</title>

  <section id="set-favorite">
  <title>Set a room as a favorite</title>
  <steps>
    <item>
      <p>
        Join a room.
      </p>
      <list>
        <item>
          <p>
             See <link xref="irc-join-room"/> for more information on how to join
             an IRC room.
          </p>
        </item>
        <item>
          <p>
            See <link xref="group-conversations"/> for more information on how to
            start or join a group conversation.
          </p>
        </item>
      </list>
    </item>
    <item>
      <p>
        From the conversation window, choose 
        <guiseq><gui>Conversation</gui><gui>Favorite Chatroom</gui></guiseq>.
      </p>
    </item>
  </steps>
  </section>

  <section id="join-favorite">
  <title>Join favorite rooms</title>
  <steps>
    <item>
      <p>
        From the <gui>Contact List</gui> window, perform one of the following:
      </p>
      <list>
        <item>
          <p>
            Press <key>F5</key>.
          </p>
        </item>
        <item>
          <p>
            Choose <guiseq><gui>Room</gui><gui>Join Favorites</gui></guiseq>, to
            join all your favorite rooms.
          </p>
        </item>
        <item>
          <p>
            Choose <gui>Room</gui>, and select the favorite room you want to join.
          </p>
        </item>
      </list>
    </item>
  </steps>
  <note>
    <p>
      To join a favorite room, you need to be connected to the Internet and to
      your account.
    </p>
  </note>
  </section>

  <section id="manage-favorite">
  <title>Manage favorite rooms</title>
  <steps>
    <item>
      <p>
        From the <gui>Contact List</gui> window, choose
        <guiseq><gui>Room</gui><gui>Manage Favorites</gui></guiseq>.
      </p>
    </item>
    <item>
      <p>
        From the <gui>Account</gui> drop-down list, select the account you want to
        manage the favorite rooms of.
      </p>
      <p>
        Select <gui>All</gui> to see all you favorite rooms.
      </p>
    </item>
    <item>
      <p>
        Select the favorite room you want to manage:
      </p>
      <list>
        <item>
          <p>
            Select the <gui>Auto-Connect</gui> check-box in order to automatically
            join that room when you connect to your account.
          </p>
        </item>
        <item>
          <p>
            Click on <gui>Remove</gui> to remove the room from your favorites.
          </p>
        </item>
      </list>
    </item>
    <item>
      <p>
        When done, click <gui>Close</gui>.
      </p>
    </item>
  </steps>
  </section>

</page>