2015-02-02 06:48:13 +00:00
|
|
|
# What is wallabag ?
|
|
|
|
wallabag is a self hostable application allowing you to not miss any content anymore.
|
|
|
|
Click, save, read it when you can. It extracts content so that you can read it when you have time.
|
2013-08-12 16:17:13 +00:00
|
|
|
|
2014-02-12 19:05:47 +00:00
|
|
|
More informations on our website: [wallabag.org](http://wallabag.org)
|
2013-08-08 05:16:07 +00:00
|
|
|
|
2015-02-02 06:48:13 +00:00
|
|
|
# Want to test the v2 ?
|
|
|
|
|
|
|
|
Keep in mind it's an **instable** branch, everything can be broken :)
|
|
|
|
|
|
|
|
```
|
2015-02-05 08:19:13 +00:00
|
|
|
git clone https://github.com/wallabag/wallabag.git -b v2
|
2015-02-02 06:48:13 +00:00
|
|
|
cd wallabag
|
|
|
|
composer install
|
|
|
|
php app/console wallabag:install
|
|
|
|
php app/console server:run
|
|
|
|
```
|
|
|
|
|
2013-04-03 13:14:01 +00:00
|
|
|
## License
|
2015-02-02 06:48:13 +00:00
|
|
|
Copyright © 2013-2015 Nicolas Lœuillet <nicolas@loeuillet.org>
|
2013-04-03 13:14:01 +00:00
|
|
|
This work is free. You can redistribute it and/or modify it under the
|
2014-07-11 14:03:59 +00:00
|
|
|
terms of the MIT License. See the COPYING file for more details.
|