Skip to content

Commit

Permalink
update file formats (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Aug 11, 2022
1 parent 1a02f49 commit bf8e510
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/01-introduction/file-formats.md
Expand Up @@ -9,15 +9,15 @@ Currently, only a limited number of file formats is accepted to be uploaded onto

The following table shows the accepted file formats:

| Category | Accepted format | Converted during ingest? |
| --------------------- | ------------------------- | -------------------------------------------------------------------------- |
| Text, XML<sup>1</sup> | TXT, XML, XSL, XSD | No |
| Tables | CSV, XLS, XLSX | No |
| 2D Images | JPEG, PNG, TIFF, JP2 | Yes, converted to JPEG 2000 by [Sipi](https://github.com/dasch-swiss/sipi) |
| Audio | MPEG (MP3), MP4, WAV | No |
| Video | MP4 | No |
| Office | PDF, DOC, DOCX, PPT, PPTX | No |
| Archives | ZIP, TAR, ISO, GZIP, 7Z | No |
| Category | Accepted format | Converted during ingest? |
| --------------------- |--------------------------------| -------------------------------------------------------------------------- |
| Text, XML<sup>1</sup> | TXT, XML, XSL, XSD | No |
| Tables | CSV, XLS, XLSX | No |
| 2D Images | JPG, JPEG, JP2, PNG, TIF, TIFF | Yes, converted to JPEG 2000 by [Sipi](https://github.com/dasch-swiss/sipi) |
| Audio | MPEG (MP3), MP4, WAV | No |
| Video | MP4 | No |
| Office | PDF, DOC, DOCX, PPT, PPTX | No |
| Archives | ZIP, TAR, ISO, GZ, GZIP, 7Z | No |


1: If your XML files represent text with markup (e.g. [TEI/XML](http://www.tei-c.org/)),
Expand Down
1 change: 1 addition & 0 deletions sipi/scripts/file_info.lua
Expand Up @@ -118,6 +118,7 @@ local archive_extensions = {
"zip",
"tar",
"gz",
"gzip",
"7z"
}

Expand Down

0 comments on commit bf8e510

Please sign in to comment.