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/03 21:16] wsauerde:doc:lua_make [2014/11/10 22:33] wsauer
Line 148: Line 148:
  
 ==== ABC.seccode ==== ==== ABC.seccode ====
-*.seccode Dateien enthalten einen Teil des Lua Kodes, welcher den Sicherheitszugriffskode der Module definiert. *.seccode files contains a piece of lua code, which 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 Kodes, welcher 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 existiertEs 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 *.seccode Dateien in dem Softwarerepository **nicht eingebunden**. Es ist ausserdem **verboten** diese oder andere Formate von Sicherheitskodes in das Repository hochzuladen. Deshalb hat jeder Entwickler sein Wissen über über Sicherheitskodes lokal für sich zu behalten und darf es nicht im Repository publizieren.
  
 ==== files.inc ==== ==== files.inc ====
-Any other filewhich is needed by the script later and which is not already part of the lua compilation processlike e.g. DTC databases can be listed in the files.inc. By that it will be encrypted and copied to the output dir too.+Jede andere Dateiwelche später vom Skript benötigt wird und welche nun nicht Teil des Übersetzungsprozess istwie z.B. DTC Datenbasen, kann in files.inc aufgelistet werdenDadurch wird sie verschlüsselt und auch in das Ausgabeverzeichnis kopiert.
  
 ==== makefile ==== ==== makefile ====
-This makefile don't need to be editedIt's just needed for the build process.+Dieses Makefile muss nicht editiert werdenEs wird nur für den Bauprozess benötigt.
  
  
 ==== presets.rtd ==== ==== presets.rtd ====
-for futher extensions.+für spätere Erweiterungen.
  
  
-==== carcheck.footer, carcheck.header and carcheck.xslt ==== +==== carcheck.footer, carcheck.header und carcheck.xslt ==== 
-These are the templates for the carcheck scripts+Diese sind Vorlagen für die carcheck Skripte
  
 ==== db ==== ==== db ====
-In here database files (*.oodb) are stored to reference to by files.inc, but also the stylesheet (VehInfo_Stylesheet.xsl) for a Vehicle Health report is stored here.+Die hierin enthaltene Datenbasendateien (*.oodb) werden gespeichert um zu files.inc zu referenzierenaber auch das stylesheet (VehInfo_Stylesheet.xsl) für einen Vehicle Health Report wird hier gespeichert.
  
 ==== generic.make ==== ==== generic.make ====
-This file controls the whole build process and must not be modified without very good reasons... +Diese Datei kontrolliert den gesammten Bauprozess und darf aus sehr guten Gründen nicht verändert werden...
  
 ==== Healthfiles ==== ==== Healthfiles ====
de/doc/lua_make.txt · Last modified: 2014/12/15 13:54 by wsauer