<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Blaze</title>
	<atom:link href="http://blaze.haughin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blaze.haughin.com</link>
	<description>The CodeIgniter CMS</description>
	<pubDate>Mon, 08 Sep 2008 13:11:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Contributions Needed by Hery</title>
		<link>http://blaze.haughin.com/2008/04/11/contributions-needed/#comment-627</link>
		<dc:creator>Hery</dc:creator>
		<pubDate>Thu, 17 Jul 2008 14:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/?p=24#comment-627</guid>
		<description>Ok

I took over it

http://code.google.com/p/ci-cms

I also needs contributors :-p</description>
		<content:encoded><![CDATA[<p>Ok</p>
<p>I took over it</p>
<p><a href="http://code.google.com/p/ci-cms" rel="nofollow">http://code.google.com/p/ci-cms</a></p>
<p>I also needs contributors :-p</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributions Needed by codex</title>
		<link>http://blaze.haughin.com/2008/04/11/contributions-needed/#comment-611</link>
		<dc:creator>codex</dc:creator>
		<pubDate>Mon, 14 Jul 2008 20:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/?p=24#comment-611</guid>
		<description>Time to write off this project as DOA I'm afraid. A shame really cause it looked promising.</description>
		<content:encoded><![CDATA[<p>Time to write off this project as DOA I&#8217;m afraid. A shame really cause it looked promising.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributions Needed by Mathew</title>
		<link>http://blaze.haughin.com/2008/04/11/contributions-needed/#comment-609</link>
		<dc:creator>Mathew</dc:creator>
		<pubDate>Mon, 14 Jul 2008 13:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/?p=24#comment-609</guid>
		<description>I'd be willing to do the Dutch translation if nobody has already been found to do so.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be willing to do the Dutch translation if nobody has already been found to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Blaze? by Sock Puppet</title>
		<link>http://blaze.haughin.com/what-is-blaze/#comment-598</link>
		<dc:creator>Sock Puppet</dc:creator>
		<pubDate>Fri, 11 Jul 2008 07:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/what-is-blaze/#comment-598</guid>
		<description>Blaze is licensed under a Creative Commons Attribution-No Derivative Works 2.0 UK: England &#38; Wales License
http://creativecommons.org/licenses/by-nd/2.0/uk/

"No Derivative Works?" That seems needlessly restrictive, and might be OK for images, music and the like, but not source code, IMO. Good luck with that licence.</description>
		<content:encoded><![CDATA[<p>Blaze is licensed under a Creative Commons Attribution-No Derivative Works 2.0 UK: England &amp; Wales License<br />
<a href="http://creativecommons.org/licenses/by-nd/2.0/uk/" rel="nofollow">http://creativecommons.org/licenses/by-nd/2.0/uk/</a></p>
<p>&#8220;No Derivative Works?&#8221; That seems needlessly restrictive, and might be OK for images, music and the like, but not source code, IMO. Good luck with that licence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The &#8216;Roadmap&#8217; by Frank</title>
		<link>http://blaze.haughin.com/2008/04/09/the-roadmap/#comment-582</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 08 Jul 2008 10:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/?p=22#comment-582</guid>
		<description>Blaze looks good but with this licence i cant use it.

My wishlist:

1. Open source not open content licence
2. Workflow and roles (Editor, Publisher)
3. Versioning</description>
		<content:encoded><![CDATA[<p>Blaze looks good but with this licence i cant use it.</p>
<p>My wishlist:</p>
<p>1. Open source not open content licence<br />
2. Workflow and roles (Editor, Publisher)<br />
3. Versioning</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blaze 0.91 Release by Demonil</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-544</link>
		<dc:creator>Demonil</dc:creator>
		<pubDate>Mon, 30 Jun 2008 13:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-544</guid>
		<description>Hi all,
I still have the problem with CSS/Images/JS
Here is my .htaccess:
&lt;code&gt;
 
	RewriteEngine On
       RewriteBase /
 
       RewriteRule ^static/frontend/([a-zA-Z_-]*)/(.*)$ application/views/themes/$1/static/$2 [L]
       RewriteRule ^static/admin/([a-zA-Z_-]*)/(.*)$ application/views/themes_admin/$1/static/$2 [L]
     
	# Add Trailing Slash (Force it!) - It looks cool :)
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_URI} !(.*)/$
	RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1/ [R=301,L]
 
	# Admin 'dashboard'
	RewriteRule ^admin$ index.php/admin [L]
	RewriteRule ^admin/$ index.php/admin/ [L]
 
	# Admin functions within Admin module and controller
	RewriteRule ^admin/(navigation&#124;users&#124;settings&#124;login&#124;logout)$ index.php/admin/$1 [L]
	RewriteRule ^admin/(navigation&#124;users&#124;settings&#124;login&#124;logout)/(.*)$ index.php/admin/$1/$2 [L]
	RewriteRule ^admin/nav_(.*)$ index.php/admin/nav_$1 [L]
 
	# All others, push to the module in question
	RewriteRule ^admin/([a-zA-Z]*)$ $1/admin [L]
	RewriteRule ^admin/([a-zA-Z]*)/(.*)$ $1/admin/$2 [L]
 
	# Any request were the file or directory doesn't exist...
	# Push to CI
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]

&lt;/code&gt;

it located in the same directory(site root directory) like with "system" folder and index.php file.
Please, advice</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I still have the problem with CSS/Images/JS<br />
Here is my .htaccess:<br />
<code></p>
<p>	RewriteEngine On<br />
       RewriteBase /</p>
<p>       RewriteRule ^static/frontend/([a-zA-Z_-]*)/(.*)$ application/views/themes/$1/static/$2 [L]<br />
       RewriteRule ^static/admin/([a-zA-Z_-]*)/(.*)$ application/views/themes_admin/$1/static/$2 [L]</p>
<p>	# Add Trailing Slash (Force it!) - It looks cool <img src='http://blaze.haughin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 	RewriteCond %{REQUEST_FILENAME} !-f<br />
	RewriteCond %{REQUEST_URI} !(.*)/$<br />
	RewriteRule ^(.*)$ <a href="http://%" rel="nofollow">http://%</a>{HTTP_HOST}/$1/ [R=301,L]</p>
<p>	# Admin &#8216;dashboard&#8217;<br />
	RewriteRule ^admin$ index.php/admin [L]<br />
	RewriteRule ^admin/$ index.php/admin/ [L]</p>
<p>	# Admin functions within Admin module and controller<br />
	RewriteRule ^admin/(navigation|users|settings|login|logout)$ index.php/admin/$1 [L]<br />
	RewriteRule ^admin/(navigation|users|settings|login|logout)/(.*)$ index.php/admin/$1/$2 [L]<br />
	RewriteRule ^admin/nav_(.*)$ index.php/admin/nav_$1 [L]</p>
<p>	# All others, push to the module in question<br />
	RewriteRule ^admin/([a-zA-Z]*)$ $1/admin [L]<br />
	RewriteRule ^admin/([a-zA-Z]*)/(.*)$ $1/admin/$2 [L]</p>
<p>	# Any request were the file or directory doesn&#8217;t exist&#8230;<br />
	# Push to CI<br />
    RewriteCond %{REQUEST_FILENAME} !-f<br />
    RewriteCond %{REQUEST_FILENAME} !-d<br />
    RewriteRule ^(.*)$ index.php/$1 [L]</p>
<p></code></p>
<p>it located in the same directory(site root directory) like with &#8220;system&#8221; folder and index.php file.<br />
Please, advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is Blaze? by Ed</title>
		<link>http://blaze.haughin.com/what-is-blaze/#comment-521</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Tue, 24 Jun 2008 16:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/what-is-blaze/#comment-521</guid>
		<description>Another vote for revealing which license you plan to use.  I may be able to contribute as part of my work if this is open source.</description>
		<content:encoded><![CDATA[<p>Another vote for revealing which license you plan to use.  I may be able to contribute as part of my work if this is open source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributions Needed by sorina</title>
		<link>http://blaze.haughin.com/2008/04/11/contributions-needed/#comment-517</link>
		<dc:creator>sorina</dc:creator>
		<pubDate>Mon, 23 Jun 2008 16:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/?p=24#comment-517</guid>
		<description>Any news about this project? It seems to be in a deep sleep, isn't it?</description>
		<content:encoded><![CDATA[<p>Any news about this project? It seems to be in a deep sleep, isn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blaze 0.91 Release by Satria</title>
		<link>http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-510</link>
		<dc:creator>Satria</dc:creator>
		<pubDate>Fri, 20 Jun 2008 05:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/2008/03/25/blaze-091-release/#comment-510</guid>
		<description>Blue and default themes Images, JavaScript and stylesheet:

http://rapidshare.com/files/123723862/Blaze.0.91.static.zip.html</description>
		<content:encoded><![CDATA[<p>Blue and default themes Images, JavaScript and stylesheet:</p>
<p><a href="http://rapidshare.com/files/123723862/Blaze.0.91.static.zip.html" rel="nofollow">http://rapidshare.com/files/123723862/Blaze.0.91.static.zip.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contributions Needed by veinara</title>
		<link>http://blaze.haughin.com/2008/04/11/contributions-needed/#comment-502</link>
		<dc:creator>veinara</dc:creator>
		<pubDate>Mon, 16 Jun 2008 18:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://blaze.haughin.com/?p=24#comment-502</guid>
		<description>I've been using CodeIgniter for a while now.
I'd like to contribute to Blaze. i18n, front-end coding( jquery ), some modules.

Best wishes</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using CodeIgniter for a while now.<br />
I&#8217;d like to contribute to Blaze. i18n, front-end coding( jquery ), some modules.</p>
<p>Best wishes</p>
]]></content:encoded>
	</item>
</channel>
</rss>
