From SMW+ A Semantic Web Enterprise Wiki
|
Follow these installation instructions to enable the WYSIWYG editor within MediaWiki 1.17.x.
This documentation applies to the latest version. If you are using an earlier version, no other releases.
| User manual information | |
|---|---|
Applies to version: Help:WYSIWYG extension 1.6.0,
| |
Note: Use the tree-view on the right hand side to navigate in the documentation
| |
Help out!
List of issues for this article: [open in bugzilla] Quality control (open in testlink: [SF-32],) |
Requirements
- MediaWiki 1.17 (see installation guide)
Installation
- Download WYSIWYG extension from our download page
- Extract the zip-file
- Copy the folder wysiwyg-1.6.0_0\extensions\WYSIWYG into the folder ..\htdocs\mediawiki\extensions
- Add the following line to your LocalSettings.php to initialize the extension:
require_once("$IP/extensions/WYSIWYG/WYSIWYG.php"); - Define the group rights, the easiest is to grant all users access:
$wgGroupPermissions['*']['wysiwyg']=true;
or only for registeres users:
$wgGroupPermissions['registered_users']['wysiwyg']=true;
Now the WYSIWYG Extension is installed and ready to use.
| Static facts | Derived facts | ||||||||||||||||||||||||||||||
Facts about Installing the WYSIWYG extension manually on top of MediaWiki (v 1.16.x) 1.6.0RDF feed
| |||||||||||||||||||||||||||||||



