wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Find a file
github-actions[bot] d640600a40
Merge pull request #6961 from wallabag/dependabot/npm_and_yarn/babel-dependencies-5f32d7087d
Bump the babel-dependencies group with 2 updates
2023-09-18 02:21:46 +00:00
.github Move grouping deps in the right place 2023-09-12 09:52:43 +02:00
app Merge pull request #6791 from wallabag/change-default-fosuser-registration 2023-08-24 07:55:13 +02:00
bin
data/db
docker Merge pull request #6791 from wallabag/change-default-fosuser-registration 2023-08-24 07:55:13 +02:00
scripts
src
templates/bundles
tests/Wallabag
translations Translated using Weblate (Spanish) 2023-09-06 09:57:01 +02:00
var
web Update assets & add grouped update 2023-09-04 09:42:56 +02:00
.babelrc
.composer-auth.json
.editorconfig
.eslintrc.json
.gitattributes
.gitignore
.nvmrc
.php-cs-fixer.dist.php
CHANGELOG.md
CODE_OF_CONDUCT.md
composer.json Bump sentry/sentry-symfony from 4.10.0 to 4.11.0 2023-09-08 02:23:10 +00:00
composer.lock Merge pull request #6947 from wallabag/dependabot/composer/phpstan/phpstan-1.10.34 2023-09-14 07:01:40 +02:00
COPYING.md
CREDITS.md
docker-compose.yml
GNUmakefile
Makefile
package.json Bump the babel-dependencies group with 2 updates 2023-09-18 02:16:08 +00:00
phpstan-baseline.neon
phpstan.neon
phpunit.xml.dist
README.md
RELEASE_PROCESS.md
SECURITY.md Create SECURITY.md 2021-08-31 10:50:12 +01:00
stylelint.config.js
webpack.config.js
yarn.lock Bump the babel-dependencies group with 2 updates 2023-09-18 02:16:08 +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.