-
Notifications
You must be signed in to change notification settings - Fork 0
Archive Trac demo app splash
madscatt edited this page Jun 20, 2026
·
1 revision
Legacy Trac archive page imported from
demo_app_splash. Source: https://genapp.rocks/wiki/wiki/demo_app_splash. Review age, links, and examples before treating as current.
Turning On Splash Screen (Login/Registry entry)
With a single line in the {{{directives.json}}} file we can enable "login/registry" splash entry for our Demo application:
- edit {{{directives.json}}}
- uncomment the {{{"usesplash"}}} line:
{
.....
# uncomment to enable "captcha" human validation upon registration for html5/php target
# ,"enablecaptcha" : "true"
# uncomment to enable "login/register" splash entry for html5/php target
,"usesplash" : "true" <---- THIS LINE is uncommented
......
}
The rest is the same as in prior examples:
- Regenerate ("genapp") the application
- change to the base directory ({{{[path_to]/demo}}})
- run {{{genapp}}} from command line
- Clear the browser's cache
- Navigate to {{{http://your-ip-address/demo}}}; the first thing you see is the Login/Register splash entry
- If you are registered, you may login; otherwise you must register by clicking "Register" icon (a human shaped icon), full out and submit registration form and then login.
