diff --git a/devel/format/regular/prim-link.de.tm b/devel/format/regular/prim-link.de.tm index 2291ffb..b470816 100644 --- a/devel/format/regular/prim-link.de.tm +++ b/devel/format/regular/prim-link.de.tm @@ -1,6 +1,6 @@ - + - +> <\body> @@ -109,9 +109,13 @@ <|explain> Ein ausführbares -Skript, einbinden, dass bei einem doppelten Mausklick auf ausgeführt wird. - Beispielsweise, wenn Sie auf + Beispielsweise, wenn Sie auf doppelklicken, erzeugen Sie ein neues . Der Code dafür - ist >. + ist + + <\tm-fragment> + > + Aus Sicherheitsgründen wird vom Nutzer normalerweise, wenn ausführbare Skripte eingeleitet werden sollen, eine Bestätigung verlangt. Das @@ -133,7 +137,6 @@ <\initial> <\collection> - \ No newline at end of file diff --git a/devel/format/regular/prim-link.en.tm b/devel/format/regular/prim-link.en.tm index 5225909..c2d8564 100644 --- a/devel/format/regular/prim-link.en.tm +++ b/devel/format/regular/prim-link.en.tm @@ -1,4 +1,4 @@ - + @@ -98,9 +98,13 @@ to content> <|explain> Bind a to a double mouse click on - . For instance, when clicking , you may launch an . This action is encoded - by >. + . For instance, when clicking , you may launch an . This action is + encoded by + + <\tm-fragment> + > + When clicking on actions, the user is usually prompted for confirmation, so as to avoid security problems. The user may control the desired level @@ -118,4 +122,7 @@ Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".> - \ No newline at end of file + + + +> \ No newline at end of file diff --git a/devel/scheme/overview/overview-meta.en.tm b/devel/scheme/overview/overview-meta.en.tm index 95bfcf3..a401fc5 100644 --- a/devel/scheme/overview/overview-meta.en.tm +++ b/devel/scheme/overview/overview-meta.en.tm @@ -83,12 +83,12 @@ and macros. For instance, the default implementation of the tag allows the user to click on the ``>>'' before the folded text so as to unfold the tag. - When doing this, the scheme script is launched. + When doing this, the scheme script is launched. However, for this to work, the function needs to be secure: <\scm-code> - (tm-define (mouse-unfold) + (tm-define mouse-unfold \ \ (:secure #t) diff --git a/devel/scheme/overview/overview-start.en.tm b/devel/scheme/overview/overview-start.en.tm index 22f9103..51f3bf5 100644 --- a/devel/scheme/overview/overview-start.en.tm +++ b/devel/scheme/overview/overview-start.en.tm @@ -1,4 +1,4 @@ - + @@ -239,8 +239,8 @@ >>This tag works like a hyperlink with body , but such that the command is invoked when clicking on the - . For instance, when clicking , you will launch an. + . For instance, when clicking , you will launch an. >>This tag is used in order to implement macros whose body is written in @@ -262,10 +262,10 @@ within documents carries as risk: an evil person might send you a document with a script which attempts to erase your hard disk (for instance). For this reason, implements a way to test whether scripts can be - considered secure or not. For instance, when clicking (so as to launch an ), the editor will prompt you - by default in order to confirm whether you wish to execute this script. The - desired level of security can be specified in + considered secure or not. For instance, when clicking (so as to launch an ), the editor + will prompt you by default in order to confirm whether you wish to execute + this script. The desired level of security can be specified in . When writing your own extensions to , it is also possible to define routines as being secure. @@ -277,4 +277,7 @@ Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".> - \ No newline at end of file + + + +> \ No newline at end of file