Tonight I'm gonna blog like it's 1993
-
What blog/CMS software would you recommend that doesn'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's nothing big, I don't expect much/any traffic, and I'm not looking to make money off of it. I decided to go with https://www.nearlyfreespeech.net/ 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'd like to find some sort of simple CMS that doesn't require a database to run. PHP4 and CGI (all major languages incl. Perl, Python, Ruby) are both OK. The only things that have turned up so far are http://flatpress.nowhereland.it/, which is a sort of WordPress clone that uses flat files, and http://www.simplephpblog.com/index.php. Are there other packages that I'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 'Howto'-style documentation because everyone and their cousin seems to use it. http://ask.metafilter.com/43884/How-to-embed-a-blog-without-complicated-coding last August was about alternatives to popular blog packages that don't require complex coding, but I'm less concerned with that than I am in just avoiding SQL completely. I don'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't really even care about comments, although they're a plus. Maybe what I'm looking for really isn't "blog" 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'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.) Anyway, I'm open to any suggestions, experiences, or anecdotes that folks would like to give.
-
Answer:
http://www.tiddlywiki.com/ might be worth a look.
Kadin2048 at Ask.Metafilter.Com Visit the source
Other answers
From Nearly Free Speech's FAQ: How much does a MySQL process cost? Your first MySQL process has a base charge of $0.01 per day. If you create additional MySQL processes, which is almost never necessary ... This means that for most people, use of MySQL will cost $0.01 per day, or about $3.65 per year. 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. 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'd have to value your time at less than $3.65 per hour for this to be the right decision. Pay the penny a day for mysql. It'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'll do nifty stuff you'd like to do.
twiggy
You can set up an account with http://www.blogger.com (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's what I use on Nearly Free Speech.
lockle
They have SQLite support, which is basically an SQL database in a file (no external daemons needed). MovableType supports SQLite; Wordpress doesn't. Honestly though, after managing a flat file installation myself (blojsom) I'd go the database route.
sbutler
You could also go with hosted Wordpress at http://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. Most people find themselves very frustrated with blogging solutions that don't include a database like MySQL. I think Wordpress.com (not the Wordpress you host yourself) may be just your ticket.
Gerard Sorme
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. You can do the same at http://typepad.com.
Taken Outtacontext
That Plone suggestion was so spectacularly inappropriate that half a cup of tea just ex-nose-ulated. Bloxsom. Never used it but using flat files is the one thing I know, plus it has a great reputation.
genghis
http://www.plone.org. Zope based CMS. Simple installer for all platforms. Simple to use. Accessible. Standards-compliant.
jivadravya
"It is my personal belief that difference in effort and time you would spend finding a satisfactory CMS that uses a flat-file backend..." http://www.blosxom.com/. Really. The datastore is a directory tree of text files, and it just works. I just saved you four bucks and an encounter with someone who thinks a database is required where a filesystem will do.
majick
Third on twiggy's comment. Also, regarding Movable Type and Berkeley DB: Using Berkeley is strongly discommended. Support for it is an old holdover from when MySQL, et al. were not as common on hosts, and there's just not much excuse for using it anymore. It's relatively prone to corruption, and the first thing you'll be told if you run into problems with it is to upgrade to MySQL/SQLite. 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 not a selling point.
Su
Related Q & A:
- How do i put a blog layout on my blog on myspace?Best solution by Yahoo! Answers
- How can I get a job like Samantha Brown's?Best solution by Yahoo! Answers
- What's a good job for me if I'm not a 'people' person?Best solution by Yahoo! Answers
- I'm looking for a job but I'm only 16, where should I apply?Best solution by snagajob.com
- What's the use of "I'm feeling lucky" button in Google?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.