pad.libre-service.eu-etherpad/src/node
2012-04-03 20:42:02 +02:00
..
db Merge pull request #557 from redhog/master 2012-04-02 12:42:38 -07:00
eejs Exposed require to ejs pages! 2012-03-22 18:34:38 +01:00
handler Merge pull request #557 from redhog/master 2012-04-02 12:42:38 -07:00
hooks/express when no password is set, dont allow access to admin page 2012-04-03 14:17:19 +02:00
utils fix crash if getFileCompressed fails (i.e. if /static/js is called) 2012-04-03 20:42:02 +02: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
README.md Merge branch 'pita' 2012-03-02 22:00:20 +01:00
server.js re-enabled maxAge setting. maxAge is now in seconds, not milliseconds. 2012-03-23 19:28:46 +01:00

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