https://github.com/acdh-oeaw/imprint-service

ACDH-CH Imprint Service

https://github.com/acdh-oeaw/imprint-service

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary

Keywords

frontend
Last synced: 8 months ago · JSON representation

Repository

ACDH-CH Imprint Service

Basic Info
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Topics
frontend
Created over 2 years ago · Last pushed 10 months ago
Metadata Files
Readme License Codeowners

readme.md

imprint service

service to retrieve acdh imprint text as html or markdown.

how to use

request the imprint by providing a redmine service id to https://imprint.acdh.oeaw.ac.at/:service-id.

example:

bash curl "https://imprint.acdh.oeaw.ac.at/21966"

by default, the service returns the imprint text as html in english.

options

the following options can be set via url query string:

  • format: "html" | "markdown" | "xhtml": request the imprint text as either "html", "xhtml" or "markdown". default: "html". example: https://imprint.acdh.oeaw.ac.at/21966/?format=markdown
  • locale: "de" | "en": request the imprint text in either german ("de") or english ("en"). default: "en". example: https://imprint.acdh.oeaw.ac.at/21966/?locale=de

custom text

custom text for "copyright notice", "matomo notice", "project nature", "responsible persons", and "website-aim" can be provided via the "ImprintParams" custom yaml field in the redmine service issue. note: to use line-breaks in yaml, mark the text block with a "literal block style" indicator |-.

how to run locally

prerequisites:

set required environment variables in .env:

bash cp .env.example .env

run a development server at http://localhost:3000:

bash pnpm run dev

Owner

  • Name: Austrian Centre for Digital Humanities & Cultural Heritage
  • Login: acdh-oeaw
  • Kind: organization
  • Email: acdh@oeaw.ac.at
  • Location: Vienna, Austria

GitHub Events

Total
  • Issues event: 5
  • Delete event: 4
  • Push event: 16
  • Pull request event: 7
  • Create event: 3
Last Year
  • Issues event: 5
  • Delete event: 4
  • Push event: 16
  • Pull request event: 7
  • Create event: 3

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 5
  • Total pull requests: 9
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: 21 minutes
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 0.8
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 7
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: 12 minutes
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • csae8092 (3)
  • stefanprobst (1)
  • martinantonmueller (1)
Pull Request Authors
  • stefanprobst (8)
  • csae8092 (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Dependencies

Dockerfile docker
  • node 18-slim build
package.json npm
  • @acdh-oeaw/commitlint-config ^1.0.0 development
  • @acdh-oeaw/eslint-config ^1.0.2 development
  • @acdh-oeaw/eslint-config-node ^1.0.2 development
  • @acdh-oeaw/prettier-config ^1.0.1 development
  • @acdh-oeaw/tsconfig ^1.0.1 development
  • @commitlint/cli ^17.7.1 development
  • @types/cors ^2.8.13 development
  • @types/express ^4.17.17 development
  • dotenv-cli ^7.3.0 development
  • eslint ^8.48.0 development
  • is-ci ^3.0.1 development
  • lint-staged ^14.0.1 development
  • npm-run-all2 ^6.0.6 development
  • prettier ^3.0.3 development
  • supertest ^6.3.3 development
  • tsup ^7.2.0 development
  • tsx ^3.12.7 development
  • typescript ^5.2.2 development
  • undici ^5.23.0 development
  • @acdh-oeaw/lib ^0.1.6
  • cors ^2.8.5
  • express ^4.18.2
  • rehype-stringify ^10.0.0
  • remark-parse ^10.0.2
  • remark-rehype ^10.1.0
  • templite ^1.2.0
  • unified ^11.0.2
  • yaml ^2.3.2
  • zod ^3.22.2
pnpm-lock.yaml npm
  • 609 dependencies