2017 © Pedro Peláez
 

kohana-module jam-generated-feed

A module to generate xml files based on a jam collection

image

openbuildings/jam-generated-feed

A module to generate xml files based on a jam collection

  • Wednesday, August 9, 2017
  • by hkdobrev
  • Repository
  • 12 Watchers
  • 1 Stars
  • 28,826 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Jam Generated Feed Module

Build Status Coverage Status Latest Stable Version, (*1)

A module to generate xml files based on a jam collection with a minion task, (*2)

Usage

You need to add configuration to config/jam-generated-feed.php file:, (*3)

return array(
    // Each key is a "name" of the feed, will be used when generating a new one
    'products-uk'   => array(

        // Jam model for the collection
        'model' => 'product'

        // Optional filter that will be applied to the collection (in the form of $collection->{$filter_name}())
        'filter' => 'feed_products_uk',

        // What view to use to generate the feed. It would be passed a $collection variable with the Jam Collection
        'view' => 'feeds/products-uk',

        // Where to output the file, prepends DOCROOT, overwrites
        'file' => 'feeds/products-uk.xml',
    ),
);

Using The Task

minion feed:generate --name=products-uk

Generating {"model":"product","filter":"feed_products_uk","view":"feeds\/products-uk","file":"feeds/products-uk.xml","name":"products-uk"}
Done.
Saving feed content to DOCROOT/test_file.xml
Done.

License

Copyright (c) 2012-2013, OpenBuildings Ltd. Developed by Ivan Kerin as part of clippings.com, (*4)

Under BSD-3-Clause license, read LICENSE file., (*5)

The Versions

09/08 2017

dev-master

9999999-dev https://github.com/OpenBuildings/jam-generated-feed

A module to generate xml files based on a jam collection

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

cache xml task feed generate kohana

18/09 2016

0.1.5

0.1.5.0 https://github.com/OpenBuildings/jam-generated-feed

A module to generate xml files based on a jam collection

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

cache xml task feed generate kohana

18/09 2016

dev-clippings-commission-fix

dev-clippings-commission-fix https://github.com/OpenBuildings/jam-generated-feed

A module to generate xml files based on a jam collection

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

cache xml task feed generate kohana

09/02 2015

0.1.4

0.1.4.0 https://github.com/OpenBuildings/jam-generated-feed

A module to generate xml files based on a jam collection

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

cache xml task feed generate kohana

21/01 2014

0.1.3

0.1.3.0 https://github.com/OpenBuildings/jam-generated-feed

A module to generate xml files based on a jam collection

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

cache xml task feed generate kohana

16/10 2013

0.1.2

0.1.2.0 https://github.com/OpenBuildings/jam-generated-feed

A module to generate xml files based on a jam collection

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

cache xml task feed generate kohana

16/10 2013

0.1.1

0.1.1.0 https://github.com/OpenBuildings/jam-generated-feed

A module to generate xml files based on a jam collection

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

cache xml task feed generate kohana

16/10 2013

0.1.0

0.1.0.0 https://github.com/OpenBuildings/jam-generated-feed

A module to generate xml files based on a jam collection

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

cache xml task feed generate kohana