Changes between Version 9 and Version 10 of AppVersionNew


Ignore:
Timestamp:
Aug 2, 2011, 12:19:48 AM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppVersionNew

    v9 v10  
    4646    [ <copy_file/> ]
    4747    [ <logical_name>LNAME</logical_name> ]
     48    [ <gzip/> ]
    4849    [ <url>URL0</url> ]
    4950    [ <url>URLn</url> ]
     
    6162 * '''copy_file''': the file is to be copied into the runtime directory
    6263  on the client, rather than being linked to.
    63  * '''logical_name''': if '''copy_file''' is present, then name of the file
     64 * '''logical_name''': if '''copy_file''' is present, the name of the file
    6465  in the runtime directory.
     66 * '''gzip''': gzip the file on the server, so that it will use less network
     67  bandwidth for each download.
     68  [FileCompression#gzipencoding Details here].
    6569 * '''url''': URLs from which the file can be downloaded.
    6670  Use this if you want to mirror your executables on separate servers.