<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.invenzzia.org/en/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Invenzzia... in English - Projects</title>
  <link>http://blog.invenzzia.org/en/</link>
  <atom:link href="http://blog.invenzzia.org/en/feed/category/Projects/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>en</language>
  <pubDate>Fri, 10 May 2013 13:58:34 +0100</pubDate>
  <copyright>Copyright &amp;copy; Invenzzia</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Invenzzia goes to github</title>
    <link>http://blog.invenzzia.org/en/post/Invenzzia-goes-to-github</link>
    <guid isPermaLink="false">urn:md5:a0625065776c54d8fafecefe1e9fad1d</guid>
    <pubDate>Wed, 26 May 2010 13:42:00 +0200</pubDate>
    <dc:creator>Zyx</dc:creator>
        <category>Projects</category>
        <category>community</category><category>development</category><category>git</category><category>OPL</category><category>OPT2</category><category>svn</category><category>typefriendly</category>    
    <description>&lt;p&gt;So far, our projects have been hosted with Subversion control system installed on our own servers. While it is quite convenient and we are not limited by resources, it causes some problems with authentication and simplifying access for users that wish to help us developing our projects. In the last days, we have been discussing on that and decided to switch to Git. In the near future, all the projects will migrate to Github which will become our official hosting platform. I hope it will make the collaboration much easier.&lt;/p&gt;    &lt;p&gt;Note that one of our projects has already been ported to Github - &lt;a href=&quot;http://github.com/TypeFriendly/TypeFriendly&quot;&gt;TypeFriendly&lt;/a&gt;. The others, including OPL will migrate in the next weeks, as this requires from us some effort and time. Basically, we have some scripts that help us publishing new versions and they must be rewritten from SVN to Git.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.invenzzia.org/en/post/Invenzzia-goes-to-github#comment-form</comments>
      <wfw:comment>http://blog.invenzzia.org/en/post/Invenzzia-goes-to-github#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.invenzzia.org/en/feed/atom/comments/69</wfw:commentRss>
      </item>
    
  <item>
    <title>Zend Framework port is available!</title>
    <link>http://blog.invenzzia.org/en/post/Zend-Framework-port-is-available%21</link>
    <guid isPermaLink="false">urn:md5:afb294441c208e9c95de9777a6437187</guid>
    <pubDate>Wed, 25 Mar 2009 15:12:00 +0100</pubDate>
    <dc:creator>Zyx</dc:creator>
        <category>Projects</category>
        <category>framework</category><category>OPL</category><category>OPT2</category><category>releases</category><category>zend framework</category>    
    <description>&lt;p&gt;I've recently uploaded the first revision of Open Power Libs port for Zend Framework to our SVN repositories and it is available there for public audience. The port is not completed yet, but the basic functionality is present and seems to work. I encourage everyone to test it and submit suggestions or noticed bugs. The package includes a test ZF application, and the source code is well-commented. I'll put some extra information on wiki soon, as well as set up the &quot;real&quot; user manual.&lt;/p&gt;    &lt;h2&gt;How to obtain?&lt;/h2&gt;


&lt;p&gt;If you have a SVN client, you can download it like any other Invenzzia project:&lt;/p&gt;

&lt;pre&gt;
svn co http://svn.invenzzia.org/svn/opl4zf/trunk
&lt;/pre&gt;


&lt;p&gt;Note that you must also download Zend Framework and OPL.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.invenzzia.org/en/post/Zend-Framework-port-is-available%21#comment-form</comments>
      <wfw:comment>http://blog.invenzzia.org/en/post/Zend-Framework-port-is-available%21#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.invenzzia.org/en/feed/atom/comments/51</wfw:commentRss>
      </item>
    
  <item>
    <title>Zend Framework port for OPL</title>
    <link>http://blog.invenzzia.org/en/post/Zend-Framework-port-for-OPL</link>
    <guid isPermaLink="false">urn:md5:91bad7f3c7fc7429f01ee4ad2f00143c</guid>
    <pubDate>Tue, 10 Mar 2009 09:04:00 +0100</pubDate>
    <dc:creator>Zyx</dc:creator>
        <category>Projects</category>
        <category>development</category><category>framework</category><category>kohana</category><category>OPL</category><category>OPT2</category><category>zend framework</category>    
    <description>&lt;p&gt;One of the goals in the OPL project is not only to provide a set of great libraries, but also teach the popular PHP software, how to use them. Currently, lots of applications are designed with the help of frameworks which often provide their own solutions. It is obvious that the users do not want to deal with all the integration stuff, especially if the library is in fact a replacement for a whole part of the framework. This situation perfectly suits to Open Power Template that is rather a presentation layer framework than just a simple template engine. Currently, the programmers may already use OPT in Kohana Framework thanks to the efforts of Damian Nowak who prepared a nice port. And now, we would like the announcement of the Zend Framework port that will be released soon.&lt;/p&gt;    &lt;p&gt;The ZF port for OPL will be released somewhere in the next week - it is developed as a standalone part of a real-world application and works as a replacement for the certain view elements in ZF and the extension of the rest in other cases. The details have already been published on our wiki: &lt;a href=&quot;http://wiki.invenzzia.org/wiki/OPT_for_Zend_Framework&quot; hreflang=&quot;en&quot;&gt;OPT Port for Zend Framework&lt;/a&gt; and if you are interested, feel free to read it.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.invenzzia.org/en/post/Zend-Framework-port-for-OPL#comment-form</comments>
      <wfw:comment>http://blog.invenzzia.org/en/post/Zend-Framework-port-for-OPL#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.invenzzia.org/en/feed/atom/comments/48</wfw:commentRss>
      </item>
    
</channel>
</rss>