close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Ticket #648: kensanata.4.diff

File kensanata.4.diff, 4.2 KB (added by Alex Schroeder <kensanata@…>, at 2010-07-20T18:17:39Z)

suggested changes to the documentation

  • doc/user-guide/commands.xml

    === modified file 'doc/user-guide/commands.xml'
     
    6868
    6969                                <description>
    7070                                        <para>
    71                                                 This module gives you simple access to Twitter. Although it uses the Twitter API, only Twitter itself is supported at the moment.
     71                                                This module gives you simple access to Twitter.
    7272                                        </para>
    7373                                       
    7474                                        <para>
     
    8585                                </description>
    8686                        </bitlbee-command>
    8787
     88                        <bitlbee-command name="identica">
     89                                <syntax>account add identica &lt;handle&gt; &lt;password&gt;</syntax>
     90
     91                                <description>
     92                                        <para>
     93                                                This module gives you simple access to Identica via the Twitter API.
     94                                        </para>
     95                                       
     96                                        <para>
     97                                                By default all your Identica contacts will come from a contact called (yourhost)_(yourusername). You can change this behaviour using the <emphasis>mode</emphasis> setting (see <emphasis>help set mode</emphasis>). You determine the host used via the <emphasis>base_url</emphasis> setting (see <emphasis>help set base_url</emphasis>).
     98                                        </para>
     99                                       
     100                                        <para>
     101                                                To send tweets yourself, send them to the (yourhost)_(yourusername) contact, or just write in the groupchat channel if you enabled that option.
     102                                        </para>
     103                                </description>
     104                        </bitlbee-command>
     105
    88106                        <bitlbee-command name="yahoo">
    89107                                <syntax>account add yahoo &lt;handle&gt; &lt;password&gt;</syntax>
    90108
     
    547565                        </para>
    548566
    549567                        <para>
    550                                 For example, set this setting to <emphasis>http://identi.ca/api</emphasis> to use Identi.ca.
     568                                For example, set this setting to <emphasis>http://identi.ca/api</emphasis> to use Identi.ca. This is the default when using the virtual Identica protocol.
    551569                        </para>
    552570
    553571                        <para>
     
    758776
    759777                <description>
    760778                        <para>
    761                                 Since Twitter rejects messages longer than 140 characters, BitlBee can count message length and emit a warning instead of waiting for Twitter to reject it.
     779                                Since Twitter and Identica reject messages longer than 140 characters, BitlBee can count message length and emit a warning instead of waiting for the host to reject it.
    762780                        </para>
    763781
    764782                        <para>
    765                                 You can change this limit here but this won't disable length checks on Twitter's side. You can also set it to 0 to disable the check in case you believe BitlBee doesn't count the characters correctly.
     783                                You can change this limit here but this won't disable length checks on the host's side. You can also set it to 0 to disable the check in case you believe BitlBee doesn't count the characters correctly.
    766784                        </para>
    767785                </description>
    768786
     
    774792
    775793                <description>
    776794                        <para>
    777                                 By default, everything from the Twitter module will come from one nick, twitter_(yourusername). If you prefer to have individual nicks for everyone, you can set this setting to "many" instead.
     795                                By default, everything from the Twitter module will come from one nick, twitter_(yourusername) or (yourhost)_(yourusername). If you prefer to have individual nicks for everyone, you can set this setting to "many" instead.
    778796                        </para>
    779797                       
    780798                        <para>
    781                                 If you prefer to have all your Twitter things in a separate channel, you can set this setting to "chat".
     799                                If you prefer to have all your Twitter or Identica things in a separate channel, you can set this setting to "chat".
    782800                        </para>
    783801                       
    784802                        <para>
  • doc/user-guide/quickstart.xml

    === modified file 'doc/user-guide/quickstart.xml'
     
    22<title>Quickstart</title>
    33
    44<para>
    5 Welcome to BitlBee, your IRC gateway to ICQ, MSN, AOL, Jabber, Yahoo! and Twitter.
     5Welcome to BitlBee, your IRC gateway to ICQ, MSN, AOL, Jabber, Yahoo!, Identica, and Twitter.
    66</para>
    77
    88<para>
     
    4242</ircexample>
    4343
    4444<para>
    45 Other available IM protocols are msn, oscar, yahoo and twitter. OSCAR is the protocol used by ICQ and AOL. For more information about the <emphasis>account add</emphasis> command, see <emphasis>help account add</emphasis>.
     45Other available IM protocols are msn, oscar, yahoo, identica, and twitter. OSCAR is the protocol used by ICQ and AOL. For more information about the <emphasis>account add</emphasis> command, see <emphasis>help account add</emphasis>.
    4646</para>
    4747
    4848<para>