Skip to main content

Provides external methods to sync and create content from Adlib API

Project description

Introduction

Provides external methods to sync and create content from Adlib API

Features

  • Creates Object content type in a Plone site based on Adlib API data.

  • Synchronization of content from Adlib API with a Plone site.

Installation

If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this: Add collective.adlibsyncmanager to the list of eggs to install, e.g.:

[buildout]
        …
        eggs =
                …
                collective.adlibsyncmanager

How to use method as a cron job?

Add to your buildout.cfg:

zope-conf-additional =
<clock-server>
        method /SiteName/adlib_sync
        period 60
        user username-to-invoke-method-with
        password password-for-user
        host localhost
</clock-server>

Dependencies

  • collective.object

The following dependencies are not required unless the creation of pictures and translations is requested.

  • plone.namedfile

  • plone.app.multilingual

Todos

  • Get deleted records from API and update content

  • Create log document with every request result details

  • Send email after several failed API request attempts

Changelog

0.1 (2014-11-14)

  • Initial release

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.adlibsyncmanager-0.1.tar.gz (23.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page