]> git.treefish.org Git - fex.git/blobdiff - htdocs/fexit.html
Original release 20160104
[fex.git] / htdocs / fexit.html
diff --git a/htdocs/fexit.html b/htdocs/fexit.html
new file mode 100644 (file)
index 0000000..3bbfeb0
--- /dev/null
@@ -0,0 +1,44 @@
+<html>
+<head>
+  <title>fexit</title>
+  <style>
+    pre {
+      padding: 8px;
+      background: #eef;
+      border: thin dashed #0076A3;
+      font-family: courier;
+    }
+  </style>
+</head>
+<body>
+
+<<$ENV{FEXIT} = 'http://fex.belwue.de/download/fexit.exe';'';>>
+
+<h1><a href="$FEXIT$">fexit</a> for Windows</h1>
+
+<a href="$FEXIT$">fexit</a> is a <a href="/index.html">F*EX</a>
+client for sending files of any size to any e-mail address.<br>
+<a href="$FEXIT$">fexit</a> can also send directories or
+download files and resume the upload or download after link failures,
+which your webbrowser cannot do.
+<p>
+You can start <a href="$FEXIT$">fexit</a> via Windows explorer or
+via command console (cmd).<br>
+You can also drag files or directories to the fexit icon with the Windows
+explorer.
+<p>
+#if $ENV{ID}
+When you run <a href="$FEXIT$">fexit</a> for the first time you are 
+asked for the "F*EX server URL". You can enter your personal URL:
+<p>
+<code>
+<<"$ENV{PROTO}://$ENV{HTTP_HOST}/fup/".b64("from=$ENV{USER}&id=$ENV{ID}")>>
+</code>
+<p>
+(use your mouse for copy+paste)
+<p>
+<<require "./fexitinstaller";''>>
+#endif
+##<pre><<foreach $v (keys %ENV) { printf "%s=%s\n",$v,$ENV{$v} }>>
+</body>
+</html>