mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 10:22:14 +01:00
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
c844dc0c50
Since password are linked to username it was hard to change username while checking that the password is the good one. Instead of doing crazy things to achieve that, I act that user won't be able to update username. Also, username (and email) must be unique, since people logged in using username and can request a new password using email. This should fix #1149 |
||
---|---|---|
app | ||
bin | ||
data | ||
migrations | ||
src | ||
web | ||
.editorconfig | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
build.xml | ||
composer.json | ||
composer.lock | ||
CONTRIBUTING.md | ||
COPYING.md | ||
CREDITS.md | ||
GUIDELINES.md | ||
phinx.yml | ||
phpunit.xml.dist | ||
README.md | ||
TRANSLATION.md | ||
Vagrantfile |
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.