]> git.treefish.org Git - fex.git/blobdiff - htdocs/tools.html
Original release 20150826
[fex.git] / htdocs / tools.html
index fd29c2c6b1bafe6839fa986917fcd3cf18519dd3..2f417443d8bc38921f1d4344754a81f1b3de76db 100644 (file)
@@ -4,22 +4,24 @@
 <center></center>
 <h1> <a href="/">F*EX</a> tools</h1>
 
+<<$ENV{TA}='http://fex.belwue.de';''>>
+
 <table border=1>
 <tr><td><a href="/download/fexsend">fexsend</a>
     <td>UNIX CLI client for sending files (with many 
-        <a href="http://fex.rus.uni-stuttgart.de/fstools/fexsend.html">
+        <a href="$TA$/fstools/fexsend.html">
         additional features</a>)</tr>
 <tr><td><a href="/download/fexget">fexget</a>
     <td>UNIX CLI client for receiving files (with many 
-        <a href="http://fex.rus.uni-stuttgart.de/fstools/fexget.html">
+        <a href="$TA$/fstools/fexget.html">
         additional features</a>)</tr>
-<tr><td><a href="http://fex.rus.uni-stuttgart.de/download/fexget.exe">fexget</a>
+<tr><td><a href="$TA$/download/fexget.exe">fexget</a>
     <td>Windows CLI client for receiving files
 <tr><td><a href="/download/sex.tar">sexsend, sexget</a>
     <td>UNIX CLI clients for sending and receiving streams</tr>
-<tr><td><a href="http://fex.rus.uni-stuttgart.de/download/schwuppdiwupp.exe">schwuppdiwupp</a>
+<tr><td><a href="$TA$/download/schwuppdiwupp.exe">schwuppdiwupp</a>
     <td>Windows GUI client for sending files</tr>
-<tr><td><a href="http://fex.rus.uni-stuttgart.de/download/macschwupp.tar">schwuppdiwupp</a>
+<tr><td><a href="$TA$/download/macschwupp.tar">schwuppdiwupp</a>
     <td>Macintosh GUI client for sending files</tr>
 </table>
 <p>
@@ -28,13 +30,16 @@ greater than 2 GB and are able to resume interrupted up/downloads.
 <p>
 Hint for UNIX users: 
 <pre>  wget -qO- http://$HTTP_HOST$/xx.tar | tar xvf -</pre>
-installs fexsend fexget and
-<a href="http://fex.rus.uni-stuttgart.de/usecases/anonymous.html">xx</a>.
+installs fexsend, fexget and
+<a href="http://fex.rus.uni-stuttgart.de/usecases/xx.html">xx</a>.
 <pre>  wget -qO- http://$HTTP_HOST$/afs.tar | tar xvf -</pre>
 also installs the client programs for
-<a href="/SEX.html">Stream EXchange</a>
-and
-<a href="http://fex.rus.uni-stuttgart.de/usecases/anonymous.html">anonymous usage</a>.
-
+<a href="$TA$/SEX.html">Stream EXchange</a> and
+<<
+  my $a = "/usecases/anonymous.html"; 
+  print "<a href=\"";
+  print "http://fex.rus.uni-stuttgart.de" unless -s "$docdir$a";
+  print "$a\">anonymous usage</a>";
+>>
 </BODY>
 </HTML>