| Revision 593,
768 bytes
checked in by jdalbey, 6 years ago
(diff) |
|
Add branch LCSv1
|
| Line | |
|---|
| 1 | # -*- coding: utf-8 -*- |
|---|
| 2 | # this file is released under public domain and you can use without limitations |
|---|
| 3 | |
|---|
| 4 | # ---------------------------------------------------------------------------------------------------------------------- |
|---|
| 5 | # this is the main application menu add/remove items as required |
|---|
| 6 | # ---------------------------------------------------------------------------------------------------------------------- |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | response.title = request.application |
|---|
| 10 | response.subtitle = 'subtitle customize me!' |
|---|
| 11 | response.meta.author = 'Author' |
|---|
| 12 | response.meta.description = 'describe your app' |
|---|
| 13 | response.meta.keywords = 'keyword' |
|---|
| 14 | response.menu = [ [ 'Home', False, URL('home') ], ['List', False, URL('list') ], ['Search', False, URL('search') ], ['Request', False, URL('submit') ] ] |
|---|
Note: See
TracBrowser
for help on using the repository browser.