mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
parent
0f827ca104
commit
11f88a9b36
5 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -1,7 +1,7 @@
|
||||||
# A real-time collaborative editor for the web
|
# A real-time collaborative editor for the web
|
||||||
<a href="https://hub.docker.com/r/etherpad/etherpad"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/etherpad/etherpad"></a>
|
<a href="https://hub.docker.com/r/etherpad/etherpad"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/etherpad/etherpad"></a>
|
||||||
[](https://travis-ci.org/github/ether/etherpad-lite)
|
[](https://travis-ci.org/github/ether/etherpad-lite)
|
||||||

|

|
||||||
|
|
||||||
# About
|
# About
|
||||||
Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on _your_ server, under _your_ control.
|
Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on _your_ server, under _your_ control.
|
||||||
|
@ -84,10 +84,20 @@ If you have enabled authentication in `users` section in `settings.json`, it is
|
||||||
Please install [ep_hash_auth plugin](https://www.npmjs.com/package/ep_hash_auth) and configure it.
|
Please install [ep_hash_auth plugin](https://www.npmjs.com/package/ep_hash_auth) and configure it.
|
||||||
If you prefer, `ep_hash_auth` also gives you the option of storing the users in a custom directory in the file system, without having to edit `settings.json` and restart Etherpad each time.
|
If you prefer, `ep_hash_auth` also gives you the option of storing the users in a custom directory in the file system, without having to edit `settings.json` and restart Etherpad each time.
|
||||||
|
|
||||||
## Plugins and themes
|
## Customize functionalities with plugins
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Etherpad is very customizable through plugins. Instructions for installing themes and plugins can be found in [the plugin wiki article](https://github.com/ether/etherpad-lite/wiki/Available-Plugins).
|
Etherpad is very customizable through plugins. Instructions for installing themes and plugins can be found in [the plugin wiki article](https://github.com/ether/etherpad-lite/wiki/Available-Plugins).
|
||||||
|
|
||||||
|
## Customize the style with skin variants
|
||||||
|
|
||||||
|
Open <http://127.0.0.1:9001/p/test#skinvariantsbuilder> in your browser and start playing !
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Helpful resources
|
## Helpful resources
|
||||||
The [wiki](https://github.com/ether/etherpad-lite/wiki) is your one-stop resource for Tutorials and How-to's.
|
The [wiki](https://github.com/ether/etherpad-lite/wiki) is your one-stop resource for Tutorials and How-to's.
|
||||||
|
|
||||||
|
|
BIN
doc/images/etherpad_basic.png
Normal file
BIN
doc/images/etherpad_basic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
doc/images/etherpad_demo.gif
Normal file
BIN
doc/images/etherpad_demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 998 KiB |
BIN
doc/images/etherpad_full_features.png
Normal file
BIN
doc/images/etherpad_full_features.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
BIN
doc/images/etherpad_skin_variants.gif
Normal file
BIN
doc/images/etherpad_skin_variants.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 533 KiB |
Loading…
Add table
Add a link
Reference in a new issue