<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building Web Sites with Perl</title>
	<atom:link href="http://perlhacks.com/2009/09/building-web-sites-with-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/</link>
	<description>Just another Perl Hacker&#039;s blog</description>
	<lastBuildDate>Tue, 14 May 2013 10:48:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Bill Rose</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-7539</link>
		<dc:creator>Bill Rose</dc:creator>
		<pubDate>Fri, 22 Feb 2013 12:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-7539</guid>
		<description><![CDATA[Why is MojoMojo called that? That makes it sound like it&#039;s build on top of Mojolicious instead of Catalyst. As I understood it, Mojolicious and Catalyst are unrelated endeavours. Is this correct?]]></description>
		<content:encoded><![CDATA[<p>Why is MojoMojo called that? That makes it sound like it&#8217;s build on top of Mojolicious instead of Catalyst. As I understood it, Mojolicious and Catalyst are unrelated endeavours. Is this correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Rose</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-7538</link>
		<dc:creator>Bill Rose</dc:creator>
		<pubDate>Fri, 22 Feb 2013 12:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-7538</guid>
		<description><![CDATA[Right, well the next job in the &lt;b&gt;Perl Renaissance&lt;/b&gt; is to get it back! Find some easy-to-install, easy-to-use software. Make it great. And &lt;b&gt;Perl &lt;i&gt;shall&lt;/i&gt; rise again!&lt;/b&gt;

So is the answer ShinyCMS, EasyCMS2, WebsiteInABox, MojoMojo or something else?

Or all of the above?]]></description>
		<content:encoded><![CDATA[<p>Right, well the next job in the <b>Perl Renaissance</b> is to get it back! Find some easy-to-install, easy-to-use software. Make it great. And <b>Perl <i>shall</i> rise again!</b></p>
<p>So is the answer ShinyCMS, EasyCMS2, WebsiteInABox, MojoMojo or something else?</p>
<p>Or all of the above?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dandv</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-63</link>
		<dc:creator>dandv</dc:creator>
		<pubDate>Thu, 08 Oct 2009 22:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-63</guid>
		<description><![CDATA[I&#039;ve also been looking for an open-sourced CMS built with Perl, preferably on top of a modern MVC framework, that I could easily extend, but which would be already built and solid. It was easy to choose &lt;a href=&quot;http://en.wikipedia.org/wiki/MojoMojo&quot; rel=&quot;nofollow&quot;&gt;MojoMojo&lt;/a&gt;:
&lt;ul&gt;&lt;li&gt;built on top of Catalyst, and easy to extend. Adding a formatter to transform {{cpan My::Module}} into a link to search.cpan.org/perldoc?My::Module takes only a few lines of code
&lt;li&gt;it&#039;s a wiki with a powerful permissions system. This makes it serve as a CMS (no public editing), wiki (public editing, anonymous (w CAPTCHA) or with registration just like any other wiki), or blog (by adding a comment widget - see &lt;a href=&quot;http://wiki.dandascalescu.com/essays/english-universal-language&quot; rel=&quot;nofollow&quot;&gt;example&lt;/a&gt;)
&lt;li&gt;live preview. The markup that you type (Textile or Markdown) is instantly rendered as it will be displayed to the end user. This simple feature has become so addictive that I write stuff in MojoMojo just so that I can see what it looks like, live.
&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;a href=&quot;http://mojomojo.org&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://mojomojo.org&quot; rel=&quot;nofollow&quot;&gt;http://mojomojo.org&lt;/a&gt;&lt;/a&gt;
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve also been looking for an open-sourced CMS built with Perl, preferably on top of a modern MVC framework, that I could easily extend, but which would be already built and solid. It was easy to choose <a href="http://en.wikipedia.org/wiki/MojoMojo" rel="nofollow">MojoMojo</a>:</p>
<ul>
<li>built on top of Catalyst, and easy to extend. Adding a formatter to transform {{cpan My::Module}} into a link to search.cpan.org/perldoc?My::Module takes only a few lines of code
</li>
<li>it&#8217;s a wiki with a powerful permissions system. This makes it serve as a CMS (no public editing), wiki (public editing, anonymous (w CAPTCHA) or with registration just like any other wiki), or blog (by adding a comment widget &#8211; see <a href="http://wiki.dandascalescu.com/essays/english-universal-language" rel="nofollow">example</a>)
</li>
<li>live preview. The markup that you type (Textile or Markdown) is instantly rendered as it will be displayed to the end user. This simple feature has become so addictive that I write stuff in MojoMojo just so that I can see what it looks like, live.
</li>
</ul>
<p><a href="http://mojomojo.org" rel="nofollow"></a><a href="http://mojomojo.org" rel="nofollow">http://mojomojo.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lathos</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-62</link>
		<dc:creator>lathos</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-62</guid>
		<description><![CDATA[Yeah, what they said, we lost it years ago. For low-end CMS stuff, there&#039;s nothing that beats Drupal; certainly nothing that compares to it in Perl, in terms of flexibility and ease of use. I shifted my own site over to it a while back because I got tired of maintaining my own software.
]]></description>
		<content:encoded><![CDATA[<p>Yeah, what they said, we lost it years ago. For low-end CMS stuff, there&#8217;s nothing that beats Drupal; certainly nothing that compares to it in Perl, in terms of flexibility and ease of use. I shifted my own site over to it a while back because I got tired of maintaining my own software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed.pratomo</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-61</link>
		<dc:creator>ed.pratomo</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-61</guid>
		<description><![CDATA[CMS for end users? oracle apex is at the top of my list. a bootstrapped CMS - apex itself is created on apex - bundled with oracle database products.
]]></description>
		<content:encoded><![CDATA[<p>CMS for end users? oracle apex is at the top of my list. a bootstrapped CMS &#8211; apex itself is created on apex &#8211; bundled with oracle database products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Cross</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-60</link>
		<dc:creator>Dave Cross</dc:creator>
		<pubDate>Thu, 01 Oct 2009 13:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-60</guid>
		<description><![CDATA[Kiffin,
I&#039;ve already &lt;a href=&quot;http://perlhacks.com/2009/09/the-definitive-guide-to-catalyst.php&quot; rel=&quot;nofollow&quot;&gt;looked at Catalyst&lt;/a&gt;, thanks :-)
I&#039;m also well aware of the power of Perl and how well-suited it is for building web applications. My question was more about the applications that had already been built. I wanted to know why Drupal and Wordpress seemed to have the market sown up with no competition from a Perl-based system.
From other comments it appears that suitable Perl-based applications may well exist. Which means that we&#039;re back to that old problem of marketing.
]]></description>
		<content:encoded><![CDATA[<p>Kiffin,<br />
I&#8217;ve already <a href="http://perlhacks.com/2009/09/the-definitive-guide-to-catalyst.php" rel="nofollow">looked at Catalyst</a>, thanks <img src='http://perlhacks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I&#8217;m also well aware of the power of Perl and how well-suited it is for building web applications. My question was more about the applications that had already been built. I wanted to know why Drupal and WordPress seemed to have the market sown up with no competition from a Perl-based system.<br />
From other comments it appears that suitable Perl-based applications may well exist. Which means that we&#8217;re back to that old problem of marketing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdonelan.myopenid.com</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-59</link>
		<dc:creator>pdonelan.myopenid.com</dc:creator>
		<pubDate>Thu, 01 Oct 2009 00:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-59</guid>
		<description><![CDATA[&lt;i&gt;Is it ok that we&#039;re in danger of losing the low-end web CMS market to PHP systems?&lt;/i&gt;
Dude we lost it years ago!
I use Wordpress for small sites that run on shared hosting, and WebGUI for anything bigger.
--patspam.com
]]></description>
		<content:encoded><![CDATA[<p><i>Is it ok that we&#8217;re in danger of losing the low-end web CMS market to PHP systems?</i><br />
Dude we lost it years ago!<br />
I use WordPress for small sites that run on shared hosting, and WebGUI for anything bigger.<br />
&#8211;patspam.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phillipadsmith.myopenid.com</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-58</link>
		<dc:creator>phillipadsmith.myopenid.com</dc:creator>
		<pubDate>Wed, 30 Sep 2009 18:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-58</guid>
		<description><![CDATA[Regarding Bricolage, you can keep on top of the project&#039;s activity -- and there is lots -- via the quarterly newsletters (that I write) &lt;a href=&quot;http://www.bricolagecms.org/news/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.
However, a comparison of Bricolage to most of the above-mentioned content-management systems is a bit apples and oranges. Wordpress and Movabe Type (until recently) and Melody, are primarily used for blogs. Drupal, though used for a wide-variety of things, also has its roots in blogging and -- at times -- that shows though.
Bricolage is best suited to building large sites that require a way for non-technical users to create complex documents. Movable Type, Wordpress, and Drupal have only (comparatively) recently added &quot;custom fields&quot; and &quot;content types&quot; to accommodate these requirements. Bricolage is definitely not well suited to be (primarily) a blog (though several sites do use it as such).
And, typically, Bricolage requires far more experience to install. Though, there are &lt;a href=&quot;http://www.bricolagecms.org/news/&quot; rel=&quot;nofollow&quot;&gt;VMware images&lt;/a&gt; for those folks that want to give it a try first. And, these days, the installation is possible in about 30 minutes on a Debian server just by following the instructions.
If you&#039;d like to see the (AJAX-ified) state of the current Bricolage UI, you can find a short screencast &lt;a href=&quot;http://vimeo.com/4968802&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.
Hope that helps.
Phillip.
]]></description>
		<content:encoded><![CDATA[<p>Regarding Bricolage, you can keep on top of the project&#8217;s activity &#8212; and there is lots &#8212; via the quarterly newsletters (that I write) <a href="http://www.bricolagecms.org/news/" rel="nofollow">here</a>.<br />
However, a comparison of Bricolage to most of the above-mentioned content-management systems is a bit apples and oranges. WordPress and Movabe Type (until recently) and Melody, are primarily used for blogs. Drupal, though used for a wide-variety of things, also has its roots in blogging and &#8212; at times &#8212; that shows though.<br />
Bricolage is best suited to building large sites that require a way for non-technical users to create complex documents. Movable Type, WordPress, and Drupal have only (comparatively) recently added &#8220;custom fields&#8221; and &#8220;content types&#8221; to accommodate these requirements. Bricolage is definitely not well suited to be (primarily) a blog (though several sites do use it as such).<br />
And, typically, Bricolage requires far more experience to install. Though, there are <a href="http://www.bricolagecms.org/news/" rel="nofollow">VMware images</a> for those folks that want to give it a try first. And, these days, the installation is possible in about 30 minutes on a Debian server just by following the instructions.<br />
If you&#8217;d like to see the (AJAX-ified) state of the current Bricolage UI, you can find a short screencast <a href="http://vimeo.com/4968802" rel="nofollow">here</a>.<br />
Hope that helps.<br />
Phillip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pshangov.myopenid.com</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-57</link>
		<dc:creator>pshangov.myopenid.com</dc:creator>
		<pubDate>Wed, 30 Sep 2009 18:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-57</guid>
		<description><![CDATA[Shameless plug: I just recently released &lt;a href=&quot;http://search.cpan.org/dist/Miril&quot; rel=&quot;nofollow&quot;&gt;Miril&lt;/a&gt;.  I wrote it specifically because I found Drupal too cumbersome for most of the tasks I needed, and Bricolage and Krang - too difficult to install. Here are &lt;a href=&quot;http://mechanicalrevolution.com/blog/miril_screenshots.html&quot; rel=&quot;nofollow&quot;&gt;some screenshots&lt;/a&gt;.
]]></description>
		<content:encoded><![CDATA[<p>Shameless plug: I just recently released <a href="http://search.cpan.org/dist/Miril" rel="nofollow">Miril</a>.  I wrote it specifically because I found Drupal too cumbersome for most of the tasks I needed, and Bricolage and Krang &#8211; too difficult to install. Here are <a href="http://mechanicalrevolution.com/blog/miril_screenshots.html" rel="nofollow">some screenshots</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snarkout</title>
		<link>http://perlhacks.com/2009/09/building-web-sites-with-perl/#comment-56</link>
		<dc:creator>Snarkout</dc:creator>
		<pubDate>Wed, 30 Sep 2009 18:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=26#comment-56</guid>
		<description><![CDATA[Kiffin, I don&#039;t think Dave wants to &lt;i&gt;build&lt;/i&gt; a CMS.
I don&#039;t have any experience with Krang, and I honestly don&#039;t know anything at all about Spine. Both Bricolage and Krang were designed to run periodical-type websites, IIRC (Bricolage for Salon.com, Krang for &lt;i&gt;Motortrend&lt;/i&gt;), so they may not be as flexible for general CMS purposes as you want. (WebGUI might be a possibility there!) Like Movable Type, Bricolage builds static pages, which has its upsides and downsides.
I haven&#039;t used Bricolage since evaluating it in 2006 for a project, so I can&#039;t speak to the current state of its UI.
]]></description>
		<content:encoded><![CDATA[<p>Kiffin, I don&#8217;t think Dave wants to <i>build</i> a CMS.<br />
I don&#8217;t have any experience with Krang, and I honestly don&#8217;t know anything at all about Spine. Both Bricolage and Krang were designed to run periodical-type websites, IIRC (Bricolage for Salon.com, Krang for <i>Motortrend</i>), so they may not be as flexible for general CMS purposes as you want. (WebGUI might be a possibility there!) Like Movable Type, Bricolage builds static pages, which has its upsides and downsides.<br />
I haven&#8217;t used Bricolage since evaluating it in 2006 for a project, so I can&#8217;t speak to the current state of its UI.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.710 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-17 02:41:45 -->

<!-- Compression = gzip -->