MatchByPrefix

From Wiki4Intranet
Revision as of 12:51, 11 January 2013 by VitaliyFilippov (Talk | contribs)

Jump to: navigation, search

MatchByPrefix — расширение MediaWiki.

  • Назначение: Перенаправление на страницу по части её названия (если такое можно осуществить однозначно).
  • Репозиторий: https://github.com/mediawiki4intranet/MatchByPrefix
  • Домашняя страница: http://wiki.4intra.net/MatchByPrefix, MatchByPrefix на mediawiki.org* Версия MediaWiki: гарантирована совместимость с 1.14-1.18, возможна с другими
  • Лицензия: GNU GPL версии 2 или новее* Дата создания: 2011-12-16* Последняя версия: 2011-12-16

Включение в сборку Mediawiki4Intranet:

  • Дата включения: 2011-12-16
  • Включённая версия: последняя
  • Состояние доработок: Создано в рамках MediaWiki4Intranet

Usage

The extension redirects user to a page having prefix equal to the one specified in URL, if the URL itself does not point to a page and if only one matching page exists

Installation

Download the files from SVN into the extensions directory of your wiki and add the following to LocalSettings.php:

require_once("$IP/extensions/MatchByPrefix/MatchByPrefix.php");