Skip to main content

A content type inspired on the IPTC's News Industry Text Format specification.

Project description

Life, the Universe, and Everything

News articles in Plone are instances of the ‘News Item’ content type: they can contain a title, a description, a body text, an image and some basic metadata. If you publish a couple of items from time to time, this is fine.

But suppose you have to publish dozens of items everyday… How do you tell your readers who they are about? What do they cover? Where do they took place? And, more important, how do you classify them? How do you organize them? How do you tell your readers which ones are newsworthy?

To solve these, and other issues, the IPTC developed XML standards to define the content and structure of news articles. NITF, NewsML and NewsCodes are among these standards and they support the classification, identification and description of a huge number of news articles characteristics.

NITF is intended to structure independent news articles and this package aims to implement a content type inspired by the specification.

Mostly Harmless

http://img.shields.io/pypi/v/collective.nitf.svg https://img.shields.io/travis/collective/collective.nitf/master.svg https://img.shields.io/coveralls/collective/collective.nitf/master.svg

Got an idea? Found a bug? Let us know by opening a support ticket.

Don’t Panic

Installation

To enable this product in a buildout-based installation:

  1. Edit your buildout.cfg and add collective.nitf to the list of eggs to install:

    [buildout]
    ...
    eggs =
        collective.nitf

After updating the configuration you need to run ‘’bin/buildout’’, which will take care of updating your system.

Go to the ‘Site Setup’ page in a Plone site and click on the ‘Add-ons’ link.

Check the box next to collective.nitf and click the ‘Activate’ button.

Behaviors

This package includes a behavior called collective.nitf.behaviors.interfaces.ISection. By applying it to a Dexterity-based content type you will get a new field called section.

Helper views

All news articles provide @@nitf and @@newsml views that are available although are not registered.

You can validate the output of the those views using services like XML validation.

You may use the NITF Document Type Definition version 3.5 and the XHTML Ruby Module associated with it.

Internals

collective.nitf uses Cycle2 slideshow plugin for jQuery and it can load its resources from the Plone JS registry if they are present there.

If you’re using collective.nitf with other packages that use Cycle2 also (like sc.photogallery or covertile.cycle2), it is highly recommended that you register those resources to load them once and avoid conflicts.

You can use a jsregistry.xml file that includes the following:

<javascript id="++resource++collective.js.cycle2/jquery.cycle2.min.js"
    cacheable="True" compression="none" cookable="True" enabled="True" />
<javascript id="++resource++collective.js.cycle2/jquery.cycle2.carousel.min.js"
    cacheable="True" compression="none" cookable="True" enabled="True" />
<javascript id="++resource++collective.js.cycle2/jquery.cycle2.swipe.min.js"
    cacheable="True" compression="none" cookable="True" enabled="True" />

Share and Enjoy

collective.nitf would not have been possible without the contribution of the following people:

  • Cleber J. Santos

  • Franco Pellegrini

  • Gonzalo Almeida

  • Héctor Velarde

  • Joaquín Rosales

  • Juan A. Díaz

  • Juan Pablo Giménez

  • Marcos F. Romero

  • Silvestre Huens

  • Érico Andrei

  • Rodrigo Ferreira de Souza

  • Wolfgang Beyer (Mandelbrot image set used in tests)

You can find an updated list of package contributors on GitHub.

Development sponsored by Open Multimedia.

Changelog

There’s a frood who really knows where his towel is.

2.0b2 (2016-07-27)

  • The getImage() and imageCaption() methods of the NITF class are deprecated and will be removed on next release; use image() and media_caption() instead. [hvelarde]

  • Fix issue with collective.nitf.image viewlet raising AttributeError when plone.app.contenttypes is installed (closes #169). [hvelarde]

  • Use <p> tag to display the News Article subtitle to avoid warnings on validation. [hvelarde]

  • Fix exception when syndicalize NITF (closes #161). [rodfersou]

  • Fix tile date format. [hvelarde]

  • Avoid rising exceptions when content referenced in tile is not available (fixes #154). [hvelarde, rodfersou]

  • Remove hard dependency on plone.app.referenceablebehavior as Archetypes is no longer the default framework in Plone 5. Under Plone < 5.0 you should now explicitly add it to the eggs part of your buildout configuration to avoid issues while upgrading. [hvelarde]

2.0b1 (2016-02-29)

  • Show title of news article as alt attribute on tile’s image. [hvelarde]

  • Fix upgrade step to work with both, Archetypes and Dexterity-based collections. [rodfersou]

2.0a1 (2015-09-30)

  • Make control panel configlet accesible to Site Administrator role (closes #137). [hvelarde]

  • Load Cycle2 resources from the JS registry if available (closes #133). [hvelarde]

  • Fix display of byline and refactor override of documentbyline viewlet; avoid performance issues when having many users by memoizing expensive call to Membership tool (fixes #128). [hvelarde, rodfersou]

  • Replace slideshow framework machinery; we use Cycle2 now instead of Galleria. Don’t forget do uninstall and remove collective.js.galleria if you no longer depend on it on your site (closes #116). [rodfersou, hvelarde]

  • Fix default values for genre and urgency fields (closes #118). [rodfersou]

  • Add NITF tile for collective.cover (closes #123). [hvelarde]

  • Reimplement section field as a behavior (closes #98). [hvelarde]

  • Drop support of Plone 4.2. [hvelarde]

  • Remove dependency on collective.z3cform.widgets. Don’t forget do uninstall and remove the package if you no longer depend on it on your site. [hvelarde]

  • Update package i18n and Spanish and Brazilian Portuguese translations. [hvelarde]

  • Restore default binding on Link content type at uninstall time. [hvelarde]

  • Add Current as default value for available_genres and General as default value for available_sections. [hvelarde]

  • Character counter code was removed from package; this should be reimplemented using collective.js.charcount (closes #75). [hvelarde]

  • Package was cleaned by removing some dependencies, deprecated methods on default view, unused macros from templates, and needless resources, scripts and styles. [marcosfromero, hvelarde]

  • Remove all javascript from templates, create new nitf.js and use jsregistry (closes #94). [marcosfromero]

  • Add confirmation overlay before removing an image in media.pt (closes #85). [marcosfromero]

  • Add required script library in media.pt to prevent image not loading when editing in overlay (closes #84). [marcosfromero]

  • Fields were reordered to enhance user experience on adding/editing content: ‘location’ field is now above ‘body text’ and ‘urgency’ is below ‘genre’. [hvelarde]

  • Reimplement keywords and documentbyline viewlets with semantic markup and support for news article byline for INITF interface. [jpgimenez, hvelarde, cleberjsantos]

  • Refactor templates to implement semantic markup to annotate news-specific metadata using rNews, schema.org and RDFa (closes #47). [jpgimenez, marcosfromero, hvelarde]

  • Add plone.app.relationfield as a dependency; this is needed for Dexterity to proper handle relations (closes #71). [jpgimenez]

  • Remove five.grok dependency, will easy the mainteinance and the extendibility of the package. [jpgimenez]

  • Changes image link behavior in view.pt for mobile devices (closes #62). [marcosfromero]

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

collective.nitf-2.0b2.tar.gz (270.6 kB view hashes)

Uploaded Source

Built Distribution

collective.nitf-2.0b2-py2-none-any.whl (299.4 kB view hashes)

Uploaded Python 2

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