If you are familiar with large application development, probably you have to create different branch of an application or just to refactor it for different clients. Every time the problem is the same: how to remove every SVN file?
The creation of static pages is very simple in FuelPHP: we can create a single file and create a route to it, but what happen when the page can change during the time?
Finally I was able to create my first open source application for FuelPHP, a blog application created with the best functionalities of that framework: theming, internationalization, packages and modules.
For my projects, I need to use Git to manage the versioning of the files. At work we have a personal repository so I don't have any problem, but what about personal projects? Where can I found a reliable and free repository?
Trying to improve my blog module and reading the request on the FuelPHP forum, I decided to create a simple RSS module for FuelPHP for the RSS 2.0 standard.








