/* {{pkg.name}} {{pkg.version}} {{pkg.url}} Options */ { /* Spacing of the main content. Left and right will be added to a minimum of 30px. Top and bottom are added to the top and bottom bar heights. */ "spacing": { "bottom": 50, "left": "auto", "maxWidth": 960, "right": "auto", "top": 50 }, /* General view options. - binaryPrefix: set to true uses 1024B=1KiB when formatting file sizes (see http://en.wikipedia.org/wiki/Binary_prefix) - hidden: don't list items matching these regular expressions - hideFolders: hide all folders in the main view - hideIf403: hide files and folders that are not readable by the server - hideParentFolder: hide parent folder links in the main view - modes: array, subset of ["details", "grid", "icons"] the first value indicates the default view mode. If only one value is given the view mode is fixed and the selector buttons are hidden. The user selected view mode is also stored local in modern browsers so that it will be persistent. - setParentFolderLabels: set parent folder labels to real folder names - sizes: array, subset of [16, 24, 32, 48, 64, 96, 128, 192, 256, 384] the first value indicates the default view mode. If only one value is given the view mode is fixed and the selector buttons are hidden. The user selected view mode is also stored local in modern browsers so that it will be persistent. - smartBrowsing: use History API if available (no need to reload the whole page) - theme: name of one of the folders in "_{{pkg.name}}/client/themes", defaults to "fallback" - unmanaged: don't manage folders containing one of those files - unmanagedInNewWindow: open unmanaged links in new window/tab */ "view": { "binaryPrefix": false, "hidden": ["^\\.", "^_{{pkg.name}}"], "hideFolders": false, "hideIf403": true, "hideParentFolder": false, "modes": ["details", "grid", "icons"], "setParentFolderLabels": true, "sizes": [24, 48, 96], "smartBrowsing": true, "theme": "fallback", "unmanaged": ["index.html", "index.htm", "index.php"], "unmanagedInNewWindow": false }, /*** Extensions (in alphabetical order) ***/ /* Watch and update current folder content. - interval: number, update interval in milliseconds, at least 1000 */ "autorefresh": { "enabled": false, "interval": 5000 }, /* Show a clickable breadcrumb. */ "crumb": { "enabled": true }, /* Allow customized header and footer files. First checks for files "_h5ai.header.html" and "_h5ai.footer.html" in the current directory. If not successful it checks all parent directories (starting in the current directory) for files "_h5ai.headers.html" and "_h5ai.footers.html". Note the different filenames: "header" (only current) - "headers" (current and sub directories)! The file's content will be placed inside a
tag above/below the main content. If a file's extension is ".md" instead of ".html" its content will be interpreted as markdown. */ "custom": { "enabled": true }, /* Enable packaged download of selected entries. - type: "php-tar", "shell-tar" or "shell-zip" - packageName: basename of the download package, null for current foldername */ "download": { "enabled": true, "type": "php-tar", "packageName": null }, /* Allow filtering the displayed files and folders. Will check entries for right order of characters, i.e. "ab" matches "ab", "axb", "xaxbx" but not "ba". Space separated sequences get OR-ed. Filters will be treated as JavaScript regular expressions if you prefix them with "re:". */ "filter": { "enabled": true }, /* Calc the size of folders. This operation is real slow. The calculated sizes differ slightly for both calculation types since "php" only adds the file size, while "shell-du" also adds the sizes for the actual folder files. - type: "php" (sloooow) or "shell-du" (sloow) */ "foldersize": { "enabled": true, "type": "php" }, /* Adds Google Analytics asynchronous tracking code. for example: "gaq": [ ["_setAccount", "UA-xxxxxx-x"], ["_setDomainName", ".your-domain.tld"], ["_trackPageview"], ["_trackPageLoadTime"] ] see: https://developers.google.com/analytics/devguides/collection/gajs/ */ "google-analytics-ga": { "enabled": false, "gaq": [] }, /* Adds Google Universial Analytics asynchronous tracking code. for example: "calls": [ ['create', 'UA-XXXX-Y', 'auto'], ['send', 'pageview'] ] see: https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ "google-analytics-ua": { "enabled": false, "calls": [] }, /* Localization, for example "en", "de" etc. - see "_h5ai/conf/l10n" folder for possible values. Adjust it to your needs. If lang is not found it defaults to "en". - lang: default language - useBroserLang: boolean, try to use browser language */ "l10n": { "enabled": true, "lang": "en", "useBrowserLang": true }, /* Link the hover effects between crumb, main view and tree. */ "link-hover-states": { "enabled": true }, /* Adds Piwik tracker javascript code. - baseURL: do not include the protocol, e.g. "mydomain.tld/piwik" - idSite: number */ "piwik-analytics": { "enabled": false, "baseURL": "some/url", "idSite": 1 }, /* Show an image preview on click. - types: array of types */ "preview-img": { "enabled": true, "types": ["img", "img-bmp", "img-gif", "img-ico", "img-jpg", "img-png"] }, /* Show text file preview on click. "types" maps file types to SyntaxHighligher brushes. For available brushes see http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/ Additional type are: - "markdown" to render Markdown text - "none" for floating text - "fixed" for fixed width text - types: maps types to brushes */ "preview-txt": { "enabled": true, "types": { "txt": "fixed", "txt-authors": "fixed", "txt-license": "fixed", "txt-c": "c", "txt-cpp": "cpp", "txt-css": "css", "txt-diff": "diff", "txt-h": "c", "txt-hpp": "cpp", "txt-install": "fixed", "txt-log": "fixed", "txt-java": "java", "txt-js": "js", "txt-json": "js", "txt-makefile": "xml", "txt-md": "markdown", // "txt-php": "php", "txt-py": "python", "txt-readme": "fixed", "txt-rb": "ruby", "txt-rtf": "fixed", "txt-script": "shell", "txt-xml": "xml" } }, /* Show QRCodes on hovering files. - size: width and height in pixel */ "qrcode": { "enabled": true, "size": 150 }, /* Make entries selectable (first mouse button + drag). At the moment only needed for packaged download and delete. - checkboxes: boolean, show a checkbox on mouse over item */ "select": { "enabled": true, "checkboxes": true }, /* Default sort order. "column" and "reverse" are locally stored. - column: int, 0 for "Name", 1 for "Date", 2 for "Size" - reverse: boolean, false for ascending, true for descending - ignorecase: boolean, compare ignorecase - natural: boolean, use natural sort order - folders: where to place folders, 0 for "top", 1 for "in place", 2 for "bottom" */ "sort": { "enabled": true, "column": 0, "reverse": false, "ignorecase": true, "natural": false, "folders": 0 }, /* Show additional info in a statusbar. */ "statusbar": { "enabled": true }, /* Show thumbnails for image files. Needs the "/_{{pkg.name}}/cache" folder to be writable for the web Server. - img: array of types - mov: array of types - doc: array of types - delay: delay in milliseconds after "dom-ready" before thumb-requesting starts - size: number, size in pixel of the generated thumbnails - exif: boolean, use included EXIF thumbs if possible */ "thumbnails": { "enabled": true, "img": ["img", "img-bmp", "img-gif", "img-ico", "img-jpg", "img-png"], "mov": ["vid"], "doc": ["x-pdf", "x-ps"], "delay": 1, "size": 96, "exif": true }, /* Replace window title with current breadcrumb. */ "title": { "enabled": true }, /* Show a folder tree. Note that this might affect performance significantly. - slide: boolean, slide tree bar into viewport if there is enough space - maxSubfolders: max number of subfolders to show in tree */ "tree": { "enabled": true, "slide": true, "maxSubfolders": 50 } }