Skip to content

Commit

Permalink
New custom signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Ivik Rosengreen Pedersen committed Aug 9, 2024
1 parent 95c65fc commit 713bc2c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions custom_signatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,13 @@
puid: aca-fmt/23
signature: Microsoft Word XML Document
description: Microsoft Word allows exporting document as standalone XML files, which PRONOM incorrectly identifies as plain XML (fmt/101)
- bof: (?i)424547494E3A5643415244.*454E443A5643415244
extension: .vcf
puid: aca-fmt/24
signature: vCard
description: Looks for BEGIN:VCARD and END:VCARD, as pronom incorrectly assumes version declaration must come directly after BEGIN:VCARD, which it does not.
- bof: (?i)5B496E7465726E657453686F72746375745D0D0A55524C3D
extension: .url
puid: aca-fmt/25
signature: URL file
description: Internet shortcut file. Looks for the tag "[InternetShortcut]\nURL="
10 changes: 10 additions & 0 deletions fileformats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@ aca-fmt/23:
converter_type: master
outputs:
- odt
aca-fmt/24:
name: vCard
action: ignore
ignore:
reason: Virtual business card. Not preservation-worthy
aca-fmt/25:
name: Microsoft Windows URL
action: ignore
ignore:
reason: Website shortcut file. Not preservation-worthy
fmt/3:
name: Graphics Interchange Format 87a
action: convert
Expand Down

0 comments on commit 713bc2c

Please sign in to comment.