From 02bac3cf978a2bdd311309fe4e99f2e65611fe2d Mon Sep 17 00:00:00 2001 From: magdmartin Date: Mon, 22 Jul 2024 16:57:29 +0200 Subject: [PATCH] #326 delete the distribution page and remove from footer --- docusaurus.config.js | 4 ---- src/pages/distributions.md | 18 ------------------ 2 files changed, 22 deletions(-) delete mode 100644 src/pages/distributions.md diff --git a/docusaurus.config.js b/docusaurus.config.js index fbeede1c..3a0f968c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -92,10 +92,6 @@ return { label: 'Extensions', href: '/extensions', }, - { - label: 'Other distributions', - href: '/distributions', - }, { label: 'Ecosystem', href: '/ecosystem', diff --git a/src/pages/distributions.md b/src/pages/distributions.md deleted file mode 100644 index 62aaf7d8..00000000 --- a/src/pages/distributions.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Other distributions -description: Tweaked versions of OpenRefine distributed by other vendors. -hide_table_of_contents: true ---- - -# Other distributions - -The following distributions have been customized for a specific usage or integration with other technologies. - -| Distribution | Description | Authors | -|--------------|-------------|----------| -| [OpenDataRise](https://github.com/opendatatrentino/OpenDataRise) | Tool to cleanse and semantify datasets from CKAN repositories. Based on OpenRefine. | Open Data in Trentino | -| [p3-batchrefine](https://github.com/fusepoolP3/p3-batchrefine) | BatchRefine adds batch processing capabilities to OpenRefine and support multiple back end including spark | SpazioDati | -| [RefineOnSpark](https://github.com/andreybratus/RefineOnSpark) | RefineOnSpark is a driver program to run OpenRefine jobs on the Spark cluster | SpazioDati | -| [Reconciliation-and-Matching-Framework](https://github.com/RBGKew/Reconciliation-and-Matching-Framework) | A framework to allow the matching of string entities using customised sets of transformations and matchers, plus a tool to produce the necessary configurations and another to expose them as OpenRefine reconciliation services. | RBGKew | -| [Ontotext Refine](https://www.ontotext.com/products/ontotext-refine/) | Ontotext Refine, previously called OntoRefine, is a closed-source data transformation tool based on OpenRefine. It can be used for converting tabular data to RDF using a visual mapper or SPARQL, exporting it as Turtle or importing it to a GraphDB repository directly, using SPARQL queries against a virtual endpoint of Refine data. | Ontotext | -