Diferència entre revisions de la pàgina «Mediawiki»
Salta a la navegació
Salta a la cerca
(contactpage) |
(external links in a new window) |
||
Línia 4: | Línia 4: | ||
* Installation | * Installation | ||
* Page creation, links, wikitext | * Page creation, links, wikitext | ||
+ | **Targeting external links in a new window: http://www.mediawiki.org/wiki/Manual:$wgExternalLinkTarget | ||
* Email notification | * Email notification | ||
* Special pages: Sidebar, monobook.css, etc. | * Special pages: Sidebar, monobook.css, etc. | ||
+ | **Hack for [http://www.mediawiki.org/wiki/Manual_talk:$wgExternalLinkTarget#Sidebar.3F targeting external links from Sidebar in a new window] ($wgExternalLinkTarget doesn't work). | ||
* Skins | * Skins | ||
* Extensions | * Extensions |
Revisió del 10:35, 5 març 2011
TODO:
- Mediawiki presentation + screenshot
- Installation
- Page creation, links, wikitext
- Targeting external links in a new window: http://www.mediawiki.org/wiki/Manual:$wgExternalLinkTarget
- Email notification
- Special pages: Sidebar, monobook.css, etc.
- Hack for targeting external links from Sidebar in a new window ($wgExternalLinkTarget doesn't work).
- Skins
- Extensions
- VideoFlash plugin lets you embed YouTube videos.
- Editor WYSIWYG: FCKeditor.
- ContactPage lets you send emails to contact (and so you don't need to show your email address).
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");