<?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>KOffice.org &#187; KWord</title>
	<atom:link href="http://www.koffice.org/tag/kword/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.koffice.org</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 08:35:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Office viewer for Maemo5 based on KOffice</title>
		<link>http://www.koffice.org/news/office-viewer-for-maemo5-based-on-koffice/</link>
		<comments>http://www.koffice.org/news/office-viewer-for-maemo5-based-on-koffice/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 13:45:46 +0000</pubDate>
		<dc:creator>Thomas Zander</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[KPresenter]]></category>
		<category><![CDATA[KWord]]></category>

		<guid isPermaLink="false">http://www.koffice.org/?p=602</guid>
		<description><![CDATA[
KOffice2 is still a fresh set of office tools. We released the 2.0, called platform release, just 3 months ago and work continues to make the suite more stable and to add the minimum set of features people should be able to expect.
All KOffice community members are continuing to do an awesome job with many [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>KOffice2 is still a fresh set of office tools. We <a href="../news/koffice-200-released/">released</a> the 2.0, called platform release, just 3 months ago and work continues to make the suite more stable and to add the minimum set of features people should be able to expect.</p>
<p>All <a href="../">KOffice</a> community members are continuing to do an awesome job with many bugs being closed and lots of love going into all the applications. This means that the 2.1 release will already be much closer to being ready for the big crowds.<br />
We got a little help now too. Nokia has packaged KOffice for Maemo 5 environment with a new UI for Maemo 5!, This means that KOffice can run in the new Maemo device(N900) . Just to clarify, this is not a commercial product of Maemo but is a contribution by Nokia to Open Source. The developed application will be made available for download in a typical release-early release-often. Bugs will likely exist in this version.</p>
<p>This is exciting news as KOffice will be available to a huge audience and Nokia has been helping to fix bugs and make MS-Office document support more robust.</p>
<p>Nokia has created a document viewer for the <a href="http://maemo.org/">Maemo</a> 5 platform (Fremantle) based on KOffice and uses the KWord and KPresenter applications to load and display word processor and presentation documents. The application uses a custom user interface specifically designed to fit in with the Maemo 5 style.<br />
<a href="http://www.koffice.org/wp-content/uploads/2009/09/Screenshot1.png" rel="lightbox[602]"><img class="aligncenter size-medium wp-image-603" title="Office on Maemo" src="http://www.koffice.org/wp-content/uploads/2009/09/Screenshot1-490x294.png" alt="Office on Maemo" width="490" height="294" /></a><br />
Part of the projects goals is to help KOffice mature its loading and rendering of MSOffice documents.</p>
<p>It is important to point out that all contributions to KOffice have been made directly inside the KOffice subversion repository. The KOffice document viewer for Maemo 5 will be shown for the first time at Maemo Summit in Amsterdam between October the 9th and 11th. This release is a bit unfortunately timed as the official KOffice2.1 release will likely be one or two weeks later making the Fremantle office use the release candidate at first.</p>
<p>I think its very exciting to have the hard work of all the KOffice community members be rewarded by having the document reader be based on our hard work. I’m very thankful to be working on the project and I’m looking forward to continued cooperation between Nokia and the KOffice community.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.koffice.org/news/office-viewer-for-maemo5-based-on-koffice/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Bugfixing lists</title>
		<link>http://www.koffice.org/background/bugfixing-lists/</link>
		<comments>http://www.koffice.org/background/bugfixing-lists/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 15:41:54 +0000</pubDate>
		<dc:creator>Thomas Zander</dc:creator>
				<category><![CDATA[Background]]></category>
		<category><![CDATA[KWord]]></category>

		<guid isPermaLink="false">http://www.koffice.org/?p=526</guid>
		<description><![CDATA[In a previous blog I mentioned a lot of new features we are working on. With the release of the beta the time for working on new features is over and now we are in full bug fixing frenzy.
A question that recently came up in the KOffice community was when we can honestly say that [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous <a href="http://www.koffice.org/background/what-is-happening-for-koffice2-1/">blog</a> I mentioned a lot of new features we are working on. With the release of the beta the time for working on new features is over and now we are in full bug fixing frenzy.<br />
A question that recently came up in the KOffice community was when we can honestly say that KOffice is ready for the end user. One answer which I personally like is that features that are present should just work. Fully, and well tested. The project I did in the last week was work on list items. I&#8217;ve tried to find all the bugs I could on this topic and make sure they all got fixed for the 2.1 release Naturally this includes writing unit tests to avoid them regressing later. And last I think it is only complete with a blog entry explaining the progress KOffice made.</p>
<p><span id="more-526"></span>The fixes were mostly focused on getting list items positioned correct as the rest of the features already worked in 2.0.  Right to left lists are a bit tricky and they were basically broken by placing the counter in the margins.</p>
<p>The following &#8216;before&#8217; and &#8216;after&#8217; screen-shots of my test document probably show the progress much better.</p>
<p>First the new status and for reference the old one below. (click to see full size)</p>
<div id="attachment_540" class="wp-caption aligncenter" style="width: 353px"><a href="http://www.koffice.org/wp-content/uploads/2009/09/countersIn21.png" rel="lightbox[526]"><img class="size-medium wp-image-540" title="countersIn21" src="http://www.koffice.org/wp-content/uploads/2009/09/countersIn21-490x437.png" alt="Counters in 2.1" width="343" height="306" /></a><p class="wp-caption-text">Counters in 2.1</p></div>
<div id="attachment_539" class="wp-caption aligncenter" style="width: 353px"><a href="http://www.koffice.org/wp-content/uploads/2009/09/countersIn20.png" rel="lightbox[526]"><img class="size-medium wp-image-539" title="countersIn20" src="http://www.koffice.org/wp-content/uploads/2009/09/countersIn20-490x437.png" alt="Counters with bugs" width="343" height="306" /></a><p class="wp-caption-text">Counters with bugs</p></div>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.koffice.org/background/bugfixing-lists/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>KOffice 2.0.2 Released</title>
		<link>http://www.koffice.org/news/koffice-202-released/</link>
		<comments>http://www.koffice.org/news/koffice-202-released/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 16:17:21 +0000</pubDate>
		<dc:creator>Inge Wallin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[Karbon]]></category>
		<category><![CDATA[KChart]]></category>
		<category><![CDATA[KPlato]]></category>
		<category><![CDATA[KPresenter]]></category>
		<category><![CDATA[Krita]]></category>
		<category><![CDATA[KSpread]]></category>
		<category><![CDATA[KWord]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.koffice.org/?p=444</guid>
		<description><![CDATA[The KOffice team is happy to release KOffice 2.0.2, the second bugfix release in the 2.0 series. This release contains no new features but a number of bugfixes for almost all of the components in KOffice 2.0. This is likely the last bugfix release of 2.0 before starting the 2.1 series in October this year.
More [...]]]></description>
			<content:encoded><![CDATA[<p>The KOffice team is happy to release KOffice 2.0.2, the second bugfix release in the 2.0 series. This release contains no new features but a number of bugfixes for almost all of the components in KOffice 2.0. This is likely the last bugfix release of 2.0 before starting the 2.1 series in October this year.</p>
<p>More details of the 2.0.2 release can be found in the <a href="http://www.koffice.org/changelogs/koffice-202-changelog/">changelog</a>. This version of KOffice is translated to no less than 27 languages.</p>
<p>You can find source and binary packages for 2.0.2 <a href="http://www.koffice.org/news/downloads/packages-for-202/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.koffice.org/news/koffice-202-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KOffice 2.0.1 Released</title>
		<link>http://www.koffice.org/news/koffice-201-released/</link>
		<comments>http://www.koffice.org/news/koffice-201-released/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 20:23:26 +0000</pubDate>
		<dc:creator>Inge Wallin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[Karbon]]></category>
		<category><![CDATA[KChart]]></category>
		<category><![CDATA[KPlato]]></category>
		<category><![CDATA[KPresenter]]></category>
		<category><![CDATA[Krita]]></category>
		<category><![CDATA[KSpread]]></category>
		<category><![CDATA[KWord]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.koffice.org/?p=391</guid>
		<description><![CDATA[Today, exactly one month since the release of KOffice 2.0.0, the KOffice team releases the first bugfix release in the 2.0 series. This release contains no new features but lots of bugfixes for almost all of the components in KOffice 2.0. We are planning at least two more bugfix releases of 2.0 before starting the [...]]]></description>
			<content:encoded><![CDATA[<p>Today, exactly one month since<a href="http://www.koffice.org/2009/05/koffice-200-released/"> the release of KOffice 2.0.0</a>, the KOffice team releases the first bugfix release in the 2.0 series. This release contains no new features but lots of bugfixes for almost all of the components in KOffice 2.0. We are planning at least two more bugfix releases of 2.0 before starting the 2.1 series in October this year.</p>
<p>More details of the 2.0.1 release can be found in the <a href="http://www.koffice.org/2009/06/koffice-2-0-1-changelog/">changelog</a>. This version of KOffice is translated to no less than 27 languages, one more than 2.0.0. The new language for this release is Norwegian Bokmål, one of the two written forms of Norwegian.</p>
<p>You can find source and binary packages for 2.0.1 <a href="http://www.koffice.org/news/downloads/packages-for-201/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.koffice.org/news/koffice-201-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->