<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Tonight I'm gonna blog like it's 1993</title>
      <link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993/</link>
      <description>Comments on Ask MetaFilter post Tonight I'm gonna blog like it's 1993</description>
	  	  <pubDate>Wed, 30 May 2007 21:44:36 -0800</pubDate>
      <lastBuildDate>Wed, 30 May 2007 21:44:36 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Tonight I&apos;m gonna blog like it&apos;s 1993</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993</link>	
  	<description>What blog/CMS software would you recommend that doesn&apos;t rely on MySQL or another database backend? So, I finally broke down and bought a vanity domain for myself, and I want to set up a small site there, just to provide occasional updates to my friends and family, and maybe host some other content that I want to share. It&apos;s nothing big, I don&apos;t expect much/any traffic, and I&apos;m not looking to make money off of it.&lt;br&gt;
&lt;br&gt;
I decided to go with &lt;a href=&quot;https://www.nearlyfreespeech.net/&quot;&gt;Nearly Free Speech&lt;/a&gt; for hosting, because they offer a nice metered plan that only charges me for the bandwidth that I actually use, which is cool. But they (quite reasonably) charge extra for SQL processes.  So I&apos;d like to find some sort of simple CMS that doesn&apos;t require a database to run. PHP4 and CGI (all major languages incl. Perl, Python, Ruby) are both OK.&lt;br&gt;
&lt;br&gt;
The only things that have turned up so far are &lt;a href=&quot;http://flatpress.nowhereland.it/&quot;&gt;FlatPress&lt;/a&gt;, which is a sort of WordPress clone that uses flat files, and &lt;a href=&quot;http://www.simplephpblog.com/index.php&quot;&gt;Simple PHP Blog&lt;/a&gt;. Are there other packages that I&apos;m missing? Has anyone ever used either one? How bad are they to set up? FlatPress seems a little light on documentation...at least compared to regular WordPress, which has a lot of &apos;Howto&apos;-style documentation because everyone and their cousin seems to use it.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://ask.metafilter.com/43884/How-to-embed-a-blog-without-complicated-coding&quot;&gt;This question&lt;/a&gt; last August was about alternatives to popular blog packages that don&apos;t require complex coding, but I&apos;m less concerned with that than I am in just avoiding SQL completely.&lt;br&gt;
&lt;br&gt;
I don&apos;t care about anything very fancy, like the ability to use plugins or customize the style very much. I just want a way of throwing content up onto the site, without having to maintain, organize, and edit a lot of static HTML files. I don&apos;t really even care about comments, although they&apos;re a plus.&lt;br&gt;
&lt;br&gt;
Maybe what I&apos;m looking for really isn&apos;t &quot;blog&quot; software. Really, I just want some sort of management system, that avoids the static-HTML morass that I dread from my early-90s experiments with personal web sites. (I used to manage things by keeping a local mirror of the site, adding my content by hand, and then using an FTP client to sync the server&apos;s copy. It worked OK, but I want to be able to update from the road, without being tied to the machine with the local mirror.)&lt;br&gt;
&lt;br&gt;
Anyway, I&apos;m open to any suggestions, experiences, or anecdotes that folks would like to give.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.63754</guid>
  	<pubDate>Wed, 30 May 2007 21:26:02 -0800</pubDate>
  	<dc:creator>Kadin2048</dc:creator>
	
	<category>blog</category>
	
	<category>software</category>
	
	<category>CMS</category>
	
	<category>internet</category>
	
	<category>web</category>
	
	<category>flatfiles</category>
	
	<category>homepage</category>
	
	<category>DHTML</category>
	
</item>
<item>
  	<title>By: pompomtom</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959056</link>	
  	<description>&lt;a href=http://www.tiddlywiki.com/&gt;Tiddlywiki&lt;/a&gt; might be worth a look.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959056</guid>
  	<pubDate>Wed, 30 May 2007 21:44:36 -0800</pubDate>
  	<dc:creator>pompomtom</dc:creator>
</item>
<item>
  	<title>By: i_am_joe&apos;s_spleen</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959060</link>	
  	<description>Try &lt;a href=&quot;http://www.blosxom.com/&quot;&gt;Blosxom&lt;/a&gt;. It&apos;s a very small simple Perl script, and all your blog entries are simply text files. No db required at all.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959060</guid>
  	<pubDate>Wed, 30 May 2007 21:47:41 -0800</pubDate>
  	<dc:creator>i_am_joe&apos;s_spleen</dc:creator>
</item>
<item>
  	<title>By: i_am_joe&apos;s_spleen</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959066</link>	
  	<description>Or you could try &lt;a href=&quot;http://www.fogcreek.com/CityDesk/&quot;&gt;CityDesk&lt;/a&gt;, which is a CMS that stores all its stuff on your PC, and just uploads the rendered HTML to your server. The starter version, which works with sites up to 50 pages, is free. Windows-only though.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959066</guid>
  	<pubDate>Wed, 30 May 2007 21:53:35 -0800</pubDate>
  	<dc:creator>i_am_joe&apos;s_spleen</dc:creator>
</item>
<item>
  	<title>By: alan</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959073</link>	
  	<description>Movable Type supports Berkley DB, which is a flat file database system.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959073</guid>
  	<pubDate>Wed, 30 May 2007 22:03:57 -0800</pubDate>
  	<dc:creator>alan</dc:creator>
</item>
<item>
  	<title>By: twiggy</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959077</link>	
  	<description>From Nearly Free Speech&apos;s FAQ:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;How much does a MySQL process cost?&lt;br&gt;
&lt;br&gt;
Your first MySQL process has a base charge of $0.01 per day. If you create additional MySQL processes, which is almost never necessary&lt;br&gt;
&lt;br&gt;
... &lt;br&gt;
&lt;br&gt;
This means that for most people, use of MySQL will cost $0.01 per day, or about $3.65 per year.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
It is my personal belief that difference in effort and time you would spend finding a satisfactory CMS that uses a flat-file backend vs. finding a good mysql one will be worth far more than $3.65.&lt;br&gt;
&lt;br&gt;
If you spend even 1 more hour monkeying around with different flatfile CMS systems to see what you like, or 1 hour digging up or coding a new module becuase your text based CMS is too limited --- well, you&apos;d have to value your time at less than $3.65 per hour for this to be the right decision.&lt;br&gt;
&lt;br&gt;
Pay the penny a day for mysql.  It&apos;ll be worth it because you can choose any of dozens of great CMS software with lots of community support and a far greater likelihood of modules already existing that&apos;ll do nifty stuff you&apos;d like to do.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959077</guid>
  	<pubDate>Wed, 30 May 2007 22:08:39 -0800</pubDate>
  	<dc:creator>twiggy</dc:creator>
</item>
<item>
  	<title>By: lockle</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959092</link>	
  	<description>You can set up an account with &lt;a href=&quot;http://www.blogger.com&quot;&gt;blogger.com&lt;/a&gt; (now owned by google) and when you make a post it simply takes your blog post, using your template, and uploads it to the site with FTP of SFTP. It&apos;s what I use on Nearly Free Speech.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959092</guid>
  	<pubDate>Wed, 30 May 2007 22:35:51 -0800</pubDate>
  	<dc:creator>lockle</dc:creator>
</item>
<item>
  	<title>By: sbutler</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959094</link>	
  	<description>They have SQLite support, which is basically an SQL database in a file (no external daemons needed). MovableType supports SQLite; Wordpress doesn&apos;t.&lt;br&gt;
&lt;br&gt;
Honestly though, after managing a flat file installation myself (blojsom) I&apos;d go the database route.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959094</guid>
  	<pubDate>Wed, 30 May 2007 22:40:45 -0800</pubDate>
  	<dc:creator>sbutler</dc:creator>
</item>
<item>
  	<title>By: Webbster</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959120</link>	
  	<description>&lt;a href=&quot;http://noahgrey.com/greysoft/&quot;&gt;Greymatter&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959120</guid>
  	<pubDate>Wed, 30 May 2007 23:07:05 -0800</pubDate>
  	<dc:creator>Webbster</dc:creator>
</item>
<item>
  	<title>By: robcorr</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959148</link>	
  	<description>I remember using Greymatter back in the days when blogs were e/n sites. I liked it, but I&apos;m not sure whether it&apos;s still being actively developed.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959148</guid>
  	<pubDate>Wed, 30 May 2007 23:38:25 -0800</pubDate>
  	<dc:creator>robcorr</dc:creator>
</item>
<item>
  	<title>By: Gerard Sorme</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959166</link>	
  	<description>You could also go with &lt;em&gt;hosted&lt;/em&gt; Wordpress at &lt;a href=&quot;http://wordpress.com/&quot;&gt;Wordpress.com &lt;/a&gt; (free). You then use their system to map your personal domain to your Wordpress page hosted at Wordpress.com. Or, simply forward yourdomain.com to your Wordpress blog. &lt;br&gt;
&lt;br&gt;
Most people find themselves very frustrated with blogging solutions that don&apos;t include a database like MySQL. &lt;br&gt;
&lt;br&gt;
I think Wordpress.com (not the Wordpress you host yourself) may be just your ticket.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959166</guid>
  	<pubDate>Thu, 31 May 2007 00:12:53 -0800</pubDate>
  	<dc:creator>Gerard Sorme</dc:creator>
</item>
<item>
  	<title>By: wierdo</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959169</link>	
  	<description>SQLite is light years ahead of using a flat file or even a berkley database.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959169</guid>
  	<pubDate>Thu, 31 May 2007 00:19:22 -0800</pubDate>
  	<dc:creator>wierdo</dc:creator>
</item>
<item>
  	<title>By: Hackworth</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959181</link>	
  	<description>DokuWiki uses flat file storage and has a decent blogging module, among other things.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959181</guid>
  	<pubDate>Thu, 31 May 2007 00:40:27 -0800</pubDate>
  	<dc:creator>Hackworth</dc:creator>
</item>
<item>
  	<title>By: uncle harold</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959186</link>	
  	<description>I second twiggy. No amount of effort would be worth the additional single-digit MySQL cost a &lt;em&gt;year&lt;/em&gt;, especially since you get much more value out of a real blog system.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959186</guid>
  	<pubDate>Thu, 31 May 2007 00:49:32 -0800</pubDate>
  	<dc:creator>uncle harold</dc:creator>
</item>
<item>
  	<title>By: Su</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959208</link>	
  	<description>Third on twiggy&apos;s comment.&lt;br&gt;
&lt;br&gt;
Also, regarding Movable Type and Berkeley DB: Using Berkeley is &lt;em&gt;strongly&lt;/em&gt; discommended. Support for it is an old holdover from when MySQL, et al. were not as common on hosts, and there&apos;s just not much excuse for using it anymore. It&apos;s relatively prone to corruption, and the first thing you&apos;ll be told if you run into problems with it is to upgrade to MySQL/SQLite. &lt;br&gt;
&lt;br&gt;
It should also be noted that support for Berkeley will be dropped in the next version, so if you plan on keeping up with developments, Berkeley is &lt;em&gt;not&lt;/em&gt; a selling point.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959208</guid>
  	<pubDate>Thu, 31 May 2007 01:40:56 -0800</pubDate>
  	<dc:creator>Su</dc:creator>
</item>
<item>
  	<title>By: majick</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959337</link>	
  	<description>&lt;i&gt;&amp;quot;It is my personal belief that difference in effort and time you would spend finding a satisfactory CMS that uses a flat-file backend...&amp;quot;&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.blosxom.com/&quot;&gt;Blosxom&lt;/a&gt;.  Really.  The datastore is a directory tree of text files, and it just &lt;b&gt;works&lt;/b&gt;.  I just saved you four bucks and an encounter with someone who thinks a database is required where a filesystem will do.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959337</guid>
  	<pubDate>Thu, 31 May 2007 06:23:14 -0800</pubDate>
  	<dc:creator>majick</dc:creator>
</item>
<item>
  	<title>By: jivadravya</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959522</link>	
  	<description>&lt;a href=&quot;http://www.plone.org&quot;&gt;Plone&lt;/a&gt;. Zope based CMS. Simple installer for all platforms. Simple to use. Accessible. Standards-compliant.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959522</guid>
  	<pubDate>Thu, 31 May 2007 08:58:05 -0800</pubDate>
  	<dc:creator>jivadravya</dc:creator>
</item>
<item>
  	<title>By: genghis</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959723</link>	
  	<description>That Plone suggestion was so spectacularly inappropriate that half a cup of tea just ex-nose-ulated.&lt;br&gt;
&lt;br&gt;
Bloxsom.  Never used it but using flat files is the one thing I know, plus it has a great reputation.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959723</guid>
  	<pubDate>Thu, 31 May 2007 11:28:38 -0800</pubDate>
  	<dc:creator>genghis</dc:creator>
</item>
<item>
  	<title>By: Taken Outtacontext</title>
  	<link>http://ask.metafilter.com/63754/Tonight-Im-gonna-blog-like-its-1993#959725</link>	
  	<description>&lt;i&gt;You could also go with hosted Wordpress at Wordpress.com (free). You then use their system to map your personal domain to your Wordpress page hosted at Wordpress.com. Or, simply forward yourdomain.com to your Wordpress blog.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
You can do the same at &lt;a href=&quot;http://typepad.com&quot;&gt;Typepad&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63754-959725</guid>
  	<pubDate>Thu, 31 May 2007 11:29:00 -0800</pubDate>
  	<dc:creator>Taken Outtacontext</dc:creator>
</item>

    </channel>
</rss>
