mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +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
af43bd3767
Ensure that created use during install command will always be unique. We assume that the install command must be run to initialize a wallabag instance. NEVER to add more user. Also, use a better way to retrieve the real name of the database and not the one defined in parameters.yml (which isn't the same for test envi because the dbname isn't defined in parameters.yml but directly in config_test.yml) |
||
---|---|---|
app | ||
bin | ||
config | ||
data | ||
src | ||
web | ||
.editorconfig | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
build.xml | ||
Capfile | ||
composer.json | ||
composer.lock | ||
CONTRIBUTING.md | ||
COPYING.md | ||
CREDITS.md | ||
Gemfile | ||
Gemfile.lock | ||
GUIDELINES.md | ||
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.