User Tools

Site Tools


de:doc:lua_make

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
de:doc:lua_make [2014/11/02 19:03] wsauerde:doc:lua_make [2014/11/10 22:01] wsauer
Line 142: Line 142:
 Im Gegensatz zu all den anderen automatisch erzeugten Ausgaben ist dies ein rein manuell hergestelltes Skript. Wenn der Bauprozess ein *.lua Skript findet, übersetzt er es. Im Gegensatz zu all den anderen automatisch erzeugten Ausgaben ist dies ein rein manuell hergestelltes Skript. Wenn der Bauprozess ein *.lua Skript findet, übersetzt er es.
  
-==== lua_reference ==== +==== lua_referenz ==== 
-In conjunction with the seccode files (see further belowyou could compile the same script for different security levelsBy the lua_reference file you can store the original script in a different directoryreference to it and compile it in the actual directory with a different security level.+In Verbindung mit den "seccode" Dateien (siehe weiter untenkannst Du das gleiche Skript für verschiedene Sicherheitsebenen übersetzenMit der lua_referenz Datei kannst Du das Original Skript in einem anderen Verzeichnisauf es referenzieren und es in dem aktuellen Verzeichnis mit einem anderen Sicherheitlevel zu übersetzen.
  
-By convention the original script has to be stored in the workgroup directory with its lowest security level, and the higher level reference to it.+Durch ein Abkommen muss das originale Skript in einem Arbeitsgruppenverzeichnis mit seinem geringsten Sicherheitslevel abgelegt werden und der höhere Sicherheitslevel muss darauf referenzieren.
  
 ==== ABC.seccode ==== ==== ABC.seccode ====
-*.seccode files contains a piece of lua codewhich defines the security access codes of modules. In the lua scripts of the module itself you then can use the pseudo command ''-- optinclude("ABC.seccode")'', which include the seccodes **only** if that file exist, but does not generate an error message if the file does not exist.+*.seccode Dateien enthalten einen Teil des Lua Kodeswelcher den Sicherheitszugriffskode der Module definiert 
 +In den Luaskripten selbst kann dann das Pseudo Kommando ''-- optinclude("ABC.seccode")'', in denen der seccode **nur** enthalten ist wenn das Skript existiert. Es erzeugt aber keine Fehlernachricht wenn das Skript nicht existiert.
  
-For confidential reasons, these *.seccode files are **not included** in the software repository, and it is **forbitten** to upload this or any other format of security codes into the repository, so each script developer has to maintain his personal knowledge about security codes locally and must not publish this into the repository.+Aus Geheimhaltungsgründen sind diese *.For confidential reasons, these *.seccode files are **not included** in the software repository, and it is **forbitten** to upload this or any other format of security codes into the repository, so each script developer has to maintain his personal knowledge about security codes locally and must not publish this into the repository.
  
  
de/doc/lua_make.txt · Last modified: 2014/12/15 13:54 by wsauer