wallabag è un'applicazione web che consente di salvare le pagine web per leggerle in seguito. Fate clic, salvate e leggete quando volete. Estrae il contenuto in modo da non essere distratti da pop-up e altro. https://wallabag.devol.it
Go to file
2015-02-11 06:28:23 +01:00
app getSalt method 2015-02-10 08:35:43 +01:00
bin
data change gitignore, last time, I promised 2015-01-28 13:28:12 +01:00
docs
migrations
src first test for API, need refactor 2015-02-11 06:28:23 +01:00
web Cleanup default assets symlinks 2015-02-06 22:36:02 +01:00
.editorconfig
.gitignore
.travis.yml
composer.json
composer.lock
CONTRIBUTING.md
COPYING.md
CREDITS.md
GUIDELINES.md
phinx.yml
README.md
TRANSLATION.md
Vagrantfile change database name 2014-10-30 20:43:39 +01: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.

More informations on our website: wallabag.org

Want to test the v2 ?

Keep in mind it's an instable branch, everything can be broken :)

git clone https://github.com/wallabag/wallabag.git -b v2
cd wallabag
composer install
php app/console wallabag:install
php app/console server:run

License

Copyright © 2013-2015 Nicolas Lœuillet nicolas@loeuillet.org This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the COPYING file for more details.