| Software |
| Thursday, 19 February 2009 14:25 |
MediawikiMediawiki is by far the most appropriate choice of software for this project. The wiki format is the most appropriate for data that will come in many forms, and mediawiki is by far the best wiki application, due in large part to its use on Wikipedia. Useful features of mediawiki:
Potential problems with mediawiki are largely related to things that mediawiki is just not designed to do.
Semantic Mediawiki extensionThe semantic mediawiki extension adds the ability to search and organize data inside articles. This example, from the semantic mediawiki homepage, explains what it does a lot better than words can: That list is generated from this code:
{{#ask: [[Category:Country]] [[located in::Africa]]
| ?Area#km²
| ?Population
| sort = population
| order = ascending
}}
It is a powerful tool, and one that should allow us to both organize and display data that is currently well-sorted, and sort data that is not.Flagged revisions extensionThe flagged revisions extension allows wiki administrators to flag a particular version of an article for display. Users can edit the article, but their revisions won't be publicly visible until a new revision is flagged. This should allow for a degree of "authority" in the versions of articles that are displayed to the public. By only empowering a small group of editors to flag revisions. we can try to assure that displayed data is fairly well checked-out. |
| Last Updated on Friday, 20 February 2009 09:21 |