Newsroom Planner
6.0.1
6.0.1
  • What is Newsroom Planner?
  • User guide
    • Overview
    • Top menu
      • Template
    • Calendar view
      • Filtering
      • Cards in calendar columns
    • Search
    • Events
      • Create an event
      • Edit event
    • Planning
      • Create a planning
      • Edit a plan
    • Assignment
      • Create assignment
        • Text assignment
        • Photo assignment
          • Manage linked photos
        • Other types of assignments
      • Edit assignment
        • Article size
      • E-mail notification
    • Hotkeys
    • Action widget
    • Copying
  • My assignment
  • The list of my assignments
  • Text assignment
    • Edit article on assignment
    • Create new article on the assignment
    • Link an article to the assignment
    • Change article size
    • Make a copy of an article
    • Use linked photos in the article
    • Create article when there is no assignment created
  • Photo assignment
    • Upload photos
    • Link photos
    • Unlink photos
    • Manage linked photos
  • Set the assignment as done
  • Create new assignment
  • Opening plan/assignment
  • Copy a plan
  • Admin guide
    • Settings
      • Customization
        • Cards
        • Columns
        • Single view (My assignment)
        • Advanced concept settings
        • Loadable components
          • Event
          • Planning
          • Assignment
            • Type of assignment
          • Full package
          • Tags
      • Configuration
        • Types
        • Sortings
        • Filters
        • Property mappings
        • Properties to fetch
        • Queries & Suggestions
        • Providers
        • Map options
        • Writer
        • Email service
        • Debug
      • Templates
    • My assignment Workspace setting
    • Changelog
    • Requirements
    • E-mail notification
    • Integrate with Newsroom Planner
    • Develop with NRP
    • Migration
      • 5.x ➡ 6.x
      • 5.0.x ➡ 5.1.x
      • 4.x ➡ 5.x
        • Cleanup
      • 3.x ➡ 4.x
        • Templates
      • 2.x ➡ 3.x
      • 1.x ➡ 2.x
    • Concept relations
  • Developer guide
    • Link to plugin-development documentation
Powered by GitBook
On this page
  • Articles
  • Assignments
  • Planning items
  • Event

Was this helpful?

  1. Admin guide
  2. Settings

Templates

Articles

Mimetype for articles

application/vnd.iptc.g2.newsitem+xml.article // {1}
  1. The mimetype for an article

Assignments

Mimetype for assignments

application/vnd.iptc.g2.planningitem+xml.assignment // {1}
  1. The mimetype for an assignment

Assignment xml template

<planning xmlns="http://iptc.org/std/nar/2006-10-01/" standard="NewsML-G2" standardversion="2.26" guid="" conformance="power">
    <itemClass qcode="ninat:text"/>
    <headline></headline>
    <description role="nrpdesc:intern"/>
    <planningExtProperty type="imext:status" value="imext:draft"/>
    <planningExtProperty type="nrpdate:start" value=""/>
    <planningExtProperty type="nrpdate:end" value=""/>
    <planningExtProperty type="nrpdate:created" value=""/>
    <planningExtProperty type="nrpdate:modified" value=""/>
    <links xmlns="http://www.infomaker.se/newsml/1.0"></links>
</planning>
  • The template opens up to set cetain values as default values i.e itemClass qcode could be changed to what item that should be default when creating new ones (see assignment types)

Planning items

Mimetype for planning items

application/vnd.iptc.g2.planningitem+xml // {1}
  1. The mimetype for an planning items

PlanningItems xml template

<planningItem xmlns="http://iptc.org/std/nar/2006-10-01/" standard="NewsML-G2" standardversion="2.26" guid="" conformance="power">
    <catalogRef href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_30.xml"/>
    <catalogRef href="http://infomaker.se/spec/catalog/catalog.infomaker.g2.1_0.xml"/>

    <rightsInfo>
        <copyrightHolder>
            <name>__ORG_NAME__</name>
        </copyrightHolder>
    </rightsInfo>

    <itemMeta>
        <itemClass qcode="plinat:newscoverage"/>
        <provider literal="Newsroom Planner"/>
        <firstCreated></firstCreated>
        <versionCreated></versionCreated>
        <pubStatus qcode="imext:draft"/>
        <itemMetaExtProperty type="nrpdate:start" value="" why="nrpwhy:datetime"/>
        <itemMetaExtProperty type="nrpdate:end" value="" why="nrpwhy:datetime"/>
        <itemMetaExtProperty type="nrpdate:created" value=""/>
        <itemMetaExtProperty type="nrpdate:modified" value=""/>
        <itemMetaExtProperty type="imext:type" value="x-im/newscoverage"/>
        <links xmlns="http://www.infomaker.se/newsml/1.0"></links>
    </itemMeta>

    <contentMeta>
        <urgency>1</urgency>
        <contentCreated />
        <contentModified />
        <headline></headline>
        <slugline></slugline>
        <description role="nrpdesc:intern"/>
        <description role="nrpdesc:extern"/>
        <contentMetaExtProperty type="nrp:sector" literal="Domestic" value="domestic"/>
    </contentMeta>

    <newsCoverageSet>
    </newsCoverageSet>
</planningItem>
  • The template opens up to set cetain values as default values i.e the default sector a item should belong to (this needs to be configured correctly in order for newly created items to get a sector)

Event

Mimetype for event

application/vnd.iptc.g2.conceptitem+xml.event // {1}
  1. The mimetype for an event

Event xml template

<conceptItem xmlns="http://iptc.org/std/nar/2006-10-01/" standard="NewsML-G2" standardversion="2.26" guid="" conformance="power">
    <catalogRef href="http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_30.xml"/>
    <catalogRef href="http://infomaker.se/spec/catalog/catalog.infomaker.g2.1_0.xml"/>

    <rightsInfo>
        <copyrightHolder>
            <name>__ORG_NAME__</name>
        </copyrightHolder>
    </rightsInfo>

    <itemMeta>
        <itemClass qcode="cinat:concept"/>
        <provider literal="Newsroom Planner"/>
        <firstCreated></firstCreated>
        <versionCreated></versionCreated>
        <pubStatus qcode="imext:draft"/>
        <itemMetaExtProperty type="imext:type" value="x-im/event"/>
        <itemMetaExtProperty type="nrpdate:start" value="" why="nrpwhy:datetime"/>
        <itemMetaExtProperty type="nrpdate:end" value="" why="nrpwhy:datetime"/>
        <itemMetaExtProperty type="nrpdate:created" value=""/>
        <itemMetaExtProperty type="nrpdate:modified" value=""/>
        <links xmlns="http://www.infomaker.se/newsml/1.0"></links>
    </itemMeta>

    <contentMeta>
        <contentCreated></contentCreated>
        <contentModified></contentModified>
        <description role="nrpdesc:extern"/>
        <contentMetaExtProperty type="nrp:sector" literal="Domestic" value="domestic"/>
        <links xmlns="http://www.infomaker.se/newsml/1.0"></links>
    </contentMeta>

    <concept>
        <conceptId uri="im://event/" creator=""/>
        <type qcode="cpnat:event"/>
        <name></name>
        <metadata xmlns="http://www.infomaker.se/newsml/1.0">
            <object id="d1e25" type="x-im/event-details">
                <data>
                    <registration/>
                </data>
            </object>
        </metadata>
    </concept>
</conceptItem>
  • The template opens up to set cetain values as default values i.e the default sector a item should belong to (this needs to be configured correctly in order for newly created items to get a sector)

PreviousDebugNextMy assignment Workspace setting

Last updated 2 years ago

Was this helpful?