-
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.
* FEAT: Report blank namespaces (#187) - blank namespace prefixes are now reported as `<no-prefix>` in the `DOC-8` message`; - altered the `DOC-8` message to emphasise that prefixes are reported; - refactored out collection of namespaces into a Uitls class; and - removed trailing newline from `README` and template. * FIX: Pre-requisite handling (#188) - `POL-1` and `POL-2` are no longer pre-requisite rules, this means other policy rules will still run if these fail; - cleaned up a bug in pre-requisite handling where Validation reports weren't generated; - refactored the execution of Validation rules; and - removed a few unused imports. * REFACT: Tidied validator/profile calls (#189) * REFACT: Tidied validator/profile calls - profile is now invoked after validation rather than as a branch in CLI; - added profiling via `ValidationReport` as half-way house before interface refactor; - added Rule checking via `ValidationReport` and provided a simple method in `AbstractProfile` that calls existing `validate` method; - improved some variable and method names;and - made some CLI methods static. * FIX: Minor style issue. * REL: v0.14.0 (#190) - bumped Maven version to v0.14.0; - added updated versioned docs and README.md; and - udpdated Maven site and JavaDocs. * FIX: Pre-commit run. (#197) * REL: v0.14.0 - bumped Maven version to v0.14.0; - added updated versioned docs and README.md; and - udpdated Maven site and JavaDocs. * FIX: Pre-commit run.
- Loading branch information
1 parent
f04a783
commit 184054e
Showing
365 changed files
with
4,636 additions
and
2,381 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# ODF Validator | ||
|
||
Latest version is 0.14.0-SNAPSHOT. | ||
Latest version is 0.14.0. | ||
|
||
## About | ||
|
||
[Open Preservation Foundation](https://openpreservation.org/)'s OpenDocument Format Validator (OPF ODF Validator) enables your organisation to validate the file format standard and a set of file format policy rules created for improving the preservation effort of any files saved in the OpenDocument Format. | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.