update doc
This commit is contained in:
parent
244bb055f2
commit
9778d67ea6
2 changed files with 30 additions and 49 deletions
10
README
10
README
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue