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

<channel>
	<title>Polarion Software Weblog</title>
	<atom:link href="http://blog.polarion.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.polarion.com</link>
	<description>Tomorrow's ALM Platform Today</description>
	<pubDate>Fri, 08 Aug 2008 13:31:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How to Open up Polarion to External Customers</title>
		<link>http://blog.polarion.com/archives/134</link>
		<comments>http://blog.polarion.com/archives/134#comments</comments>
		<pubDate>Fri, 08 Aug 2008 13:31:28 +0000</pubDate>
		<dc:creator>Tim Stroebele</dc:creator>
		
		<category><![CDATA[Polarion 3.x]]></category>

		<category><![CDATA[Support Bulletins]]></category>

		<category><![CDATA[Tips, Tricks, How-To]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/?p=134</guid>
		<description><![CDATA[The described scenario assumes you want to open Polarion ALM to external customers or suppliers
If you are just running a Polarion ALM instance that is directly accessible from the Internet you also expose your Subversion repository , confidential content is accessible from outside.
Actually the Subversion repository is already protected by the access file, but it [...]]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/134/feed</wfw:commentRss>
		</item>
		<item>
		<title>Polarion ALM 3.1.2 Update Available</title>
		<link>http://blog.polarion.com/archives/133</link>
		<comments>http://blog.polarion.com/archives/133#comments</comments>
		<pubDate>Mon, 04 Aug 2008 08:23:22 +0000</pubDate>
		<dc:creator>Robert Palomo</dc:creator>
		
		<category><![CDATA[News &amp; Events]]></category>

		<category><![CDATA[Product Announcements]]></category>

		<category><![CDATA[Polarion ALM]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/?p=133</guid>
		<description><![CDATA[This post is to advise current Polarion ALM customers that we have an update release, version 3.1.2, available. This is a maintenance release focused mainly on bug fixing, performance, and usability. Since everything in this release will also be in the next major release, it is not critical to update now unless you really need [...]]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/133/feed</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;Easy Start&#8221; Custom Configuration for Polarion ALM</title>
		<link>http://blog.polarion.com/archives/132</link>
		<comments>http://blog.polarion.com/archives/132#comments</comments>
		<pubDate>Thu, 24 Jul 2008 10:07:00 +0000</pubDate>
		<dc:creator>Robert Palomo</dc:creator>
		
		<category><![CDATA[News &amp; Events]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[customization]]></category>

		<category><![CDATA[Polarion ALM]]></category>

		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/?p=132</guid>
		<description><![CDATA[We've just released a new "ALM Easy Start" custom configuration for the Polarion ALM platform.]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/132/feed</wfw:commentRss>
		</item>
		<item>
		<title>Log-Rotation for Apache</title>
		<link>http://blog.polarion.com/archives/131</link>
		<comments>http://blog.polarion.com/archives/131#comments</comments>
		<pubDate>Sun, 13 Jul 2008 19:29:51 +0000</pubDate>
		<dc:creator>Tim Stroebele</dc:creator>
		
		<category><![CDATA[3.1.0]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Polarion 3.x]]></category>

		<category><![CDATA[Polarion ALM 3.0.0]]></category>

		<category><![CDATA[Polarion SVN 2.6.5]]></category>

		<category><![CDATA[Subversion]]></category>

		<category><![CDATA[Tips, Tricks, How-To]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/?p=131</guid>
		<description><![CDATA[The following statement will enable log rotation for Apache. The command is specified for installation in a Windows system. Please check paths for you own installation.
CustomLog &#8220;&#124;C:/Polarion3.1.1/bundled/apache_2.0.59/bin/rotatelogs.exe C:/Polarion3.1.1/data/logs/apache/access.log 60&#8243; common
Log rotation works by a pipe to the rotatelogs.exe, which itself can be configured to rotate logs by time or by size. Try rotatelogs -? to [...]]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/131/feed</wfw:commentRss>
		</item>
		<item>
		<title>Automatic redirect for SSL configuration</title>
		<link>http://blog.polarion.com/archives/130</link>
		<comments>http://blog.polarion.com/archives/130#comments</comments>
		<pubDate>Sun, 13 Jul 2008 19:24:11 +0000</pubDate>
		<dc:creator>Tim Stroebele</dc:creator>
		
		<category><![CDATA[3.1.0]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Polarion ALM 3.0.0]]></category>

		<category><![CDATA[Polarion SVN 2.6.5]]></category>

		<category><![CDATA[Tips, Tricks, How-To]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/?p=130</guid>
		<description><![CDATA[If you switch on SSL, users have to type the URL beginning with https://&#60;server name&#62; /Polarion. If they miss the “https”, they will not reach the page. You can help your users with an automatic redirect in the Apache configuration.
httpd.conf

remove the comment on the line:
LoadModule rewrite_module modules/mod_rewrite.so
Locate the following statement:
Listen 80
Add the following statements:
Listen 8888
The [...]]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/130/feed</wfw:commentRss>
		</item>
		<item>
		<title>Browse Polarion images</title>
		<link>http://blog.polarion.com/archives/129</link>
		<comments>http://blog.polarion.com/archives/129#comments</comments>
		<pubDate>Sun, 13 Jul 2008 19:22:40 +0000</pubDate>
		<dc:creator>Tim Stroebele</dc:creator>
		
		<category><![CDATA[3.1.0]]></category>

		<category><![CDATA[Polarion ALM 3.0.0]]></category>

		<category><![CDATA[Polarion SVN 2.6.5]]></category>

		<category><![CDATA[Tips, Tricks, How-To]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/?p=129</guid>
		<description><![CDATA[The image folder is hidden in the Polarion installation. When you customize Polarion, you will need the images e.g. when you look up new icons for workflow states or work item types.
To make them easily accessible, you could copy the images to subversion and check out the images in the Apache configuration. By adding some [...]]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/129/feed</wfw:commentRss>
		</item>
		<item>
		<title>FastTrack 1.5 is now available</title>
		<link>http://blog.polarion.com/archives/124</link>
		<comments>http://blog.polarion.com/archives/124#comments</comments>
		<pubDate>Thu, 05 Jun 2008 14:29:28 +0000</pubDate>
		<dc:creator>Robert Palomo</dc:creator>
		
		<category><![CDATA[News &amp; Events]]></category>

		<category><![CDATA[Product Announcements]]></category>

		<category><![CDATA[bug tracking]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Eclipse plugin]]></category>

		<category><![CDATA[FastTrack]]></category>

		<category><![CDATA[free bug tracker]]></category>

		<category><![CDATA[Polarion]]></category>

		<category><![CDATA[Polarion ALM]]></category>

		<category><![CDATA[tracker]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/archives/124</guid>
		<description><![CDATA[Polarion Software recently released version 1.5 of FastTrack - a free Tracker plugin for Eclipse that provides robust, stand-alone tracking in the Eclipse IDE, also serves as an off-line client for the Polarion ALM platform.
Major new features include: 

Support for Subversive from Eclipse (i.e. runs with most actual versions of Subversive from Eclipse.org) 
Support for [...]]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/124/feed</wfw:commentRss>
		</item>
		<item>
		<title>Polarion hosts Eclipse downloads</title>
		<link>http://blog.polarion.com/archives/125</link>
		<comments>http://blog.polarion.com/archives/125#comments</comments>
		<pubDate>Wed, 04 Jun 2008 19:11:49 +0000</pubDate>
		<dc:creator>Robert Palomo</dc:creator>
		
		<category><![CDATA[News &amp; Events]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/archives/125</guid>
		<description><![CDATA[Polarion Software, as a member of the Eclipse Foundation, has joined the Eclipse distro program and now hosts a couple of Eclipse distros, including one that bundles the Eclipse SDK and Subversive Team Provider (we&#8217;re the sponsor of this Eclipse Technology Project, in case you didn&#8217;t know). 
Polarion is pleased to join the ranks of [...]]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/125/feed</wfw:commentRss>
		</item>
		<item>
		<title>Hibernation of Windows and Polarion</title>
		<link>http://blog.polarion.com/archives/122</link>
		<comments>http://blog.polarion.com/archives/122#comments</comments>
		<pubDate>Thu, 15 May 2008 14:46:19 +0000</pubDate>
		<dc:creator>Tim Stroebele</dc:creator>
		
		<category><![CDATA[Support Bulletins]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/archives/122</guid>
		<description><![CDATA[When you run Polarion for a while and want to hibernate your computer, sometimes you get the message &#8220;Insufficient System Resources Exist to Complete the API&#8221;. This is typical the case on computers where you develop customizations for Polarion. The problem will not occur on servers, since they will normally never hibernate.
This problem occurs because [...]]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/122/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to Start Polarion as a Service</title>
		<link>http://blog.polarion.com/archives/121</link>
		<comments>http://blog.polarion.com/archives/121#comments</comments>
		<pubDate>Thu, 15 May 2008 14:43:33 +0000</pubDate>
		<dc:creator>Tim Stroebele</dc:creator>
		
		<category><![CDATA[3.1.0]]></category>

		<category><![CDATA[Polarion ALM 3.0.0]]></category>

		<category><![CDATA[Tips, Tricks, How-To]]></category>

		<guid isPermaLink="false">http://blog.polarion.com/archives/121</guid>
		<description><![CDATA[To start Polarion as service you should perform following steps:

Download the Windows XP Professional Ressource Kit. There is a version, which Microsoft request Money for it. I searched with Google and found a resource kit for Windows Server 2003, which applies also for Windows XP Professional, which can be downloaded from the WEB.
It contains a [...]]]></description>
		<wfw:commentRss>http://blog.polarion.com/archives/121/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
