Version
From C-Labs Home
This wiki is powered by MediaWiki, copyright (C) 2001-2006 Magnus Manske, Brion Vibber, Lee Daniel Crocker, Tim Starling, Erik Möller, Gabriel Wicke, Ævar Arnfjörð Bjarmason, Niklas Laxström, Domas Mituzas, Rob Church and others.
MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. or read it online
- MediaWiki: 1.7.1
- PHP: 5.5.38 (fpm-fcgi)
- MySQL: 5.0.96-community-log
- Extensions:
- Parser hooks:
- HarvardReferences (version 1.0), Author-date ("Harvard system") referencing style, e.g. Smith 2008:1, by X-romix
- ParserFunctions (version 1.5.1) by Tim Starling, Robert Rohde, Ross McClure and Juraj Simlovic
- SimpleTable, Convert tab-separated or similar data into a Wiki table, by Johan the Ghost
- TagParser, Providing {{#tag}} to enable parser functions in XML-tags, by René Kijewski
- VideoFlash (version 1.2.4), Allows to display videos from YouTube, Google Video, Dailymotion, Sevenload, Revver and similar services, by Alberto Sarullo, SignpostMarv Martin, Frank Forte
- Other:
- fckeditor extension (version fck/mw-extension (0.7.2) 2006), integrating the fckeditor, by Mafs
- Extension functions:
- wfVideoFlash, wfSimpleTable, wfHarvardReferences and wfTagParser_Setup
- Parser extension tags:
- <video>, <tab>, <harvardreferences> and <pre>
- Parser hooks:
- Hooks:
- ArticleAfterFetchContent: wfFCKeditorCheck
- AutoAuthenticate: (AuthPlugin, AutoAuthenticate)
- EditPage::showEditForm:initial: wfFCKeditorAddFCKScript
- LanguageGetMagic: wfTagParser_Magic
- ParserAfterTidy: wfFCKeditorBypassParserPaste
- ParserBeforeStrip: wfFCKeditorBypassParserCut
- ParserBeforeTidy: (HarvardReferences, fnParserBeforeTidy)
- ParserFirstCallInit: wfRegisterParserFunctions
- UnitTestsList: wfParserFunctionsTests
- UserLogout: (AuthPlugin, UserLogout)