Hi!

This is probably for Amir to look at and please submit to the www-user-web :)

Just a small patch which introduces a $translator variable and writes the
Translator email near the authors email in end.php3. I find this usefull
as then the problems arising in translated sites as now the italian one
would go directly to the Translator.

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna                      E-Mail: [EMAIL PROTECTED]
Italienallee 13/N                     Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-450296
ITALY                                 Web:    http://www.sad.it/~jug

A chronic disposition to inquiry deprives domestic felines of vital qualities.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
--- end.php3.old        Mon Feb  7 11:18:01 2000
+++ end.php3    Mon Feb  7 11:17:36 2000
@@ -32,7 +32,9 @@
 
 <address>
 <?php
-echo "<a href=\"mailto:$author\">$author</a>\n";
+echo "<a href=\"mailto:$author\">$author</a>";
+if ($translator) echo " Translator:<a href=\"mailto:$translator\">$translator</a>";
+echo "\n";
 ?>
 </address>
 </body>
--- index.php3.old      Mon Feb  7 11:17:42 2000
+++ index.php3  Mon Feb  7 11:17:16 2000
@@ -7,6 +7,8 @@
 $keywords = "Document Processor, Word Processor, sgml, linuxdoc, docbook, latex, 
conceptual, unix, linux, os/2, windows";
 // Who is the author?
 $author="[EMAIL PROTECTED]";
+//Who is the translator?
+$translator="";
 // Full name of the file (relative path from LyX home page -- i.e., it should
 // be "foo.php3" or "bar/foo.php3")
 $file_full="index.php3";

Reply via email to