mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -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 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)
|
||||

|
||||

|
||||
|
||||
# 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.
|
||||
|
@ -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.
|
||||
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).
|
||||
|
||||
## Customize the style with skin variants
|
||||
|
||||
Open <http://127.0.0.1:9001/p/test#skinvariantsbuilder> in your browser and start playing !
|
||||
|
||||

|
||||
|
||||
## Helpful resources
|
||||
The [wiki](https://github.com/ether/etherpad-lite/wiki) is your one-stop resource for Tutorials and How-to's.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue