Build assets on release |
2 days ago | |
---|---|---|
.github | 2 days ago | |
app | 2 weeks ago | |
bin | 2 months ago | |
data/db | 6 years ago | |
docker | 1 month ago | |
scripts | 2 days ago | |
src | 2 weeks ago | |
templates/bundles | 2 months ago | |
tests/Wallabag | 1 month ago | |
translations | 1 week ago | |
var | 1 year ago | |
web | 2 days ago | |
.babelrc | 3 years ago | |
.composer-auth.json | 8 years ago | |
.editorconfig | 3 years ago | |
.eslintrc.json | 2 years ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 month ago | |
.nvmrc | 2 weeks ago | |
.php-cs-fixer.dist.php | 1 year ago | |
CHANGELOG.md | 3 weeks ago | |
CODE_OF_CONDUCT.md | 4 years ago | |
COPYING.md | 5 years ago | |
CREDITS.md | 2 years ago | |
GNUmakefile | 2 months ago | |
Makefile | 5 years ago | |
README.md | 3 months ago | |
RELEASE_PROCESS.md | 2 months ago | |
SECURITY.md | 2 years ago | |
composer.json | 2 weeks ago | |
composer.lock | 3 days ago | |
docker-compose.yml | 2 years ago | |
package.json | 5 days ago | |
phpstan-baseline.neon | 1 month ago | |
phpstan.neon | 1 month ago | |
phpunit.xml.dist | 10 months ago | |
stylelint.config.js | 4 months ago | |
webpack.config.js | 3 years ago | |
yarn.lock | 5 days ago |
README.md
wallabag
wallabag is a web application allowing you to save web pages for later reading. Click, save and read it when you want. It extracts content so that you won't be distracted by pop-ups and cie.
You can install it on your own server, or you can create an account on wallabag.it.
- Website: wallabag.org
- Android app: wallabag/android-app
- iOS app: wallabag/ios-app
- Browser extension: wallabag/wallabagger
- GNOME (Linux) app: read-it-later (not maintained by this project)
- All resources about wallabag ecosystem are listed here: https://github.com/wallabag/wallabag/wiki/wallabag-ecosystem
Documentation
The documentation is available at https://doc.wallabag.org.
You can contribute to it through its dedicated repository, available here: https://github.com/wallabag/doc.
Installation
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
Now, configure a virtual host to use your wallabag.
Other methods
Refer to the installation documentation for other installation methods.
Translation
This project uses Weblate for translation.
Feel free to help us translating wallabag.
Contributing
To learn more about developing wallabag, please refer to the contribution guide.
Content extraction relies on Graby, php-readability and ftr-site-config.
License
Copyright © 2013-current 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.md file for more details.