Welcome to SiteGenesis Javascript Controllers (SGJC)
This SiteGenesis is now fully standard Javascript compliant using the new Controllers concept to handle incoming requests. The controllers integrate nicely into a completely redesigned MVC concept which also includes Models and Views. All scripts are Common JS modules with defined and documented exports to avoid polluting the global namespace.
This documentation is meant to serve as a reference to quickly lookup supported functionality and is fully based on the documentation inside the code. You can continue to maintain these JSDoc comments to generate a similar documentation for your own project.
Enjoy!