Extension:GittipWidget/de-formal

From mediawiki.org
This page is a translated version of the page Extension:GittipWidget and the translation is 9% complete.
MediaWiki extensions manual
GittipWidget
Release status: stable
Implementation Tag
Description Embeds
Author(s) Marc Juul (MarcjuulDiskussion)
Latest version 0.1 (2014-03-10)
MediaWiki 1.22+ (untested in earlier versions)
Database changes No
License BSD 2-clause "Simplified" License
Download
Example sudoroom.org
‎<gittip>

The GittipWidget extension allows users to embed a Gittip widget that shows how much weekly funding they are receiving.


Download

The extension can be downloaded via github. Here's a direct link to the zip file.

Installation

  • Die Download und die Datei(en) in ein Verzeichnis namens GittipWidget im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    require_once "$IP/extensions/GittipWidget/GittipWidget.php";
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Use

To embed a widget, edit the article and add the following where you want to place the widget:

<gittip>username</gittip>

Where username is the name of the gittip account you want to show.