wallabag è un'applicazione web che consente di salvare le pagine web per leggerle in seguito. Fate clic, salvate e leggete quando volete. Estrae il contenuto in modo da non essere distratti da pop-up e altro. https://wallabag.devol.it
Go to file
dependabot[bot] 826e310687 Bump phpstan/phpstan-doctrine from 1.3.40 to 1.3.41
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.40 to 1.3.41.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.40...1.3.41)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-09 07:45:44 +02:00
.github Add composer normalizer 2023-07-26 15:12:47 +02:00
app Merge pull request #6797 from yguedidi/use-twig-instead-of-templating 2023-08-08 23:18:16 +02:00
bin Replace Debug component by ErrorHandler component 2023-08-07 22:29:48 +01:00
data/db
docker Update dev docker base image to php:8.1-fpm 2023-07-22 19:16:32 +02:00
scripts
src Merge pull request #6816 from yguedidi/use-psr-17-and-psr-18 2023-08-08 23:56:10 +02:00
templates/bundles Use Twig instead of templating 2023-08-05 16:43:36 +01:00
tests/Wallabag Merge pull request #6813 from yguedidi/replace-client-by-kernelbrowser 2023-08-08 23:36:06 +02:00
translations Translated using Weblate (French) 2023-07-22 10:08:02 +02:00
var
web Replace Debug component by ErrorHandler component 2023-08-07 22:29:48 +01:00
.babelrc
.composer-auth.json
.editorconfig
.eslintrc.json
.gitattributes
.gitignore Ignore docker-compose.override.yml 2023-08-08 01:35:52 +01:00
.nvmrc
.php-cs-fixer.dist.php
CHANGELOG.md Prepare 2.6.2 release 2023-07-24 10:28:28 +02:00
CODE_OF_CONDUCT.md
composer.json Bump sentry/sentry-symfony from 4.9.2 to 4.10.0 2023-08-02 02:10:33 +00:00
composer.lock Bump phpstan/phpstan-doctrine from 1.3.40 to 1.3.41 2023-08-09 07:45:44 +02: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 Bump sass from 1.64.1 to 1.64.2 2023-08-07 02:19:52 +00:00
phpstan-baseline.neon
phpstan.neon
phpunit.xml.dist
README.md Add link to wallabag ecosystem resources 2023-07-06 15:31:50 +02:00
RELEASE_PROCESS.md Update RELEASE_PROCESS 2023-07-24 15:02:44 +02:00
SECURITY.md
stylelint.config.js Stylelint: media-feature-range-notation rule disabled 2023-06-12 18:15:39 +02:00
webpack.config.js
yarn.lock Bump sass from 1.64.1 to 1.64.2 2023-08-07 02:19:52 +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.