Wiki EmailTag
From MilkysWiki
| Wiki-EmailTag | |
|---|---|
| developer: | Tino Reichardt |
| current version: | 0.3 / 2007-05-07 |
| operating system: | * |
| category: | Wiki extension |
| licence: | GPL version 2 |
| language: | * |
| website: | wiki-emailtag |
| i18n |
|---|
| English |
| Deutsch |
Contents |
Overview
This Mediawiki extension adds a new tag named <email> to your mediawiki. The text within that tag will be displayed as an image.
Installation
The installation requires following steps:
- extracting emailtag.tar.gz to "$wiki/extensions/"
- enabling the extension in Localsettings.php
- use the tag in your articles
Installing the files
change to the /extensions/ directory
cd /home/www/example.org/Wiki/extensions/
download the tarball:
wget http://www.mcmilk.de/projects/wiki-emailtag/emailtag.tar.bz2
extract the archiv and delete it:
bzcat emailtag.tar.bz2 | tar -xv rm -f emailtag.tar.bz2
adjust Localsettings.php
Add this line at the end of Localsettings.php:
require_once("extensions/emailtag/emailtag.php");
using the tag
Just write some article, which includes the new tag in the text like this:
| wiki text | result |
|---|---|
| <email>user@example.org</email> | |