| 35 | === Source Code === |
| 36 | * The root directory has the cordova configuration files, directories, and the README.md file for the github documentation page. The www folder has all of the source code. |
| 37 | * '''www''' - There are directories for the different types of files, and some fundamental source files. |
| 38 | * '''www/index.html''' - This is the main page for the app. It also loads the core javascript and css files. |
| 39 | * '''www/config.js''' - The main configuration for the app. |
| 40 | ** The base host url is defined in app.config.defaults.url. |
| 41 | ** The main menu from the home page is defined in app.config.mainMenu. |
| 42 | ** The plugins are defined in app.config.plugins. |
| 43 | |
| 44 | |
| 45 | |
| 46 | === Controllers === |
| 47 | |
| 48 | |
| 49 | === Models === |
| 50 | |
| 51 | |
| 52 | === Views === |
| 53 | |
| 54 | |
| 55 | === Plugins === |
| 56 | |