<?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>Conor's Blog &#187; content management system</title>
	<atom:link href="http://blog.macaoidh.name/tag/content-management-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.macaoidh.name</link>
	<description>PHP, Music, Linux</description>
	<lastBuildDate>Mon, 05 Jul 2010 13:25:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Furasta Reconstruction</title>
		<link>http://blog.macaoidh.name/2009/05/04/furasta-reconstruction/</link>
		<comments>http://blog.macaoidh.name/2009/05/04/furasta-reconstruction/#comments</comments>
		<pubDate>Mon, 04 May 2009 20:31:21 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Projects]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[furasta]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=211</guid>
		<description><![CDATA[After a long pause in development I have begun writing the first stable version of Furasta &#8211; 0.2. I haven&#8217;t really done anything with the project since I set up the website a few months ago. But since then I have been building up experience by examining other open source projects, such as Webme, WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>After a long pause in development I have begun writing the first stable version of Furasta &#8211; 0.2. I haven&#8217;t really done anything with the project since I set up the <a href="http://furasta.org">website</a> a few months ago. But since then I have been building up experience by examining other open source projects, such as <a href="http://webme.eu">Webme</a>, <a href="http://wordpress.org">WordPress</a> and <a href="http://joomla.org">Joomla</a>. I learnt a lot from those projects and they have contributed a lot of ideas for Furasta!</p>
<p>I have abandoned all of the old code and opted to write the whole thing again from scratch. Considering how long it took me to write v0.1.5, about a month of flat out coding every night, I expect v0.2 to be completed in the same sort of timescale. One thing is for sure &#8211; there will be no micro-optimisation this time! After all the effort I put into that last time the damn program was still slow. This time I will invest my executable time in more important tasks, ones that only directly affect what&#8217;s going on as you load the page, and perform tasks such as server side caching through AJAX so the user doesn&#8217;t notice it.</p>
<p>The project is also going to be available from svn from now on. Since I am writing it from scratch there are only a few files in the svn at the moment and there&#8217;s also no installation script. But that will come in time!</p>
<p>http://code.google.com/p/furasta-cms/source/checkout</p>
<p>I am taking a completely different approach to writing the CMS this time. In fact I would go as far as calling it an engine rather than a CMS. Basically what I plan to do is build a solid framework that on it&#8217;s own does nothing, but has the ability to do everything. There will be no pages except the essential homepage. Everything, I mean everything that will give this program the characteristics of a CMS will be achieved by the plugin architecture. So for example to edit and display pages, I will create a plugin. Obviously the CMS will have to be shipped with a few default plugins, which it will be possible to disable through a plugin manager plugin! I might be going a bit overboard with this idea but in theory it seems like a good one!</p>
<p>So enough talking, time to start writing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/05/04/furasta-reconstruction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Furasta.Org</title>
		<link>http://blog.macaoidh.name/2009/03/01/furastaorg/</link>
		<comments>http://blog.macaoidh.name/2009/03/01/furastaorg/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 17:57:19 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Projects]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[cross browser]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[furasta]]></category>
		<category><![CDATA[furasta cms]]></category>
		<category><![CDATA[furasta org]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[templates repositary]]></category>

		<guid isPermaLink="false">http://macaoidh.name/?p=127</guid>
		<description><![CDATA[I have just launched the Furasta CMS website at http://furasta.org I started working on the design on Thursday and I like the way it looks, If anyone has any layout suggestions I would like to hear them though! Anyway I do realise that it is not 100% cross browser compatible. I looked at it in [...]]]></description>
			<content:encoded><![CDATA[<p>I have just launched the <a title="Visit Furasta Website" href="http://furasta.org">Furasta CMS</a> website at <a href="http://furasta.org">http://furasta.org</a></p>
<p>I started working on the design on Thursday and I like the way it looks, If anyone has any layout suggestions I would like to hear them though! Anyway I do realise that it is not 100% cross browser compatible. I looked at it in Internet Explorer 7 today and was shocked as to how all over the place it was. But theres nothing to major there, I might get a chance to fix it tonight. To be honest it took me 3 times what I spent on the design to come up with the content!</p>
<p>In the <a title="Visit Furasta Website" href="http://furasta.org">new website</a> you will see everything you need to get you started. It includes an extensive <a title="Visit Furasta Help" href="http://furasta.org/Help">help page</a> that will teach even my granny how to set up the CMS! But if you still have problems you can email support as the forum is on it&#8217;s way. I plan to write something soon on how to take full advantage of <a title="Visit TinyMCE Website" href="http://tinymce.moxiecode.com">TinyMCE</a> because I was messing about with it the other say and is really amazing how much power it has! There is also a short but sweet <a title="Visit FAQ" href="http://furasta.org/Help/FAQ">F.A.Q.</a></p>
<p>&lt;legal crap&gt;One thing that I need to mention. I have to emphasise that the name of my Content Management System is, and always has been &#8216;Furasta CMS&#8217;, not &#8216;Furasta&#8217; or any other variant of the word. &lt;/legal crap&gt;</p>
<p>There are two incomplete aspects of the website, the <a title="Visit Furasta CMS Forum" href="http://forum.furasta.org">Forum</a> and the <a title="Visit Furasta CMS Templates Repositary" href="http://furasta.org/Download/Templates">Template Repositary</a>. I will work on the Forum &#8211; I don&#8217;t know when, I have evil genious plans for this thing and it might take a while to design. The release of the Template Repositary will co-inside with the release of v.0.1.5 and will support people uploading and advertising their own templates.</p>
<p>Well sin sin. I might write something else later about Writing Your Own Templates and make full use of the <a title="Visit Furasta CMS Codex" href="http://furasta.org/Help/Codex">Codex</a> that I spent so much time writing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/03/01/furastaorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
