Skip to content
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
PHP HTML CSS JavaScript Shell Ruby Other
Branch: master
Clone or download
j0k3r Merge pull request #4160 from wallabag/dependabot/composer/phpstan/ph…
…pstan-0.11.19

Bump phpstan/phpstan from 0.11.18 to 0.11.19
Latest commit 3b79c1a Oct 23, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Improve CONTRIBUTING guide Jun 19, 2019
app Added MathJax support Sep 27, 2019
bin Cleanup Nov 28, 2018
data/db Remove data sql files Nov 21, 2017
docker Add missing tidy extension on Docker Jul 6, 2019
scripts Return a different code when git isn't installed Jun 14, 2019
src 🐛 — Fix duplicated icons on "Search engine" and "new link" forms Oct 8, 2019
tests/Wallabag Fix tests & update deps Oct 22, 2019
var Removing failing test from Travis Aug 19, 2018
web Added prod js files Sep 27, 2019
.babelrc Adds Webpack support and removes the use for Grunt May 4, 2017
.composer-auth.json Replace token by a no scope one Feb 27, 2016
.editorconfig Fix PG & Travis drop/create database Jan 23, 2019
.eslintrc.json es6 imports Nov 15, 2016
.gitignore Add ability to import/export tagging rules Jul 8, 2019
.php_cs Add a real configuration for CS-Fixer Jul 1, 2017
.scrutinizer.yml Jump to the new Scrutinizer PHP analysis engine Sep 7, 2018
.stylelintrc Assets work Sep 28, 2016
.travis.yml Re-add nightly Jul 26, 2019
CHANGELOG.md Prepare 2.3.8 release May 14, 2019
CODE_OF_CONDUCT.md Create code of conduct Oct 8, 2019
COPYING.md Cleanup Nov 28, 2018
CREDITS.md some cleanup: Jan 15, 2016
Capfile Updated Capistrano configuration Oct 29, 2016
GNUmakefile Make dev depend on build Aug 29, 2019
Gemfile Updated Capistrano configuration Oct 29, 2016
Gemfile.lock Updated Capistrano configuration Oct 29, 2016
Makefile Makefile fixes for non GNU systems Aug 18, 2018
README.md Cleanup Nov 28, 2018
RELEASE_PROCESS.md Typos May 29, 2019
composer.json Rename internal settings table Aug 8, 2019
composer.lock Bump phpstan/phpstan from 0.11.18 to 0.11.19 Oct 23, 2019
docker-compose.yml Improve CONTRIBUTING guide Jun 19, 2019
package.json Added MathJax support Sep 27, 2019
phpstan.neon Remove PHPUnit lock Jul 8, 2019
phpunit.xml.dist Cleanup Nov 28, 2018
postcss.config.js Adds Webpack support and removes the use for Grunt May 4, 2017
webpack.config.js Adds Webpack support and removes the use for Grunt May 4, 2017
yarn.lock Added MathJax support Sep 27, 2019

README.md

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.

You can’t perform that action at this time.