Skip to main content

Extracts all content from within the specified CSS id

Project description

Introduction

This Transmogrifier blueprint extracts text from within the specified CSS id.

Installation

Sample installation via mr.migrator:

[buildout]
extends = http://build.pythonpackages.com/buildout/plone/4.1.x-dev

[plone]
eggs +=
    mr.migrator
    transmogrify.extract
    transmogrify.filesystem
    transmogrify.ploneremote
    transmogrify.pathsorter
    transmogrify.print

Usage

Sample usage in pipeline.cfg:

[transmogrifier]
pipeline =
    source
    extract
    constructor
    schemaupdater
    print

[source]
blueprint = transmogrify.filesystem
directory = docs/sample_content
file-type = Document
file-field = text
wrap-data = false

[extract]
blueprint = transmogrify.extract

[constructor]
blueprint = transmogrify.ploneremote.remoteconstructor
target = http://admin:admin@localhost:8080/Plone

[schemaupdater]
blueprint = transmogrify.ploneremote.remoteschemaupdater
target = http://admin:admin@localhost:8080/Plone

[print]
blueprint = transmogrify.print

Specify id

By default, the content id is used; specify an alternative with id:

[extract]
blueprint = transmogrify.extract
id = wrapper

Encoding and decoding charsets

By default, UTF-8 is used for both. But you can specify an alternative via:

[extract]
blueprint = transmogrify.extract
decode = ascii
encode = ascii

Changelog

0.3.0 (2012-01-28)

  • Fix brown bag release [aclark]

0.2.0 (2012-01-28)

  • Clean up docs [aclark]

0.1.0 (2011-08-31)

  • Initial release [aclark]

Project details


Download files

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

Source Distribution

transmogrify.extract-0.3.0.tar.gz (18.4 kB view details)

Uploaded Source

File details

Details for the file transmogrify.extract-0.3.0.tar.gz.

File metadata

File hashes

Hashes for transmogrify.extract-0.3.0.tar.gz
Algorithm Hash digest
SHA256 535731a3e27c574b4b52e8dd5603a8aac9c0c50206654b184983ba7df68a64e2
MD5 2e91aebd1bd517029a543ba91e581c16
BLAKE2b-256 a6e42dedde920a8d19a66d15e1d9ec041f6b32af4919ecf85f1bae5e8977f13c

See more details on using hashes here.

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