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/23 21:46] – [lib_lua] 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 ====
-When generating a vehicle report when doing a carcheckthe resulting XML files should saved hereWhen then opening the file in a web browserthe file automatically points to the VehInfo_Stylesheet.xsl in the db folder and present the data with the right style sheet.+Wenn ein Fahrzeugreport erstellt wird durch die Benutzung des Skripts Carchecksollten die dabei entstandenen XML Dateien hier gespeichert werdenWenn diese Datei in einem Webbrouser geöffnet wirdzeigt diese automatisch auf VehInfo_Stylesheet.xsl in dem db Verzeichnis und präsentiert die Daten mit dem richtigen Stylesheet.
  
 ==== lib_lua ==== ==== lib_lua ====
-In here you can find some lua library scripts for generic functions+In dieser findest du einige Lua Bibliotheksskripte für generische Funktionen
  
 ==== lib_protocol ==== ==== lib_protocol ====
de/doc/lua_make.txt · Last modified: 2014/12/15 13:54 by wsauer