<?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>siwapp - Free online invoice system &#187; 0.3</title>
	<atom:link href="http://www.siwapp.org/blog/tag/0-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siwapp.org/blog</link>
	<description>Free online invoice system</description>
	<lastBuildDate>Fri, 30 Jul 2010 14:57:30 +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>Siwapp 0.3 release almost out. Call for translations.</title>
		<link>http://www.siwapp.org/blog/2010/07/siwapp-0-3-call-for-translations/</link>
		<comments>http://www.siwapp.org/blog/2010/07/siwapp-0-3-call-for-translations/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 23:59:24 +0000</pubDate>
		<dc:creator>jzarate</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Siwapp]]></category>
		<category><![CDATA[0.3]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.siwapp.org/blog/?p=98</guid>
		<description><![CDATA[Hey there all you lonely people!  Looks like siwapp 0.3 is almost out of the oven. All tickets due to the 0.3 version are closed now, and I just spent 8 awful hours resyncing the language files.  Nowadays, I can proudly say our existing message files are updated and synced at my very [...]]]></description>
			<content:encoded><![CDATA[<p>Hey there all you lonely people!  Looks like <strong>siwapp 0.3 is almost out of the oven</strong>. All tickets due to the 0.3 version are closed now, and I just spent 8 awful hours resyncing the language files.  Nowadays, I can proudly say our existing message files are updated and synced at my very best (which is not very &#8220;very&#8221;, btw).  So if you&#8217;re interested in helping out with the translation, please do comment this post, letting me know about your noble purpose, <em>oh great warrior of the open source</em>!. I&#8217;ll send you the translation file right away.  PS: I&#8217;ll update this post as I receive translation updates.  PSII: If your mother tongue is english, I would appreciate very much If you had a look at our &#8220;messages.en.xml&#8221; file (which we have only for reference purposes); I&#8217;m spanish and I&#8217;m not very proud of my english.  <strong>Translations work in progress:</strong></p>
<ul>
<li>Swedish: <strong>Finished</strong>!!</li>
<li>Danish: almost <strong>Finished</strong>!!</li>
<li>Spanish: almost <strong>Finished</strong></li>
<li>Catalan: almost <strong>Finished</strong>!!</li>
<li>Russian: almost <strong>Finished</strong></li>
<li>Ukrainian: almost <strong>Finished</strong></li>
<li>Bulgarian: started</li>
<li>German: started</li>
<li>Portuguese: <strong>almost Finished</strong></li>
<li>French: <strong>Finished</strong>!!</li>
<li>Polish: started</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.siwapp.org/blog/2010/07/siwapp-0-3-call-for-translations/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>New system requirements for 0.3 release</title>
		<link>http://www.siwapp.org/blog/2009/12/new-system-requirements-for-0-3-release/</link>
		<comments>http://www.siwapp.org/blog/2009/12/new-system-requirements-for-0-3-release/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 10:12:27 +0000</pubDate>
		<dc:creator>Carlos Escribano</dc:creator>
				<category><![CDATA[Important]]></category>
		<category><![CDATA[Siwapp]]></category>
		<category><![CDATA[0.3]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.siwapp.org/blog/?p=88</guid>
		<description><![CDATA[As we have said many times, we like things simple both for the user as for the rest of developers. To simplify programming and improve the performance of siwapp, we added the use of triggers in the database. What does this mean? It means that when a figure changes, the database automatically updates the total bill [...]]]></description>
			<content:encoded><![CDATA[<p>As we have said many times, we like things simple both for the user as for the rest of developers. To simplify programming and improve the performance of siwapp, we added the use of triggers in the database. What does this mean? It means that when a figure changes, the database automatically updates the total bill calculations.</p>
<p>The problem is that in MySQL 5.0, although the user has full permissions on her database, she can not create or run triggers on its database. The triggers execute permission is global to the system and no database administrator would agree to grant it.</p>
<p>Therefore, the minimum version of MySQL where this functionality is feasible is MySQL 5.1.6. For technical information you can consult the <a href="http://dev.mysql.com/doc/refman/5.1/en/privileges-provided.html#priv_trigger">MySQL documentation</a>.</p>
<p>Please remember to check again the specifications of your web hosting to make sure you install siwapp correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siwapp.org/blog/2009/12/new-system-requirements-for-0-3-release/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>New templating system adopted</title>
		<link>http://www.siwapp.org/blog/2009/10/new-templating-system-adopted/</link>
		<comments>http://www.siwapp.org/blog/2009/10/new-templating-system-adopted/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:51:42 +0000</pubDate>
		<dc:creator>Carlos Escribano</dc:creator>
				<category><![CDATA[Siwapp]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[0.3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[twig]]></category>

		<guid isPermaLink="false">http://www.siwapp.org/blog/?p=83</guid>
		<description><![CDATA[It&#8217;s wonderful to see how the community of developers is producing high quality tools that can be used in our projects.
Today I would like to announce the use of Twig, a template system redesigned by Fabien Potencier and based on the original code by Armin Ronacher. It is a robust, fast and flexible system that will [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s wonderful to see how the community of developers is producing high quality tools that can be used in our projects.</p>
<p>Today I would like to announce the use of <a href="http://www.twig-project.org/">Twig</a>, a template system redesigned by <a href="http://fabien.potencier.org">Fabien Potencier</a> and based on the original code by <a href="http://lucumr.pocoo.org/">Armin Ronacher</a>. It is a robust, fast and flexible system that will make very easy the task of creating templates for invoices and any printable item in the application.</p>
<p>Templates will be stored in the database so you will can edit them directly from the application. We will try to make all the process as easy and flexible as we can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siwapp.org/blog/2009/10/new-templating-system-adopted/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>0.2 alpha RC3</title>
		<link>http://www.siwapp.org/blog/2009/08/0-2-alpha-rc3/</link>
		<comments>http://www.siwapp.org/blog/2009/08/0-2-alpha-rc3/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 10:34:21 +0000</pubDate>
		<dc:creator>Carlos Escribano</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[0.2]]></category>
		<category><![CDATA[0.3]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.siwapp.org/blog/?p=62</guid>
		<description><![CDATA[We have updated the 0.2 alpha with a few new bug fixes and without the ability of managing templates (you will see a notice if you attemp to access that section).
I know that templates management was working in some cases, but the code is not mature enough to leave it in its current state. We [...]]]></description>
			<content:encoded><![CDATA[<p>We have updated the 0.2 alpha with a few new bug fixes and without the ability of managing templates (you will see a notice if you attemp to access that section).<span id="more-62"></span></p>
<p>I know that templates management was working in some cases, but the code is not mature enough to leave it in its current state. We will refine it for the 0.3.</p>
<p>However, if you want to keep it working as before, you can re-activate it by removing the first two lines of the function <code>executeTemplates</code> (function is in line 159, approximately) in the <code>/apps/siwapp/modules/configuration/actions/actions.class.php</code> file. I would not recommend it.</p>
<p>I have uploaded a .zip file with the &#8220;default&#8221; printing template packed as an external template. <a href="http://www.siwapp.org/blog/wp-content/uploads/2009/08/siwapp-orange.zip">Only for the curious</a>.</p>
<p>We are working on 0.3 internals. The main changes:</p>
<ul>
<li>The entire data management layer is replaced with <a title="Doctrine Project" href="http://www.doctrine-project.org/">Doctrine</a> in order to simplify the application.</li>
<li>A more flexible template management system.</li>
<li>More bugs <img src='http://www.siwapp.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</li>
<li>More bug fixes.</li>
</ul>
<p>One caveat: the data model can vary, and indeed it does. Therefore, I remember that we are in an alpha stage and that in future versions we may regret anything developed, throw it away and start again. No one throw rocks, please <img src='http://www.siwapp.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siwapp.org/blog/2009/08/0-2-alpha-rc3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
