James Montalvo
From semantic-mediawiki.org
Attendee | |
---|---|
Name | Montalvo |
First name | James |
Job title | |
Photo | |
Agenda Picture | |
Social links | |
About me | |
Publish? | No |
Events | SMWCon Spring 2015, SMWCon Fall 2014, |
Talk Other SMWCon Talks | Description | Event |
---|---|---|
Quantifying Accountability | Quantifying accountability in MediaWiki to pinpoint weaknesses, improve quality, and engage more users | SMWCon Spring 2015 |
How to make a basic parser function | A simplified approach to show people how to build parser functions | SMWCon Spring 2015 |
Approved Revs v1.0 with Semantic Approvers | The MediaWiki extension "Approved Revs" is great for giving admins the ability to approve edits before allowing them to be displayed to the world. However the current version does not allow certain users to approve some pages and other users to approve other pages. The upcoming release of Approved Revs v1.0 will give this capability. Additionally, it allows approval of files. | SMWCon Fall 2014 |
History of the EVA Wiki | How NASA Mission Operations used a semantic wiki to solve its knowledge management problem. The EVA wiki makes our data more useful with semantic properties, queries, and integration with outside databases. | SMWCon Fall 2014 |
See also User:Jamesmontalvo3 on MediaWiki.org
Extensions and other MediaWiki-related software Daren, Stephanie and I discussed at SMWCon Spring 2015:
- WatchAnalytics: A new extension attempting to quantify accountability within MediaWiki by tracking how many watchers pages have and how "good" those watchers are. This extension is very much a work in progress.
- SemanticMeetingMinutes: A group of forms, templates, styles, and javascript packaged into an extension for easier distribution.
- Wiretap: Used to track user actions on a wiki. This was deliberately given a scary name so people wouldn't install it without thinking hard about it. It is appropriate within many corporate and government environments where transparency is more important than privacy. It wouldn't be appropriate on most public wikis.
- SharePoint-Wiki-to-MediaWiki converter: Converts SharePain wikis to MediaWiki. Does not convert entire SharePoint sites. Note that different versions of SharePoint behave differently, so this software may require tweaking to handle your particular use case.
- ParserFunctionHelper: Intended to be a helper-extension that allows you to create parser function extensions in the easiest way possible.
- BasicParserFunction: A simplistic example of how to use ParserFunctionHelper