mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
Merge 26576b35c7
into faf39aebd2
This commit is contained in:
commit
dcc1029a34
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,8 @@ This iconic web font was used extensively around the site.
|
||||||
<a class="scroll-point wrap" name="about"></a>
|
<a class="scroll-point wrap" name="about"></a>
|
||||||
<div class="content wrap">
|
<div class="content wrap">
|
||||||
<h1><i class="icon-info-sign icon-large"></i> Collaborating in really real-time</h1>
|
<h1><i class="icon-info-sign icon-large"></i> Collaborating in really real-time</h1>
|
||||||
<p>Etherpad lite allows you to edit documents collaboratively in real-time, much like a live multi-player online editor. Additionally, Etherpad lite provides access to all data through a well-documented HTTP API and supports import/export to many major data exchange formats. The built-in plugin system makes extending the core functionality almost a breeze.</p>
|
<p>Etherpad lite allows you to edit documents collaboratively in real-time, much like a live multi-player online editor: People instantly see what others are typing and can discuss the changes using the built in chat. And since things can get chaotic and confusing very quickly with more than two contributors, EtherPad lite makes things clear by highlighting each author's contributions with a unique color. Additionally, Etherpad lite provides access to all data through a well-documented HTTP API and supports import/export to many major data exchange formats. The built-in plugin system makes extending the core functionality almost a breeze.</p>
|
||||||
|
<p>Try the <a href="http://beta.etherpad.org">demo</a>.</p>
|
||||||
|
|
||||||
<h2>History</h2>
|
<h2>History</h2>
|
||||||
<p>Etherpad lite was spawned from the hell fire of Etherpad and is based entirely on node.js, while reusing the well-tested easysync library. This makes it much more lightweight and more stable than the original Etherpad.</p>
|
<p>Etherpad lite was spawned from the hell fire of Etherpad and is based entirely on node.js, while reusing the well-tested easysync library. This makes it much more lightweight and more stable than the original Etherpad.</p>
|
||||||
|
@ -96,6 +97,7 @@ This iconic web font was used extensively around the site.
|
||||||
<li><a href="https://github.com/Pita/etherpad-lite/issues">Issue tracker<i class="icon-chevron-right"></i></a></li>
|
<li><a href="https://github.com/Pita/etherpad-lite/issues">Issue tracker<i class="icon-chevron-right"></i></a></li>
|
||||||
<li><a href="https://github.com/Pita/etherpad-lite/wiki">Wiki<i class="icon-chevron-right"></i></a></li>
|
<li><a href="https://github.com/Pita/etherpad-lite/wiki">Wiki<i class="icon-chevron-right"></i></a></li>
|
||||||
<li><a href="#to-be-done--nothing-here-yet">Documentation<i class="icon-chevron-right"></i></a></li>
|
<li><a href="#to-be-done--nothing-here-yet">Documentation<i class="icon-chevron-right"></i></a></li>
|
||||||
|
<li><a href="http://beta.etherpad.org">Demo<i class="icon-chevron-right"></i></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue