yesthattom: (Default)
[personal profile] yesthattom
A friend of mine has a web site and she’d like to be able to have an extremely simple blog. She just wants to post a few sentences each day, maybe a link or two. Normally I would recommend a hosted solution, or even just a LJ account. However this is on a pay site and the blog would be a members only function.

Suggestions?

Date: 2007-09-10 07:32 am (UTC)
lovingboth: (Default)
From: [personal profile] lovingboth
For this, I've used Greymatter, the original one (version 1.x).

Uses a flat database structure, so just needs Perl rather than a SQL database. Only needs to do any work when new posts/comments are made, otherwise it's just 'here's some html it generated earlier', so low CPU / other resources.

But you must either stop comments or block any comment containing 'http' (i.e. an attempt to comment with a clickable link) or it'll be spam comment city.

If that's what she ends up going with, I can send my changes to achieve this, plus a few other things.

Date: 2007-09-10 07:36 am (UTC)
From: [identity profile] tgeller.livejournal.com
Wordpress.com is a free, hosted solution starring (duh) WordPress.

Date: 2007-09-10 09:20 am (UTC)
From: [identity profile] baerana.livejournal.com
I'm a little unclear on what she's going to be doing.

She's going to be blogging a sentence/link or two a day, and she wants only the paid members of her site to be able to read it?

or she wants to be able to give the members of her paid site blogs of their own?

Date: 2007-09-10 09:21 am (UTC)
From: [identity profile] baerana.livejournal.com
and she needs the actual blogging part to be easy? not necessarily the setup/install/add new account/etc. part?

Date: 2007-09-10 11:00 am (UTC)
From: [identity profile] yesthattom.livejournal.com
both if possible. i guess the format needs to be simple (no tagging, comments, etc.)

Date: 2007-09-12 02:28 pm (UTC)
From: [identity profile] baerana.livejournal.com
OK. my recommendation is wordpress. It's easy enough to set up that even our customers who can't FTP can set it up, and it's easy to post to (it's all gui and clicky) It can be skined to blend w/ any site's theme/skin. And it can be placed in the section of her site that you need to access w/ a password with no problem. She doesn't have to use tags or anything like that. She can turn comments on or off as she wishes, and since you'll need a password to read it, she doesn't need to worry about spam comments.

If she needs any tips, she or you can email me - though I suck as a designer - i've done the technical stuff on WP a bunch of times :)

Date: 2007-09-10 10:26 am (UTC)
From: [identity profile] ex-serenejo.livejournal.com
Wordpress blogs take me maybe five minutes to set up. (I do them for work sometimes. Here's a simple practice one we were playing around with at work: http://cartcomparison.com/the-latest-news/

Date: 2007-09-10 12:23 pm (UTC)
From: [identity profile] dossy.livejournal.com
Authoring:

$ echo "blah blah" >> blog.dat

Makefile:

all: index.html
index.html: template.m4 blog.dat
m4 template.m4 > index.html

template.m4:

<html>
<head>
...
</head>
<body>
...
m4_include(`blog.dat`)
...
</body>
</html>

...

Does it get any simpler?

December 2015

S M T W T F S
  12345
6789 101112
13141516171819
202122 23242526
2728293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 26th, 2025 06:13 am
Powered by Dreamwidth Studios