Adds support for tarred downloads.

This commit is contained in:
Lars Jung 2012-04-17 23:38:15 +02:00
parent e67c854cb5
commit de92767e5a
22 changed files with 160 additions and 162 deletions

View file

@ -68,6 +68,15 @@ var H5AI_CONFIG = {
"footer": "_h5ai.footer.html"
},
/*
* Requires PHP on the server.
* Enable packaged download of selected entries. Supported formats: "tar", "zip".
*/
"download": {
"enabled": true,
"format": "zip"
},
/*
* Allow filtering the displayed files and folders.
* Note: filters will be treated as JavaScript regular expressions
@ -181,14 +190,6 @@ var H5AI_CONFIG = {
"tree": {
"enabled": true,
"slide": true
},
/*
* Requires PHP on the server.
* Enable zipped download of selected entries.
*/
"zipped-download": {
"enabled": true
}
},
@ -355,7 +356,7 @@ var H5AI_CONFIG = {
"folders": "Répertoires",
"files": "Fichiers",
"download": "télécharger",
"noMatch": "no match"
"noMatch": "rien trouvé"
},
"gr": {