Archive for the ‘Wiki extensions’ Category

Whiteboard fürs Wiki

Freitag, Juni 6th, 2008

[Wikiwhiteboard]

SVGViz

Mittwoch, Juni 4th, 2008

SVGViz visualises relations SvGViz is a mediawiki extension to visualize the neighbor links (pages, categories and authors) of a mediawiki page with SVG. [Extension Link] Die Extension befindet sich noch in einem absolutem BETA Stadium, so dass die Funktion nicht garantiert wird. Ich habe sie auf einem MediaWiki 1.11 und PHP5 ausprobiert. Sie ...

WikiMindMap: using for inside a MediaWiki navigation?

Freitag, Mai 30th, 2008

WikiMindMap would be a great inside Navigation in Wikis. Unfortunately it is only a standalone Application you are able to use for your own Wikis, too. It is not availiable as a Wiki extension. But there is a glimmer of light overhead. The Author is giving a thought to code ...

Flash swf im MediaWiki einbinden

Donnerstag, Mai 29th, 2008

Mit der Extension:Flash lässt sich auf eine einfache Art und Weise Flash im MediaWiki integrieren. Der Formatierung stehen durch die HTML Code Erlaubnis im MediWiki keine Grenzen. <div style="width:300px; height:250px; float: right;">file=Gerbil.swf|width=100%|height=200|quality=best|align        

Java Applets im MediaWiki einbinden

Donnerstag, Mai 29th, 2008

Mit Hilfe der Extension:Java Applet lässt sich ein beliebiges Java Applet, welches im jar vorliegt, in ein MediaWiki integrieren. Installation Applet einbinden Ergebnis Installation Die JavaApplet.php in das Wiki/extensions/ Verzeichnis kopieren In der LocalSettings.php folgendes am Ende hinzufügen: include("extensions/JavaApplet.php"); Die Standart Upload Extensions in der LocalSettings.php mit der folgenden Zeile überschreiben: $wgFileExtensions = array( 'png','gif','jpg','jpeg','ppt','pdf','doc','psd','zip','swf','class','jar'); Applet einbinden Das *.jar (und ggf. ...

Aminate 1.0 — animates Wiki changes

Freitag, Mai 9th, 2008

Animate 1.0 animates the changes between two versions of Wiki articles. It requieres Firefox with Greasemonkey. Einen ähnlichen Ansatz, verfeinert durch eine Timeline, bietet AniWiki.

Alternative Visualisierungen in MediaWiki?

Mittwoch, Mai 7th, 2008

Bei der Ausschau nach Alternativen zum WikiViz habe ich bisher nur SvGViz gefunden. Testen konnte ich die Extension leider noch nicht, da SvGViz mindestens MediaWiki 1.9 voraussetzt. "SvGViz runs with Mediawiki 1.10, but should also run with 1.8 and 1.9 (it will not run with older versions since SvGViz relies ...

WikiViz Link Visualization inside a MediaWiki

Mittwoch, Mai 7th, 2008

WikiViz is a MediaWiki-extension to visualize semantic MediaWiki-content, developed by Urs Richle. The links between articles, categories, images, authors and urls are represented in different colors by a dynamic conceptual-map. see a WikiViz example working right here I have tried the extension on MediaWiki 1.6 After installation, i have got an error message. Parse ...

WikiCategoryTagCloud

Mittwoch, Mai 7th, 2008

Eine TagCloud für Kategorien in einem MediaWiki Die Einbindung erfolgt auf einer WikiSeite recht einfach per Hinzufügen von: < tagcloud> < /tagcloud> Weitere Einstellmöglichkeiten Nach der Installation bekomme ich jedoch sofort einen Fehler: Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /< mywikipath>/extensions/tag_cloud.php on line 44 Kommentiert man jedoch die Zeilen 40-46 aus, funktioniert die TagCloud einwandfrei. /* ...

Metawiki Meta extension

Mittwoch, Mai 7th, 2008

Die Extension soll folgendes können: add meta tags to your MediaWiki page Have an HTML title that is different from the one appearing on the page, and in the URL. Sie fügt also jeder Wiki Seite meta tags und einen Anderen Titel sowie eine Kurzbeschreibung (Description) im HTML Quellcode hinzu. Im Wiki einbinden: Resultat ...