wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Find a file
2023-11-16 09:50:02 +01:00
.github Add ObjectManagedLoader for PHPStan 2023-11-16 09:50:02 +01:00
app Merge remote-tracking branch 'origin/2.6' into port/2.6.7 2023-10-25 22:09:21 +02:00
bin Replace Debug component by ErrorHandler component 2023-08-07 22:29:48 +01:00
data/db
docker Merge pull request #6791 from wallabag/change-default-fosuser-registration 2023-08-24 07:55:13 +02:00
scripts Build assets on release 2023-09-27 19:13:22 +02:00
src Add ObjectManagedLoader for PHPStan 2023-11-16 09:50:02 +01:00
templates/bundles Use Twig instead of templating 2023-08-05 16:43:36 +01:00
tests Add ObjectManagedLoader for PHPStan 2023-11-16 09:50:02 +01:00
translations Update CraueConfigBundle.pl.yml 2023-10-07 13:35:59 +02:00
var
web Remove generated assets from the repository 2023-09-27 19:15:28 +02:00
.babelrc
.composer-auth.json
.editorconfig
.eslintrc.json
.gitattributes
.gitignore Add display article configurator (font family, font size, line height and max width) 2023-08-22 13:02:50 +02:00
.nvmrc Upgrade to NodeJS 18 2023-09-17 19:29:46 +02:00
.php-cs-fixer.dist.php
CHANGELOG.md Prepare 2.6.7 release 2023-10-02 14:14:34 +02:00
CODE_OF_CONDUCT.md
composer.json Bump sentry/sentry-symfony from 4.11.0 to 4.12.0 2023-10-31 03:57:15 +00:00
composer.lock Bump doctrine/orm from 2.16.2 to 2.17.0 2023-11-16 03:49:55 +00:00
COPYING.md
CREDITS.md
docker-compose.yml
GNUmakefile Add a new build to test when no database table prefix are defined 2023-07-17 14:21:12 +02:00
Makefile
package.json Merge pull request #7067 from wallabag/dependabot/npm_and_yarn/stylelint-scss-5.3.1 2023-11-13 03:55:00 +00:00
phpstan-baseline.neon Merge remote-tracking branch 'origin/2.6' into port/2.6.7 2023-10-25 22:09:21 +02:00
phpstan.neon Add ObjectManagedLoader for PHPStan 2023-11-16 09:50:02 +01:00
phpunit.xml.dist
README.md
RELEASE_PROCESS.md Update RELEASE_PROCESS 2023-07-24 15:02:44 +02:00
SECURITY.md
stylelint.config.js
webpack.config.js
yarn.lock Merge pull request #7067 from wallabag/dependabot/npm_and_yarn/stylelint-scss-5.3.1 2023-11-13 03:55:00 +00:00

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.