|FEATURES$type=ticker$count=12$cols=4$cate=0

Best. Wiki. Ever.

foswiki logo
Late in 2010, foswiki released the latest version of its wiki server system. I only recently got around to try it out. As far as I'm concerned, while it's not perfect, it's the best wiki available.

I've written before about foswiki, soon after it was established as a fork of TWiki, another mature wiki platform. Even then, I was impressed by how robust and powerful foswiki was. Since then, the developers have vigorously trampled bugs and improved performance and usability, including developing well-written and accurate documentation.  I've tried all kinds of wikis, including the arguable gold standard: mediawiki. None of them currently beat foswiki, in my opinion, because none combine robustness, performance, and flexibility as well as foswiki does.  Here's what I mean.

A development team dedicated to the principles of open source software. One of the problems with foswiki's progenitor was that its lead developer was trying to build a commercial enterprise on top of an open source wiki. Of course, this is his privilege, but it's never clear in such cases what the developer is holding back from the free version to help promote the commercial version. This is a systemic problem in the open source community. Open source is not a vehicle for making money; it's about freedom and progress unhindered by economic concerns. Trying to marry the two can lead to abomination.  These days, the bizarre term freemium has been coined to capture the principle of hooking people into some free-but-lobotomized service, then trying to pull them into the paid version to get the functionality they really want. There are ways to make this work without making people feel they're being taken advantage of - Google is a great example of how to do this right - but foswiki's progenitor didn't do it right.  Eventually, virtually every developer abandoned TWiki to form foswiki.  Much better to do as foswiki's developers have done: stick to real open source, focus your energy on making the best software possible, and keep the commercial aspects crisply separated.

Plain text data files. Lots of advanced wikis, like mediawiki, use databases like mySQL for storage. While this usually means the wiki runs faster, it also means that there's a lot of disk usage and CPU overhead, that it's very hard to export data to other systems, and that there's a certain administrative overhead that can be a royal pain. Plain text files tend to be (much) smaller, and it's easy to write scripts that can massage the data for export, which provides an exit strategy. (One of my Rules of Computing is Always have an Exit Strategy.)

Partitioned spaces. Foswiki can inherently create "webs," collections of pages that are roughly independent of each other - as if each web were almost its own wiki. This is invaluable for dividing up information. On my installation, there are separate webs for my research lab, my courseware, my personal research and notes, documentation about the wiki itself, and so on. Each web can have its own set of permissions to control access, it's own look and feel, and so can be customized for its specific purpose. Other wiki engines, such as MoinMoin, support multiple wikis per installation, but none has as little administrative overhead as does foswiki.

WYSIWYG editing. These days, any real wiki supports WYSIWYG editing, like a word processor. This is great for users who aren't geeks. Foswiki's editor isn't perfect, but it's just fine for users who are just adding content and not taking advantage of foswiki's advanced macros and extensions.  It's also trivial to switch between the WYSIWYG editor and the raw text editor, the latter of which is essential for using advanced functionality. Oddly, informal studies I've conducted in the past suggest that WYSIWYG editing is used mostly by new users, and that experienced users switch to the raw editor - regardless of the wiki being used.  So I would venture to say that most long-term users will end up using the raw editor.  Still, it's good to know that the WYSIWYG editor is there for new users.

Useful plugins. A plugin is an optional extension. There are hundreds of extensions for foswiki, some more robust than others, many of which are targeted directly at helping users rather than just being stupid programming tricks. One must be rather careful in choosing which extensions to install, especially some of them don't play nicely with others, but there is a very significant net gain by using extensions in foswiki. Some of these extensions are targeted at users, like BibliographyPlugin, which lets users maintain lists of references and publications. Other extensions are for specialized applications, like TopicClassificationAddOn, which let one develop an entire taxonomy of document structure for each web collection of pages.

A vigorous community. Not only are foswiki's developers dedicated to the principles of open source software; they are also dedicated to making sure their product is as good as they can possibly make it. There are limits, of course, mostly involving the developers' lack of funding - foswiki is free after all - but within those constraints, I've found the entire development community not only interested in keeping their software robust, but also very interested in maintaining excellent communications with their users. I've often posted noob questions about foswiki, and always been treated with patience and respect. This is how one keeps one users happy. Would that many commercial organizations offered this high level of customer support!

Flexibility. Foswiki is more than just a wiki; it's actually closer to a programming environment. It's extensive library of built-in functions and extensions greatly enhance the software's performance and functionality.  I described extensions earlier, but one needn't go that far. Foswiki is inherently powerful enough to do many interesting things without using any extensions at all. For instance, when I realized that a 3rd party package needed by a foswiki extension for managing images was not working properly on my server, I developed my own way of doing it - in a simplified form - using only foswiki's built-in facilities in about an hour.  Perhaps my most favorite special function is that one can create tabulated information that can be edited without have to actually edit the whole page.  This is a great way to do simple task management, as well as medium complexity spreadsheets.

Foswiki is so good, that I'm switching over to it for all "production" stuff: all my courseware and research notes, the collaboration space for my grad students, and anything else I can think of.  I'm even going to promote its use as an internal system for administration within my Department.

I note that what foswiki seems to do particularly well is to find the right balance between simplicity, functionality, and robustness.  That means foswiki is well-designed.

In the future, I'll write more about what I do with foswiki.  For now, you can see my growing installation here. And if you're looking for a flexible, robust, usable wiki engine, you need to consider foswiki.

COMMENTS

BLOGGER: 9
  1. Project Management Software girlMarch 11, 2011 at 2:37 AM

    For me a great tool as a wiki software is Teambox, a free open source, social collaboration tool with online project management that has useful pages as wikis and are accessible to all the teammates.

    ReplyDelete
  2. That may be. (I'll admit that teambox is nice, even if the free version is rather deeply buried in their web site.)

    But you've missed the point: Teambox is not a wiki. It's set of functions are in no way equivalent to virtually any wiki I'm aware of.

    So Teambox may be a great tool for social collaboration, but it's not a *wiki.* Foswiki still wins in its category, IMHO.

    ReplyDelete
  3. I use a wiki to teach languages. I was wondering if there was a wiki out there that would automatically link grammatical terms to a glossary defn. So...for instance, every time the word "noun" appears, the wiki would automatically link that term to a page that explains what a noun is. Anything like that available?

    ReplyDelete
  4. Foswiki has AliasPlugin (http://foswiki.org/Extensions/AliasPlugin) which is pretty close to what you want. I've had difficulty using it with version 1.1.2, but I haven't yet tried it with the current version 1.1.3.

    ReplyDelete
  5. Do you have a link to your foswiki? I'm currently torn between foswiki / tikiwiki.

    ReplyDelete
  6. I'm afraid a lot has changed since that post about foswiki. For various reasons, I have changed over to dokuwiki and transferred everything over to it. Foswiki has been removed from my server.
    FYI, the problems were: (a) too many "hackers" were registering on the site, (b) it was too slow on my server, and (c) it was buggy. By comparison, as things stand now, dokuwiki - though certainly not as powerful as foswiki - addresses those three key problems for me.
    Sorry.

    ReplyDelete
  7. That's sad. I REALLY love foswiki's structure (webs). On the other hand, tiki looks great, but has some horrible URLs. You also can't remove most "tikixxx" in the url. Which is annoying since it has nothing to do with my website.

    Might still give foswiki a try mainly because of how organized you can make it, and it doesn't insert "foswiki" in the url lol. Thanks for the heads up.

    ReplyDelete
  8. FYI, Dokuwiki has "namespaces" that can be deeply nested, like webs in foswiki, and you can customize the URLs so it doesn't actually say "dokuwiki."

    ReplyDelete
  9. Will check it out, thanks.

    ReplyDelete

Name

academia,15,academic,2,activism,1,adaptation,1,additive manufacturing,1,admin,14,aesthetics,7,affect,1,ageing,2,AI,18,analogy,2,android,1,animation,1,anthropology,3,anticipation,1,app,1,architecture,51,art,2,arts,73,Asia,3,assistive technology,2,authority,1,automobile,1,award,1,balance,28,biology,5,biomimetics,17,book,8,branding,4,building,3,built environment,4,business,7,CAD,5,Canada,29,care,1,case,11,cfp,689,change revision,1,children,2,cinema,1,Circa,3,circular design,1,circular economy,4,codesign,3,cognition,12,collaboration,4,colonization,1,commercialization,3,commonplacing,1,communication,3,communication design,12,competition,5,complexity,5,computation,24,computer science,1,computing,18,concept map,4,conference,354,constructivism,1,conversation,1,conversational analysis,1,covid-19,4,craft,11,creative arts,1,creativity,15,crime,1,CSCW,1,culture,35,cybernetics,2,data science,1,decision-making,1,decolonization,1,degrowth,1,dementia,4,design,111,design science,1,design thinking,12,digital,3,digital media,5,digital reproduction,1,digital scholarship,1,disability,3,dissertation,1,drawing,7,economics,23,education,71,effectiveness,14,efficiency,12,emotion,1,engineering,45,entertainment,1,entrepreneurship,6,environment,28,ergonomics,3,ethics,51,ethnography,2,Evernote,1,evolution,4,exhibition,3,exoskeleton,1,experience,5,experimental studies,3,fail,1,fashion,15,featured,10,film,1,food,5,function modeling,1,futurism,16,gender,1,gender studies,3,geography,2,Germany,2,globalization,3,grantsmanship,1,graphic design,32,Greece,1,HCI,53,health,29,heritage,2,history,33,HMI,1,Hobonichi,1,housing,2,human factors,3,humanism,56,humanities,2,identity,1,illustration,2,image,4,inclusivity,2,industrial design,6,informatics,4,information,9,innovation,19,interaction,26,interdisciplinarity,4,interior design,9,internet of things,3,intervention,1,iphone,16,jobs,1,journal,194,journalism,1,justice,2,landscape,6,language,5,law,2,library,1,life,105,life cycle,3,lifehack,10,literature,1,literature review,1,logistics,2,luxury,1,maintenance,1,making,5,management,12,manufacturing,9,material culture,7,materials,6,mechanics,1,media,17,method,46,migration,1,mobile,2,mobility,1,motion design,2,movie,3,multimedia,3,music,1,nature,3,new product development,5,Nexus 6,1,olfaction,1,online,2,open design,2,organization,1,packaging,2,paper,19,participatory design,16,PBL,1,pengate,1,performance,1,PhD,34,philosophy,46,planning,5,play,1,policy,9,politics,52,postdoc,1,practice,26,predatory,3,preservation,2,printing,1,prison,1,proceedings,1,product,1,product lifetime,1,product longevity,1,productivity,106,project management,1,prototyping,4,public space,6,publishing,3,reading,1,Remember The Milk,1,repair,1,reproduction,1,research,117,research through design,2,resilience,1,resource-limited design,1,reuse,1,review,74,robust design,1,Samsung,3,scale,1,scholarship,54,science,48,science fiction,5,semiotics,5,senses,1,service design,12,simplicity,5,society,136,sociology,11,software,61,somatics,1,space,5,STEM,1,strategic design,6,student,8,sustainability,68,sustainable consumption,1,sustainable design,1,sustainable production,1,systems,67,tactile,1,tangibility,1,technology,25,textile,7,theatre,3,theory,7,Toodledo,2,Toronto,3,tourism,2,traffic,1,transhumanism,1,transnationalism,1,transportation,3,tv,3,typography,1,uncertainty,1,universal design,4,upcycling,2,urban,30,usa,9,usability,1,user experience,8,virtual reality,1,visualization,24,waste management,1,wearable,3,well-being,17,women,1,workshop,74,writing,2,
ltr
item
The Trouble with Normal...: Best. Wiki. Ever.
Best. Wiki. Ever.
http://filsalustri.files.wordpress.com/2011/03/foswiki.jpeg?w=150
The Trouble with Normal...
https://filsalustri.blogspot.com/2011/03/best-wiki-ever_10.html
https://filsalustri.blogspot.com/
https://filsalustri.blogspot.com/
https://filsalustri.blogspot.com/2011/03/best-wiki-ever_10.html
true
389378225362699292
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy