Diferència entre revisions de la pàgina «Mediawiki»
Salta a la navegació
Salta a la cerca
Línia 8: | Línia 8: | ||
* Skins | * Skins | ||
* Extensions | * Extensions | ||
+ | ** Videoflash: [http://www.mediawiki.org/wiki/Extension:VideoFlash]. | ||
+ | ** Editor WYSIWYG (FCKeditor): [http://www.mediawiki.org/wiki/Extension:FCKeditor_%28Official%29]. | ||
+ | |||
+ | |||
+ | === 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"); |
Revisió del 16:27, 23 feb 2011
TODO:
- Mediawiki presentation + screenshot
- Installation
- Page creation, links, wikitext
- Email notification
- Special pages: Sidebar, monobook.css, etc.
- Skins
- Extensions
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");