Slashdot Mirror


Put MediaWiki to Work for You

NewsForge (Also owned by VA) is running a short writeup on how to put MediaWiki to work for your organization. The writeup includes several addition tools that could be helpful in rounding out the overall package. From the article: " Imagine how useful it would be to have an online knowledge base that can easily be updated created by key people within your organization. That's the promise of a wiki -- a Web application that 'allows users to easily add, remove, or otherwise edit all content, very quickly and easily,' as Wikipedia, perhaps the best-known wiki, puts it. Why not bring the benefits of a wiki to your organization?"

42 of 171 comments (clear)

  1. Does it come with Admin tools? by blair1q · · Score: 3, Funny

    Because I want to start a cadre of petit bureaucrats who think their subjectivity is objective and your objectivity is subjective.

  2. Crap by fm6 · · Score: 5, Insightful

    What a thoroughly useless article! It makes some vague assertions about what a MediaWiki good for, and than just regurgitates installation instructions. How about comparing this Wiki software with its many alternatives? Or even explaining why Wikis are so big?

    1. Re:Crap by ClassMyAss · · Score: 5, Insightful

      I'm not going to argue that for the majority of /. readers this article offers absolutely nothing they don't already know. But the fact is, once you leave the cozy confines of the IT world, your average business-person doesn't have a clue what a Wiki is or why anyone would use one. Since at least some businesses could probably gain quite a bit from this model of collaboration, I do applaud the intentions of the article, even if this isn't necessarily the correct audience to target.

      That said, your average business person stops reading the moment they get to "Next, find the LocalSettings.php file in your wiki directory. Add the following lines: $wgGroupPermissions['*']['createaccount'] = false;..." A better way to word this would have been "Now go find those tech guys you keep in the basement and tell them you want a Wiki."

      Just a thought.

    2. Re:Crap by ergo98 · · Score: 2, Insightful

      I'm not going to argue that for the majority of /. readers this article offers absolutely nothing they don't already know. But the fact is, once you leave the cozy confines of the IT world, your average business-person doesn't have a clue what a Wiki is or why anyone would use one.

      The issue the other person seems to have isn't that this article exists, but rather that it was posted here (which you agreed to in the next paragraph). This is quite simply a bizarre article for Slashdot -- it's superficial, there are a million Wiki guides that are more comprehensive and more readable, and it's preaching to the choir.

      BTW: Here's my wiki guide for setting up MediaWiki on Windows. At least it has some uniqueness and value to someone.

    3. Re:Crap by hunterx11 · · Score: 2, Informative
      http://meta.wikimedia.org/wiki/Preventing_Access

      You may personally dislike MediaWiki and Wikimedia, and that's fine, but it's no substitute for facts.

      --
      English is easier said than done.
  3. Because it involves learning a new skillset by get+quad · · Score: 5, Insightful

    Learning how to successfully edit a wiki page can be quite easy, however learning to completely manage a wiki and learn all of its editing and layout syntax is another matter altogether.

    --
    "To err is human, to mod Funny divine."
    1. Re:Because it involves learning a new skillset by drooling-dog · · Score: 2, Funny

      Back in the day, we used these thingies called "text editors" to do all that stuff. But definitely, it's worth sending everybody in the company off to a two-week training course so's they can learn to format real purdy-like.

    2. Re:Because it involves learning a new skillset by bensch128 · · Score: 3, Insightful

      Well if there were any firefox extensions which would edit mediawiki using mediawiki formating, it would be a hell of a lot less intimidating for the average user.

      Managing a wiki isn't so hard, you just look at the RSS feed of changes on a daily basis and if there's a mistake, it's trivial to revert it.

      Cheers,
      Ben

  4. I concur! by Anonymous Coward · · Score: 4, Insightful

    I work for a large visual effects company, and we have been using this resource for a while now. It is especially helpful when dealing with frequently changing pipelines and procedures, because it provides an easily modifiable up to date resource that can be accessed remotely from any machine on the lot.

  5. Wiki by Wellington+Grey · · Score: 3, Funny

    The wiki solution to every problem: add more idiots.

    -Grey

    1. Re:Wiki by linvir · · Score: 2, Funny
      People won't be late for work, though, because the Governor lady said, "I'm sending in more trains."
  6. I can seen this now.. by goldaryn · · Score: 5, Funny

    Because of recent vandalism, or to stop banned editors from editing, editing of this page by new or unregistered employees is currently disabled. Please discuss changes on the talk page, or request unprotection. Anyone continuing to propogate stories about the CEO, the monkey and the baby oil will be severly reprimanded.

  7. I welcome Wikis to my organization by Anonymous Coward · · Score: 2, Interesting

    I welcome Wikis to my organization. We've been using Dokuwiki for past year and it's been a success story. Knowledge is shared in an effective way.

    1. Re:I welcome Wikis to my organization by rylin · · Score: 2, Interesting

      We're in the same spot.
      We've grown from being ~20 employees about a year ago to being just shy of 50 now (not counting external consultants).
      We do spend face-to-face time on education, but the company wiki contains lots of information as well; and we really like the people who browse through it and ask questions regarding the material.
      It's definitely a timesaver.

  8. Slashvertisement. by SeaFox · · Score: 2, Funny

    Yup, you can almost heard it overdubbed in a soft-spoken male voice on top of muzak and footage of offices....

    as part of a sales pitch.

  9. worked for me by bcrowell · · Score: 5, Interesting

    It worked for me. I teach physics at a community college, and our physics stockroom has hundreds of pieces of equipment that we need to keep a catalog of. The solution we tried before was that the lab technician kept the catalog in an MS Excel spreadsheet. The problem with that was that if someone other than the lab tech wanted to add something to the catalog, or document the fact that they'd moved it, there was no easy way to do it. Also, the only way to get access to the latest version of the catalog was to ask the tech for the latest (paper or electronic) copy. None of this worked very well, for example, in night classes when she wasn't there. I converted the catalog to a wiki, and I think it's worked fairly well. Nobody in the department was familiar with the concept, so they needed a little hand-holding. But even people who aren't comfortable with editing a wiki can at least understand that there's this web address they need to go to in order to find a piece of equipment.

  10. Semantic MediaWiki by GerardM · · Score: 2, Informative

    When the public for a MediaWiki installation is not too big, a must have extra is the Semantic MediaWiki. It really helps in making content rich and when using it in an environment for more organisational knowledge sharing, it is one of the best extras you can find. Thanks, GerardM

  11. Extensibility of MediaWiki by Anonymous Coward · · Score: 4, Informative
    MediaWiki may be fine, until you decide you want to extend it or maintain it. Take a look at the code! Spaghetti PHP mixed with spaghetti HTML mixed with spaghetti SQL, spread in an even layer everywhere throughout the system.

    Don't expect to be able to extend or modify it easily. I've come to the conclusion that it would be easier to reimplement it than to modify it.

    1. Re:Extensibility of MediaWiki by pchan- · · Score: 3, Insightful

      I managed to add a man page reader (ex: http;//kiwi/wiki/Man:fopen) into my company's wiki fairly easily. It was actually a bigger pain figuring out how to preserve the man page format than it was how to patch into MediaWiki and add an extension.
      However, you're correct. If you plan to change the look or behaviour of it, you are truly out of luck due to the MediaWiki codebase mess.

  12. In action in our tech department... by cronostitan · · Score: 2, Insightful

    We are using Mediawiki as documentation system to document all our servers, procedure and contacts within the tecnical departemnt. Since I am an open source advocate I introduced the system in 2003 and from there it only grew. Although you have to keep a look at it and do a re-structure from time-to-time to adjust to the amount of information it has been proven to be very useful. The only thing i am really missing is a good admin structure where it would be easy to configure a closed user group of editors since we would like to keep passwords and things like that in the Wiki too.

    On the other hand an alternative would be a good password sharing solution. It should be safe and very strict in how I share password with other people using teh same too. Does anyone have a good solution to this problem?

    --
    Spelling errors were made for your amusement only...
  13. What's going on here...? by WWWWolf · · Score: 4, Insightful

    I'm not a MW guru, but does the article's idea of <PHP> tag really do what I think it does?

    As in "raw code in a a place where people can edit it?"

    Doesn't matter they are trying to limit the wiki's edit access only to registered users - this is wrong.

    Ugh. You know, one of the reasons why I like MediaWiki is that it does well with separating the page code from the HTML. And now these people want to sprinkle random PHP crap in the pages again. Argh.

    And as an additional bonus, you get to store your mysql_connect() parameters to the page source. Whee. Realllly smart.

    Somebody please submit this to TheDailyWTF...

    The real way to do this is to write a MediaWiki extension, of course (look at ParseFunctions for an example of something simple), which is then accessed through the usual hooks, like {{foo:...}}, but don't ask me, I don't know that much about MW's internal structure. I just know bad ideas when I see them. =)

  14. How to compare Wikis by wehe · · Score: 4, Informative

    There are many different Wikis available. All with different pros and cons. To compare them all is the aim of the WikiMatrix project. If you are not sure which Wiki is best for you, WikiMatrix offers a Wiki choice wizard.

    1. Re:How to compare Wikis by ChrisCampbell47 · · Score: 2, Interesting

      My god, thank you for that pointer! That wizard is fantastic at whittling down the data deluge.

  15. Company wikis by allenw · · Score: 4, Interesting
    Most of the experiences I've had with wikis inside our corporate environment have been mixed. A lof of folks (techie or otherwise) treat it more like a generic CMS rather than a hyperactive hyperlinking system. When they create a page, they make the assumption that it is their private page... so we end with page names like "Status". A lot of time is spent cleaning these up or the wiki becomes full of potholes.

    Sure, user education would help here, but there is only so much one can do... especially in a company of 30,000+ users.

    While wikis certainly lower the bar for producing web content, there really needs to be some sort of way to prevent users from doing things that they don't particularly realize are (overall) harmful. Or at least much better training tools.

  16. Wikis are evil by PietjeJantje · · Score: 5, Interesting

    I like wikepedia, but I don't like wikis. Your "knowledge base" is your web site or documentation section. If you add a wiki, I have two places to search for information, do I have to look in the docs, or in the chaotic wiki, where you won't be able to find it anyay? Wikis seem an excuse for laziness, just throw the information somewhere instead of making a structured, well designed web site or documentation section.

    1. Re:Wikis are evil by ContractualObligatio · · Score: 2, Insightful

      It's a well known fact in large organisations that knowledge management is a bastard. All those people trying to figure out how best to share information, some of them trying out wikis, and it turns out all they have to do is design a website and maintain a documentation section! They're going to feel pretty foolish when they realise it was so simple!

      Seriously, get over yourself. There will be many cases where the employees of a company are capable of providing more content than those responsible for the website or documentation are capable of handling. Wikis might just turn out to be the ideal tool for allowing that content to be shared.

  17. They work well when people want to share by slamb · · Score: 3, Interesting
    My company has a successful MediaWiki installation, and I love it. All our technical teams (engineering, QA, system administration) are using it.

    I've put into it design documentation, instructions for accessing our other services (e.g. Subversion repositories), troubleshooting tips, sequence diagrams of various race conditions, you name it. I try to periodically dump everything in my notes directory into the wiki. The effort of cleaning it up means I'll understand it later, having it on the wiki server means it's backed up regularly, and as a bonus, other people see it and don't need to ask me as many questions, so I can spend more time developing. And it gives people a way to still get answers when I'm off bicycling through Africa.

    But collaboration technology like MediaWiki or bugzilla only works when people use it. There are always some people who won't play with others. If I put information on the wiki, they'll come bug me for it anyway. If I tell them it's on the wiki, they still won't read it. If I give them information verbally and specifically ask them to put it on the wiki, they won't do it. And then they wonder why I ignore their emails...

    1. Re:They work well when people want to share by steevc · · Score: 2, Interesting

      I've been pushing for years to get some form of wiki in our company. We develop a large application, but different teams don't keep up with what the others are doing. I wanted a way to extract information from peoples' heads into a usable form.

      Recently our IT people installed MediaWiki and I have been entering every bit of information I have to look up from other sources whilst trying to maintain a consistent structure.

      I've talked a few other people into using it, but takeup is very slow even though I can see from the user list that most people have accessed it. Perhaps part of the problem is that many of them, unlike me, are not used to web pages being updateable. Perhaps they will just claim they don't have the time, but then will spend much more time looking up information in Word documents, emails and out issue tracking system.

      My hope is that the wiki will reach a point where people find it already contains most of what they want and then they will start using it and become 'dependent'. I personally do not have the corproate authority to make them use it and management shows no inclination to push the concept.

      I'll keep using it even if it's only benefiting me. If anyone asks me anything I can refer them there.

  18. Mixed results with our intranet wiki by ewg · · Score: 4, Interesting

    Our management wanted an "intranet" a few years back but had zero budget. My answer was JSPWiki on a Linux box.

    The wiki has succeeded in a couple of notable areas. The photo directory page is critical for learning new faces on a rapidly growing staff. Another page has completely replaced sticky-notes that were formerly used to coordinate certain tasks among staff and interns. The IT department has a lot of miscellaneous documentation pages. A few other pages serve the function of an electronic bulletin board for staff scattered across two buildings.

    Management was very concerned at first that staff would abuse the wiki, either by wasting time posting trivia or by outright vandalism. Neither fear has materialized.

    The biggest failure of the wiki is the number of abandoned pages. They don't do any harm, but about a third of pages are derelict, with old information that the author obviously lost interest in maintaining. Having a wiki editor might solve that problem, but in practice it doesn't rise to the level.

    --
    org.slashdot.post.SignatureNotFoundException: ewg
  19. Wiki works by Rik+van+Riel · · Score: 2, Insightful

    A wiki can be a great tool for sharing information in a company or another community.

    However, the information does need to be organized, otherwise you can only really put info into it and nobody will ever find it. Luckily Sinorca4moin provides a wiki editable navigation menu, that allows you to put some minimal organization on top of your wiki.

    This has allowed me to migrate the Kernelnewbies site to a wiki. Now it gets regular updates again...

    1. Re:Wiki works by Chris+Pimlott · · Score: 2, Insightful

      I agree, you can't just open up a wiki and say "ok guys, go at it" and expect to get a reasonably organized site. You need someone - an individual or at most a small focused group - to create a baseline structure, a template to be followed. Over time the community can decide to modify them but there needs to at least be a precident to start from.

    2. Re:Wiki works by Hewligan · · Score: 2, Informative

      ... but for some odd reason not one product written for zope/plone is nearly as good as products written in php/perl/ruby. Anybody know why that is?

      Because writing an entirely new content management system is actually easier than figuring out how to use the mess that is Zope/Plone.

      --

      "If God created us in his own image, we have more than reciprocated"

  20. We've been doing this for about a year by simon_hibbs2 · · Score: 2, Insightful
    I found Mediawiki pretty easy to set up. I used XAMPP http://www.apachefriends.org/en/xampp.html for the Apache/MySQL/PHP layer as it's an internal project on our LAN so security wasn't a major concern.

    It's a huge improvement on any previous method we've used to organise our documentation - mostly FAQs, instructions, process documentation, links to external resources, screenshots, all sorts. Apart from backups (VBSCript to take a MYSQL dump and copy the images directory), I use HTTrack to take a 1 link deep HTML snapshot of the 'Special:AllPages' page. This can be copied to a laptop or flash drive for offline reference. The wiki pages cut-n-paste into word nicely too.

    I've recently come across TiddlyWiki, which is very nice. I'd consider that for any future small scale projects.

    Simon Hibbs

  21. Does it come with a wafer? by The+OPTiCIAN · · Score: 2, Interesting

    I'm a wiki skeptic. It works fine on a large scale like wikipedia, but smalls-scale wikis - such as in your office - tend to be rubbish. Nobody has ownership over content and they suffer from the tragedy of the commons. I think it's probably more effective to use a blog for lots of internal communication, and then probably some sort of CMS-with-comments where you need a graph of pages.

    --


    Believe with me, my saplings.
  22. Did that at my company... by NeutronCowboy · · Score: 2, Interesting

    ... and I consider it one of the best things I've done there.

    The situation we used to work in was that we had a lot of customer information that changed quickly, a group of engineers who worked disparate hours (there was supposed to be someone available between 7AM and Midnight) and documentation that was scattered all over. We had a central repository for documentation, but it was the pits. You could only search on key words or categories, check-out and check-in procedures were laborious, if not counter-productive, and everything had to go through an approval cycle. Finally (and that, combined with the fact the repository was unsearchable, was kinda the nail in its coffin), reviews were partially based on how many entries you'd submit. The end result was an essentially unsearchable repository was filled to the bring with duplicate entries and outdated stuff.

    Fed up with that, we created a Wiki on the side project. Initially I filled it myself with random things that I found useful. Then other people started using it. It wasn't perfect, but it was loads better than what we had - we could actually find information! Outdated stuff could be updated. People didn't have to call others at all hours of the night for server information anymore. And best of all, new hires could be pointed to it, and they could find useful starting information.

    To give you an idea of how successful it was, it was initially completely disallowed by management, as it was creating a duplicate information store. The desktop server on which it was stored was yanked. But it stuck around, because people actually used it. Now, the entire group uses it for storing training, server, contact or any other information that a lot of people need and that changes often. Contrary to the commercial data storage software, it helps us do our job more efficiently.

    Wikis are undeniably useful and loads better than anything else out there - if you make sure that the information you try to make accessible falls in the following categories:
    - lots of different people can use it
    - changes often
    - lots of people can contribute to it

    Oh, and it also helps if people aren't dicks, to use Wikipedia's rule.

    --
    Those who can, do. Those who can't, sue.
  23. Coursebook replacement by zolltron · · Score: 2, Interesting

    At our university we have several different instructors teaching a series of logic courses. Currently, each instructor uses their own favorite notes and textbooks. This means that what students learn in in one class is different from what is used in the very next course in the series. We also have several different instructors for the same course, each develops her own course materials. It's a mess.

    We have started using a wiki to cooperatively develop materials for this course. We hope that it will eventually replace the text books. People are excited because no one is giving up control of *their* course, but at the same time, we don't duplicate efforts and people are forced to resolve their differences when it comes to presentation.

    -z

  24. Which Wiki? by dugjohnson · · Score: 2, Interesting

    I finally (last week) got a go ahead on a Wiki which I have been playing with, but couldn't get anyone else on the sub-group to play (on the road, not enough time, yada yada) to at least stick one on the new intranet. I was working with MediaWiki, but their install readme says it is more for Unix/Linux and this is a strictly Windows house. I think it oughta work on the Windows server, but haven't set it up there, and wondered if there is any recommendations amongst the /.ers of a Wiki that will be easy to setup and easy to use. For our purposes, almost anything is a step in the right direction, but I am not the one who will be doing the full install, merely assisting he who maintains it all.

    --
    My brain is overly lubricated
  25. MediaWiki seems a strange choice for corporate use by soliptic · · Score: 3, Insightful
    I'm involved in the team implementing a new intranet (or extranet I suppose, it's international) for my organisation. A few months ago I wrote quite a lengthy paper extolling the virtues of Wiki and it's possible applications in the corporate world, for which I did a little research into MediaWiki and it's many alternatives (see also: the WikiMatrix link posted above).

    Now, I may be wrong, (and I welcome corrections if so), but from what I gathered, MediaWiki has poor-to-nonexistent support for advanced granularity of permissions. Essentially, everything is editable by everyone. Beyond that, there is a very simple level of control inasmuch as admins can lock a page and whatnot. But setting up a system whereby users come out of AD/LDAP and can edit (or not) different areas corresponding to their department/group, or setting up workflow systems where (for example) anyone can edit but it must be approved by a departmental admin (who can act as admin within their department's pages, but not elsewhere) before showing up... It didn't look as if any of this was possible.

    Furthermore, I was told there's no point even asking for it. Because such things don't gel with the Wikipedia philosophy, the people spending their time coding MediaWiki simply aren't interested in implementing them. (Don't get me wrong, I'm not whinging about this - naturally they should devote their time to features which actually suit their demands, not somebody else's).

    So it seems to me very odd to promote MediaWiki for the corporation, when other systems have much more sophisticated ACL-type features, granular permissions, and so on.

    Comments welcome?

    (PS. FWIW, we eventually settled on Plone. Plone does have a Wiki plugin so if we ever do use Wiki's I guess we'll use that. But I'm still evaluating which Wiki system to use for a separate project, outside work, but which still requires more advanced editing permission granularity. DokuWiki seemed the best fit, with the one problem that it uses flat files for storage, and our sysamin would prefer a db backend as they have a dedicated db box, so it'd be quicker. WikiMatrix narrowed it down to ErfurtWiki, Midgard Wiki, miniWiki, PhpWiki, TikiWiki, WackoWiki and Wiclear: out of these, I didn't like the look of phpWiki for some reason I can't remember right now, and I've never even heard of the others. If anyone has any experience with any of these systems, please do share :) )

  26. Wikis in Enterprises by avatar-99 · · Score: 2, Informative

    You can find information and a survey (in German!) about Wikis in Enterprises here: http://wikipedistik.de/umfrage/

    Hopefully this information will be translated to english in the next 1-3 days.

  27. (Semantic) MediaWiki on XAMPPLITE is easy by spage · · Score: 2, Informative

    To start hacking on the awesome Semantic MediaWiki extensions, I downloaded XAMPPLITE (MySQL, PHP, Apache, and phpMyAdmin all nicely bundled for Windows) and the MediaWiki source. I had it up and running on Windows XP in 10 minutes!

    For PHP development, I downloaded Eclipse and the PHPEclipse extension. I already had Cygwin and Vim installed, but I don't think you need them.

    I've also used TWiki at work. The benefit of MediaWiki is the users' familiarity with Wikipedia.

    Semantic MediaWiki adds attributes to articles (e.g. [[telephone:=555-1234]] ) and typed relations between articles (e.g. [[works for::Joe_Smith]] that you can query. So you can get information from articles without reading each one. Amazing stuff.

    --
    =S
  28. TWiki should be better for a corporate environment by supertux · · Score: 2, Interesting

    I realize that mediawiki is the current myspace of wikis, but it is not really ment to be deployed in a corporate environment. Most corporations would need to use a wiki with more access controls like TWiki or confluence.

    I've heard that a while ago, some folks inside Intel set up a mediawiki site for internal documentation, and when the lawyers heard about it, they had the project shut down. There was too much liability I gather.

    Anyway, I've set up a TWiki installation at my work three years ago now and am not totally sure if I would call the project a success story.

    First off, in order for management to buy in, we needed to demostrate that we could lock down sections and properly secure the site. With TWiki it was easy to create 'Webs' with different access permissions.

    Second, in order to get users to buy in, we needed a reason for them to go to the site. For example, they go to the site and find useful content, and so therefore get an idea that the wiki is useful for them. When starting out, there is no useful content in a wiki. Two or three of us have been dutifully putting in what we know into the site, but it has taken maybe two years of effort before there is enough content for other people to find the site semi worthwhile.

    It would be better if everyone just 'got it' and contributed to the site right away.

    Another issue is the employees that know a lot but like to horde information. Having a nice collaboration tool around will not get them to release nugets of information they certainly have.

    Some people insist on publishing perfect documents to the wiki. Those kinds of documents are nearly impossible to come up with on the first pass, and so a lot of documentation that is partially captured and written up has never made it to the site. I'm sure this issue is partly my fault as I haven't impressed upon the users that it is ok ot put up half ass content into a wiki, and then work on it later to polish it up if it would be useful.

    One more problem we've had is that most of the employees think that documents in the wiki are owned by the creator of the document and not to be touched by them. I know I have explained about colaboration and cooperative editing a lot, but still, most people will not fix minor errors in documents created by other people. I have had people come up to me and tell me that there is an error in a document I've written in the wiki, or some have sent me emails telling me so. I have demonstrated that they should have edited the page themselves and fixed the error, and now a few of my fellow employees are more willing to do that.

    Anyway, even dispite all of these hardships and difficulties, I think the wiki installation is invaluable, and at least for the few of us that 'get it' with regards to wikis, the site has made us maybe 20-30% more productive then we were before we had it around.

  29. Re:MediaWiki seems a strange choice for corporate by bluejeff31 · · Score: 2, Interesting

    It depends on the company. I set up a wiki for a small company of all fairly technical people. It turned out as a great place to share ideas and documentation. Of course it was a small group of people, but if the people using it respect each other then I don't see a problem with the openness of allowing most everyone to edit things.