collective.nitf
A content type inspired on the News Industry Text Format specification.
Project Description
collective.nitf
Table of Contents
Overview
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.
Don't panic
TBA
Helper views
All news articles provide @@nitf and @@newsml views that are available although are not registered.
Validating
You can validate the output of the @@nitf and @@newsml 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.
Installation
To enable this product in a buildout-based installation:
Edit your buildout.cfg and add collective.nitf to the list of eggs to install:
[buildout] ... eggs = collective.nitfYou may need to extend a Dexterity known good set (KGS) to make sure that you get the right versions of the packages that make up Dexterity:
[buildout] ... extends = http://good-py.appspot.com/release/dexterity/1.2.1
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.
Note: You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.
Contributors
- Héctor Velarde
- Joaquín Rosales
- Érico Andrei
- Juan Díaz
- Silvestre Huens
- Gonzalo Almeida
- Franco Pellegrini
Development sponsored by Open Multimedia.
Changelog
1.0a1 (2012-05-21)
- Initial release.
Self-Certification
[X] Internationalized
[X] Unit tests
[ ] End-user documentation
[X] Internal documentation (documentation, interfaces, etc.)
[X] Existed and maintained for at least 6 months
[ ] Installs and uninstalls cleanly
[X] Code structure follows best practice
Current Release
No stable release available yet.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 1.0a1 | Initial release. More about this release… |
Plone 4.1
|
GPL | alpha |

