Skip to content

Archive Trac demo app name

madscatt edited this page Jun 20, 2026 · 1 revision

Demo App Name

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.

3. Demo GenApp Application

d. Modifying Demo Application

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" 

     .......
}

demo_site_titles.png

Previous | Up | Next

Clone this wiki locally