<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>NITF Formatting - Our-Hometown</title>
	<atom:link href="https://our-hometown.com/docs/our-hometown-knowledgebase/nitf-formatting/feed/" rel="self" type="application/rss+xml" />
	<link>https://our-hometown.com</link>
	<description>Your Newspaper&#039;s Future, Today.</description>
	<lastBuildDate>Tue, 25 Mar 2025 14:38:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://our-hometown.com/wp-content/uploads/cropped-our-hometown-block-no-texxt-32x32.jpg</url>
	<title>NITF Formatting - Our-Hometown</title>
	<link>https://our-hometown.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Importing Your Archives to WordPress</title>
		<link>https://our-hometown.com/docs/importing-archives-wordpress/</link>
		
		<dc:creator><![CDATA[Our Hometown, Inc.]]></dc:creator>
		<pubDate>Mon, 20 Mar 2017 14:54:39 +0000</pubDate>
				<guid isPermaLink="false">http://our-hometown.com/?post_type=docit&#038;p=4521</guid>

					<description><![CDATA[<p>The Our Hometown team is here to help with your archive export & transfer to our system. Our Hometown’s platform requires articles to be sent over as a JSON file or in the NITF format. Both files should be structured to match the examples below.  JSON is the recommended format when possible. (News Industry Text Format – you can learn more about the standard here ) This ensures accurate importation […]</p>
<p>The post <a href="https://our-hometown.com/docs/importing-archives-wordpress/">Importing Your Archives to WordPress</a> first appeared on <a href="https://our-hometown.com">Our-Hometown</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>The Our Hometown team is here to help with your archive export &amp; transfer to our system.</p>
<p>Our Hometown&#8217;s platform requires articles to be sent over as a JSON file or in the NITF format. Both files should be structured to match the examples below. <strong> JSON is the recommended format when possible.</strong></p>
<p>(News Industry Text Format &#8211; you can learn more about the standard <a href="https://iptc.org/standards/nitf/">here )</a></p>
<p>This ensures accurate importation of all your data to the correct fields, as well as image importation &amp; placement.</p>
<p>Please copy and paste the following text in an email or ticket to your current provider:</p>
<blockquote><p>We would like to request a download of our HTML archives. Our new provider is able to accept imports in either NITF or JSON format. JSON is the recommended format when possible.</p>
<p>JSON:</p>
<p>Below is a sample JSON file that includes the required stucture and items for import:</p>
<div>
<div>[{</div>
<div>    &#8220;title&#8221;: &#8220;My &lt;b&gt;first&lt;\/b&gt; article&#8221;,</div>
<div>    &#8220;author&#8221;: &#8220;John Doe&#8221;,</div>
<div>    &#8220;publish_date&#8221;: &#8220;2022-04-06 11:44:01&#8221;,</div>
<div>    &#8220;subhead&#8221;: [&#8220;This is a subhead&#8221;, &#8220;This is another subhead&#8221;],</div>
<div>    &#8220;edition&#8221;: &#8220;2022-04-06&#8221;,</div>
<div>    &#8220;body&#8221;: &#8220;&lt;div class=\&#8221;body\&#8221;&gt;This is the body of the article&lt;\/div&gt;&#8221;,</div>
<div>    &#8220;teaser&#8221;: &#8220;&lt;div class=\&#8221;teaser\&#8221;&gt;This is the teaser of the article&lt;\/div&gt; &lt;img src=\&#8221;http:\/\/www.example.com\/image.jpg\&#8221; \/&gt;&lt;img src=\&#8221;http:\/\/www.example.com\/image2.jpg\&#8221; \/&gt;&#8221;,</div>
<div>    &#8220;Categories&#8221;: {</div>
<div>        &#8220;Parent Category 1&#8221;: [&#8220;Child Category 1&#8221;, &#8220;Child Category 2&#8221;],</div>
<div>        &#8220;Parent Category No Children&#8221;: []</div>
<div>    },</div>
<div>    &#8220;tags&#8221;: [&#8220;tag1&#8221;, &#8220;tag2&#8221;, &#8220;tag3&#8221;],</div>
<div>    &#8220;featured_image&#8221;:  {&#8220;caption&#8221;: &#8220;Photo caption 1&#8243;,&#8221;url&#8221;:&#8221;http:\/\/www.example.com\/image.jpg&#8221;},</div>
<div>    &#8220;content_url&#8221;: &#8220;http:\/\/www.example.com\/article-1&#8221;,</div>
<div>    &#8220;body_images&#8221;: [{&#8220;caption&#8221;: &#8220;Photo caption 1&#8243;,&#8221;url&#8221;:&#8221;http:\/\/www.example.com\/image.jpg&#8221;}, {&#8220;caption&#8221;: &#8220;Photo caption 2&#8243;,&#8221;url&#8221;:&#8221;http:\/\/www.example.com\/image2.jpg&#8221;}]</div>
<div>}, {</div>
<div>    &#8220;title&#8221;: &#8220;My &lt;b&gt;Second&lt;\/b&gt; article&#8221;,</div>
<div>    &#8220;author&#8221;: &#8220;John Doe&#8221;,</div>
<div>    &#8220;publish_date&#8221;: &#8220;2022-04-06 11:44:01&#8221;,</div>
<div>    &#8220;subhead&#8221;: [&#8220;This is a subhead&#8221;, &#8220;This is another subhead&#8221;],</div>
<div>    &#8220;edition&#8221;: &#8220;2022-04-06&#8221;,</div>
<div>    &#8220;body&#8221;: &#8220;&lt;div class=\&#8221;body\&#8221;&gt;This is the body of the second article&lt;\/div&gt;&#8221;,</div>
<div>    &#8220;teaser&#8221;: &#8220;&lt;div class=\&#8221;teaser\&#8221;&gt;This is the teaser of the article&lt;\/div&gt; &lt;img src=\&#8221;http:\/\/www.example.com\/image.jpg\&#8221; \/&gt;&lt;img src=\&#8221;http:\/\/www.example.com\/image2.jpg\&#8221; \/&gt;&#8221;,</div>
<div>    &#8220;Categories&#8221;: {</div>
<div>        &#8220;Parent Category 2&#8221;: [&#8220;Child Category 3&#8221;, &#8220;Child Category 4&#8221;]</div>
<div>    },</div>
<div>    &#8220;tags&#8221;: [&#8220;tag1&#8221;, &#8220;tag2&#8221;, &#8220;tag3&#8221;],</div>
<div>    &#8220;featured_image&#8221;:  {&#8220;caption&#8221;: &#8220;Photo caption 1&#8243;,&#8221;url&#8221;:&#8221;http:\/\/www.example.com\/image.jpg&#8221;},</div>
<div>     &#8220;content_url&#8221;: &#8220;http:\/\/www.example.com\/article-2,</div>
<div>    &#8220;body_images&#8221;:[{&#8220;caption&#8221;: &#8220;Photo caption 1&#8243;,&#8221;url&#8221;:&#8221;http:\/\/www.example.com\/image.jpg&#8221;}, {&#8220;caption&#8221;: &#8220;Photo caption 2&#8243;,&#8221;url&#8221;:&#8221;http:\/\/www.example.com\/image2.jpg&#8221;}]</div>
<div>}]</div>
</div>
<p>NITF (Newspaper Industry Text Format):</p>
<p>Below is a sample of the tags required by NITF. In NITF formatting, each story is required to be in a separate file, which is then stored in a separate folder for each edition that also contains the story&#8217;s images.  This means all stories &amp; pictures for one edition, go into one folder, labelled &#8220;YYYY-MM-DD&#8221;.</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;nitf version=&#8221;-//IPTC//DTD NITF 3.3//EN&#8221; xmlns:extra=&#8221;urn:extra-functions&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;&lt;![CDATA[Quick action by firefighters contains fire at Colasanti’s Market]]&gt;&lt;/title&gt;<br />
&lt;docdata&gt;<br />
&lt;doc-id id-string=&#8221;27676&#8243; /&gt;<br />
&lt;date.issue norm=&#8221;2017-06-14&#8243; /&gt;<br />
&lt;date.release norm=&#8221;2017-06-14&#8243; /&gt;<br />
&lt;/docdata&gt;<br />
&lt;pubdata type=&#8221;print&#8221; date.publication=&#8221;2017-06-14&#8243; position.section=&#8221;Front Page&#8221; /&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;body.head&gt;<br />
&lt;hedline&gt;<br />
&lt;hl1&gt;&lt;![CDATA[Headline Goes Here]]&gt;&lt;/hl1&gt;<br />
&lt;hl2&gt;&lt;![CDATA[Subhead Goes Here]]&gt;&lt;/hl2&gt;<br />
&lt;hl2&gt;&lt;![CDATA[Subhead n Goes Here]]&gt;&lt;/hl2&gt;<br />
&lt;/hedline&gt;<br />
&lt;byline&gt;&lt;![CDATA[Byline 1 Goes Here]]&gt;&lt;/byline&gt;<br />
&lt;byline&gt;&lt;![CDATA[Byline 2 Goes Here]]&gt;&lt;/byline&gt;<br />
&lt;byline&gt;&lt;![CDATA[Byline n Goes Here]]&gt;&lt;/byline&gt;<br />
&lt;/body.head&gt;<br />
&lt;body.content&gt;<br />
&lt;block&gt;<br />
&lt;![CDATA[Article Body Here]]&gt;<br />
&lt;/block&gt;<br />
&lt;block&gt;<br />
&lt;media media-type=&#8221;image&#8221;&gt;<br />
&lt;media-reference source=&#8221;1p1.jpg&#8221; /&gt;<br />
&lt;media-caption&gt;&lt;![CDATA[Caption for Photo 1 Goes Here]]&gt;&lt;/media-caption&gt;<br />
&lt;/media&gt;<br />
&lt;media media-type=&#8221;image&#8221;&gt;<br />
&lt;media-reference source=&#8221;1p2.jpg&#8221; /&gt;<br />
&lt;media-caption&gt;&lt;![CDATA[Caption for Photo 2 Goes Here]]&gt;&lt;/media-caption&gt;<br />
&lt;/media&gt;<br />
&lt;/block&gt;<br />
&lt;/body.content&gt;<br />
&lt;/body&gt;<br />
&lt;/nitf&gt;</p>
<p>&nbsp;</p></blockquote><p>The post <a href="https://our-hometown.com/docs/importing-archives-wordpress/">Importing Your Archives to WordPress</a> first appeared on <a href="https://our-hometown.com">Our-Hometown</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
