Merge pull request #954 from marcelklehr/pages/link-beta-etherpad-org

[gh-pages] Extend #about and link to beta.etherpad.org
This commit is contained in:
John McLear 2012-08-15 12:56:04 -07:00
commit c9c6344295

View file

@ -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>