<?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>Webmaster-Source &#187; CMS</title>
	<atom:link href="https://www.webmaster-source.com/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Full Circle: The Return of Static Blog Generators</title>
		<link>https://www.webmaster-source.com/2012/05/09/full-circle-the-return-of-static-blog-generators/</link>
		<comments>https://www.webmaster-source.com/2012/05/09/full-circle-the-return-of-static-blog-generators/#comments</comments>
		<pubDate>Wed, 09 May 2012 11:27:02 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[movable type]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4621</guid>
		<description><![CDATA[WordPress is the most popular blogging software today, powering a majority of the top one hundred blogs. Like many of the systems that are popular nowadays, it&#8217;s dynamic. The server pieces together pages on the fly when they are requested, pulling content from the database, processing it, and wrapping a template around it before sending [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WordPress is the most popular blogging software today, powering a majority of the top one hundred blogs. Like many of the systems that are popular nowadays, it&#8217;s dynamic. The server pieces together pages on the fly when they are requested, pulling content from the database, processing it, and wrapping a template around it before sending to the user&#8217;s browser.</p>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4623" title="Movable type? Get it?" src="//www.webmaster-source.com/wp-content/uploads/2012/05/literal-movable-type.jpg" alt="" width="200" height="266" />Back in the earlier days of blogging, things were different. Most of the popular content management systems that blogs ran on were static page generators, like <a href="http://www.movabletype.org/">Movable Type</a>, the package that previously held WordPress&#8217;s throne, before a price increase caused a mass exodus in 2004. Movable Type stores your content in a database, like WordPress, and it has an administration panel where you manage your content and adjust settings. But that&#8217;s where the similarities end. Instead of assembling pages dynamically, the blog engine compiles them into static HTML pages ahead of time, so the web server can just throw them back to users instantly. It&#8217;s a lot easier on the server that way, which can result in a snappier web site and less chance of your site going down from a social media bump.</p>
<p>This is, of course, something of a simplification. Many WordPress users, especially those with larger sites, use caching plugins like <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> to have the best of both. The dynamic model is used, but frequently-accessed pages are statically cached for performance.<span id="more-4621"></span></p>
<p>Something I&#8217;ve noticed recently is that some bloggers are making a return to the old days, using modern static page systems that are even simpler. <a href="http://jekyllrb.com/">Jekyll</a>, <a href="http://ringce.com/hyde">Hyde</a>, <a href="http://pelican.notmyidea.org/en/2.8/index.html">Pelican</a> and <a href="http://cloudhead.io/toto">Toto</a> are lightweight blogging applications written in Ruby and Python. They don&#8217;t use databases at all, instead preferring flat files checked in to a <a href="http://git-scm.com/">Git</a> repository. You write your posts in your preferred plain-text editor, name the file appropriately and check it in to the repository, then run the script from the command line. It iterates through the files, merging them with your theme, and outputs static HTML files.</p>
<p>It&#8217;s not terribly accessible to people who don&#8217;t know their way around a command line interface—and version control software, for that matter—but it certainly reduces the hardware required to serve the site up. You don&#8217;t need a database <a href="http://en.wikipedia.org/wiki/Daemon_%28computing%29">daemon</a> running, you don&#8217;t need PHP. Just your HTTP server, whether you prefer NGINX or Apache, sending static files along when somebody asks for them. You can even run the script on your local computer, and push the compiled pages to any web server.</p>
<p>Another issue is that these new lightweight blog engines don&#8217;t have commenting built in. You will have to use something like <a href="http://disqus.com/">Disqus</a> or <a href="http://intensedebate.com/">IntenseDebate</a>, unless you build your own alternative that can be included with JavaScript.</p>
<p>All in all, I find the idea very intriguing. I don&#8217;t think I want to give up the ease of use (or plugin support) that WordPress offers for this blog, though. I did consider switching to Jekyll or Hyde when I revamped my <a href="http://matt.harzewski.com/">personal blog </a>recently, but didn&#8217;t commit to it.</p>
<h3>Further Reading</h3>
<ul>
<li><a href="http://fadeyev.net/2010/05/10/getting-started-with-toto/">Getting Started With Toto, a Tiny WordPress Killer</a></li>
<li><a href="http://paulstamatiou.com/how-to-wordpress-to-jekyll">How To: WordPress to Jekyll</a></li>
<li><a href="http://net.tutsplus.com/tutorials/other/building-static-sites-with-jekyll/">Building Static Sites with Jekyll</a></li>
<li><a href="https://github.com/lakshmivyas/hyde#readme">Hyde Documentation</a></li>
<li><a href="http://readthedocs.org/docs/pelican/en/latest/">Pelican Documentation</a></li>
<li><a href="http://octopress.org/">Octropress</a> — a &#8220;blogging framework&#8221; for Jekyll</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/05/09/full-circle-the-return-of-static-blog-generators/feed/</wfw:commentRss>
		<slash:comments>165</slash:comments>
		</item>
		<item>
		<title>Pods: A Plugin to Turn WordPress Into a Full CMS</title>
		<link>https://www.webmaster-source.com/2009/07/23/pods-a-plugin-to-turn-wordpress-into-a-full-cms/</link>
		<comments>https://www.webmaster-source.com/2009/07/23/pods-a-plugin-to-turn-wordpress-into-a-full-cms/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 11:12:19 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2391</guid>
		<description><![CDATA[WordPress is a good, lightweight CMS well-suited for any article-centric website. If you need a blog, a site with mainly static pages, or a combination, there&#8217;s no better software to use. However, WordPress isn&#8217;t necessarily the ideal tool for every job. Sometimes you need to define multiple types of content that don&#8217;t follow the post/page [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WordPress is a good, lightweight CMS well-suited for any article-centric website. If you need a blog, a site with mainly static pages, or a combination, there&#8217;s no better software to use.</p>
<p>However, WordPress isn&#8217;t necessarily the ideal tool for every job. Sometimes you need to define multiple types of content that don&#8217;t follow the post/page hierarchy too well. For example: You run a large website that has articles (posts), but it also needs to have a link directory. It would be the most elegant solution to have a category full of empty posts with custom fields to hold the link titles and URLs.<span id="more-2391"></span></p>
<p>A situation like that is where people normally would push you towards a &#8220;real&#8221; CMS like Drupal or Joomla, with their ability to define different <em>types</em> of content (e.g. articles, podcasts, forum posts, a link directory). But why do that when <a href="http://pods.uproot.us/">you could just use the <em>Pods</em> plugin</a>.</p>
<blockquote><p>Pods is a CMS framework that lets you create, manage, and display your own content types. Don&#8217;t bother hacking blog posts into becoming something they&#8217;re not. With Pods, create entirely new data structures with only the fields you need. Like Drupal CCK, you can set up relationships, allowing for a whole new level of interconnectedness.</p></blockquote>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-2392 imgborder" title="Pods WordPress CMS Plugin" src="//www.webmaster-source.com/wp-content/uploads/pods-cms-plugin-wordpress.jpg" alt="Pods WordPress CMS Plugin" width="500" height="186" /></p>
<p>Pods is a nifty little tool that unlocks a lot of possibilities. I&#8217;m currently trying to set up a new event calendar with it on one site, instead of manually editing a static page on the blog. I defined a new &#8220;Pod&#8221; called &#8220;event_calendar,&#8221; set it up to have a top-level &#8220;Events&#8221; menu in the WordPress admin, and defined a few data fields. Now I can easily add new events, which are stored in their own database table, separate from the main wp_posts table. All I have to do now is finish setting-up the page that will display the list of upcoming events.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/07/23/pods-a-plugin-to-turn-wordpress-into-a-full-cms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-13 00:56:00 by W3 Total Cache
-->