etherpad-lite/src/node
Jordan Hollinger 6653a3b6f0 Bugfix to setPadHTML. resolves #764 2012-06-09 11:32:05 -04:00
..
db Allow disabling Passwords by setting them to an empty string 2012-04-07 13:41:00 +00:00
eejs Removed debug print 2012-04-20 15:08:50 +02:00
handler You can't use $ if no jQuery is available.. Apologies for so much spam on this issue, this finally resolves #594 2012-05-23 01:01:50 +02:00
hooks/express Changed the authentication mechanism to support hooks 2012-04-19 16:04:03 +02:00
utils Bugfix to setPadHTML. resolves #764 2012-06-09 11:32:05 -04:00
README.md Merge branch 'pita' 2012-03-02 22:00:20 +01:00
easysync_tests.js replaceing AttributePoolFactory by AttributePool 2012-03-18 09:05:46 +01:00
padaccess.js The Big Renaming - etherpad is now an NPM module 2012-02-26 13:07:51 +01:00
server.js less verbose startup, better log messages at startup 2012-04-20 22:44:10 +02:00

README.md

About the folder structure

  • db - all modules that are accesing the data structure and are communicating directly to the database
  • handler - all modules that responds 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