wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Yassine Guedidi d21ccc1e28
Merge pull request #6982 from yguedidi/build-assets-on-release
Build assets on release
2 days ago
.github Remove the Assets workflow 2 days ago
app Merge branch '2.6' into port/2.6.4-2.6.6 2 weeks ago
bin Replace Debug component by ErrorHandler component 2 months ago
data/db Remove data sql files 6 years ago
docker Merge pull request #6791 from wallabag/change-default-fosuser-registration 1 month ago
scripts Build assets on release 2 days ago
src Merge branch '2.6' into port/2.6.4-2.6.6 2 weeks ago
templates/bundles Use Twig instead of templating 2 months ago
tests/Wallabag Remove remaining MOBI stuff 1 month ago
translations Translated using Weblate (Czech) 1 week ago
var Remove SensioDistributionBundle 1 year ago
web Remove generated assets from the repository 2 days ago
.babelrc Upgrade to NodeJS 12 3 years ago
.composer-auth.json Replace token by a no scope one 8 years ago
.editorconfig Ditch Travis to use GitHub Actions 3 years ago
.eslintrc.json Update npm/yarn dependencies 2 years ago
.gitattributes Add .gitattributes, exclude tests from archive 1 year ago
.gitignore Add display article configurator (font family, font size, line height and max width) 1 month ago
.nvmrc Upgrade to NodeJS 18 2 weeks ago
.php-cs-fixer.dist.php Use Config constructor instead of deprecated named one 1 year ago
CHANGELOG.md Prepare 2.6.6 release 3 weeks ago
CODE_OF_CONDUCT.md Create code of conduct 4 years ago
COPYING.md Cleanup 5 years ago
CREDITS.md Update README 2 years ago
GNUmakefile Add a new build to test when no database table prefix are defined 2 months ago
Makefile Makefile fixes for non GNU systems 5 years ago
README.md Add link to wallabag ecosystem resources 3 months ago
RELEASE_PROCESS.md Update RELEASE_PROCESS 2 months ago
SECURITY.md Create SECURITY.md 2 years ago
composer.json Merge branch '2.6' into port/2.6.4-2.6.6 2 weeks ago
composer.lock Bump doctrine/dbal from 3.6.7 to 3.7.0 3 days ago
docker-compose.yml Update docker-compose and Dockerfile for dev env 2 years ago
package.json Merge pull request #6978 from wallabag/dependabot/npm_and_yarn/sass-1.68.0 5 days ago
phpstan-baseline.neon Add Shaarli and Pocket HTML imports 1 month ago
phpstan.neon PHPStan level 3 1 month ago
phpunit.xml.dist Update all Doctrine deps 10 months ago
stylelint.config.js Stylelint: media-feature-range-notation rule disabled 4 months ago
webpack.config.js Webpack upgraded from 4 to 5 + dependancies updated 3 years ago
yarn.lock Merge pull request #6978 from wallabag/dependabot/npm_and_yarn/sass-1.68.0 5 days ago

README.md

wallabag

CI Gitter Donation Status Translation status License

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.

wallabag

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.