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
2016-10-28 11:14:14 +02:00
.github Update ISSUE_TEMPLATE.md 2016-10-12 11:22:11 +02:00
app Remove backquote in query 2016-10-28 11:14:14 +02:00
bin
data
docker
docs Merge remote-tracking branch 'origin/master' into 2.2 2016-10-24 12:03:17 +02:00
scripts Bring make dev 2016-10-15 15:16:35 +02:00
src Added relation between API Client and User 2016-10-24 21:56:28 +02:00
tests/Wallabag Fixed migration and added tests 2016-10-28 10:55:39 +02:00
var
web Fix baggy on small screens 2016-10-15 19:04:53 +02:00
.composer-auth.json
.editorconfig
.eslintrc.json use airbnb base rules and update eslint 2016-10-04 15:30:05 +02:00
.gitignore Basically, fix everything 2016-10-03 23:08:26 +02:00
.scrutinizer.yml
.stylelintrc
.travis.yml try to reduce assets build npm connection failing by updating nodejs 2016-10-05 15:05:42 +02:00
.zappr.yaml
build.xml
Capfile
CHANGELOG.md Change release title in changelog 2016-10-17 10:27:07 +02:00
composer.json use new tcpdf library version 2016-10-22 12:52:23 +02:00
COPYING.md
CREDITS.md
docker-compose.yml
Gemfile
Gemfile.lock
Gruntfile.js Fix baggy on small screens 2016-10-15 19:04:53 +02:00
Makefile Bring make dev 2016-10-15 15:16:35 +02:00
package.json use airbnb base rules and update eslint 2016-10-04 15:30:05 +02:00
phpunit.xml.dist
README.md Update documentation 2016-10-10 10:20:32 +02:00
RELEASE_PROCESS.md Update release process 2016-10-17 10:23:34 +02:00

Build Status Scrutinizer Code Quality Gitter

What is wallabag?

wallabag is a self hostable 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.

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
make run

License

Copyright © 2013-2016 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.