mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
![]() In the next commit, we are going to change the conversion method to "html:XHTML Writer File:UTF8". Without this change, that conversion method name would end up in the extension of the temporary file that is created as an intermediate step. In this way, the file extensione will always stay ".html". No functional changes, hopefully. Only the extension of the temporary file should change. |
||
---|---|---|
.. | ||
db | ||
eejs | ||
handler | ||
hooks | ||
utils | ||
easysync_tests.js | ||
padaccess.js | ||
README.md | ||
server.js | ||
stats.js |
About the folder structure
- db - all modules that are accessing the data structure and are communicating directly to the database
- handler - all modules that respond directly to requests/messages of the browser
- utils - helper modules
Module name conventions
Module file names start with a capital letter and uses camelCase
Where does it start?
server.js is started directly