]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
Add Readability import
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Sep 2016 06:00:30 +0000 (08:00 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Sep 2016 06:00:30 +0000 (08:00 +0200)
commit03e3753f6bd36f12c0757c76b49b683c49de48ae
tree1f5f5b7b35e0f610371e1ca83bbbad34571325ba
parentcdd3010b478c9ca818dd6d22d03c81ef4a5ab208
Add Readability import

Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/ImportBundle/Controller/ReadabilityController.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Import/ReadabilityImport.php [new file with mode: 0644]
src/Wallabag/ImportBundle/Resources/config/services.yml
src/Wallabag/ImportBundle/Resources/views/Readability/index.html.twig [new file with mode: 0644]
tests/Wallabag/ImportBundle/fixtures/readability.json [new file with mode: 0644]