Flutterby™! : MediaWiki

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

MediaWiki

2006-06-21 23:24:21.909967+00 by Dan Lyke 5 comments

When TC procured Flutterby.net for me, his (not so subtle) hint was that I use it for a more personal site. Let this domain continue down its path as a community, toss the links here, and go back to journaling on the other site.

I know what I'd like to do, but that involves a few months building a content management system the likes of which the world has not yet seen (see my snippet manager[Wiki] musings). However, I've got a bunch of people, time and money resting on my ability to ship code that's not a web app, so that'll have to wait.

So I threw MediaWiki in a subdirectory, locked down the security a bit because I saw using it as a tool to help us with our event organizing, and then tried to pump a whole bunch of data into it.

So I grabbed the Python Wikipedia Bot framework, and... after trying to track down the various errors and issues when attempting to point it to something other than Wikipedia.org, I finally gave up and slapped something together with Perl[Wiki]'s WWW::Mechanize.

There are things about MediaWiki that are really well done, but it seems like the intent of the software is to put the interface issues more in the forefront, and what I want is a content manager that is built around the notion that I'll want to let programs and alternate interfaces talk to it more. I understand why it's evolved to be what it is, but it'll take more than a crowbar to make it do what I'd really like.

[ related topics: Content Management Perl Open Source Software Engineering Community Python ]

comments in ascending chronological order (reverse):

#Comment Re: made: 2006-06-22 00:16:16.779991+00 by: baylink

Have I already asked you if you've already looked at WebGUI?

www.plainblack.com

#Comment Re: [Entry #9042] Re: made: 2006-06-22 00:51:02.746705+00 by: Unknown, from NNTP

And since we're talking about frameworks now 8^)= Catalyst is also pretty nifty.

#Comment Re: made: 2006-06-22 02:22:53.863549+00 by: Dan Lyke

The framework that wins with me is the first one that uses Yadis, LID and OpenID. I've started to install Catalyst on a couple of machines, on my Mac I had a lot of trouble solving dependencies, and since my Linux[Wiki] laptop is out of commission I haven't chased that as far as I'd like.

Jay, I've avoided Apache2 thus far, I may have to break down.

#Comment Re: made: 2006-06-29 01:40:05.258884+00 by: John Anderson

The framework that wins with me is the first one that uses Yadis, LID and OpenID.

Since I ran across this doing searches the other night, I'll point to Catalyst::Authentication::OpenID...

#Comment Re: made: 2006-06-29 17:31:42.888698+00 by: Dan Lyke

Okay, you win... [grin]