You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`FILE`: files to check. If the file is -, thenread content from stdin. In this case, python must be invoked with `-u` or it may convert the line terminators.
35
37
36
38
optional arguments:
39
+
37
40
*`-h`, `--help`: show this help message and exit
38
41
*`-v`: show version information
39
42
*`-q`: run (more) quietly
@@ -48,18 +51,22 @@ optional arguments:
48
51
*`-matchprintf FORMATSTRING`: format string (Python style) to use on match. See nomatchprintf, README.txt.
49
52
*`-nomatchprintf FORMATSTRING`: format string (Python style) to use if no match. See README.txt
50
53
*`-bufsize BUFSIZE`: size (in bytes) of the buffer to match against (default=131072 bytes)
54
+
*`-sigs SIG_ACT`: SIG_ACT "check"for new version of signature file for download.
55
+
SIG_ACT "list" list all available sig file versions.
56
+
SIG_ACT "update" to automatically update to latest available sig file.
57
+
SIG_ACT "n" download and use version n.
51
58
*`-container_bufsize CONTAINER_BUFSIZE`: size (in bytes) of the buffer to match against (default=524288 bytes)
52
59
*`-loadformats XML1,...,XMLn`: comma separated string of XML format files to add.
53
60
*`-confdir CONFDIR`: configuration directory to load_fido_xml, for example, the format specifications from.
1. Download the latest zip release from https://github.com/openpreserve/fido/releases
69
+
1. Download the latest zip release from <https://github.com/openpreserve/fido/releases>
63
70
2. Unzip into some directory
64
71
3. Open a command shell, cd to the directory that you placed the zip contents into
65
72
4. Run `python setup.py install` to install FIDO and dependencies. This may require sudo on Linux/OSX or admin privileges on Windows.
@@ -75,11 +82,42 @@ Using pip
75
82
Updating signatures
76
83
-------------------
77
84
78
-
To update FIDO with the latest PRONOM file format definitions, run:
79
-
`fido-update-signatures`
80
-
This is an interactive CLI script which downloads the latest PRONOM signature file and signatures. Please note that it can take a while to download all PUID signatures.
85
+
Signatures can be updated from the OPF's signature service.
86
+
The service is pull only and iit's location is in the `versions.xml`
To check what version of the PRONOM signatures you are using
94
+
type: `fido -v` and you'll see something like:
81
95
82
-
If you are having trouble running the script due to firewall restrictions, see OPF wiki: http://wiki.opf-labs.org/display/PT/Command+Line+Interface+proxy+usage
0 commit comments