Skip to content

Commit

Permalink
Merge remote-tracking branch 'new/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Jun 30, 2023
2 parents fd8240b + 006bc08 commit 206e03a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .howfairis.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
skip_registry_checks_reason : "will be registered in NFDI4Culture Registry for Tools & Services"
skip_registry_checks_reason : "registered in NFDI4Culture Registry for Tools & Services at https://nfdi4culture.de/de/ressourcen/registry/details/teigarage"
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@
[![Docker](https://img.shields.io/docker/pulls/teic/teigarage)](https://hub.docker.com/r/teic/teigarage)
[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)](https://fair-software.eu)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6925/badge)](https://bestpractices.coreinfrastructure.org/projects/6925)
[![NFDI4C Registry](https://img.shields.io/badge/included%20in%20NFDI4C%20registry-64BEA0)](https://nfdi4culture.de/resources/registry/details/teigarage)

<!-- TABLE OF CONTENTS -->
## Table of Contents

* [About the Project](#about)
* [How to use](#how-to-use)
* [Installation](#installation)
* [With Docker](#installing-with-docker)
* [Without Docker](#installing-without-docker)
* [Building with Maven](#building-with-maven)


# About

TEIGarage is a webservice and RESTful service to transform, convert and validate various formats, focussing on the [TEI](https://tei-c.org/) format.
Expand All @@ -25,6 +28,14 @@ Further information on the **code structure** of MEIGarage and TEIGarage can be

A running instance of TEIGarage can be found at [teigarage.tei-c.org](https://teigarage.tei-c.org/).

# How to use

Open API documentation can be found at https://github.com/TEIC/TEIGarage/blob/main/src/main/webapp/openapi.json or at the running instance https://teigarage.tei-c.org/ege-webservice/. A curl example call to the API to convert an existing .docx to a TEI file looks like

```
curl -o output.xml -F upload=@input.docx https://teigarage.tei-c.org/ege-webservice/Conversions/docx%3Aapplication%3Avnd.openxmlformats-officedocument.wordprocessingml.document/TEI%3Atext%3Axml/
```

# Installation

## Installing with Docker
Expand Down

0 comments on commit 206e03a

Please sign in to comment.