wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Find a file
Jérémy Benoist 689b5fdf80
Merge pull request #4027 from wallabag/dependabot/composer/mnapoli/piwik-twig-extension-2.0.1
Bump mnapoli/piwik-twig-extension from 1.0.0 to 2.0.1
2019-06-24 10:18:07 +02:00
.github Improve CONTRIBUTING guide 2019-06-19 14:54:38 +02:00
app Merge pull request #4020 from wallabag/fix/sqlite-reading-time-null 2019-06-24 07:31:13 +02:00
bin
data/db
docker Improve CONTRIBUTING guide 2019-06-19 14:54:38 +02:00
scripts Return a different code when git isn't installed 2019-06-14 11:28:23 +02:00
src Typo 2019-06-21 12:54:52 +02:00
tests/Wallabag Merge pull request #4018 from wallabag/fix/wallabag_user-migration 2019-06-24 07:30:57 +02:00
var
web Merge remote-tracking branch 'origin/master' into 2.4 2019-05-15 14:38:07 +02:00
.babelrc
.composer-auth.json
.editorconfig
.eslintrc.json
.gitignore Keep composer.lock 2019-05-29 11:41:07 +02:00
.php_cs
.scrutinizer.yml
.stylelintrc
.travis.yml Fix Travis build on Xenial dist 2019-06-12 20:34:12 +02:00
Capfile
CHANGELOG.md Prepare 2.3.8 release 2019-05-14 10:16:46 +02:00
composer.json Use Twig 2.0 2019-06-21 12:46:53 +02:00
composer.lock Bump mnapoli/piwik-twig-extension from 1.0.0 to 2.0.1 2019-06-24 05:35:27 +00:00
COPYING.md
CREDITS.md some cleanup: 2016-01-15 16:07:57 +01:00
docker-compose.yml Improve CONTRIBUTING guide 2019-06-19 14:54:38 +02:00
Gemfile
Gemfile.lock
GNUmakefile
Makefile Makefile fixes for non GNU systems 2018-08-18 18:50:18 +10:00
package.json
phpstan.neon
phpunit.xml.dist
postcss.config.js
README.md
RELEASE_PROCESS.md Typos 2019-05-29 12:02:24 +02:00
webpack.config.js
yarn.lock

Build Status Scrutinizer Code Quality Gitter

What is wallabag?

wallabag is a self-hostable PHP application allowing you to not miss any content anymore. Click, save and read it when you can. It extracts content so that you can read it when you have time.

More information on our website: wallabag.org.

If you do not have your own server, consider the wallabag.it hosting solution.

wallabag logo

Install wallabag

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.

Run on YunoHost

Install Wallabag with YunoHost

Wallabag app for YunoHost. See here

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 file for more details.