Slashdot Mirror


Why Is Wikipedia So Ugly?

Hugh Pickens writes "Megan Garber writes in the Atlantic that aesthetically, Wikipedia is remarkably unattractive. 'The gridded layout! The disregard for mind-calming images! The vaguely Geocities-esque environment! Whether it's ironic or fitting, it is undeniable: The Sum of All Human Knowledge, when actually summed up, is pretty ugly.' But Wikipedians consider the site's homeliness as a feature rather than a bug. 'Wikipedia has always been kind of a homely, awkward, handcrafted-looking site,' says Sue Gardner, executive director of the Wikimedia Foundation, adding that the homeliness 'is part of its awkward charm.' Facebook, Twitter, and Tumblr have built followings in part because of their exceedingly simple interfaces. Everything about their design says, 'Come on, guys. Participate. It's easy,' while Wikipedia, so far, has been pretty much the opposite of that. 'The free encyclopedia that anyone can edit' might more properly be nicknamed 'the free encyclopedia that any geek can edit.' This is particularly problematic because one of the Wikimedia Foundation's broad strategic goals is to expand its base of editors. While the editing interface is friendly to the site's super-users who tend to be so committed to Wikipedia's mission that they're willing to do a lot to contribute to it, if Wikipedia wants to make itself more attractive to users, a superficial makeover may be just the thing Wikipedia needs to begin growing in a more meaningful way."

8 of 370 comments (clear)

  1. So ugly? by hcs_$reboot · · Score: 5, Informative

    This is so subjective. As an encyclopedia, I like Wikipedia as it is. Providing that much information, from so many fields, in a homogeneous and pleasantly readable way, keep up the good work ... Of course some design enhancements may be welcome. But ugly? Definitely no.

    --
    Slashdot, fix the reply notifications... You won't get away with it...
  2. Wikipedia suppors arbitrary themes. by eggstasy · · Score: 5, Informative

    Go select one or upload your own CSS / Javascript:

    http://en.wikipedia.org/wiki/Special:Preferences#mw-prefsection-rendering

  3. Wikipedia ugly? by khoonirobo · · Score: 5, Informative

    From the full article :

    Here is an empirical truth about Wikipedia: Aesthetically, it is remarkably unattractive.

    How is that an empirical truth?

    Personally I find the site's design really suited to it's purpose. It's clean, no bright colours or extraneous graphics. The content even though dense is easy to read. It is as far as I'm concerned, perfect for the job it is intended to do.

    Now the article after making this broad unsubstantiated statement makes one and only one specific complaint. That editing wikipedia pages is too complex. I agree, it could possibly be easier but wiki markup is the best we have come up with so far. If you have suggestions on how to improve that. That is concrete steps that can make writing wiki pages easier, please share them, most of us are all agog.

  4. Re:Simple is not ugly. by del_diablo · · Score: 5, Informative

    Indeed. I don't get the article at all, what is there to improve on? The layout works, there are images when needed to be informative. The only flaw is that some times it can be hard to find a spesific topic even with knowing a few keywords.

  5. Re:Simple is not ugly. by runeghost · · Score: 5, Informative

    I agree. I've never had a negative thought about Wikipedia's look. I like the way it looks. It's clean, useable, and easy on the eyes. It doesn't need anything more. I'd even say it shouldn't add anything more. Clutter is the opposite of information. And the charge that it's difficult to edit is ridiculous.

  6. Learning markup by tepples · · Score: 5, Informative

    The PCWorld article appears to claim that the barrier to entry is taking the time to learn wiki markup as opposed to pointy-clicky WYSIWYG bold, italic, heading, and link insertion. (Another barrier mentioned in other articles is taking the time to learn to discuss changes on the talk page to get past a perception of undue ownership, but that's not what this article is about.)

    1. Re:Learning markup by jones_supa · · Score: 5, Informative

      I think it would be still nice to have a WYSIWYG interface. Actually I'm surprised that something like that is not in place already. The thing is, even if you mastered the markup (which is not even hard at all), many pages are a horrible mess to edit. For a quick example, see the source of chapter "Early SSDs using RAM and similar technology" in the "SSD" article.

    2. Re:Learning markup by JDG1980 · · Score: 5, Informative

      I think it would be still nice to have a WYSIWYG interface. Actually I'm surprised that something like that is not in place already.

      The Wikipedia brass have wanted this to happen for quite some time. There have been extensive discussions on the mailing lists about this. Unfortunately, it's extremely difficult to do from a technical point of view because there is no official specification for Wikicode. The markup format was never defined, it just sort of grew. The only real definition for Wikicode is whatever the PHP parser interprets (and that parser is a pile of spaghetti code). Features like templates and ParserFunctions make a WSYIWYG editor exceedingly challenging to develop without breaking many deployed pages.