Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Mar 03, 2009 11:55 pm 
Offline
Junior Member

Joined: Thu Jul 19, 2007 5:30 am
Posts: 28
The heavy hitter is Wordpress, but I'm not sure I want to deal with such a behemoth. As it is I'm considering moving from Apache to lighttpd. I'd be fine with something simple if its easily modified. I'd like a blog engine that either has existing plugins or hooks to make plugins for:

other authentication mechanisms, specifically openid
mysql/sqlite/flat file back ends (smaller is better)
comments with antispam/captcha techniques
easy theming/templating (to make it fit in with the other parts of my site)
active development, swift vuln. patching, decent upgrading process

Features and extensibility aside, something simple and lightweight would be nice, as would be something with a better security history than Wordpress. I'm thinking of downloading Chyrp and Flatpress to try them out. They don't have OpenID plugins so far (Wordpress has like 5 grrr) but I'll see how easy it is to develop one if I like the software otherwise.

So what lightweight blog software do you folks use? I'd like something along the lines of Firefox, where you can bolt on whatever parts you need. Alternately, do you just go with Wordpress? And how does that turn out both as an overall admin experience and in terms of server load?

Thanks!


Top
   
 Post subject:
PostPosted: Wed Mar 04, 2009 12:01 am 
Offline
Senior Member

Joined: Tue Apr 29, 2008 6:26 pm
Posts: 58
Website: http://blog.shadypixel.com/
Well, wordpress satisfies pretty much all your requirements. If you use something like wp-supercache, it's pretty much as lightweight as you can get (caching to static files). It does have a crappy security history, but if you keep up to date you won't have any problems. So, that's what I would use (and I do).


Top
   
 Post subject:
PostPosted: Wed Mar 04, 2009 8:19 am 
Offline
Senior Member
User avatar

Joined: Fri Jan 02, 2009 11:31 am
Posts: 141
Website: http://faroutscience.com
Location: Texas / Kansas
You should also consider Joomla. It has an active community. Installation and setup is straight forward.

Jeff


Top
   
 Post subject:
PostPosted: Wed Mar 04, 2009 2:23 pm 
Offline
Junior Member

Joined: Tue Jul 20, 2004 11:32 am
Posts: 41
Website: http://www.insanum.com
I think Pivot is very good. http://www.pivotlog.net/


Top
   
 Post subject:
PostPosted: Wed Mar 04, 2009 5:26 pm 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
Habari maybe? http://www.habariproject.org/en/


Top
   
 Post subject:
PostPosted: Thu Mar 05, 2009 3:11 pm 
Offline
Senior Member
User avatar

Joined: Mon Jul 21, 2008 1:26 pm
Posts: 171
Website: http://www.rejecttheherd.net
Location: Seattle
Been using Drupal for sometime now, hands down beats Wordpress, Joomla when it comes down to things like performance, SEO, scalability and just out and out clean code. Yes it does have a steeper learning code but it worth it.

What you mentioned about things like openID, there are numerous modules available and openID being one. As far as antispam I use Mollum which is excellent. There are a lot of themes "Free" available also, give it a shot. Also go out and google for Drupal vs Joomla or any other CMS, there's a lot of good comparisons out there.

_________________
Image
Where "Thought Crime" is commited
http://www.rejecttheherd.net


Top
   
 Post subject:
PostPosted: Fri Mar 06, 2009 1:20 pm 
Offline
Junior Member

Joined: Wed Mar 04, 2009 11:10 pm
Posts: 29
I'm wondering how Wordpress is not lightweight; I've always thought of it as lightweight and it seems as such to me. If it isn't though, would you care to explain why it isn't?


Top
   
 Post subject:
PostPosted: Fri Mar 06, 2009 1:29 pm 
Offline
Junior Member
User avatar

Joined: Mon Mar 02, 2009 10:45 pm
Posts: 38
I'm running WordPress and it performs admirably in almost all situations. My site gets anywhere from 1200-5000 hits in a day, with multiple pageviews.

We spiked to 35000 hits in one day back in December and WordPress didn't even blink.

I have zero issues with Wordpress. It seems lightweight, scalable, and speedy at generating its dynamic content.

.


Top
   
 Post subject:
PostPosted: Fri Mar 06, 2009 7:26 pm 
Offline
Junior Member

Joined: Wed Mar 04, 2009 11:10 pm
Posts: 29
hybinet wrote:


I have never heard of this so I went and checked it out. It looked interesting so I installed and I'm pretty amazed. Why don't more people know about this? Definitely following. Thanks!


Top
   
 Post subject:
PostPosted: Fri Mar 06, 2009 11:25 pm 
Offline
Senior Member

Joined: Thu Dec 04, 2008 10:55 am
Posts: 57
Location: New Jersey
sneaks wrote:
hybinet wrote:


I have never heard of this so I went and checked it out. It looked interesting so I installed and I'm pretty amazed. Why don't more people know about this? Definitely following. Thanks!


This Habari you speak of looks somewhat familiar to Linode's website.


Top
   
 Post subject:
PostPosted: Sat Mar 07, 2009 3:17 am 
Offline
Junior Member

Joined: Thu Jul 19, 2007 5:30 am
Posts: 28
Thanks for the replies, everyone. I might end up using Wordpress anyway if it handles well, in spite of my reservations.

@lightweight: Wordpress just seems big, bloaty, leaky, and generally ugly on the inside. It reminds me of Perl: you can do a lot with it, and others have done a lot that you can reuse for your own projects, but it's hardly elegant and makes me die a little inside. Another way of looking at it: the latest Wordpress package is 6.9MB unzipped, Habari is 3.6, and Chyrp is 1.6. Mostly irrelevant to the question of quality, but it's still big.

@Habari: I like the design features of Habari. It's like the Python to Wordpress's Perl.

@Drupal: I tried it and wasn't very enthralled, but it was a while ago. It seems that it takes the Author/Timestamp->Title/Body format and tries to throw it at every problem. It seemed to me that everything from the blog to the forum to the wiki felt like the same webapp. Of course this could be due to me not putting enough effort in, but ideally that shouldn't be required. At the moment I just need a blog, and would prefer something that excelled at that right out of the box.

@Joomla: I feel like it may have the drupal problem. If I don't need all the functionality that it can provide, then I'm carrying around a lot of dead weight. It's still worth looking at, but I'm leaning more towards the blog-only solutions.

@Opcode caching: I'm really interested in trying out APC. Sure the speed's nice, but upload progress bars are fun. =)

Thanks again for the comments and war stories. I still haven't made up my mind yet, so the more the merrier!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group