Changeset 0c60f96


Ignore:
Timestamp:
2007-08-20T16:45:05Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
d1c9e35
Parents:
ed2e37f
Message:

converted README to asciidoc

Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    red2e37f r0c60f96  
    77clean:
    88        rm -f skype.so
     9
     10doc:
     11        ln -s README HEADER.txt
     12        asciidoc -a toc -a numbered HEADER.txt
     13        rm HEADER.txt
  • skype/README

    red2e37f r0c60f96  
    1 Hello,
     1= Skype plugin for BitlBee
     2Miklos Vajna <vmiklos@frugalware.org>
    23
    3 This plugin allows you to add Skype support to BitlBee. It's mainly written by
    4 Miklos Vajna <vmiklos@frugalware.org>.
    5 
    6 How to set it up:
     4== How to set it up:
    75
    86- You need the BitlBee bzr branch:
    97
     8----
    109bzr branch http://code.bitlbee.org/bitlbee/
     10----
    1111
    1212- You need to enable plugin support:
    1313
     14----
    1415http://frugalware.org/~vmiklos/patches/bitlbee-configure-plugins.patch
     16----
    1517
    1618- To be able to do an install-dev:
    1719
     20----
    1821http://frugalware.org/~vmiklos/patches/bitlbee-makefile-headers.patch
     22----
    1923
    2024- Now compile and install it:
    2125
     26----
    2227./configure --prefix=/usr
    2328make
    2429make install install-dev
     30----
    2531
    2632- Get the plugin code:
    2733
     34----
    2835git clone http://ftp.frugalware.org/pub/other/people/vmiklos/bitlbee-skype
     36----
    2937
    3038- Compile and install it:
    3139
     40----
    3241make
    3342cp skype.so /usr/lib/bitlbee
     43----
    3444
    3545- Start skyped (the tcp server):
    3646
     47----
    3748python skyped.py
     49----
    3850
    3951NOTE: It's important to start skyped on the same machine and using the same
    4052user as you run Skype as it uses the session DBus for communication!
    4153
    42 What works:
     54== What works:
    4355
    4456- Download nicks and away statuses from Skype
     
    5264- Error handling when skyped is not running and when it exists
    5365
    54 What needs to be done (aka. TODO):
    55 
    56 - convert this readme to asciidoc
     66== What needs to be done (aka. TODO):
    5767
    5868- we can't ourselves join to &bitlbee (ignore such a message from skype)
     
    6878- maybe on account on/off, change our state from/to offline? so that we won't miss any message
    6979
     80== I would like to have support for ...
     81
    7082If something does not work and it's not in the TODO section, then please contact me!
    7183
    72 Shots at:
     84== Screenshots
    7385
    74 http://frugalware.org/~vmiklos/pics/shots/bitlbee-skype/
     86You can reach some screenshots http://frugalware.org/~vmiklos/pics/shots/bitlbee-skype/[here].
     87
     88// vim: ft=asciidoc
Note: See TracChangeset for help on using the changeset viewer.