Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions data/oai_sources.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
[
{
"key": "rerodoc",
"name": "rerodoc",
"url": "http://doc.rero.ch/oai2d",
"metadataprefix": "marcxml",
"comment": "",
"setspecs": "unisi unifr nl-epfl nl-ethz nl-fachhochschulen nl-lib4ri nl-unibas nl-unibe nl-unifr nl-unige nl-unil nl-unilu nl-unine nl-unisg nl-usi nl-uzh bge mhnge baage bmuge imvge mhsge hepbejune unifr"
},
{
"key": "archive_ouverte_unige",
"name": "Archive ouverte UNIGE",
Expand Down
4 changes: 1 addition & 3 deletions sonar/modules/documents/cli/documents.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Swiss Open Access Repository
# Copyright (C) 2021 RERO
# Copyright (C) 2021-2026 RERO
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
Expand All @@ -18,7 +18,6 @@
import click

from .oai import oai
from .rerodoc import rerodoc
from .urn import urn


Expand All @@ -27,6 +26,5 @@ def documents():
"""Commands for documents."""


documents.add_command(rerodoc)
documents.add_command(urn)
documents.add_command(oai)
138 changes: 0 additions & 138 deletions sonar/modules/documents/cli/rerodoc.py

This file was deleted.

16 changes: 0 additions & 16 deletions sonar/modules/documents/dojson/rerodoc/__init__.py

This file was deleted.

Loading
Loading