Skip to content

Plugin for wallabag: Download web.archive.org version if we have 404.

License

Notifications You must be signed in to change notification settings

nicosomb/wallabag-webarchive-bundle

Repository files navigation

Plugin for wallabag: Download web.archive.org version if we have 404

This bundle allows you to find snapshot in web.archive.org website

Requirements

  • wallabag >= 2.2.2

Installation

Download the bundle

composer require nicosomb/wallabag-webarchive-bundle

Enable the bundle

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Nicosomb\WallabagWebarchiveBundle\NicosombWallabagWebarchiveBundle(),
        );

        // ...
    }

    // ...
}

Configure your application

# app/config/config.yml

nicosomb_wallabag_webarchive:
    enabled: true

About

Plugin for wallabag: Download web.archive.org version if we have 404.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages