Jump to content

Extension:UniversalEditButton: Difference between revisions

From mediawiki.org
Content deleted Content added
Not currently used on Wikimedia
m This extension appears to be in SVN, not Git.
Line 8: Line 8:
|description = Adds support for the [http://universaleditbutton.org/Universal_Edit_Button UniversalEditButton] Firefox extension
|description = Adds support for the [http://universaleditbutton.org/Universal_Edit_Button UniversalEditButton] Firefox extension
|author = [[User:Brion VIBBER|Brion Vibber]]
|author = [[User:Brion VIBBER|Brion Vibber]]
|download = {{WikimediaDownload|UniversalEditButton}}
|download = {{WikimediaDownload|UniversalEditButton}}
|readme =
|readme =
|changelog = [http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/UniversalEditButton/?view=log log]
|changelog = [http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/UniversalEditButton/?view=log log]

Revision as of 22:59, 13 August 2012

MediaWiki extensions manual
UniversalEditButton
Release status: stable
Implementation Page action
Description Adds support for the UniversalEditButton Firefox extension
Author(s) Brion Vibber
MediaWiki 1.12+
License GPL-2
Download Template:WikimediaDownload/svn
log
Translate the UniversalEditButton extension if it is available at translatewiki.net

The Universal Edit Button is a green pencil icon in the address bar that indicates a web page is editable. It is similar to the orange "broadcast" RSS icon that indicates there is an RSS feed available.

Installing

Download via SVN. Then add the following lines to your LocalSettings.php file.

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

Get the Firefox extension :: http://universaleditbutton.org/Universal_Edit_Button

What is it?

It allows people to more quickly recognise when a site may be edited. It may serve as an incentive to encourage companies and site developers to add publicly-editable components to their sites. The universal edit button is made visible to people browsing the web by a two step process:

  1. Website announces the availability of an edit page using the html <link> tag.
  2. Web browsers notice this tag and present an edit button in their location field