8 | | * ui: contains code necessary for running on the UI machine |
9 | | * ui/www: code intended to be directly accessible to the web server |
10 | | * ui/sbin: command line tools such as red-cli, red-test, transfer-red-items-to-new-host, etc. |
11 | | * ui/share/email/en_MX and ui/share/email/en_US: contains templates for sending email to users. |
12 | | * ui/share/src: contains files used by all user interfaces (e.g. class.red_auth.inc.php, class.red_authz.inc.php, functions.inc.php, class.red_api.inc.php, web.inc.php, class.red_collector.inc.php) |
13 | | * ui/share/src/modules: one file for every item service (e.g. class.red_item_user_account_ui.inc.php, class.red_item_list_ui.inc.php) |
14 | | * ui/share/src/web: helper classes used only in the web interface |
15 | | * ui/share/ihtml: html templates used only in the web interface |
16 | | * ui/share/tests: test definitions used by red-test command |
17 | | * ui/etc: configuration file shared by all user interfaces |
| 8 | * ui: contains code necessary for running on the UI machine |
| 9 | * ui/www: code intended to be directly accessible to the web server |
| 10 | * ui/sbin: command line tools such as red-cli, red-test, transfer-red-items-to-new-host, etc. |
| 11 | * ui/share/email/en_MX and ui/share/email/en_US: contains templates for sending email to users. |
| 12 | * ui/share/src: contains files used by all user interfaces (e.g. class.red_auth.inc.php, class.red_authz.inc.php, functions.inc.php, class.red_api.inc.php, web.inc.php, class.red_collector.inc.php) |
| 13 | * ui/share/src/modules: one file for every item service (e.g. class.red_item_user_account_ui.inc.php, class.red_item_list_ui.inc.php) |
| 14 | * ui/share/src/web: helper classes used only in the web interface |
| 15 | * ui/share/ihtml: html templates used only in the web interface |
| 16 | * ui/share/tests: test definitions used by red-test command |
| 17 | * ui/etc: configuration file shared by all user interfaces |