<include file="top.lhhtml">
<lconf pos="/temp" pagename="temp">
<section link="/temp">
<locale>
<locale language="en">
<leohtml> uses a mechanism to write temporäry files into the
memory. So it practically does not need temporary files.
But for debugging purposes temporary files are still supported.
<p>
These temporary files will be written in the actual directory and
not in the /tmp directory. The second point is, that the temporary files
will be erased, if the compiler has finished his work.<br>
So you'll need to set command line options to tell the application
that it should use temporary files and do not erase them.
</p>
</locale>
<locale language="de">
<leohtml> verwendet einen Mechanismus um temporäre Dateien in
den Speicher zu schreiben. Somit benötigt das Programm eigentlich
keine temporäre Dateien.
Aber für debugging Zwecke werden diese immer noch unterstützt.
<p>
Diese Dateien werden in das aktuelle Verzeichnis geschrieben und nicht
in das /tmp Verzeichnis. Der zweite Punkt ist, daß
nach dem der Kompiler seine Arbeit beendet hat die Dateien wieder gelöscht werden.<br>
Du mußt also zwei Kommandozeilenoptionen setzten um dem Programm zu sagen,
daß es erstens temporäre Dateien verwenden soll und zweitens diese nicht wieder
löschen soll.
</p>
</locale>
</locale>
<example title-en="Temp Definitions" title-de="Temp Definitionen:" mode=fixed>
-ut --use_tmp
-ne --no_erase
</example>
</section>
|