Slashdot Mirror


Weblog System Features Compared

prostoalex writes "The question of the best weblogging system out there arises quite often, especially after the new licensing scheme introduced by MovableType. Here's a rather detailed breakdown of currently popular blogging and content management systems. Out of 11 software packages, 10 run on any server with variations of Perl/PHP and MySQL/PostgresSQL, and one requires Windows and .NET Framework. 4 are licensed under GPL, 3 are under BSD. Mark Pilgrim explains why licensing is suddenly important."

6 of 269 comments (clear)

  1. Great site & Favs by netfool · · Score: 5, Informative

    Though it's aimed more at CMS's rather than blogs, it's definatley a great place to try out multiple CMS's before installing them.

    Check it out - OpenSourceCMS

    My current favorites:
    Mambo
    Wordpress
    E107
    and last but not least Geeklog

    --
    Left 4 Dead Gaming Group - http://www.l4dgg.com
  2. You Missed the BEST CMS out there by ScurvyDawg · · Score: 4, Informative


    GeekLog is the best and most secure PHP CMS out there.
    On top of this it is easy to use and setup.

    How you missed GeekLog I will never know.

    1. Re:You Missed the BEST CMS out there by Doctor+Crumb · · Score: 5, Informative

      Geeklog is great, but it is seriously lacking protection against comment spam. I've made a patch to require a delay before submitting a comment. I would love to have some other protections as well, but haven't needed to code up blacklists or anything yet. One neat suggestion was to disallow anonymous comments that had more than 2 links in them.

  3. LiveJournal by lostchicken · · Score: 5, Informative

    The code that runs LiveJournal is open source. It's not that much of a pain to deploy, and when it's working, it's the most powerful I've seen. Many stand alone clients for posting, all kinds of things. Set one up, use it as your own weblog, host your friends' weblogs.

    --
    -twb
  4. Also, side-by-side CMS comparison matrix by Brent+Nordquist · · Score: 5, Informative

    at The CMS Matrix; you can pick up to 10 you want to compare.

    --
    Brent J. Nordquist N0BJN
  5. Perfect Timing by Salamander · · Score: 5, Informative

    Wouldn't you know it? I just spent much of the weekend converting my site from my own homegrown weblog codebase to pMachine. Here's the new version (with an entry about the change), and the old version for comparison. According to the table, b2evolution and WordPress would be equally good fits, perhaps even slightly better because they support assigning an entry to multiple categories like my old code but unlike pMachine Free, but when I tried them all out at opensourceCMS that really wasn't the case. I strongly recommend that you check out candidates there, because a lot of the small things make a difference. Here are some examples:

    • What kinds of markup is allowed in posts? In comments? Is it plain HTML, or a stripped-down square-bracketed subset like bbCode, or both, or neither? Which are you comfortable with? How about your users who leave comments? If it's real HTML, how are various cross-site scripting and other exploits prevented?
    • Are commenters allowed to register so they can have persistent profiles? Are they forced to register? Either/or?
    • Does the post entry format allow things like saving drafts, posting to the future, setting expiration dates?
    • Does the system have things like time offsets (between where you are and where your site is hosted)? Are the paths that it uses configurable, so you can make it work with different directory structures? How "tunable" are things in general? This can be a huge headache if you get halfway into your transition and you find something that just won't work properly in your environment without hacking the code.
    • Do you really like the way the templating system works? You really won't know until you try some customization, so fiddle a bit with the layout. Move stuff around, add links to other parts of your site, etc.
    • If you're converting from another system, are there automatic conversion tools? How well do they really work? Again, you have to try to see, and not just on opensourcecms either. If there are no converters, how hard would it be to write one? Does the database schema (and/or file layout) make sense to you? Is it similar conceptually to what you have now? Does it require complex relationships between tables/fields that would be hard to maintain as you suck in your old content? Is there any information in your old content that there's no place for?

    These sorts of things, none of which are covered in a mere checklist, really matter when you actually take the plunge. Trying stuff out on opensourcecms is a great first step, but then you should actually download the real thing and really try to run a test version of your own site on it for at least an hour or so, to see if you can truly tweak it to your liking. Only then will you be able to make a decision that will really satisfy you.

    --
    Slashdot - News for Herds. Stuff that Splatters.