Changeset 4c3a4c8


Ignore:
Timestamp:
2007-09-24T18:31:39Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
3d9a92b
Parents:
8de38e9
Message:

README: spelling fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    r8de38e9 r4c3a4c8  
    1414https://developer.skype.com/Docs/ApiDoc[here] if you're interested.
    1515
    16 NOTE: You will see that this implementation of the Skype plugin still requires
     16NOTE: You will see that this implementation of the Skype plug-in still requires
    1717a Skype instance to be running. This is because I'm not motivated to reverse
    1818engineer Skype's
     
    2525* Skype 1.4.0.99. 1.4.0.74 did *not* work for me.
    2626* bitlbee-dev >= rev245. Previous versions need patching.
    27 * Skype4Py >= 0.9.28.1. Previous versions uses DBus by default.
     27* Skype4Py >= 0.9.28.1. Previous versions uses `DBus` by default.
    2828* Python 2.5. Skype4Py does not work with 2.4.
    2929* pygobject
     
    3434Skype servers (the company's ones). It needs a running Skype client to do so.
    3535In fact BitlBee will connect to `skyped` (a tcp server, provided in this
    36 package) and `skyped` will connecto to your Skype client.
     36package) and `skyped` will connect to to your Skype client.
    3737
    3838NOTE: The order is important. First you have to start Skype. Then `skyped` can
     
    8282(You may remember that previous versions of `skyped` did not require this
    8383package. This because it now uses the X11 interface of Skype (because the
    84 previously used DBus interface had
     84previously used `DBus` interface had
    8585http://forum.skype.com/index.php?s=&showtopic=94545&view=findpost&p=431710[known
    8686problems]), but I wanted to prevent a large code duplication from that project.
     
    9595----
    9696
    97 NOTE: It's important to start skyped on the same machine and using the same
    98 user as you run Skype as it uses the session DBus for communication!
    99 
    100 - Start your IRC client, connect to BitlBee and add your account:
     97NOTE: It's important to start `skyped` on the same machine and using the same
     98user as you run Skype as it uses the session `DBus` for communication!
     99
     100- Start your `IRC` client, connect to BitlBee and add your account:
    101101
    102102----
     
    105105----
    106106
    107 IMPORTANT: <user> should be your skype account name. This way you won't see
     107IMPORTANT: <user> should be your Skype account name. This way you won't see
    108108yourself joining to `&bitlbee`.
    109109
     
    113113
    114114Optionally, if you want to run Skype on a server, you might want to setup up
    115 a VNC server as well. I used `tightvnc` but probably other VNC servers will
     115a `VNC` server as well. I used `tightvnc` but probably other `VNC` servers will
    116116work, too.
    117117
     
    147147----
    148148
    149 Then connect to it, and set up Skype (username, password, enable autologin, and
     149Then connect to it, and set up Skype (username, password, enable auto-login, and
    150150allow the `SkypeApiPythonShell` client when Skype asks about it).
    151151
Note: See TracChangeset for help on using the changeset viewer.