Etherpad

Last updated

Etherpad
Developer(s) Etherpad Foundation
Initial releaseNovember 2008;15 years ago (2008-11)
Stable release
1.9.3 [1]   OOjs UI icon edit-ltr-progressive.svg / 23 September 2023;52 days ago (23 September 2023)
Repository
Written in JavaScript (Node.js)
Operating system Cross-platform
Available inEnglish
Type Collaborative real-time editor
License Apache License 2.0
Website etherpad.org OOjs UI icon edit-ltr-progressive.svg

Etherpad (previously known as EtherPad) [2] [3] is an open-source, web-based collaborative real-time editor, allowing authors to simultaneously edit a text document, and see all of the participants' edits in real-time, with the ability to display each author's text in their own color. There is also a chat box in the sidebar to allow meta communication.

Contents

First launched in November 2008, the software was acquired by Google [4] in December 2009, and released as open source later that month. Further development is coordinated by the Etherpad Foundation.

Features and implementation

Anyone can create a new collaborative document, known as a "pad". Each pad has its own URL, and anyone who knows this URL can edit the pad and participate in the associated chats. Password-protected pads are also possible. Each participant is identified by a color and a name.

The software auto-saves the document at regular, short intervals, but participants can permanently save specific versions (checkpoints) at any time. Merging of changes is handled by operational transform. A "time slider" feature allows anyone to explore the history of the pad. The document can be downloaded in plain text, HTML, Open Document, Microsoft Word, or PDF format.

Automated markup of JavaScript code was made available shortly after the launch.

Etherpad itself is implemented in JavaScript, on top of the AppJet platform, with the real-time functionality achieved through Comet streaming. [5] [6] At the time of its launch, Etherpad was the first web application of its kind to achieve true real-time performance, a feat previously only achieved by desktop applications such as SubEthaEdit (for Mac), Gobby, or MoonEdit (both cross-platform). Existing collaborative web editors at the time could only achieve near-real-time performance. [7]

The client-side text editor in Etherpad and its Etherpad Lite fork is implemented using Appjet's in-browser text editor, written in JavaScript.

Launch

Etherpad was launched on November 19, 2008 by David Greenspan, Aaron Iba, and J.D. Zamfirescu (the latter two being former Google employees). [8] They were later joined by former Googler Daniel Clemens and designer David Cole. [9] The original website was etherpad.com.

Etherpad was covered by Slashdot on November 21, 2008, [10] resulting in server slowdown and downtime. This led the developers to temporarily revert the tool to closed beta, not allowing new pads to be created (but providing full and unrestricted access to the existing ones), while the server infrastructure was being improved. [11] After the rewrite of the software was completed, the new version went live on 29 January 2009, [12] and on February 3, the site became again open to all. [13]

Acquisition

When Google Wave was announced, the Etherpad team wrote on their blog comparing the two platforms and stating that the minimalist and targeted Etherpad interface could be an advantage in some use cases. [14] Still, on 4 December 2009, Etherpad announced on its blog that it had been acquired by Google for integration into Google Wave. Existing Etherpad users would receive invites for Google Wave. [15] On 31 March 2010, Etherpad announced that creation of new pads would be allowed until April 14 (pad creation was still allowed as of April 18, though) and existing pads could still be accessed and used until May 14. Options for download/export were available. The Etherpad service terminated on May 14. [16]

Open source

Google released the source code for Etherpad under the Apache License version 2.0 on December 17, 2009. [17] Subsequently, Google asked the Etherpad code maintainers to remove JSMin from its code tree due to a clause in its license stating, "The Software shall be used for Good, not Evil," which is not compatible with the open source licenses allowed on Google Code. [18]

After the release of the software as open source, a number of people have set up Etherpad servers, [19] as clones of the original website. Soon after, users and programmers of Etherpad, after an initial meeting, [20] created the Etherpad Foundation [21] to coordinate further development. Their website maintains a list of a growing number of sites that run the Etherpad software.

Etherpad Lite

Etherpad Lite is an almost complete rewrite of the original Etherpad software, based on different technical foundations and written by different authors. While the original Etherpad is written in Java and Scala [22] and has quite demanding system requirements, [23] Etherpad Lite is written in server-side JavaScript using Node.js. The original realtime synchronization library (called Easysync) remains the same.

Etherpad Lite has some distinctive features which are not available in the original version:

Etherpad Lite offers a number of export formats, including LaTeX, but as of June 2019, not Markdown. [33] But there is an official addon to export in markdown. [34] Etherpad Lite supports many natural languages. Localization is achieved collaboratively through translatewiki.net.

See also

Related Research Articles

<span class="mw-page-title-main">KDevelop</span> Integrated development environment

KDevelop is a free and open-source integrated development environment (IDE) for Unix-like computer operating systems and Windows. It provides editing, navigation and debugging features for several programming languages, and integration with build automation and version-control systems, using a plugin-based architecture.

<span class="mw-page-title-main">Notepad++</span> Text editor and source code editor for Windows

Notepad++ is a free and open-source text and source code editor for use with Microsoft Windows. It supports tabbed editing, which allows working with multiple open files in a single window. The product's name comes from the C postfix increment operator; it is sometimes referred to as npp or NPP.

BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. It runs in the Java Runtime Environment (JRE), dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures, like those in Perl and JavaScript.

<span class="mw-page-title-main">Mantis Bug Tracker</span> Bug tracking system

Mantis Bug Tracker is a free and open source, web-based bug tracking system. The most common use of MantisBT is to track software defects. However, MantisBT is often configured by users to serve as a more generic issue tracking system and project management tool.

A collaborative real-time editor is a type of collaborative software or web application which enables real-time collaborative editing, simultaneous editing, or live editing of the same digital document, computer file or cloud-stored data – such as an online spreadsheet, word processing document, database or presentation – at the same time by different users on different computers or mobile devices, with automatic and nearly instantaneous merging of their edits.

<span class="mw-page-title-main">Markdown</span> Plain text markup language

Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber created Markdown in 2004 as a markup language that is easy to read in its source code form. Markdown is widely used for blogging and instant messaging, and also used elsewhere in online forums, collaborative software, documentation pages, and readme files.

<span class="mw-page-title-main">CKEditor</span> WYSIWYG rich text editor

CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource. CKEditor is available under open source and commercial licenses.

<span class="mw-page-title-main">Box2D</span>

Box2D is a free open source 2-dimensional physics simulator engine written in C++ by Erin Catto and published under the MIT license. It has been used in Crayon Physics Deluxe, Limbo, Rolando, Incredibots, Angry Birds, Tiny Wings, Shovel Knight, Transformice, Happy Wheels, and many online Flash games, as well as iPhone, iPad and Android games using the Cocos2d or Moscrif game engine and Corona framework.

<span class="mw-page-title-main">GitHub</span> Hosting service for software projects

GitHub, Inc. is a platform and cloud-based service for software development and version control using Git, allowing developers to store and manage their code. It provides the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project. Headquartered in California, it has been a subsidiary of Microsoft since 2018.

CoffeeScript is a programming language that compiles to JavaScript. It adds syntactic sugar inspired by Ruby, Python, and Haskell in an effort to enhance JavaScript's brevity and readability. Specific additional features include list comprehension and destructuring assignment.

Concordion is a specification by example framework originally developed by David Peterson, and now maintained by a team of contributors, led by Nigel Charman.

Ace is a standalone code editor written in JavaScript. The goal is to create a web-based code editor that matches and extends the features, usability, and performance of existing native editors such as TextMate, Vim, or Eclipse. It can be easily embedded in any web page and JavaScript application. Ace is developed as the primary editor for Cloud9 IDE and as the successor of the Mozilla Skywriter project.

Dart is a programming language designed by Lars Bak and Kasper Lund and developed by Google. It can be used to develop web and mobile apps as well as server and desktop applications.

<span class="mw-page-title-main">Brackets (text editor)</span> Editor for web development

Brackets is a source code editor with a primary focus on web development. Created by Adobe Inc., it is free and open-source software licensed under the MIT License, and is currently maintained on GitHub by open-source developers. It is written in JavaScript, HTML and CSS. Brackets is cross-platform, available for macOS, Windows, and most Linux distributions. The main purpose of Brackets is its live HTML, CSS and JavaScript editing functionality.

<span class="mw-page-title-main">Nodeclipse</span>

Nodeclipse is a set of third-party developer solutions for Eclipse for programming in JavaScript, CoffeeScript with focus on Node.js.

Aaron Iba is an American computer programmer and entrepreneur. He is known for co-authoring Etherpad, co-founding AppJet, and for his work as a partner in Y Combinator. Iba graduated from the Massachusetts Institute of Technology in 2005 with a degree in Mathematics.

<span class="mw-page-title-main">WebAssembly</span> Cross-platform assembly language and bytecode designed for execution in web browsers

WebAssembly defines a portable binary-code format and a corresponding text format for executable programs as well as software interfaces for facilitating interactions between such programs and their host environment.

References

  1. "Release 1.9.3". September 23, 2023. Retrieved October 19, 2023.
  2. "EtherPad Blog: EtherPad Temporarily Reverts to Closed Beta". Archived from the original on January 2, 2010. Retrieved September 23, 2016.
  3. "EtherPad Open Source Release, Google Code" . Retrieved February 14, 2013.
  4. James Somers (November 5, 2014). "How I reverse-engineered Google Docs to play back any document's keystrokes". features.jsomers.net. Retrieved January 5, 2021.
  5. Michael Arrington (November 19, 2008). "Etherpad Shows Google Docs How It's Done". TechCrunch.
  6. John Resig (November 19, 2008). "EtherPad: Real-time Editing with JavaScript".
  7. Fleishman, Glenn (February 16, 2009). "EtherPad Brings Simultaneous Writing to the Web". TidBITS. Retrieved July 4, 2023.
  8. Philip Lenssen (November 20, 2008). "EtherPad". Google Blogoscoped.
  9. "AppJet Company Overview". EtherPad. Archived from the original on January 2, 2010. Retrieved February 14, 2013.
  10. "A Web App For Real-Time Collaborative Writing". Slashdot. November 21, 2008.
  11. "EtherPad Temporarily Reverts to Closed Beta". The Etherpad Blog. November 21, 2008. Archived from the original on January 2, 2010.
  12. Aaron Iba (January 29, 2009). "Beta Update: Now running new EtherPad software". EtherPad Blog.
  13. Aaron Iba (February 3, 2009). "EtherPad Now Open to All!". EtherPad Blog.
  14. Daniel Clemens (June 3, 2009). "Google Wave Joins EtherPad in Real-time Collaboration". EtherPad Blog. Archived from the original on January 2, 2010. Retrieved September 23, 2016.
  15. "Google Acquires AppJet". Archived from the original on December 6, 2009. Retrieved September 23, 2016.
  16. "EtherPad Homepage". EtherPad.
  17. Aaron Iba. "EtherPad Open Source Release". EtherPad Blog.
  18. Ryan Grove. "Etherpad source includes JSMin, which Google Code doesn't allow". Wonko.com.
  19. Thomas Nybergh (December 19, 2009). "Swedish Pirate Party hosts EtherPad". Slashdot.
  20. "EtherPad: Ro.yeXzIY6BakG / Latest text of pad v0PmO3y02h". Archived from the original on July 26, 2011. Retrieved October 7, 2010.
  21. "etherpad.org". etherpad.org. Retrieved December 11, 2013.
  22. "Etherpad on Github". GitHub. Retrieved April 4, 2019.
  23. "Etherpad Vs Etherpad Lite — Which is right for you?". January 15, 2012. Retrieved January 31, 2021.
  24. "ether/etherpad-lite-jquery-plugin ¡ GitHub". Github.com. Retrieved December 11, 2013.
  25. "TomNomNom/etherpad-lite-client · GitHub". Github.com. Retrieved February 14, 2013.
  26. "devjones/PyEtherpadLite · GitHub". Github.com. Retrieved February 14, 2013.
  27. "jhollinger/ruby-etherpad-lite · GitHub". Github.com. Retrieved February 14, 2013.
  28. README.markdown. "tomassedovic/etherpad-lite-client-js · GitHub". Github.com. Retrieved February 14, 2013.
  29. "jhollinger/java-etherpad-lite · GitHub". Github.com. January 20, 2013. Retrieved February 14, 2013.
  30. "alexzautke/etherpad-lite-objc · GitHub". Github.com. Retrieved February 14, 2013.
  31. "Etherpad - interact with Etherpad API - metacpan.org". metacpan.org. Retrieved May 30, 2023.
  32. "Etherpad Available-Plugins · GitHub". Github.com. Retrieved July 22, 2014.
  33. "Markdown support. ep_markdown is abandoned — Issue #3503". etherpad-lite. October 24, 2018. Retrieved January 21, 2019.
  34. "ep_markdown". npm. Retrieved July 25, 2021.