Files - mugifly/mojo_template GitHub Wiki
Files tree (https://github.com/mugifly/mojo_template/tree/master/)
- .gitignore
- .travis.yml
- README.md - Readme document.
- rename_batch.pl - Script for rename the application.
- LICENSES/ - License documents.
- login_site/ - "login_site" template.
- config/
- config.conf - Configuration file.
- lib/
- Example.pm - Application main module.
- Example/ - Application modules directory.
- Controller/ - Application controllers.
- Bridge.pm - Bridge.
- Docs.pm - Document pages controller.
- Session.pm - Session pages controller.
- Top.pm - Top pages controller.
- Helper/ - Application helpers.
- I18N/ - Locale resources.
- DBSchema.pm - Database schema for Data::Model.
- Controller/ - Application controllers.
- public/
- script/
- example - Application main script (for run).
- t/ - Test scripts.
- templates/ - HTML templates.
- config/