comparison doc/pidgin.1.in @ 25925:6e1967b0f90b

Change "screen name" to "username" or "buddy name" in a whole bunch of places in the code. I've been using the definitions from the jabber specs, where "user" is me and "buddy" is someone on my buddy list.
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 09:12:04 +0000
parents 681e58ea3a9b
children 89f7e9924204
comparison
equal deleted inserted replaced
25924:584063555949 25925:6e1967b0f90b
126 menu command will display Pidgin's log viewer with logs loaded for that 126 menu command will display Pidgin's log viewer with logs loaded for that
127 buddy or chat. 127 buddy or chat.
128 .TP 128 .TP
129 .B Alias 129 .B Alias
130 Create an alias for this buddy. This will show an editable text field where 130 Create an alias for this buddy. This will show an editable text field where
131 the buddy's screen name was displayed. In this field one can give this 131 the buddy's name was displayed. In this field one can give this
132 buddy an alternate, more friendly name to appear on the buddy list and in 132 buddy an alternate, more friendly name to appear on the buddy list and in
133 conversations. 133 conversations.
134 134
135 For example, if a buddy's name screen name was jsmith1281xx and his real 135 For example, if a buddy's name was jsmith1281xx and his real
136 name was 'John Q. Smith,' one could create an alias as to identify the 136 name was 'John Q. Smith,' one could create an alias as to identify the
137 buddy by his common name. 137 buddy by his common name.
138 .LP 138 .LP
139 The remainder of the menu will consist of protocol specific commands. 139 The remainder of the menu will consist of protocol specific commands.
140 These commands vary depending on the protocol. 140 These commands vary depending on the protocol.
148 The account editor consists of a list of accounts and information about 148 The account editor consists of a list of accounts and information about
149 them. It can be accessed by selecting \fBManage\fR from the Accounts menu. 149 them. It can be accessed by selecting \fBManage\fR from the Accounts menu.
150 Clicking \fIDelete\fR will delete the currently selected account. 150 Clicking \fIDelete\fR will delete the currently selected account.
151 Clicking \fIAdd\fR or \fIModify\fR will invoke a \fBModify Account\fR 151 Clicking \fIAdd\fR or \fIModify\fR will invoke a \fBModify Account\fR
152 window. Here, the user can add or alter account information. When creating 152 window. Here, the user can add or alter account information. When creating
153 a new account, the user will submit a screen name and password. The user will 153 a new account, the user will submit a username and password. The user will
154 also choose the protocol for the account. 154 also choose the protocol for the account.
155 155
156 If \fIRemember Password\fR is chosen, the password will be saved in 156 If \fIRemember Password\fR is chosen, the password will be saved in
157 Pidgin's \fI~/.purple/accounts.xml\fR configuration file. 157 Pidgin's \fI~/.purple/accounts.xml\fR configuration file.
158 158
543 .br 543 .br
544 \fI~/.purple/prefs.xml\fR: Pidgin's configuration file. 544 \fI~/.purple/prefs.xml\fR: Pidgin's configuration file.
545 .br 545 .br
546 \fI~/.purple/status.xml\fR: stores the user's away messages. 546 \fI~/.purple/status.xml\fR: stores the user's away messages.
547 .br 547 .br
548 \fI~/.purple/logs/PROTOCOL/ACCOUNT/SCREENNAME/DATE.{html,txt}\fR: conversation logs. 548 \fI~/.purple/logs/PROTOCOL/ACCOUNT/BUDDYNAME/DATE.{html,txt}\fR: conversation logs.
549 549
550 .SH DIRECTORIES 550 .SH DIRECTORIES
551 \fI@prefix@/lib/pidgin/\fR: Pidgin's plugins directory. 551 \fI@prefix@/lib/pidgin/\fR: Pidgin's plugins directory.
552 .br 552 .br
553 \fI@prefix@/lib/purple-2/\fR: libpurple's plugins directory. 553 \fI@prefix@/lib/purple-2/\fR: libpurple's plugins directory.