Skip to content

Commit

Permalink
Rename QAD to DASH
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatansteller committed Aug 1, 2024
1 parent 6164b52 commit 1da7ac9
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cff-version: 1.2.0
title: QAD
title: DASH
message: >-
If you use this software, please cite it using the
metadata from this file.
Expand All @@ -10,7 +10,7 @@ authors:
email: jonatan.steller@adwmainz.de
affiliation: Academy of Sciences and Literature Mainz
orcid: 'https://orcid.org/0000-0002-5101-5275'
- name: "QAD contributors"
- name: "DASH contributors"
repository-code: >-
https://github.com/digicademy/vis
abstract: >-
Expand All @@ -22,7 +22,7 @@ abstract: >-
configure scheduled or manually triggered tasks that
check custom patterns across tables and fields. QA
information may also be collected in dashboards that
help editors find and complete faulty data. QAD is
help editors find and complete faulty data. DASH is
compatible with, but not explicitly a part of, the
Cultural Heritage Framework (CHF), a research software
suite that helps you build web apps to produce and
Expand Down
14 changes: 7 additions & 7 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

.. _start:

===
QAD
===
====
DASH
====

:Extension key:
qad
dash

:Package name:
digicademy/qad
digicademy/dash

:Version:
|release|
Expand All @@ -20,7 +20,7 @@ QAD

:Author:
`Jonatan Jalle Steller <mailto:jonatan.steller@adwmainz.de>`__,
QAD contributors
DASH contributors

:License:
This document is published under the
Expand All @@ -38,7 +38,7 @@ needs to be flexible but editors should adhere to specific guidelines when
they add or edit data. The extension allows you to configure scheduled or
manually triggered tasks that check custom patterns across tables and
fields. QA information may also be collected in dashboards that help editors
find and complete faulty data. QAD is compatible with, but not explicitly a
find and complete faulty data. DASH is compatible with, but not explicitly a
part of, the Cultural Heritage Framework (CHF), a research software suite
that helps you build web apps to produce and publish data in the humanities.

Expand Down
16 changes: 8 additions & 8 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
>
<extension
class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
project-home="https://extensions.typo3.org/extension/qad"
project-home="https://extensions.typo3.org/extension/dash"
project-contact="mailto:jonatan.steller@adwmainz.de"
project-repository="https://github.com/digicademy/qad"
project-issues="https://github.com/digicademy/qad/issues"
project-discussions="https://github.com/digicademy/qad/discussions"
project-repository="https://github.com/digicademy/dash"
project-issues="https://github.com/digicademy/dash/issues"
project-discussions="https://github.com/digicademy/dash/discussions"
edit-on-github-branch="main"
edit-on-github="digicademy/qad"
edit-on-github="digicademy/dash"
typo3-core-preferred="stable"
interlink-shortcode="digicademy/qad"
interlink-shortcode="digicademy/dash"
/>
<project
title="QAD"
title="DASH"
version="0.1"
release="0.1.0"
copyright="since 2023 by Jonatan Jalle Steller and QAD contributors"
copyright="since 2023 by Jonatan Jalle Steller and DASH contributors"
/>
</guides>
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
:alt: License: GPL v3
:target: https://www.gnu.org/licenses/gpl-3.0

===
QAD
===
====
DASH
====

This extension provides quality assurance (QA) routines for data stored in
TYPO3 systems. This can be helpful in case a table configuration (TCA)
needs to be flexible but editors should adhere to specific guidelines when
they add or edit data. The extension allows you to configure scheduled or
manually triggered tasks that check custom patterns across tables and
fields. QA information may also be collected in dashboards that help editors
find and complete faulty data. QAD is compatible with, but not explicitly a
find and complete faulty data. DASH is compatible with, but not explicitly a
part of, the Cultural Heritage Framework (CHF), a research software suite
that helps you build web apps to produce and publish data in the humanities.

:Repository: https://github.com/digicademy/qad
:Read online: https://digicademy.github.io/qad
:TER: https://extensions.typo3.org/extension/qad
:Repository: https://github.com/digicademy/dash
:Read online: https://digicademy.github.io/dash
:TER: https://extensions.typo3.org/extension/dash

Roadmap
=======
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "digicademy/qad",
"name": "digicademy/dash",
"type": "typo3-cms-extension",
"description": "Quality assurance routines for research data in TYPO3",
"authors": [
Expand All @@ -10,15 +10,15 @@
"homepage": "https://www.adwmainz.de"
},
{
"name": "QAD contributors"
"name": "DASH contributors"
}
],
"license": "GPL-2.0-or-later",
"homepage": "https://extensions.typo3.org/extension/qad",
"homepage": "https://extensions.typo3.org/extension/dash",
"support": {
"issues": "https://github.com/digicademy/qad/issues",
"source": "https://github.com/digicademy/qad",
"docs": "https://digicademy.github.io/qad"
"issues": "https://github.com/digicademy/dash/issues",
"source": "https://github.com/digicademy/dash",
"docs": "https://digicademy.github.io/dash"
},
"keywords": [
"TYPO3",
Expand All @@ -34,12 +34,12 @@
},
"autoload": {
"psr-4": {
"Digicademy\\QAD\\": "Classes/"
"Digicademy\\DASH\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "qad"
"extension-key": "dash"
}
}
}
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$EM_CONF[$_EXTKEY] = [
'title' => 'QAD',
'title' => 'DASH',
'description' => 'Quality assurance routines for research data in TYPO3',
'category' => 'misc',
'author' => 'Jonatan Jalle Steller',
Expand All @@ -20,7 +20,7 @@
],
'autoload' => [
'psr-4' => [
'Digicademy\\QAD\\' => 'Classes/'
'Digicademy\\DASH\\' => 'Classes/'
]
]
];

0 comments on commit 1da7ac9

Please sign in to comment.