<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Design a Simple 1-Man CMS Comments</title>
	<link>http://1mancms.blogsome.com</link>
	<description>Forum and Think Tank for sharing ideas about a simple Content Management System</description>
	<pubDate>Thu, 26 Nov 2009 14:37:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: Tom Luigjes</title>
		<link>http://1mancms.blogsome.com/2005/11/05/prototype-3/#comment-16</link>
		<pubDate>Mon, 19 Mar 2007 20:55:43 +0000</pubDate>
		<guid>http://1mancms.blogsome.com/2005/11/05/prototype-3/#comment-16</guid>
					<description>Nice idea dude, i've been thinking about this one as well, but if you want to maintain it like a real CMS then it's impossible using only XML and XSLT... You'll always need something that creates your content dynamically.</description>
		<content:encoded><![CDATA[	<p>Nice idea dude, i&#8217;ve been thinking about this one as well, but if you want to maintain it like a real CMS then it&#8217;s impossible using only XML and XSLT&#8230; You&#8217;ll always need something that creates your content dynamically.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Amit dey</title>
		<link>http://1mancms.blogsome.com/2005/09/24/tal-as-an-easy-templating-language/#comment-14</link>
		<pubDate>Tue, 18 Jul 2006 19:39:54 +0100</pubDate>
		<guid>http://1mancms.blogsome.com/2005/09/24/tal-as-an-easy-templating-language/#comment-14</guid>
					<description>Dear Jack

I am researching CMS vendors, and I would like to know more about  1 Man CMS. 
My organization is considering partnering with CMS vendor for some of the work we do, and I
would appreciate if you could email me 
(a) the pricing range for your CMS, 
(b) any additional promotional information or white papers which you think 
would be useful for us to read, and which are not on your site.

Kind regards,
 
Amit Dey
amit@ideaedit.org
</description>
		<content:encoded><![CDATA[	<p>Dear Jack</p>
	<p>I am researching CMS vendors, and I would like to know more about  1 Man CMS.<br />
My organization is considering partnering with CMS vendor for some of the work we do, and I<br />
would appreciate if you could email me<br />
(a) the pricing range for your CMS,<br />
(b) any additional promotional information or white papers which you think<br />
would be useful for us to read, and which are not on your site.</p>
	<p>Kind regards,</p>
	<p>Amit Dey<br />
<a href="mailto:amit@ideaedit.org">amit@ideaedit.org</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Josyp</title>
		<link>http://1mancms.blogsome.com/2005/10/21/types-of-websites/#comment-13</link>
		<pubDate>Sun, 16 Apr 2006 11:37:41 +0100</pubDate>
		<guid>http://1mancms.blogsome.com/2005/10/21/types-of-websites/#comment-13</guid>
					<description>make a simple CMS is not so simple :(</description>
		<content:encoded><![CDATA[	<p>make a simple CMS is not so simple <img src='http://1mancms.blogsome.com/wp-images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Administrator</title>
		<link>http://1mancms.blogsome.com/2005/10/02/prototype-1/#comment-12</link>
		<pubDate>Mon, 03 Oct 2005 20:38:37 +0100</pubDate>
		<guid>http://1mancms.blogsome.com/2005/10/02/prototype-1/#comment-12</guid>
					<description>Regarding the assignment of templates to pages. I played around with a few ideas including the &amp;lt;?xml-stylesheet processing instruction. What I have settled for in prototype 2 is a simple element in each page called &amp;lt;template&amp;gt; which means the template can be changed easily by the user. There is a discussion of the problematic &lt;a href=&quot;http://www-128.ibm.com/developerworks/xml/library/x-wxxm2/index.html&quot; rel=&quot;nofollow&quot;&gt;on IBM developerWorx&lt;/a&gt;.</description>
		<content:encoded><![CDATA[	<p>Regarding the assignment of templates to pages. I played around with a few ideas including the &lt;?xml-stylesheet processing instruction. What I have settled for in prototype 2 is a simple element in each page called &lt;template&gt; which means the template can be changed easily by the user. There is a discussion of the problematic <a href="http://www-128.ibm.com/developerworks/xml/library/x-wxxm2/index.html" rel="nofollow">on IBM developerWorx</a>.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Administrator</title>
		<link>http://1mancms.blogsome.com/2005/10/02/prototype-1/#comment-11</link>
		<pubDate>Mon, 03 Oct 2005 20:31:46 +0100</pubDate>
		<guid>http://1mancms.blogsome.com/2005/10/02/prototype-1/#comment-11</guid>
					<description>The publishing process is serial like CityDesk. You work on your site (xml files) and then press &quot;Preview&quot; or &quot;Publish&quot; which builds the entire site and optionally publishes via FTP. Bear in mind we're talking about small 1-man sites here so a build should be less than a minute.

The GUI is still a challenge to be faced. Currently, my main interest lies in bringing a page together (prototype 2 is coming up!!!).

I could do with some suggestions and support on the GUI. I hate re-inventing the wheel and coding forms so I have been considering some automated solutions. One would be a DTD2FORM function which creates a HTML Form for editing the XML Document. Another possibility is &quot;Explorer Integration&quot;. A user would simply browse the file system, right click on a page or component and choose &quot;Edit&quot;. With desktop.ini and customized folders you can make the whole experience very user friendly. If there is gonna be any coding it's gotta be VBS/HTA because this runs automatically on any Windows machine.</description>
		<content:encoded><![CDATA[	<p>The publishing process is serial like CityDesk. You work on your site (xml files) and then press &#8220;Preview&#8221; or &#8220;Publish&#8221; which builds the entire site and optionally publishes via FTP. Bear in mind we&#8217;re talking about small 1-man sites here so a build should be less than a minute.</p>
	<p>The GUI is still a challenge to be faced. Currently, my main interest lies in bringing a page together (prototype 2 is coming up!!!).</p>
	<p>I could do with some suggestions and support on the GUI. I hate re-inventing the wheel and coding forms so I have been considering some automated solutions. One would be a DTD2FORM function which creates a HTML Form for editing the XML Document. Another possibility is &#8220;Explorer Integration&#8221;. A user would simply browse the file system, right click on a page or component and choose &#8220;Edit&#8221;. With desktop.ini and customized folders you can make the whole experience very user friendly. If there is gonna be any coding it&#8217;s gotta be VBS/HTA because this runs automatically on any Windows machine.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jeremy</title>
		<link>http://1mancms.blogsome.com/2005/10/02/prototype-1/#comment-10</link>
		<pubDate>Mon, 03 Oct 2005 14:50:38 +0100</pubDate>
		<guid>http://1mancms.blogsome.com/2005/10/02/prototype-1/#comment-10</guid>
					<description>Wouldn't it be better if there was someway to dynamically crawl the pages of the site and there be some text file or naming convnention to specify the type of template a page came from so that when it came to regenerating pages this could be done by clicking one button?
</description>
		<content:encoded><![CDATA[	<p>Wouldn&#8217;t it be better if there was someway to dynamically crawl the pages of the site and there be some text file or naming convnention to specify the type of template a page came from so that when it came to regenerating pages this could be done by clicking one button?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jeremy</title>
		<link>http://1mancms.blogsome.com/2005/10/02/prototype-1/#comment-7</link>
		<pubDate>Mon, 03 Oct 2005 14:20:06 +0100</pubDate>
		<guid>http://1mancms.blogsome.com/2005/10/02/prototype-1/#comment-7</guid>
					<description>This all looks good by how do I as a user go about changing a page? There'll need to be some kind of a GUI in order for basic users to edit pages and then are those pages required to be regenerated? If the user edits a component would each page where that component is used need to be regenerated?</description>
		<content:encoded><![CDATA[	<p>This all looks good by how do I as a user go about changing a page? There&#8217;ll need to be some kind of a GUI in order for basic users to edit pages and then are those pages required to be regenerated? If the user edits a component would each page where that component is used need to be regenerated?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jeremy</title>
		<link>http://1mancms.blogsome.com/2005/09/18/design-decisions/#comment-6</link>
		<pubDate>Thu, 29 Sep 2005 10:38:11 +0100</pubDate>
		<guid>http://1mancms.blogsome.com/2005/09/18/design-decisions/#comment-6</guid>
					<description>If you're going to be using VB in an HTA environment, surely this will alienate all Firefox users? I'm a big fan of Firefox and would want to be able to use that as my browser in which to edit content.
Of can HTA be used in Firefox too? I thought it was a purely M$ thing?</description>
		<content:encoded><![CDATA[	<p>If you&#8217;re going to be using VB in an HTA environment, surely this will alienate all Firefox users? I&#8217;m a big fan of Firefox and would want to be able to use that as my browser in which to edit content.<br />
Of can HTA be used in Firefox too? I thought it was a purely M$ thing?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Administrator</title>
		<link>http://1mancms.blogsome.com/2005/09/18/component/#comment-5</link>
		<pubDate>Sat, 24 Sep 2005 20:14:30 +0100</pubDate>
		<guid>http://1mancms.blogsome.com/2005/09/18/component/#comment-5</guid>
					<description>Bitflux calls their Global Components &quot;&lt;a href=&quot;http://wiki.bitflux.org/Portlets&quot; rel=&quot;nofollow&quot;&gt;Portlets&lt;/a&gt;&quot;</description>
		<content:encoded><![CDATA[	<p>Bitflux calls their Global Components &#8220;<a href="http://wiki.bitflux.org/Portlets" rel="nofollow">Portlets</a>&#8220;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sam D</title>
		<link>http://1mancms.blogsome.com/2005/09/18/design-decisions/#comment-4</link>
		<pubDate>Tue, 20 Sep 2005 20:24:57 +0100</pubDate>
		<guid>http://1mancms.blogsome.com/2005/09/18/design-decisions/#comment-4</guid>
					<description>You know there is a lot of precedent even beyond city desk.  There was an early attempt by userland software called Clay Basket  &lt;a href=&quot;http://www.scripting.com/clay/&quot;&gt;http://www.scripting.com/clay/&lt;/a&gt; that was really powerful (It never went anywhere I think because it was early and Dave Winer always seems to piss people off)  </description>
		<content:encoded><![CDATA[	<p>You know there is a lot of precedent even beyond city desk.  There was an early attempt by userland software called Clay Basket  <a href="http://www.scripting.com/clay/"><a href='http://www.scripting.com/clay/' rel='nofollow'>http://www.scripting.com/clay/</a></a> that was really powerful (It never went anywhere I think because it was early and Dave Winer always seems to piss people off)
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
