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
Nicolas Lœuillet bd527a9f4c
Merge pull request #3474 from wallabag/update-changelog
Updated changelog for 2.3
2017-12-11 19:53:10 +01:00
.github Updated changelog for 2.3 2017-12-11 19:52:21 +01:00
app Merge pull request #3468 from wallabag/fix-migration-3139 2017-12-11 19:38:46 +01:00
bin
data/db
docker
scripts
src Fix #3448 - pubDate now conformant to Date and Time specifications defined by RFC822 2017-12-11 13:17:42 +01:00
tests/Wallabag Fix All RSS not accessible if not logged in + Tests 2017-12-11 16:04:06 +01:00
var
web More space for navbar actions on mobile 2017-12-08 21:10:36 +01:00
.babelrc
.composer-auth.json
.editorconfig
.eslintrc.json
.gitignore
.php_cs
.scrutinizer.yml
.stylelintrc
.travis.yml Fix travis fold 2017-11-21 21:35:17 +01:00
.zappr.yaml
CHANGELOG.md Updated changelog for 2.3 2017-12-11 19:52:21 +01:00
COPYING.md
CREDITS.md
Capfile
Gemfile
Gemfile.lock
Makefile
README.md
RELEASE_PROCESS.md Updated changelog for 2.3 2017-12-11 19:52:21 +01:00
composer.json
docker-compose.yml
package.json
phpunit.xml.dist
postcss.config.js
webpack.config.js
yarn.lock

README.md

Build Status Scrutinizer Code Quality Gitter

What is wallabag?

wallabag is a self-hostable PHP application allowing you to not miss any content anymore. Click, save and read it when you can. It extracts content so that you can read it when you have time.

More information on our website: wallabag.org.

If you do not have your own server, consider the wallabag.it hosting solution.

wallabag logo

Install wallabag

Please read the documentation to see the wallabag requirements.

Then you can install wallabag by executing the following commands:

git clone https://github.com/wallabag/wallabag.git
cd wallabag && make install
make run

License

Copyright © 2013-2017 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.