Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta data of the meta data file #1

Closed
binfalse opened this issue Oct 16, 2016 · 1 comment
Closed

meta data of the meta data file #1

binfalse opened this issue Oct 16, 2016 · 1 comment

Comments

@binfalse
Copy link
Member

the library cannot handle meta data about the meta data file, for example the patch SemsProject/CombineArchiveShowCase@1c9519e for the CombineArchiveShowCase by @matthiaskoenig

<rdf:Description rdf:about="./metadata.rdf">
   ...
</rdf:Description>

wouldn't work at the moment...

binfalse added a commit to binfalse/CombineArchive that referenced this issue Nov 3, 2016
the library did break when users tried to attach meta data
to the meta data file as it assumed that the target for
meta data is an actual archive entry (which the meta data
file obviously isn't, it belongs to the skeleton of the archive)

this commit also implements checks for double-meta - that
means it wouldn't store the same meta information for any entry twice...
@binfalse
Copy link
Member Author

binfalse commented Nov 3, 2016

fixed in #2

@binfalse binfalse closed this as completed Nov 3, 2016
binfalse added a commit to binfalse/CombineArchiveWeb that referenced this issue Nov 3, 2016
the new version of the CAlib implements support for meta of meta,
see also SemsProject/CombineArchive#1

also updated the readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant