<?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>Raymondopedia &#187; Programming</title>
	<atom:link href="http://lucraymond.net/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucraymond.net</link>
	<description>Multimedia, programming and more!</description>
	<lastBuildDate>Fri, 04 Nov 2011 01:42:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>theKolonee CMS</title>
		<link>http://lucraymond.net/2010/03/14/thekolonee-cms/</link>
		<comments>http://lucraymond.net/2010/03/14/thekolonee-cms/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 14:03:54 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cms]]></category>

		<guid isPermaLink="false">http://lucraymond.net/?p=130</guid>
		<description><![CDATA[I&#8217;m still working on my own personal CMS project theKolonee. Since it&#8217;s a part time hobby, the development does not goes always as fast I want it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still working on my own personal CMS project <a href="http://www.thekolonee.com">theKolonee</a>. Since it&#8217;s a part time hobby, the development does not goes always as fast I want it to go.<br />
To make sure it&#8217;s not missing any feature, I created another site with it: <a title="VSC" href="http://www.virtualshowcar.com">VirtualShowCar</a>. By doing that, I can measure the power and weaknesses of the CMS in real time as I build the site.<br />
When a feature is not working, I know right away.</p>
<p>Go check the site for more information.</p>
<p>* supports the latest PHP version 5.3.2</p>
]]></content:encoded>
			<wfw:commentRss>http://lucraymond.net/2010/03/14/thekolonee-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>woxcore project created on googlecode</title>
		<link>http://lucraymond.net/2009/08/11/woxcore-project-created-on-googlecode/</link>
		<comments>http://lucraymond.net/2009/08/11/woxcore-project-created-on-googlecode/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 12:31:44 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.lucraymond.net/?p=114</guid>
		<description><![CDATA[I create a newÂ source code repository on GoogleCode. Â WoxCore is the framework I created to build my new CMS named theKolonee. I will commit soon. Feel free [...]]]></description>
			<content:encoded><![CDATA[<p>I create a newÂ <a title="WoxCore" href="http://code.google.com/p/woxcore/">source code repository</a> on GoogleCode. Â WoxCore is the framework I created to build my new CMS named <a title="theKolonee CMS" href="http://www.thekolonee.com">theKolonee</a>. I will commit soon. Feel free to comment and contribute.</p>
<p><strong>Features</strong></p>
<ul>
<li>Multi lingual</li>
<li>MVC</li>
<li>Static content can be separated and delivered over a CDN (content delivery network)</li>
<li>bulk import of files</li>
<li>support APC and MemCache?</li>
<li>very lightweight and fast (one single file, so no recursive includes)</li>
<li>Uses PHP 5.3 new features</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lucraymond.net/2009/08/11/woxcore-project-created-on-googlecode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Working on a new cms!</title>
		<link>http://lucraymond.net/2009/08/11/working-on-a-new-cms/</link>
		<comments>http://lucraymond.net/2009/08/11/working-on-a-new-cms/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 11:40:57 +0000</pubDate>
		<dc:creator>Luc</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[thekolonee]]></category>

		<guid isPermaLink="false">http://www.lucraymond.net/?p=107</guid>
		<description><![CDATA[If you ever tried to do a multi-lingual site, you know that this is a painful task! Â Not so long ago, I created a new project called [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever tried to do a multi-lingual site, you know that this is a painful task! Â <span id="more-107"></span>Not so long ago, I created a new project called <a href="http://www.thekolonee.com" target="_blank">theKolonee</a>. The objective is to create a CMS (content management system) that supports plugins but that doesn&#8217;t require any.</p>
<p>Out of the box:</p>
<ul>
<li>Host multiple sites with only one applicative instance</li>
<li>Each site can support up to 255 languages</li>
<li>Visual text editor</li>
<li>Fassssssssst (the core framework is a single file ~ around 20k)</li>
<li>MVC system which is easily expandable</li>
<li>Facebook integration</li>
<li>Forums and photo galleries (with IPTC and Exif support, support for bulk importing files)</li>
<li>support APC and MEMCACHE</li>
<li>and more&#8230;</li>
</ul>
<p>if you want to help drop me a line!</p>
<p><strong>Requirements</strong></p>
<ul>
<li>PHP 5.3</li>
</ul>
<p>early screenshot of the administration interface</p>
<div id="attachment_109" class="wp-caption alignnone" style="width: 160px"><a href="http://www.lucraymond.net/wp-content/uploads/2009/08/kolonee.jpg"><img class="size-thumbnail wp-image-109" src="http://www.lucraymond.net/wp-content/uploads/2009/08/kolonee-150x150.jpg" alt="kolonee screenshot" width="150" height="150" /></a><p class="wp-caption-text">kolonee screenshot</p></div>
]]></content:encoded>
			<wfw:commentRss>http://lucraymond.net/2009/08/11/working-on-a-new-cms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

