mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 16:35:01 -04:00
Correct mistakes.
This commit is contained in:
parent
a11fd4cb1d
commit
25d8f3caab
1 changed files with 4 additions and 4 deletions
|
@ -53,10 +53,10 @@ 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 colaboratively 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. 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>
|
||||||
|
|
||||||
<h2>History</h2>
|
<h2>History</h2>
|
||||||
<p>Etherpad lite was spawned from the hell fire of Etherpad. Etherpad Lite 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>
|
||||||
<p>Our hope is that this will encourage more users to use and install a realtime collaborative editor. A smaller, manageable and well-documented code base makes it easier for developers to understand and improve the code and contribute towards the project.</p>
|
<p>Our hope is that this will encourage more users to use and install a realtime collaborative editor. A smaller, manageable and well-documented code base makes it easier for developers to understand and improve the code and contribute towards the project.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ This iconic web font was used extensively around the site.
|
||||||
<div class="content wrap">
|
<div class="content wrap">
|
||||||
<h1><i class="icon-align-left"></i> Docs</h1>
|
<h1><i class="icon-align-left"></i> Docs</h1>
|
||||||
<p><a href="https://github.com/Pita/etherpad-lite/wiki">The wiki</a> provides useful tuorials and How-to's to get you started with Etherpad lite.</p>
|
<p><a href="https://github.com/Pita/etherpad-lite/wiki">The wiki</a> provides useful tuorials and How-to's to get you started with Etherpad lite.</p>
|
||||||
<p>A more thorough reference can be found in the <a href="#">official documentation</a>.</p>
|
<p>A more thorough reference can be found in the <a href="#to-be-done--nothing-here-yet">official documentation</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class="scroll-point wrap" name="contribute"></a>
|
<a class="scroll-point wrap" name="contribute"></a>
|
||||||
|
@ -93,7 +93,7 @@ This iconic web font was used extensively around the site.
|
||||||
<li><a href="https://github.com/Pita/etherpad-lite">GitHub repository<i class="icon-chevron-right"></i></a></li>
|
<li><a href="https://github.com/Pita/etherpad-lite">GitHub repository<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/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="#">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>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue