diff --git a/README.md b/README.md index 955728a..06fc99d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # FileSideload This module provides functionality to "sideload" files (ingesting files that are already on the server). It will allow users to batch-add many files at once to their repository, rather than uploading the files individually. It also will enable users to circumvent server file size restrictions that limit the capacity of web-form upload. +Files can be selected individually or as a set at the folder level, for example all images of a scanned manuscript. See the [Omeka S user manual](http://omeka.org/s/docs/user-manual/modules/filesideload/) for user documentation. diff --git a/config/module.ini b/config/module.ini index eda263a..9c99b17 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,9 +1,9 @@ [info] version = "1.4.0" omeka_version_constraint = "^3.0.0" -name = "File Sideload" -description = "Add files that are already on your server to items." -author = "Omeka Team" +name = "File and Folder Sideload" +description = "Add files and folders of files that are already on your server to items." +author = "Omeka Team and Daniel Berthereau" author_link = "https://omeka.org/" configurable = true module_link = "https://omeka.org/s/docs/user-manual/modules/filesideload/"