<?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/"
	>

<channel>
	<title>DITA Open Platform &#187; announcement</title>
	<atom:link href="http://www.dita-op.org/category/announcement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dita-op.org</link>
	<description>The Open Source DITA Authoring Platform</description>
	<lastBuildDate>Thu, 04 Mar 2010 17:02:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>M2 Announcement</title>
		<link>http://www.dita-op.org/2009/01/01/m2-announcement/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=m2-announcement</link>
		<comments>http://www.dita-op.org/2009/01/01/m2-announcement/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 00:11:46 +0000</pubDate>
		<dc:creator>Claude</dc:creator>
				<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://www.dita-op.org/?p=139</guid>
		<description><![CDATA[This post to announce that milestone 2 of the DITA Open Platform is now released.
Starting with this milestone the Platform has two main components, the Editor and the EasyTrac package.
The Editor has some bug fixes and minor improvements (like the ability to choose which version of the DITA specifications to use) but what is really [...]]]></description>
			<content:encoded><![CDATA[<p>This post to announce that milestone 2 of the DITA Open Platform is now released.</p>
<p>Starting with this milestone the Platform has two main components, the Editor and the EasyTrac package.</p>
<p>The Editor has <a href="https://sourceforge.net/tracker2/?group_id=228491&amp;atid=1074048">some bug fixes</a> and minor improvements (like the ability to choose which version of the DITA specifications to use) but what is really new is the EasyTrac package.</p>
<p>The EasyTrac package contains a pre-configured Apache2 server used to run the <a href="http://trac.edgewall.com/">Trac project management system</a> and <a href="http://subversion.tigris.org/">Subversion repositories</a> under the Windows operating system. Using those tools you can:</p>
<ul>
<li> share knowledge with the wiki,</li>
<li>manage your authoring process using tickets and milestones and</li>
<li>manage your content using Subversion.</li>
</ul>
<p>With Trac comes also the <a href="http://bitten.edgewall.org/">Bitten continuous integration plugin</a> with support to automate the build of your documentation using the <a href="http://dita-ot.sourceforge.net/">DITA Open Toolkit</a>.</p>
<p>You will find anything necessary to get you started in the <a href="documentation/">documentation section</a> of this site.</p>
<p>Support will be provided using the <a href="https://sourceforge.net/tracker2/?group_id=228491&amp;atid=1074049">SourceForge Support Requests tracker</a> or the <a href="http://tech.groups.yahoo.com/group/dita-users/">Yahoo! dita-users mailing list</a>.</p>
<p>Happy new year to everyone!<br />
Claude</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dita-op.org/2009/01/01/m2-announcement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DITA for Wordpress</title>
		<link>http://www.dita-op.org/2008/12/08/dita-for-wordpress/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dita-for-wordpress</link>
		<comments>http://www.dita-op.org/2008/12/08/dita-for-wordpress/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 18:01:52 +0000</pubDate>
		<dc:creator>Claude</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[dita]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.dita-op.org/?p=50</guid>
		<description><![CDATA[A few days ago I released the DITA-OT and the Wordpress plugins that enable me to publish part of the (almost inexistant) DITA-OP documentation on this blog. I am talking about the About, Download and Getting Started pages that appear in the menu up here.
The DITA-OT plugin transforms a map into a single file, suitable [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I released the DITA-OT and the Wordpress plugins that enable me to publish part of the (almost inexistant) DITA-OP documentation on this blog. I am talking about the <a href="/about">About</a>, <a href="/download">Download</a> and <a href="/documentation">Getting Started</a> pages that appear in the menu up here.</p>
<p>The DITA-OT plugin transforms a map into a single file, suitable for publication, and automatically call the xmlrpc API of the blog to publish it.</p>
<p>The DITA Wordpress plugin adds a css (a slightly modified version of the DITA-OT commonltr.css) to your Wordpress theme to properly render the standard domains.</p>
<p>You can download both plugins <a href="https://sourceforge.net/project/showfiles.php?group_id=228491&amp;package_id=301365&amp;release_id=644607">here</a>, they are released under the GPL license.</p>
<ul>
<li>The <strong>dita2wp.zip</strong> contains a README file with instructions about installation and usage of the plugin.</li>
<li>The <strong>wp-dita-plugin.zip</strong> is very small Wordpress plugin, just unzip the file into your wordpress plugins folder and activate it in your Wordpress admin interface.</li>
</ul>
<p>I tested only with Wordpress but the DITA-OT plugin should be able to publish to any blogging platform that supports the Blogger API.</p>
<p><strong>UPDATE</strong>: A reader noticed a small mistake in the README file of the dita2wp plugin. In order to install the plugin in the DITA-OT the command should read <code>ant -f integrator.xml</code> instead of <code>anf -f integrate.xml</code>.</p>
<p>I also notice that, since 2.7, it is not possible anymore to update Wordpress pages using the Blogger API. If this is what you do with this plugin (my case) then you will have to change the <code>xmlrpc.php</code> page in your wordpress installation. Go to line 1912 and replace the following code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1912
1913
1914
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$actual_post</span> <span style="color: #339933;">||</span> <span style="color: #000088;">$actual_post</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'post_type'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">!=</span> <span style="color: #0000ff;">'post'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #000000; font-weight: bold;">new</span> IXR_Error<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">404</span><span style="color: #339933;">,</span> __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Sorry, no such post.'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>with this one:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1912
1913
1914
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$actual_post</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #000000; font-weight: bold;">new</span> IXR_Error<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">404</span><span style="color: #339933;">,</span> __<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Sorry, no such post.'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.dita-op.org/2008/12/08/dita-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DITA-OP 1.0.0 M1 Announcement</title>
		<link>http://www.dita-op.org/2008/06/22/dita-op-100-m1-announcement/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dita-op-100-m1-announcement</link>
		<comments>http://www.dita-op.org/2008/06/22/dita-op-100-m1-announcement/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 13:39:29 +0000</pubDate>
		<dc:creator>Claude</dc:creator>
				<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://www.dita-op.org/?p=4</guid>
		<description><![CDATA[I am pleased to announce the first milestone of the DITA Open Platform version 1.0.0
This milestone is a test release in order to see if there is interest in the DITA community for what the DITA Open Platform project plans to offer. It is also a mean to collect suggestions and ideas from the community.
The [...]]]></description>
			<content:encoded><![CDATA[<p>I am pleased to announce the first milestone of the DITA Open Platform version 1.0.0</p>
<p>This milestone is a test release in order to see if there is interest in the DITA community for what the DITA Open Platform project plans to offer. It is also a mean to collect suggestions and ideas from the community.</p>
<p>The goal of this project is to provide the DITA community with a free and easy-to-deploy DITA oriented production platform. It is targeted at small companies or teams that do not need a complete CMS solution.</p>
<p>The key deliverable of this milestone is the DITA-OP Editor, an Eclipse-based set of plugins featuring:</p>
<ul>
<li>The complete DITA architecture and language specification available through the Eclipse help system</li>
<li>A DITA project nature which enables DITA files validation (pure XML validation and hyperlink references validation) and problem markers</li>
<li>Wizards and templates to create new DITA files (topics, concepts, references, tasks, maps, bookmaps and processing profiles)</li>
<li>A processing profile (ditaval) form editor</li>
<li>A topic editor which leverages the power of the Eclipse XML editor (content assist, templates, as you type validation, formatting) with a dedicated preview page</li>
<li>A launch configuration dedicated to the DITA Open Toolkit which enables setting up the toolkit scripts, saving your configuration for later reuse or sharing and even adding automatic build to your DITA project.</li>
</ul>
<p>Next step will be to provide a server packaging enabling:</p>
<ul>
<li>Configuration management of the DITA files</li>
<li>Management of the authoring process</li>
<li>Management of the publication process</li>
</ul>
<p>For downloading please refer to the <a href="/download">download page</a> on this site.</p>
<p>Complete documentation has yet to come but the <a href="/documentation">documentation page</a> should give you an overview of what is already possible.<br />
I will answer questions and support requests on the <a href="http://groups.yahoo.com/group/dita-users">Yahoo! dita-users group</a>.</p>
<p>Claude</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dita-op.org/2008/06/22/dita-op-100-m1-announcement/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
