Mediawiki

De Cacauet Wiki
Salta a la navegació Salta a la cerca

TODO:

  • Mediawiki presentation + screenshot
  • Installation
  • Page creation, links, wikitext
  • Email notification
  • Special pages: Sidebar, monobook.css, etc.
  • Skins
  • Extensions
    • Videoflash: [1].
    • Editor WYSIWYG (FCKeditor): [2].


Installing FCKeditor with subversion

Go to your extension folder:

cd path/to/extensions

Download the FCKeditor with Subversion:

svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/FCKeditor

Then edit the LocalSettings.php and add the line:

require_once("$IP/extensions/FCKeditor/FCKeditor.php");