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
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/installation/advanced.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -136,8 +136,6 @@ Use the :ref:`dataverse.spi.exporters.directory` configuration option to specify
136
136
Inventory of External Exporters
137
137
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138
138
139
-
Known external exporters are listed below but development takes place at https://github.com/gdcc/dataverse-exporters and you are encouraged to check there for new exporters or contribute one!
140
-
141
139
In the list below, the name of each exporter is followed by the machine-readable name in parentheses for use in APIs (see :ref:`export-dataset-metadata-api` in the API Guide).
142
140
143
141
Croissant (``croissant``)
@@ -147,10 +145,12 @@ Croissant (``croissant``)
147
145
148
146
You can download the Croissant exporter JAR from the following locations:
The source and additional information can be found in the `"croissant" <https://github.com/gdcc/dataverse-exporters/tree/main/croissant>`_ directory of the exporters repo.
151
+
The Maven Central landing page can be found at https://central.sonatype.com/artifact/io.gdcc.export/croissant
152
+
153
+
The source code and additional information can be found at https://github.com/gdcc/exporter-croissant where you are welcome to open issues and create pull requests.
154
154
155
155
MyJSON (``dataverse_json``)
156
156
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -159,7 +159,7 @@ MyJSON is a minimal example exporter that demonstrates how to override a built-i
159
159
160
160
You can download the MyJSON exporter JAR from https://github.com/gdcc/dataverse-exporters where you should look under "prebuilt-examples" for a file called something like dataverse-spi-export-examples-x.x.x.jar.
161
161
162
-
The source can be found in the `"dataverse-spi-export-examples" <https://github.com/gdcc/dataverse-exporters/tree/main/dataverse-spi-export-examples>`_ directory of the exporters repo.
162
+
The source can be found in the "dataverse-spi-export-examples" directory of https://github.com/gdcc/dataverse-exporters
0 commit comments