Diferència entre revisions de la pàgina «Mediawiki»

De Cacauet Wiki
Salta a la navegació Salta a la cerca
(external links in a new window)
(article comments)
Línia 13: Línia 13:
 
** Editor WYSIWYG: [http://www.mediawiki.org/wiki/Extension:FCKeditor_%28Official%29 FCKeditor].
 
** Editor WYSIWYG: [http://www.mediawiki.org/wiki/Extension:FCKeditor_%28Official%29 FCKeditor].
 
** [http://www.mediawiki.org/wiki/Extension:ContactPage ContactPage] lets you send emails to contact (and so you don't need to show your email address).
 
** [http://www.mediawiki.org/wiki/Extension:ContactPage ContactPage] lets you send emails to contact (and so you don't need to show your email address).
 +
** Article Comments: http://www.mediawiki.org/wiki/Extension:ArticleComments
 +
  
 
=== Installing FCKeditor with subversion ===
 
=== Installing FCKeditor with subversion ===

Revisió del 11:26, 5 març 2011

TODO:


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");