mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
commit
d26660bce1
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ To make sure everybody is going in the same direction:
|
||||||
* easy to install for admins and easy to use for people
|
* easy to install for admins and easy to use for people
|
||||||
* easy to integrate into other apps, but also usable as standalone
|
* easy to integrate into other apps, but also usable as standalone
|
||||||
* using less resources on server side
|
* using less resources on server side
|
||||||
* extensible, as much functionality should be extendable with plugins so changes don't have to be done in core
|
* extensible, as much functionality should be extendable with plugins so changes don't have to be done in core.
|
||||||
Also, keep it maintainable. We don't wanna end ob as the monster Etherpad was!
|
Also, keep it maintainable. We don't wanna end up as the monster Etherpad was!
|
||||||
|
|
||||||
## How to work with git?
|
## How to work with git?
|
||||||
* Don't work in your master branch.
|
* Don't work in your master branch.
|
||||||
|
@ -62,4 +62,4 @@ The docs are in the `doc/` folder in the git repository, so people can easily fi
|
||||||
|
|
||||||
Documentation should be kept up-to-date. This means, whenever you add a new API method, add a new hook or change the database model, pack the relevant changes to the docs in the same pull request.
|
Documentation should be kept up-to-date. This means, whenever you add a new API method, add a new hook or change the database model, pack the relevant changes to the docs in the same pull request.
|
||||||
|
|
||||||
You can build the docs e.g. produce html, using `make docs`. At some point in the future we will provide an online documentation. The current documentation in the github wiki should always reflect the state of `master` (!), since there are no docs in master, yet.
|
You can build the docs e.g. produce html, using `make docs`. At some point in the future we will provide an online documentation. The current documentation in the github wiki should always reflect the state of `master` (!), since there are no docs in master, yet.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue