Wednesday, July 28, 2004

Wiki and Wiki; What is Wiki?!?

I've had a number of people talk to me lately about wikis, and from these conversations it has become clear to me that at least a few are unclear on what they are about. So, I'll take a stab at defining them.


First and foremost, wikis are about authoring a set of static HTML pages. That's it. If you're trying to do something with a wiki that would be hard to do well with a set of free form HTML pages written using Front Page, then you probably won't do it well with a wiki. A great example of this is discussions: wikis pretty much suck at threaded, back-and-forth conversations, because free form, static web pages pretty much suck at this. Note that more constrained or more dynamic web applications might still do a decent job (think message boards), but a big ol' pile o' HTML is a long way from being a discussion board. 


Still, for all the things it isn't good at, there are lots and lots of useful things you can do with a set of hyperlinked HTML pages. So why wiki? Well, a wiki gives you two things:



  1. Collaboration.

  2. A simple authoring language.

The collaboration one is the one you generally hear about most. The idea that lots of people can walk up to your website and author their very own page, or even edit one that you wrote is totally crazy-sounding, but turns out to be immensely powerful.in a lot of situations. Of course, because we can't trust everyone not to deface the shared page, most (not all) wiki engines offer version control to make it easy to undo what others have done, but I don't think version control is really central to the Zen of wiki.


However, I happen to think that the other major facet of wikis is every bit as important as the first: the fact that they introduce a simple authoring language. For example, if you look at the language that FlexWiki offers, it's simple do make something bold - you just *surround it with asterisks*. The wiki engine then interprets this into HTML that makes the enclosed text bold when the page is viewed. While this isn't much simpler than surrounding the same text with the equivalent <b> tags, it turns out that this syntax (and the other syntactic elements a good wiki language offers) are just _enough_ simpler to lower the bar on contributions to the point where people are actually willing to spew their brains onto a page. 


It really says a lot about human laziness that harnessing its power can do so much. :)

5 comments:

  1. What, don't you always agree with everything I say? :)

    ReplyDelete
  2. Of course I do, but every now and again I do read other people's posts ;)

    ReplyDelete
  3. Nice views on Wikis. Wiki's can be very powerful. As your article hints, it's a lot more powerful than just a bunch of static pages.



    As it happens, I'm part of the core group working on a .NET Influncer's Wiki = at www.dotnetinfluencers.org. Come on over and do the wiki thing!



    Thomas

    ReplyDelete
  4. Actually, my point is that - in terms of capabilities - it's actually *not* more powerful than a bunch of static pages. Rather, its power derives from how it makes it easy to create a bunch of static pages.



    Some wiki engines (e.g. FlexWiki) are layering in more application-like capabilities, but it remains to be seen if this is something that has value or not.

    ReplyDelete