<?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>nanoANT &#187; cms</title>
	<atom:link href="http://www.nanoant.com/tag/cms/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nanoant.com</link>
	<description>Yet another self-employee site &#38; blog</description>
	<lastBuildDate>Mon, 24 Jan 2011 17:18:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>CMSity &#8211; small, generic content management system</title>
		<link>http://www.nanoant.com/projects/cmsity-small-generic-content-management-system</link>
		<comments>http://www.nanoant.com/projects/cmsity-small-generic-content-management-system#comments</comments>
		<pubDate>Thu, 05 Mar 2009 12:57:00 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[small]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.nanoant.com/?p=179</guid>
		<description><![CDATA[After spending few years using WordPress, MODx, PHPnuke I found out those systems getting more and more complicated, well yes sophisticated too, but first of all complicated. Anyway, feeling that this is not right direction I have decided to rewrite something by my own; simple, but powerful enough to provide functionality that you expect from [...]]]></description>
			<content:encoded><![CDATA[<p class="alignright"><a href="http://www.cmsity.com/"><img class="size-full wp-image-181" title="CMSity Logo" src="http://www.nanoant.com/wp/wp-content/uploads/2009/03/cmsity_ss.png" alt="" width="278" height="89" /></a></p>
<p>After spending few years using <em>WordPress</em>, <em>MODx</em>, <em>PHPnuke</em> I found out those systems getting more and more complicated, well yes sophisticated too, but first of all complicated. Anyway, feeling that this is not right direction I have decided to rewrite something by my own; simple, but powerful enough to provide functionality that you expect from most of the modern sites &#8211; blog, forums, RSS feeds.</p>
<p><span id="more-179"></span></p>
<p>Such functionality was requested by few of my clients, asking me: &#8220;<em>Adam, we need something like WordPress, but we would like to have forums too, also site should be multi-lingual and finally we would like to limit the access to some parts of the site.&#8221;</em> Just to mention those clients were running websites at PHP virtual hosting. I said, <em>&#8220;Roger that&#8221;</em> and started looking for some (any) CMS that could satisfy their needs.</p>
<p>I use to browse for new CMSes time to time. I did it again last October. Nothing new. Okay, maybe I could somehow tailor <em>MODx</em>, or <em>WordPress</em>. Nah. Then I found <em>BBpress</em>, well I was excited. A forum system made by <em>WordPress</em> creators, that integrates with WP. Great! Maybe this will fit.</p>
<p>Unfortunately I was hitting so many problems syncing WP and <em>BBpress</em> user database and logins, cookies (Why the hell it is so complicated?), so I gave it up.</p>
<p>I decided to write my own system, having in mind that forum, blog, they just differ at presentation level! There is always some parent page and subpages, post and replies, forum and topics. All having some hierarchy relations, and different presentation model. So why we have to install <em>BBpress</em> over WP if it is just a matter of presentation. Forum should look more like a table&#8230; while blog more like list of post excerpts. Why we cannot just turn WP sub-blog into the forum?</p>
<h3>The difference is the presentation</h3>
<p>So thing that makes forum or blog special is the way it is presented to the user. But from structure point of view both are the same. So this is the idea of the <em>CMSity</em>. For <em>CMSity</em> all pages (document tree nodes) are the same, they just carry the <strong>type</strong> which is used to determine what template to use to render them &#8211; what is their presentation.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-180" title="CMSity template resolution" src="http://www.nanoant.com/wp/wp-content/uploads/2009/03/template_s.png" alt="" width="403" height="303" /></p>
<p>Why PHP? Even I know more optimized/fast languages such as Ruby (1.9 is really fast), Java, C++.. started learning Erlang, still PHP is kind of standard that is present on most of the web servers and you can expect your clients will have PHP on their web servers. So I have chosen PHP; not really my favorite language, but the one I know pretty well and have spent quite a while with.</p>
<p>So this is genesis of <em><a href="http://www.cmsity.com/">CMSity</a></em>&#8230; hope it will find many users and will be useful for you all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanoant.com/projects/cmsity-small-generic-content-management-system/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

