Difference between revisions of "OWL Wiki Forms v0.1 installation"
Jump to navigation
Jump to search
(http://is.cs.ou.nl/OWF/files/OWLwikiForms.zip →Install instructions) |
(_v0.1 →Install instructions) |
||
Line 8: | Line 8: | ||
## [http://www.mediawiki.org/wiki/Extension:Character_Escapes Character Escapes] | ## [http://www.mediawiki.org/wiki/Extension:Character_Escapes Character Escapes] | ||
# Download and install the ''OWL Wiki Forms extension'' | # Download and install the ''OWL Wiki Forms extension'' | ||
− | ## Copy the directory from http://is.cs.ou.nl/OWF/files/ | + | ## Copy the directory from http://is.cs.ou.nl/OWF/files/OWLwikiForms_v0.1.zip into your wiki's extensions directory. |
## Add to your wiki's LocalSettings.php file the following lines:<br/><code>require_once("$IP/extensions/OWLwikiForms/OWLwikiForms.php" );</code><br/><code>$wgRawHtml = true;</code> | ## Add to your wiki's LocalSettings.php file the following lines:<br/><code>require_once("$IP/extensions/OWLwikiForms/OWLwikiForms.php" );</code><br/><code>$wgRawHtml = true;</code> | ||
# Go to the following pages on your target wiki and take the corresponding actions | # Go to the following pages on your target wiki and take the corresponding actions |
Latest revision as of 11:42, 5 March 2013
Install instructions
- Download and install the prerequisites:
- Download and install the OWL Wiki Forms extension
- Copy the directory from http://is.cs.ou.nl/OWF/files/OWLwikiForms_v0.1.zip into your wiki's extensions directory.
- Add to your wiki's LocalSettings.php file the following lines:
require_once("$IP/extensions/OWLwikiForms/OWLwikiForms.php" );
$wgRawHtml = true;
- Go to the following pages on your target wiki and take the corresponding actions
- Special:Import: Import the file OWF_import.xml from the unzipped directory from OWLwikiForms.zip.
- MediaWiki:Common.css: Add the following line:
@import url('index.php?title=MediaWiki:OWF.css&action=raw&ctype=text/css&smaxage=18000');
. - MediaWiki:Smw_uri_blacklist: If you want RDFS and OWL ontology data to be exported with your wiki's RDF exports, then block out or remove the three URI's for RDF, RDFS and OWL.
- Try out OWL Wiki Forms yourself by following the OWL Wiki Forms v0.1 instructions.
Versions
Version | Date | Description |
---|---|---|
0.1.3 | 19 June 2011 | Dependence on Semantic Friendly Forms removed. Other bugs fixed. |
0.1.2 | 23 March 2011 | XML code for generating entire ontology-based interface now directly downloaded as a file via a "Special:" page |
0.1.1 | 17 March 2011 | added missing Property:Box order and Property:Pagename |
0.1 | 15 March 2011 | MediaWiki XML import code for the pages that make up OWL Wiki Forms |