From 776aad631683297c04a9f0d2d0104553b12510d7 Mon Sep 17 00:00:00 2001 From: Florian Rademacher Date: Thu, 10 Aug 2023 11:16:20 +0200 Subject: [PATCH] docs: remove documentation links from downloads page to fix linkchecker complaints --- docs/Download.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/Download.md b/docs/Download.md index 6b985d4644..3b2711b6b7 100644 --- a/docs/Download.md +++ b/docs/Download.md @@ -16,25 +16,25 @@ The following tools for MontiCore can be used from the command line and thus e.g } -| Artifact | Description | Download | -| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :---------------------------------------------------------------------------------: | -| MontiCore Tool | Tool for processing grammars. | [Download JAR](https://www.monticore.de/download/monticore.jar) | -| MontiCore Runtime | MontiCore's runtime library. | [Download JAR](https://www.monticore.de/download/monticore-rt.jar) | -| Automaton Example Project | Example project that can be used with the MontiCore CLI tool. | [Download JAR](https://www.monticore.de/download/aut.tar.gz) | -| Automaton Example Project in Gradle | Example project that can be used with Gradle. | [Download JAR](https://www.monticore.de/download/Automaton.zip) | -| CD Tool | Parser, well-formedness checker, printer, semantic and syntactic differencing, merging for the [MontiCore Class Diagrams](https://github.com/MontiCore/cd4analysis#readme) using the [command line](https://github.com/MontiCore/cd4analysis#command-line-interface-tool). | [Download JAR](https://www.monticore.de/download/MCCD.jar) | -| FACT Tool | Analyses against [MontiCore Feature Diagrams](https://github.com/MontiCore/feature-diagram#readme) and feature configuration both via [command line and Java API](https://github.com/MontiCore/feature-diagram#the-featuremodelanalysisclitool). | [Download JAR](https://www.monticore.de/download/MCFACT.jar) | -| FeatureConfiguration Tool | Provides fine-grained options for processing [MontiCore Feature Configuration Models](https://github.com/MontiCore/feature-diagram#readme) both via [command line and Java API](https://github.com/MontiCore/feature-diagram#the-featureconfiguration-tool). | [Download JAR](https://www.monticore.de/download/MCFeatureConfiguration.jar) | -| FeatureConfigurationPartial Tool | Provides fine-grained options for processing [partial MontiCore Feature Configuration Models](https://github.com/MontiCore/feature-diagram#readme) both via [command line and Java API](https://github.com/MontiCore/feature-diagram#the-featureconfigurationpartial-tool). | [Download JAR](https://www.monticore.de/download/MCFeatureConfigurationPartial.jar) | -| FeatureDiagram Tool | Provides fine-grained options for processing [MontiCore Feature Diagram Models](https://github.com/MontiCore/feature-diagram#readme) both via [command line and Java API](https://github.com/MontiCore/feature-diagram#the-featurediagram-tool). | [Download JAR](https://www.monticore.de/download/MCFeatureDiagram.jar) | -| MLC Tool | Tool for grouping MontiCore language components. | [Download JAR](https://www.monticore.de/download/MCMLC.jar) | -| OCL Tool | Parser, well-formedness checker, printer for the [MontiCore Object Constraint Language](https://github.com/MontiCore/ocl#readme) using the [command line](https://github.com/MontiCore/ocl#tutorial-getting-started-using-the-ocl-tool). | [Download JAR](https://www.monticore.de/download/MCOCL.jar) | -| OD4Data Tool | Parser, well-formedness checker, printer for the [MontiCore Object Diagram language](https://github.com/MontiCore/object-diagram#readme) using the [command line](https://github.com/MontiCore/object-diagram#tutorial-getting-started-using-the-od-tool). | [Download JAR](https://www.monticore.de/download/MCOD4Data.jar) | -| OD4Report Tool | Parser, well-formedness checker, printer for the extended [MontiCore Object Diagram language](https://github.com/MontiCore/object-diagram#readme), which focuses on generated reports and artifact-based analyses, using the [command line](https://github.com/MontiCore/object-diagram#tutorial-getting-started-using-the-od-tool). | [Download JAR](https://www.monticore.de/download/MCOD4Report.jar) | -| SD4Development Tool | Parser, well-formedness checker, printer, semantic differencing for the [MontiCore Sequence Diagram language](https://github.com/MontiCore/sequence-diagram#readme) using the [command line](https://github.com/MontiCore/sequence-diagram#tutorial-getting-started-using-the-sd-tool). | [Download JAR](https://www.monticore.de/download/MCSD4Development.jar) | -| Statecharts Tool | Provides fine-grained options for processing [MontiCore Statechart Models](https://github.com/MontiCore/statecharts#readme) using the [command line](https://github.com/MontiCore/statecharts#tool-parameters). | [Download JAR](https://www.monticore.de/download/MCStatecharts.jar) | -| JSON Tool | Parser, well-formedness checker, printer, object diagram exporter for the [MontiCore JSON language](https://github.com/MontiCore/json#readme) using the [command line](https://github.com/MontiCore/json/blob/develop/src/main/grammars/de/monticore/lang/json.md#usage). | [Download JAR](https://www.monticore.de/download/MCJSON.jar) | -| XML Tool | Tool for the [MontiCore XML language](https://github.com/MontiCore/xml#readme). | [Download JAR](https://www.monticore.de/download/MCXML.jar) | +| Artifact | Description | Download | +| ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| :---------------------------------------------------------------------------------: | +| MontiCore Tool | Tool for processing grammars. | [Download JAR](https://www.monticore.de/download/monticore.jar) | +| MontiCore Runtime | MontiCore's runtime library. | [Download JAR](https://www.monticore.de/download/monticore-rt.jar) | +| Automaton Example Project | Example project that can be used with the MontiCore CLI tool. | [Download JAR](https://www.monticore.de/download/aut.tar.gz) | +| Automaton Example Project in Gradle | Example project that can be used with Gradle. | [Download JAR](https://www.monticore.de/download/Automaton.zip) | +| CD Tool | Parser, well-formedness checker, printer, semantic and syntactic differencing, merging for the [MontiCore Class Diagrams](https://github.com/MontiCore/cd4analysis#readme) using the command line. | [Download JAR](https://www.monticore.de/download/MCCD.jar) | +| FACT Tool | Analyses against [MontiCore Feature Diagrams](https://github.com/MontiCore/feature-diagram#readme) and feature configuration both via command line and Java API. | [Download JAR](https://www.monticore.de/download/MCFACT.jar) | +| FeatureConfiguration Tool | Provides fine-grained options for processing [MontiCore Feature Configuration Models](https://github.com/MontiCore/feature-diagram#readme) both via command line and Java API. | [Download JAR](https://www.monticore.de/download/MCFeatureConfiguration.jar) | +| FeatureConfigurationPartial Tool | Provides fine-grained options for processing [partial MontiCore Feature Configuration Models](https://github.com/MontiCore/feature-diagram#readme) both via command line and Java API. | [Download JAR](https://www.monticore.de/download/MCFeatureConfigurationPartial.jar) | +| FeatureDiagram Tool | Provides fine-grained options for processing [MontiCore Feature Diagram Models](https://github.com/MontiCore/feature-diagram#readme) both via command line and Java API. | [Download JAR](https://www.monticore.de/download/MCFeatureDiagram.jar) | +| MLC Tool | Tool for grouping MontiCore language components. | [Download JAR](https://www.monticore.de/download/MCMLC.jar) | +| OCL Tool | Parser, well-formedness checker, printer for the [MontiCore Object Constraint Language](https://github.com/MontiCore/ocl#readme) using the command line. | [Download JAR](https://www.monticore.de/download/MCOCL.jar) | +| OD4Data Tool | Parser, well-formedness checker, printer for the [MontiCore Object Diagram language](https://github.com/MontiCore/object-diagram#readme) using the command line. | [Download JAR](https://www.monticore.de/download/MCOD4Data.jar) | +| OD4Report Tool | Parser, well-formedness checker, printer for the extended [MontiCore Object Diagram language](https://github.com/MontiCore/object-diagram#readme), which focuses on generated reports and artifact-based analyses, using the command line. | [Download JAR](https://www.monticore.de/download/MCOD4Report.jar) | +| SD4Development Tool | Parser, well-formedness checker, printer, semantic differencing for the [MontiCore Sequence Diagram language](https://github.com/MontiCore/sequence-diagram#readme) using the command line. | [Download JAR](https://www.monticore.de/download/MCSD4Development.jar) | +| Statecharts Tool | Provides fine-grained options for processing [MontiCore Statechart Models](https://github.com/MontiCore/statecharts#readme) using the command line. | [Download JAR](https://www.monticore.de/download/MCStatecharts.jar) | +| JSON Tool | Parser, well-formedness checker, printer, object diagram exporter for the [MontiCore JSON language](https://github.com/MontiCore/json#readme) using the [command line](https://github.com/MontiCore/json/blob/develop/src/main/grammars/de/monticore/lang/json.md#usage). | [Download JAR](https://www.monticore.de/download/MCJSON.jar) | +| XML Tool | Tool for the [MontiCore XML language](https://github.com/MontiCore/xml#readme). | [Download JAR](https://www.monticore.de/download/MCXML.jar) | Please note the [MontiCore 3-Level License](../00.org/Licenses/LICENSE-MONTICORE-3-LEVEL.md) of these tools.