Universal Edit Button

From Wikipedia, the free encyclopedia
Universal Edit Button
Original author(s)Travis Derouin
Initial releaseJune 19, 2008
PlatformCross-platform
TypeBrowser extension
Websiteuniversaleditbutton.org/Universal_Edit_Button/ Edit this at Wikidata

The Universal Edit Button is a browser extension that provides a green pencil icon in the address bar of a web browser that indicates that a web page on the World Wide Web (most often a wiki) is editable. It is similar to the orange "broadcast" RSS icon () that indicates that there is a web feed available. Clicking the icon opens the edit window. It was invented by a collaborative team of wiki enthusiasts, including Ward Cunningham, Jack Herrick, and many others.

History[edit]

The first version of the button, created in 2007

The concept was first conceived during the 2007 RecentChangesCamp in Montreal, Quebec. After the next RecentChangesCamp, coding began by Travis Derouin, Brooke Vibber and other programmers, the button was officially launched on June 19, 2008.[1]

Conversations on this idea started at RoCoCo (a RecentChangesCamp) in Montreal in 2007,[2] and discussions continued on the AboutUs wiki.[3]

Description[edit]

A screenshot from WikiIndex.org showing the Universal Edit Button in action

The Universal Editing Button (UEB) is intended to enable an internet user to quickly recognize when a website—such as a wiki—may be edited. According to the UEB's creators, "it is a convenience to web surfers who are already inclined to contribute, and an invitation to those who have yet to discover the thrill of building a common resource. As this kind of public editing becomes more commonplace, the button may become regarded as a badge of honor. It serves as an incentive to encourage companies and site developers to add publicly-editable components to their sites, in order to have the UEB displayed for their sites."

Tim Berners-Lee's initial vision for the web was a read-write medium.[4] However, as the web matured, very few web sites offered users the ability to write or edit. The web became primarily a "read only" medium. In the 2000s, wikis spread the concept that the web could be editable. The success of Wikipedia, and the increasing utility of wikis like wikiHow, AboutUs.org, Wikivoyage and Wikia demonstrated the possibility that open editing could create usable information resources.[5]

Implementation[edit]

The plug-ins on the browser side recognize the specific form of the alternative link specification in HTML fragment:[6]

 <link rel="alternate"
   type="application/x-wiki"
   title="Welcome to edit this page!"
   href="wiki?edit=myEditLink"/>

The href part tag species the edit page that corresponds with the page being viewed. Every server that is capable and willing to support the user editing can include this fragment and this way enable the button. Hence the button support can be relatively easily added to various web applications if the source code is available. The tag does not put any requirements on the details about the editing session itself and simply brings to the page where the user would also come by clicking on Edit tab (or similar). The button is normally used in the user editable pages, so no maintainer-only credentials should be asked to start a valid editing session. If only registered (logged in) users can edit, the button should bring to the register/login form.

Plug-ins are currently available for Firefox, Opera, Epiphany, and Chrome.[7][8][9][10]

Supported websites[edit]

Websites supporting the Universal Edit Button include wikiHow, AboutUs.org, Wikimedia (including Wikipedia, Wiktionary, Wikimedia Commons and all other Wikimedia projects[11]), MediaWiki software, DokuWiki, MoinMoin, PhpWiki, Socialtext, TWiki, the Creative Commons wiki, Foodista, Wikia, PBworks, WikkaWiki, Memory Alpha, Wired's How-To blog, WordPress (as a plug-in[12]), and many others.[13][14][15][16][17][18][19] Currently,[when?] the project's website lists over 80 other websites that have implemented support for the button.

References[edit]

  1. ^ Cleaver, Martin (2008-06-19). "The Universal Edit button launches today". WikiSym. Archived from the original on 2009-02-23. Retrieved 2009-03-17.
  2. ^ "RoCoCo". RoCoCoCamp.info. 2008-04-30. Archived from the original on 2009-03-15. Retrieved 2009-03-17.
  3. ^ Discussions on the AboutUs wiki Archived 2008-10-06 at the Wayback Machine — AboutUs.org
  4. ^ Tim Berners-Lee (2005-12-12). "So I Have a Blog". Decentralized Information Group (DIG). Archived from the original on 2009-03-08. Retrieved 2009-03-17.
  5. ^ "About the Universal Edit Button". UniversalEditButton.org. Archived from the original on 2009-03-07. Retrieved 2009-03-17.
  6. ^ "Documentation, how to implement the button on the server side". Archived from the original on 2011-05-21. Retrieved 2011-04-18.
  7. ^ "Firefox plug-in". Archived from the original on 2011-06-10. Retrieved 2011-11-03.
  8. ^ Opera plug-in[permanent dead link]
  9. ^ "Epiphany plug-in page". Archived from the original on 2008-08-21. Retrieved 2009-04-04.
  10. ^ "Chrome plug-in page". Archived from the original on 2010-10-06. Retrieved 2009-11-18.
  11. ^ "Wikimedia announcement". Blog.Wikimedia.org. 20 June 2008. Archived from the original on 2009-03-07. Retrieved 2009-03-17.
  12. ^ "WordPress plugin". UniversalEditButton.org. Archived from the original on 2009-03-27. Retrieved 2009-03-17.
  13. ^ Gohr, Andreas (2008-06-20). "plugin:ueb". DokuWiki. Archived from the original on 2009-03-08. Retrieved 2009-06-11.
  14. ^ Niall Kennedy (June 28, 2008). "Socialtext announcement". SocialText.com. Archived from the original on 2010-07-27. Retrieved 2009-03-17.
  15. ^ "TWiki announcement". TWiki.org. Archived from the original on 2008-09-07. Retrieved 2009-03-17.
  16. ^ "Creative Commons announcement". CreativeCommons.org. 2008-06-22. Archived from the original on 2008-12-21. Retrieved 2009-03-17.
  17. ^ "PBwiki announcement". Blog.PBWiki.com. 20 June 2008. Archived from the original on 2009-04-30. Retrieved 2009-03-17.
  18. ^ "WikkaWiki announcement". Docs.WikkaWiki.org. Archived from the original on 2009-03-14. Retrieved 2009-03-17.
  19. ^ Wikis Rally Around Universal Edit Button Archived 2011-08-12 at the Wayback Machine — Webmonkey

External links[edit]