forked from IQSS/dataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New framework for file type recognition: new version of Jhove; update…
…d file utility methods; mime.types file to be supplied with the application.
- Loading branch information
Showing
14 changed files
with
1,150 additions
and
2 deletions.
There are no files selected for viewing
Binary file added
BIN
+41 KB
local_lib/edu/harvard/hul/ois/jhove/jhove-handler/1.11.0/jhove-handler-1.11.0.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
local_lib/edu/harvard/hul/ois/jhove/jhove-handler/1.11.0/jhove-handler-1.11.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>edu.harvard.hul.ois.jhove</groupId> | ||
<artifactId>jhove-handler</artifactId> | ||
<version>1.11.0</version> | ||
</project> |
Binary file added
BIN
+519 KB
local_lib/edu/harvard/hul/ois/jhove/jhove-module/1.11.0/jhove-module-1.11.0.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
local_lib/edu/harvard/hul/ois/jhove/jhove-module/1.11.0/jhove-module-1.11.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>edu.harvard.hul.ois.jhove</groupId> | ||
<artifactId>jhove-module</artifactId> | ||
<version>1.11.0</version> | ||
</project> |
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
local_lib/edu/harvard/hul/ois/jhove/jhove/1.11.0/jhove-1.11.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>edu.harvard.hul.ois.jhove</groupId> | ||
<artifactId>jhove</artifactId> | ||
<version>1.11.0</version> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Common document formats | ||
application/pdf pdf PDF | ||
application/msword doc DOC | ||
application/vnd.ms-excel xls XLS xlc XLC xll XLL xlm XLM xlw XLW | ||
text/plain txt TXT | ||
# Common statistical data formats | ||
text/tab-separated-values tab TAB tsv TSV | ||
text/xml xml XML | ||
text/csv csv CSV | ||
text/x-fixed-field dat DAT asc ASC | ||
application/x-rlang-transport Rdata RData rdata RDATA | ||
type/x-r-syntax r R | ||
application/x-stata dta DTA | ||
text/x-stata-syntax do DO | ||
application/x-spss-sav sav SAV | ||
application/x-spss-por por POR | ||
text/x-spss-syntax sps SPS | ||
application/x-sas-transport xpt XPT cport CPORT v5x V5X v6x V6X v7x V7X | ||
application/x-sas-system sas7bdat SAS7BDAT sd1 SD1 sd2 SD2 sd7 SD7 ssd01 SSD01 ssd SSD ssd04 SSD04 | ||
text/x-sas-syntax sas SAS | ||
# Common image formats | ||
image/gif gif GIF | ||
image/jpeg jpeg JPEG jpg JPG jpe JPE | ||
image/bmp bmp BMP | ||
image/x-portable-bitmap pbm PBM | ||
image/x-portable-graymap pgm PGM | ||
image/png png PNG | ||
image/x-portable-anymap pnm PNM | ||
image/x-portable-pixmap ppm PPM | ||
image/cmu-raster ras RAS | ||
image/x-rgb rgb RGB | ||
image/tiff tif TIF tiff TIFF | ||
image/x-xbitmap xbm XBM | ||
image/x-xpixmap xpm XPM | ||
image/x-xwindowdump xwd XWD | ||
# Common archive formats | ||
application/zip zip ZIP | ||
application/x-gzip gz GZ | ||
application/x-tar tar TAR | ||
# Rdata | ||
application/octet-stream |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.