Difference between revisions of "OWL Wiki Forms v0.1 installation"
Jump to navigation
Jump to search
(copy from old wiki) |
(v0.1 →Install instructions) |
||
Line 14: | Line 14: | ||
## '''MediaWiki:Common.css''': Add the following line:<br/><code>@import url('index.php?title=MediaWiki:OWF.css&action=raw&ctype=text/css&smaxage=18000');</code>. | ## '''MediaWiki:Common.css''': Add the following line:<br/><code>@import url('index.php?title=MediaWiki:OWF.css&action=raw&ctype=text/css&smaxage=18000');</code>. | ||
## '''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. | ## '''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 instructions]]''. | + | # Try out OWL Wiki Forms yourself by following the ''[[OWL Wiki Forms v0.1 instructions]]''. |
== Versions == | == Versions == |
Revision as of 10:46, 5 March 2013
Install instructions
- Download and install the prerequisites:
- Download and install the OWL Wiki Forms extension
- Copy the directory from OWLwikiForms.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 |