update doc

This commit is contained in:
Christophe Benz 2010-08-02 11:24:01 +02:00
commit 9778d67ea6
2 changed files with 30 additions and 49 deletions

10
README
View file

@ -1,5 +1,8 @@
Weboob is a project which provides a core library, backends and applications.
Overview
--------
The core library defines capabilities: features common to various websites. For
example, http://www.youtube.com and http://www.dailymotion.com are both videos
providers: Weboob defines the “ICapVideo” capability.
@ -18,3 +21,10 @@ The core library provides base classes which help the developer to write
backends and applications.
Weboob is written in Python and is distributed under the GPLv3 license.
Bash completion
---------------
To enable bash completion, just source the tools/weboob_bash_completion
file from your ~/.bash_completion file (which is sourced by /etc/bash_completion).