2017 © Pedro Peláez
 

ezplatform-bundle cms-plugin-ezplatform

Bridges the gap between eZ Platform and the Siteimprove Intelligence Platform

image

siteimprove/cms-plugin-ezplatform

Bridges the gap between eZ Platform and the Siteimprove Intelligence Platform

  • Wednesday, May 30, 2018
  • by Siteimprove
  • Repository
  • 7 Watchers
  • 0 Stars
  • 393 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 9 % Grown

The README.md

Siteimprove eZ Platform Bundle

The new Siteimprove plugin bridges the gap between the eZ Platform and the Siteimprove Intelligence Platform. Thanks to the seamless integration, you are now able to put your Siteimprove results to use where they are most valuable – during your content creation andediting process., (*1)

With analytics and content insights always at hand, contributors can test, fix, and optimize their work continuously. Once the detected issues have been assessed, you can directly re-recheck the relevant page when it is published and see if further actions are needed. Delivering a superior digital experience has never been more efficient and convenient., (*2)

Installation instructions

Requirements

  • eZ Publish 5.4+ / eZ Publish Community Project 2014.07+
  • PHP 5.6+

Use Composer

Using composer you can run this command line to install the bundle:, (*3)

$ composer require siteimprove/cms-plugin-ezplatform

Register the bundle

Activate the bundle in (ezpublish|app)\(EzPublish|app)Kernel.php file., (*4)

// (ezpublish|app)\(EzPublish|app)Kernel.php

public function registerBundles()
{
   ...
   $bundles = array(
       new FrameworkBundle(),
       ...
       new Siteimprove\Bundle\SiteimproveBundle\SiteimproveBundle(),
   );
   ...
}

Add the routes

# (ezpublish|app)/config/routing.yml

_siteimprove_routes:
    resource: "@SiteimproveBundle/Controller"
    type:     annotation
    prefix:   /_siteimprove

Optionnal

This bundle does server-to-server call to the Siteimprove Intelligence Platform, if for an reason your server is behind a HTTP Proxy you can set up the credentials in your config.yml, (*5)

# (ezpublish|app)/config/config.yml

siteimprove:
    proxy_settings:
        host: proxy.net
        port: 8080
        user: user
        pass: password

How it works

Overview

Siteimprove Intelligence Platform is in charge to check the pages that you are browsing and/or editing. To do that, the plugin adds a Javascript tag that will communicate (client-side) with Siteimprove Intelligence Platform., (*6)

You will need credentials to "Sign-in" inside the little widget, that will appear on the right of the screen., (*7)

Plugin, (*8)

You can decide where to display it in your Siteimprove profile., (*9)

A server-to-server call is made after publication to warn Siteimprove Intelligence Platform that pages have changed., (*10)

Technically

Here a basic diagram that shows the flow., (*11)

Flow, (*12)

eZ Publish Legacy Specificities

Install the Legacy extension

php (ezpublish|app)/console ezpublish:legacybundles:install_extensions
cd ezpublish_legacy
php bin/php/ezpgenerateautoloads.php -e

Configure a workflow

In order to let Siteimprove Intelligence Platform knows that a content has been updated you need to setup a workflow. To do that you need to go in your Administraton Interface., (*13)

Step 1 Step 2 Step 3 Step 4, (*14)

Then you need to trigger this workflow. Step 5, (*15)

If you have already a workflow set, you need to create a Multiplexer., (*16)

License

License, (*17)

The Versions

30/05 2018

dev-master

9999999-dev https://github.com/Siteimprove/CMS-plugin-eZPlatform

Bridges the gap between eZ Platform and the Siteimprove Intelligence Platform

  Sources   Download

MIT

The Requires

 

by Avatar Siteimprove

ezpublish ezplatform

30/05 2018

v2.0.0

2.0.0.0 https://github.com/Siteimprove/CMS-plugin-eZPlatform

Bridges the gap between eZ Platform and the Siteimprove Intelligence Platform

  Sources   Download

MIT

The Requires

 

by Avatar Siteimprove

ezpublish ezplatform

30/05 2018

dev-feature-ezplatform-2x

dev-feature-ezplatform-2x https://github.com/Siteimprove/CMS-plugin-eZPlatform

Bridges the gap between eZ Platform and the Siteimprove Intelligence Platform

  Sources   Download

MIT

The Requires

 

by Avatar Siteimprove

ezpublish ezplatform

02/06 2017

v1.0.0

1.0.0.0 https://github.com/Siteimprove/CMS-plugin-eZPlatform

Bridges the gap between eZ Platform and the Siteimprove Intelligence Platform

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar Siteimprove

ezpublish ezplatform