]> git.treefish.org Git - fex.git/blobdiff - doc/concept
Original release 20150729
[fex.git] / doc / concept
index ead53878c1dff9d91c1033cc703f8a790c21925e..26ad9da6a8ad154ae79b0cd7d6cdade11bd8d374 100644 (file)
@@ -121,8 +121,7 @@ A SKEY is made of md5_hex("$mainuser:$subuser:$subuserid")
 A GKEY is made of md5_hex("$mainuser:$groupname:$groupuser:$groupuserid")
 
 Note: the AKEY, SKEY and GKEY always can be stolen by a network sniffer!
-If you need true security, then you have to use https (SSL) instead of
-http! 
+If you need true security, then you have to use https instead of http! 
 
 After download the file will be deleted after a grace time of 1 minute.
 This grace time allows a recipient to get the file again if he had
@@ -247,6 +246,7 @@ Files in spool:
        $to/$from/$file/filename        original file name
        $to/$from/$file/size            original file size
        $to/$from/$file/useragent       HTTP header User-Agent
+       $to/$from/$file/uurl            upload URL
        $to/$from/$file/data            file data after complete upload
        $to/$from/$file/keep            keep time (autoexpire) in days
        $to/$from/$file/autodelete      autodelete option: YES NO or DELAY
@@ -690,6 +690,12 @@ Important for programmers: The perl variables of the F*EX CGI's (fup, fop,
 etc) have their UTF-8 flag turned off. This means, they contain UTF-8 data
 in binary representation.
 
+F*EX has support for many languanges. For every language a translated
+version will be installed in $HOME/locale/
+The switch is done at runtime via locale cookie (by fexsrv).
+Some common functions from fex.pp must be present at any time for any
+locale in any language, eg notification functions. Therfore there is
+$HOME/lib/lf.pl (extracted functions from fex.pp).
 
 I have additional authentication modules for RADIUS, LDAP, mailman and
 POP. Please email me if you are interested.