<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Wordpress as CMS - First Deployment</title>
	<link>http://www.archetyped.com/blog/wordpress-as-cms-first-deployment/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 23:21:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Wordpress as CMS - Permalink Rewriting Fixed! (and new thoughts on Sections) at Archetyped</title>
		<link>http://www.archetyped.com/blog/wordpress-as-cms-first-deployment/#comment-7</link>
		<pubDate>Sat, 19 Aug 2006 22:33:00 +0000</pubDate>
		<guid>http://www.archetyped.com/blog/wordpress-as-cms-first-deployment/#comment-7</guid>
					<description>[...] Blog        &#171; Wordpress as CMS - First Deployment [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Blog        &laquo; Wordpress as CMS - First Deployment [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sol</title>
		<link>http://www.archetyped.com/blog/wordpress-as-cms-first-deployment/#comment-6</link>
		<pubDate>Thu, 17 Aug 2006 03:25:49 +0000</pubDate>
		<guid>http://www.archetyped.com/blog/wordpress-as-cms-first-deployment/#comment-6</guid>
					<description>The plugin will absolutely be open-source.  No doubt about that.  The main reason I didn't mention it from the beginning was that I wasn't even sure if it would be possible to do as a plugin :).  I'm currently working on standardizing the code (as much as possible) so that updates/upgrades will not introduce any conflicts with the data created by previous versions.  Once I've got that done, it will be released as a plugin that anyone can download and use.

Using pages in conjunction with categories was one of the possible solutions I'd initially considered, to the point that this was the first solution that I implemented.  It wasn't difficult at all the get a page to display a list of items in the matching category.  Best of all, it didn't break anything.

I ultimately decided not to move forward with this solution for a couple reasons:
&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Flexibility&lt;/strong&gt; - I wanted to release the implementation as a plugin that anyone could use on their current Wordpress install.  Using matching categories/pages might introduce undesired behavior if they already have categories or pages with certain names.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Usability&lt;/strong&gt; - I think I would get tired of always having to keep track of my pages and categories (to make sure that I have the proper matching names for each).  Even more, I KNEW that others I may build sites for using the CMS plugin would have problems keeping track of it.  So I needed to find a one-click solution.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stupidity&lt;/strong&gt; - I thought it might be fun to break every function Wordpress provided and see if I could patch it up nice and tidy ;p&lt;/li&gt;
&lt;/ul&gt;

I do believe that I am close to getting the plugin to a state where others can use it, so the plugin should be released sooner than later.</description>
		<content:encoded><![CDATA[<p>The plugin will absolutely be open-source.  No doubt about that.  The main reason I didn&#8217;t mention it from the beginning was that I wasn&#8217;t even sure if it would be possible to do as a plugin <img src='http://www.archetyped.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  I&#8217;m currently working on standardizing the code (as much as possible) so that updates/upgrades will not introduce any conflicts with the data created by previous versions.  Once I&#8217;ve got that done, it will be released as a plugin that anyone can download and use.</p>
<p>Using pages in conjunction with categories was one of the possible solutions I&#8217;d initially considered, to the point that this was the first solution that I implemented.  It wasn&#8217;t difficult at all the get a page to display a list of items in the matching category.  Best of all, it didn&#8217;t break anything.</p>
<p>I ultimately decided not to move forward with this solution for a couple reasons:</p>
<ul>
<li><strong>Flexibility</strong> - I wanted to release the implementation as a plugin that anyone could use on their current Wordpress install.  Using matching categories/pages might introduce undesired behavior if they already have categories or pages with certain names.</li>
<li><strong>Usability</strong> - I think I would get tired of always having to keep track of my pages and categories (to make sure that I have the proper matching names for each).  Even more, I KNEW that others I may build sites for using the CMS plugin would have problems keeping track of it.  So I needed to find a one-click solution.</li>
<li><strong>Stupidity</strong> - I thought it might be fun to break every function Wordpress provided and see if I could patch it up nice and tidy ;p</li>
</ul>
<p>I do believe that I am close to getting the plugin to a state where others can use it, so the plugin should be released sooner than later.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Folletto Malefico</title>
		<link>http://www.archetyped.com/blog/wordpress-as-cms-first-deployment/#comment-5</link>
		<pubDate>Wed, 16 Aug 2006 23:06:21 +0000</pubDate>
		<guid>http://www.archetyped.com/blog/wordpress-as-cms-first-deployment/#comment-5</guid>
					<description>Hello!

Since I've already developed a WordPress website "with WP as CMS", I'm finding these posts interesting, since I thought I could release my package as opensource...

...so, my first question (since it's a blocking one): will it be open source?

Sorry if you already said that, but I didn't found that info looking throught the past posts. :)

~

Just as info: i've structured the website I did matching Pages and Categories, so, if a post is in a category, it will appear on the correct Page. Since Pages are not a flat structure and so are the Categories, I thought it was a good idea. I've developed a set of functions to make this kind of structure easy to be implemented in the template.

In fact, my script is just a library of function to do what I've said above and to create custom "The Loops".

I will be glad to discuss with you, feel free to contact me. :)</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Since I&#8217;ve already developed a WordPress website &#8220;with WP as CMS&#8221;, I&#8217;m finding these posts interesting, since I thought I could release my package as opensource&#8230;</p>
<p>&#8230;so, my first question (since it&#8217;s a blocking one): will it be open source?</p>
<p>Sorry if you already said that, but I didn&#8217;t found that info looking throught the past posts. <img src='http://www.archetyped.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>~</p>
<p>Just as info: i&#8217;ve structured the website I did matching Pages and Categories, so, if a post is in a category, it will appear on the correct Page. Since Pages are not a flat structure and so are the Categories, I thought it was a good idea. I&#8217;ve developed a set of functions to make this kind of structure easy to be implemented in the template.</p>
<p>In fact, my script is just a library of function to do what I&#8217;ve said above and to create custom &#8220;The Loops&#8221;.</p>
<p>I will be glad to discuss with you, feel free to contact me. <img src='http://www.archetyped.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
