Krzysztof Nowak

Results 8 comments of Krzysztof Nowak

Thank you for the suggestion! One thing to consider is whether we would have the rights to include all submodules code in the archive along with the user's code.

As suggested by @david-caro REST API definition using https://github.com/Kjili/swagger-research could be used for building the CLI on the fly.

@shark-S You'll need to take a close look at the ZIP format previewer in the ``invenio-previewer`` extensions here: https://github.com/inveniosoftware/invenio-previewer/tree/master/invenio_previewer/extensions and see how it works in Zenodo (and also the whole...

@rajat1994 Yes, it should be a new extension file like this: https://github.com/inveniosoftware/invenio-previewer/blob/master/invenio_previewer/extensions/zip.py

It should be a PR to Invenio module. Here's a guide on how to checkout Invenio module locally: http://zenodo.readthedocs.io/en/latest/development/guide.html So test with Zenodo, but push all the code to invenio-previewer...

Hey @katrinleinweber , thanks for putting this forward. Such integration will require integration on our side, i.e. something akin to https://github.com/inveniosoftware/invenio-github Seems like the main difficultly here would be support...

Hey @remram44 You mean something like a GitLab module talking to our REST API? In fact yes, it's possible. > May I ask why changes from your end are necessary?...

> I didn't know there Zenodo API allowed anonymous deposits anyway @remram44 It doesn't, you need API key. Zenodo does not have OAuth. > In that case, would the module...