mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Adds support for tarred downloads.
This commit is contained in:
parent
e67c854cb5
commit
de92767e5a
22 changed files with 160 additions and 162 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue