Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Sep 27, 2021
1 parent 2c95691 commit ca7c24f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions config/module.ini
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit ca7c24f

Please sign in to comment.