wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Find a file
dependabot[bot] ed45f594d9
Bump webpack from 5.72.1 to 5.73.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.73.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 02:04:20 +00:00
.github Jump to Node 16 to build assets 2022-05-23 08:04:16 +02:00
app Merge pull request #5799 from wallabag/release/2.5.0 2022-05-20 16:30:22 +02:00
bin
data/db
docker Downgrade PHP to 7.4 on Docker 2022-05-13 00:38:53 +02:00
scripts
src Fix error about template not found 2022-05-30 13:40:26 +02:00
tests/Wallabag Fix tests 2022-05-13 14:15:19 +02:00
var Composer 2.3 isn't compatible with wallabag 2022-04-01 16:09:59 +02:00
web Update some deps 2022-05-30 13:56:21 +02:00
.babelrc
.composer-auth.json
.editorconfig
.eslintrc.json
.gitignore Exclude local phpunit.xml 2022-04-29 00:20:20 +02:00
.nvmrc Jump to Node 16 to build assets 2022-05-23 08:04:16 +02:00
.php_cs
CHANGELOG.md Add info about translations 2022-05-20 16:11:07 +02:00
CODE_OF_CONDUCT.md
composer.json Drop PHP prior to 7.4 2022-05-13 07:29:23 +02:00
composer.lock Update some deps 2022-05-30 13:56:21 +02:00
COPYING.md
CREDITS.md Update README 2022-04-04 10:10:55 +02:00
docker-compose.yml Update docker-compose and Dockerfile for dev env 2022-04-04 10:10:55 +02:00
GNUmakefile Disable XDebug in test make recipe 2022-05-03 06:39:37 +02:00
Makefile
package.json Bump webpack from 5.72.1 to 5.73.0 2022-06-06 02:04:20 +00:00
phpstan.neon
phpunit.xml.dist
README.md Update README 2022-04-04 10:10:55 +02:00
RELEASE_PROCESS.md Drop PHP prior to 7.4 2022-05-13 07:29:23 +02:00
SECURITY.md
stylelint.config.js
webpack.config.js
yarn.lock Bump webpack from 5.72.1 to 5.73.0 2022-06-06 02:04:20 +00:00

wallabag

CI Scrutinizer Code Quality 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.