diff options
author | VMiklos <vmiklos@frugalware.org> | 2007-08-20 18:45:05 +0200 |
---|---|---|
committer | VMiklos <vmiklos@frugalware.org> | 2007-08-20 18:45:05 +0200 |
commit | 0c60f96f5a49d9c8b22359729371d08d1c8d8bd4 (patch) | |
tree | 7647527b8685d3bd284a24b477c446d7d2e5b8e5 | |
parent | ed2e37f5b8f597fdd8e4e0a9cafb943d23e5469c (diff) |
converted README to asciidoc
-rw-r--r-- | skype/Makefile | 5 | ||||
-rw-r--r-- | skype/README | 36 |
2 files changed, 30 insertions, 11 deletions
diff --git a/skype/Makefile b/skype/Makefile index 8733bcba..cd922db3 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -6,3 +6,8 @@ skype.so: skype.c clean: rm -f skype.so + +doc: + ln -s README HEADER.txt + asciidoc -a toc -a numbered HEADER.txt + rm HEADER.txt diff --git a/skype/README b/skype/README index 5cfa2020..1847159d 100644 --- a/skype/README +++ b/skype/README @@ -1,45 +1,57 @@ -Hello, += Skype plugin for BitlBee +Miklos Vajna <vmiklos@frugalware.org> -This plugin allows you to add Skype support to BitlBee. It's mainly written by -Miklos Vajna <vmiklos@frugalware.org>. - -How to set it up: +== How to set it up: - You need the BitlBee bzr branch: +---- bzr branch http://code.bitlbee.org/bitlbee/ +---- - You need to enable plugin support: +---- http://frugalware.org/~vmiklos/patches/bitlbee-configure-plugins.patch +---- - To be able to do an install-dev: +---- http://frugalware.org/~vmiklos/patches/bitlbee-makefile-headers.patch +---- - Now compile and install it: +---- ./configure --prefix=/usr make make install install-dev +---- - Get the plugin code: +---- git clone http://ftp.frugalware.org/pub/other/people/vmiklos/bitlbee-skype +---- - Compile and install it: +---- make cp skype.so /usr/lib/bitlbee +---- - Start skyped (the tcp server): +---- python skyped.py +---- NOTE: It's important to start skyped on the same machine and using the same user as you run Skype as it uses the session DBus for communication! -What works: +== What works: - Download nicks and away statuses from Skype @@ -51,9 +63,7 @@ What works: - Error handling when skyped is not running and when it exists -What needs to be done (aka. TODO): - -- convert this readme to asciidoc +== What needs to be done (aka. TODO): - we can't ourselves join to &bitlbee (ignore such a message from skype) @@ -67,8 +77,12 @@ What needs to be done (aka. TODO): - maybe on account on/off, change our state from/to offline? so that we won't miss any message +== I would like to have support for ... + If something does not work and it's not in the TODO section, then please contact me! -Shots at: +== Screenshots + +You can reach some screenshots http://frugalware.org/~vmiklos/pics/shots/bitlbee-skype/[here]. -http://frugalware.org/~vmiklos/pics/shots/bitlbee-skype/ +// vim: ft=asciidoc |