User Tools

Site Tools


doc:webui_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
doc:webui_guide [2015/12/28 09:59] admindoc:webui_guide [2015/12/28 10:01] admin
Line 26: Line 26:
 ===== Structure of a script package ===== ===== Structure of a script package =====
  
-The invidual script application can exist in three different versions: +The invidual script application can exist in for different versions: 
-  - as well known compiled lua file with the extension .lbc+  - as well known compiled lua file with the extension .lbc or .pgp
   - as directory with the suffix .epa    - as directory with the suffix .epa 
   - as package file, also with the suffix .epa   - as package file, also with the suffix .epa
  
-==== the .lbc file ==== +==== the .lbc and .pgp file ==== 
-when a lbc file is choosen, the browser loads the default file, referenced as ''/theme/start.html'' (where ''/theme'' is mapped, as you remember), so the apperance is driven by the theme. This html file needs to have the functionality to handle the openPage, addElement and PageDone commands coming from the scripts. To see how this works, please have a look into the samples supplied.+when a lbc or .pgp file is choosen, the browser loads the default file, referenced as ''/theme/start.html'' (where ''/theme'' is mapped, as you remember), so the apperance is driven by the theme. This html file needs to have the functionality to handle the openPage, addElement and PageDone commands coming from the scripts. To see how this works, please have a look into the samples supplied.
  
 ==== the .epa directory or file ==== ==== the .epa directory or file ====
Line 71: Line 71:
  
  
-<graphviz dot right 800x400>+<graphviz dot right>
 digraph G { digraph G {
 rankdir=TB;ratio = fill; rankdir=TB;ratio = fill;
Line 201: Line 201:
  
 in the ''secret'' subfolder you can stored what you would like to have encrypted by the normal OOBD pgp encryption process in the ''secret'' subfolder you can stored what you would like to have encrypted by the normal OOBD pgp encryption process
 +
  
doc/webui_guide.txt · Last modified: 2017/02/04 18:28 by admin