<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
	<title>psx framework / News</title>
	<link>http://phpsx.org/index.php/page/news</link>
	<description>News / feed</description>
		<item>
		<title>psx 0.3.2 released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/16</link>
		<description>&lt;p&gt;I like to announce version 0.3.2 of the psx framework. This release contains mostly small bug fixes. Also one major bug was fixed wich causes that psx framework throws an parse error because on some system the syntax &lt;code&gt;$class::$method&lt;/code&gt; is not allowed. The psx stream wrapper was removed and the function import() was introduced because it is more stable and faster. You can use the import function to include other modules i.e. import(foo/bar) or import(foo::bar).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Tue, 11 May 2010 23:10:59 +0200</pubDate>
	</item>
		<item>
		<title>psx version 0.3.1 released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/15</link>
		<description>&lt;p&gt;I like to announce a new release of psx version 0.3.1. This release includes the following changes:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;added form generation class&lt;/li&gt;
&lt;li&gt;added and fixed tests&lt;/li&gt;
&lt;li&gt;added request library&lt;/li&gt;
&lt;li&gt;implemented psx_input interface&lt;/li&gt;
&lt;li&gt;rewrote filter library&lt;/li&gt;
&lt;li&gt;rewrote manual to version 0.3&lt;/li&gt;
&lt;li&gt;fixed openid oauth and yadis library&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;Also I have added and fixed some examples at the demo website ... hf&lt;br /&gt;&lt;br /&gt;best regards&lt;br /&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Tue, 13 Apr 2010 23:46:03 +0200</pubDate>
	</item>
		<item>
		<title>new psx design and examples</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/14</link>
		<description>&lt;p&gt;I have spend the psx website a new template. Also I have rewrote the &lt;a href=&quot;../../../demo&quot;&gt;example&lt;/a&gt; website it is now based on psx 0.3 and some more complex examples like OAuth and OpenID client were added. I plan to implement for each class in the psx library a demo application so hf ...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Mon, 12 Apr 2010 01:31:55 +0200</pubDate>
	</item>
		<item>
		<title>psx version 0.3 released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/13</link>
		<description>&lt;p&gt;I like to announce a new major release of psx version 0.3. This release contains changes to the application design because of that I have raised the verion number to 0.3. Here the list of changes.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Complete redesing of the framework the library is now more loosly coupled because most classes using dependency injection.&lt;/li&gt;
&lt;li&gt;The component section was removed and all classes are now in the psx library folder&lt;/li&gt;
&lt;li&gt;The interface psx_module_private was created if you implement that in your module nobody can access the public methods via the browser&lt;/li&gt;
&lt;li&gt;The standard PHP loader was implemented wich is also used by Zend etc.&lt;/li&gt;
&lt;li&gt;Added SQL pdo driver&lt;/li&gt;
&lt;li&gt;Fixed several bugs&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;have fun with this release&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Wed, 07 Apr 2010 20:08:49 +0200</pubDate>
	</item>
		<item>
		<title>psx 0.2.3 released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/12</link>
		<description>&lt;p&gt;Iam happy to announce an new release of psx framework version 0.2.3. A pubsubhubbub component was added with that you can subscribe and publish content. Also an atom and rss component was added to parse feeds. A html parses component was added wich is designed to parse malformed html. The atom, rss and opensearch component uses now the XMLWriter class to produce XML and several bugs werde fixed.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This release contains all components. I dont have found a good way to sperate the components from the framework and still maintaining all components in the same repository. So unit I have found an easy solution all components will included in the release.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Fri, 05 Mar 2010 13:26:33 +0100</pubDate>
	</item>
		<item>
		<title>opensocial library</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/11</link>
		<description>&lt;p&gt;Iam currently developing an opensocial library for the psx framework so that its easier to make your website as an &quot;&lt;a href=&quot;http://www.opensocial.org/Technical-Resources/draft/Social-API-Server.xml&quot;&gt;Social API Server&lt;/a&gt;&quot;. Therefor I have also to implement an OAuth server to the framework.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;In the next release I will probably splitt up all not necessary components and offer them here under a new section &quot;components&quot; to download. So you can download the components that you need that means you dont have unused components in psx.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Wed, 20 Jan 2010 21:02:34 +0100</pubDate>
	</item>
		<item>
		<title>psx 0.2.2 released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/10</link>
		<description>&lt;p&gt;As a lated christmas gift I release psx 0.2.2 this release include the following changes:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;added openid, yadis, atom/rss2 and opensearch component&lt;/li&gt;
&lt;li&gt;renamed the folder lib to library and ext to extension&lt;/li&gt;
&lt;li&gt;perfomance improvments&lt;/li&gt;
&lt;li&gt;fixing several bugs&lt;/li&gt;
&lt;li&gt;removed the include folder&lt;/li&gt;
&lt;li&gt;add phpunit tests&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;I will add in the next time some demo files wich shows how you can easily use this new components. hf with this version ...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Sun, 27 Dec 2009 19:50:11 +0100</pubDate>
	</item>
		<item>
		<title>psx examples</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/9</link>
		<description>&lt;p&gt;To make it easier to start with psx I have create a website wich contains several examples where you can see the module and template source code. The website is located at &lt;a href=&quot;../../../demo&quot;&gt;http://phpsx.org/demo&lt;/a&gt;. If you missng an example do not hesitate to contact me&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;bext regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Sun, 29 Nov 2009 21:10:02 +0100</pubDate>
	</item>
		<item>
		<title>psx 0.2.1 released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/8</link>
		<description>&lt;p&gt;I like to announce the new version of psx 0.2.1. This version includes the following changes:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;add component net/oauth&lt;/li&gt;
&lt;li&gt;rewrote http lib&lt;/li&gt;
&lt;li&gt;add phpunit tests&lt;/li&gt;
&lt;li&gt;fixing bugs&lt;/li&gt;
&lt;li&gt;redesign sample template&lt;/li&gt;
&lt;li&gt;orm lib removed&lt;/li&gt;
&lt;li&gt;parse lib removed&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;psx frameworks focuses on more speed and the easy use of web-services (lib/psx/http and com/net/oauth) and the easy development of REST web-services (on_get, on_post, on_put, on_delete methods). Have fun ...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Mon, 23 Nov 2009 23:42:37 +0100</pubDate>
	</item>
		<item>
		<title>website updated</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/7</link>
		<description>&lt;p&gt;This website runs now with psx cms version 0.1.5 beta. In addition the psx API documentation was added you can view it at &lt;a href=&quot;../../../api&quot;&gt;http://phpsx.org/api&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Sun, 25 Oct 2009 21:14:04 +0100</pubDate>
	</item>
		<item>
		<title>psx 0.2.0 released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/6</link>
		<description>&lt;p&gt;Iam proud to announce the first stable release of psx version 0.2.0. The release include the following changes:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;library design was changed&lt;/li&gt;
&lt;li&gt;perfomance improvements&lt;/li&gt;
&lt;li&gt;phpUnit tests was written for the libraries&lt;/li&gt;
&lt;li&gt;bugfixes&lt;/li&gt;
&lt;li&gt;detailed code documentation&lt;/li&gt;
&lt;/ul&gt;</description>
		<author>k42b3</author>
		<pubDate>Thu, 15 Oct 2009 15:18:19 +0200</pubDate>
	</item>
		<item>
		<title>psx 0.19.9 beta released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/5</link>
		<description>&lt;p&gt;This release includes many bug fixes. A test class were added to the psx core with that you can write tests with phpUnit and the SQL library was optimized.&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Mon, 14 Sep 2009 12:45:08 +0200</pubDate>
	</item>
		<item>
		<title>psx 0.19.8 beta released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/4</link>
		<description>&lt;p&gt;The template engine is now based on php instead of xml/xslt to gain more speed and lesser procedure calls. Several bugs were fixed and the std and cmd library was deleted.&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Mon, 24 Aug 2009 12:33:12 +0200</pubDate>
	</item>
		<item>
		<title>new design and logo</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/3</link>
		<description>&lt;p&gt;I have finally done it! I have created a logo for psx (I have done this with the great app &lt;a href=&quot;http://www.inkscape.org&quot;&gt;Inkscape&lt;/a&gt;). Because Iam not the &quot;designer&quot; it was really difficult for me to create a logo where Iam satisfied with. You can &lt;a href=&quot;http://phpsx.org/template/modern/img/psx_logo_large.png&quot;&gt;view&lt;/a&gt; it here in large. I will short describe the sense behind the logo:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;pre&gt;The unshapely black circle represents the situation when you start writing php applications you have maybe no &lt;br /&gt;logic system where to put your classes functions etc. but with the psx framework wich is represented by the green &lt;br /&gt;grid you bring a logical system in this caos.&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I hope you enjoy it ...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Fri, 07 Aug 2009 19:30:56 +0200</pubDate>
	</item>
		<item>
		<title>psx 0.19.6 beta released</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/2</link>
		<description>&lt;p&gt;This release contains the following changes:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;add lib data to psx (this lib implements different stream wrapper (files,sql) so you can use fopen etc. to write data)&lt;/li&gt;
&lt;li&gt;update the file lib&lt;/li&gt;
&lt;li&gt;update lib cache/log/session so they work now with the data lib&lt;/li&gt;
&lt;li&gt;add lib ban to psx&lt;/li&gt;
&lt;li&gt;remove auth lib because of low use&lt;/li&gt;
&lt;/ol&gt;</description>
		<author>k42b3</author>
		<pubDate>Tue, 04 Aug 2009 19:06:30 +0200</pubDate>
	</item>
		<item>
		<title>new website</title>
		<link>http://phpsx.org/index.php/page/news/detail/id/1</link>
		<description>&lt;p&gt;I have create based on psx cms a new website for the psx framework. Anonymous user can comment news and write reviews about a tutorial or project. I will open the registration when I release the first stable version of psx. If you have a problem or found a bug please contact me.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;k42b3&lt;/p&gt;</description>
		<author>k42b3</author>
		<pubDate>Thu, 18 Jun 2009 23:00:04 +0200</pubDate>
	</item>
	</channel>
</rss>