wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.

Jérémy Benoist ccfbbe346e Merge pull request #7465 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-3.55.0 6 дней назад
.github 7500a5f21a Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 1 неделя назад
app c4f097530f Make each install command test uses its own database 1 месяц назад
assets 1bd9ae2a5c Remove unused img assets 2 месяцев назад
bin 1ba1ed23f1 Replace Debug component by ErrorHandler component 9 месяцев назад
data 4c0ac1d10b Remove data sql files 6 лет назад
docker 742742f67d Merge pull request #7288 from yguedidi/setup-blackfire 2 месяцев назад
fixtures 7d20756b7b Move fixtures out of src 1 месяц назад
migrations b305d72740 Fix schema 1 месяц назад
scripts fde129e5c6 Build assets on release 7 месяцев назад
src edd0460018 Merge pull request #7196 from yguedidi/improve-install-command 1 месяц назад
templates 247894209c Use IsGranted in SiteCredentialController 1 месяц назад
tests 6bdee1671d Fix test недель назад: 3
translations 1caa2c4bc3 Translated using Weblate (Chinese (Traditional)) 1 месяц назад
var eda4ff0336 Remove SensioDistributionBundle 2 лет назад
web 728aa902bb Remove generated assets from the repository 7 месяцев назад
.babelrc dce3c84c9c Upgrade to NodeJS 12 3 лет назад
.composer-auth.json f06e268fc9 Replace token by a no scope one 8 лет назад
.editorconfig 4e314ddba7 Regenerate PHPStan baseline 3 месяцев назад
.env e7a348cd0f Setup Blackfire 2 месяцев назад
.eslintrc.json c467bf9382 Update npm/yarn dependencies 2 лет назад
.gitattributes a45c2ff658 Add .gitattributes, exclude tests from archive 1 год назад
.gitignore 742742f67d Merge pull request #7288 from yguedidi/setup-blackfire 2 месяцев назад
.nvmrc 019e978846 Use Node 20 4 месяцев назад
.php-cs-fixer.dist.php 0a117958c9 Apply PHP-CS-Fixer fixes 3 месяцев назад
CHANGELOG.md c8f036ad0f Prepare 2.6.8 release 4 месяцев назад
CODE_OF_CONDUCT.md 0d0d1dae5a Create code of conduct 4 лет назад
COPYING.md 6fc95673df Cleanup 5 лет назад
CREDITS.md 71ffcdc710 Update README 2 лет назад
GNUmakefile 99ad390144 Move loading fixtures to the bootstrap file 4 месяцев назад
Makefile 681e04b060 Makefile fixes for non GNU systems 5 лет назад
README.md 749fc034e9 Add Blackfire as sponsor 3 месяцев назад
RELEASE_PROCESS.md 74a98aaae2 Rename wallabag_core to wallabag 2 месяцев назад
SECURITY.md 9f7c5e9c8f Create SECURITY.md 2 лет назад
composer-dependency-analyser.php 9a1eb323c5 Ignore error on symfony/http-client 1 месяц назад
composer.json 79541b0561 Add symfony/process as dev dependency 1 месяц назад
composer.lock 6d4b071cfa Bump friendsofphp/php-cs-fixer from 3.54.0 to 3.55.0 6 дней назад
docker-compose.yml 91d81ef460 Use wallabag user for PostgreSQL healthcheck недель назад: 3
package.json e66d0803a4 Merge pull request #7467 from wallabag/dependabot/npm_and_yarn/sass-1.76.0 6 дней назад
phpstan-baseline.neon 0b44170e83 Remove the CoreBundle namespace 2 месяцев назад
phpstan.neon 65ed401296 Use dev container in PHPStan 2 месяцев назад
phpunit.xml.dist 6d38e0533f Run tests in no debug mode 2 месяцев назад
stylelint.config.js e49e79b0b3 Stylelint: media-feature-range-notation rule disabled 11 месяцев назад
webpack.config.js 9937d3a060 Webpack upgraded from 4 to 5 + dependancies updated 3 лет назад
yarn.lock e66d0803a4 Merge pull request #7467 from wallabag/dependabot/npm_and_yarn/sass-1.76.0 6 дней назад

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.

Sponsors

Blackfire

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.