-
Notifications
You must be signed in to change notification settings - Fork 0
Archive Trac demo app name
madscatt edited this page Jun 20, 2026
·
1 revision
Legacy Trac archive page imported from
demo_app_name. Source: https://genapp.rocks/wiki/wiki/demo_app_name. Review age, links, and examples before treating as current.
Changing the Title
To change the title of the application (from the default "SOME TITLE 0.1") do the following:
- edit {{{directives.json}}}
- change the {{{"title"}}} & {{{"version"}}} fields
# this is a project directives file
# comments are ok but must start the line in this JSON
{
"title" : "SOME TITLE", <--- CHANGE from "SOME TITLE" to "ENERGY CALCULATOR"
# the application name should not contain any special characters
"application" : "demo",
"footer" : "Test footer",
"footersize" : "50px",
"version" : "0.1", <--- CHANGE from "0.1" to "Beta"
.......
}
- "genapp" the application
- change to the base directory ({{{[path_to]/demo}}})
- run {{{genapp}}} from command line
- clear the browser's cache
- point your browser to {{{http://your-ip-address/demo}}} and note the difference:
