Skip to content

Commit

Permalink
refactor: rename qviewer to tido
Browse files Browse the repository at this point in the history
since the name changed, links and stuff might break, so please be cautious
  • Loading branch information
nwindis committed Jun 23, 2021
1 parent e4c3da1 commit 405330d
Show file tree
Hide file tree
Showing 8 changed files with 26,950 additions and 289 deletions.
6 changes: 3 additions & 3 deletions .ci-scripts/remove_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ if grep -q '"entrypoint": ""' "$FILE"; then
else
echo "Entry point has to be removed."
mkdir -p /tmp/this && cd /tmp/this || exit
git clone [email protected]:subugoe/emo/QViewer.git
cd QViewer || exit
git clone [email protected]:subugoe/emo/tido.git
cd tido || exit
sed -i 's/"entrypoint": ".*"/"entrypoint": ""/' src/index.template.html
git add src/index.template.html && git commit -m "ci: remove entry point" && git push
echo "CONTINUE_BUILD=false" >> build.env
fi
fi
8 changes: 4 additions & 4 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitUrlFormat": "https://gitlab.gwdg.de/subugoe/emo/Qviewer/-/commit/{{hash}}",
"compareUrlFormat": "https://gitlab.gwdg.de/subugoe/emo/Qviewer/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://gitlab.gwdg.de/subugoe/emo/Qviewer/-/issues/{{id}}",
"commitUrlFormat": "https://gitlab.gwdg.de/subugoe/emo/tido/-/commit/{{hash}}",
"compareUrlFormat": "https://gitlab.gwdg.de/subugoe/emo/tido/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://gitlab.gwdg.de/subugoe/emo/tido/-/issues/{{id}}",
"types": [
{"type": "chore", "section":"Chore", "hidden": false},
{"type": "revert", "section":"Reverts", "hidden": false},
Expand All @@ -16,4 +16,4 @@
{"type": "build", "section":"Build System", "hidden": false},
{"type": "ci", "section":"Continuos Integration", "hidden":false}
]
}
}
474 changes: 237 additions & 237 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ Feel free to propose changes whenever the workflow could be improved!

## Issue Tracker

Issues are created and assigned by the project's Product Owner during a sprint planning in the [issue tracker](https://gitlab.gwdg.de/subugoe/emo/QViewer/-/issues).
Issues are created and assigned by the project's Product Owner during a sprint planning in the [issue tracker](https://gitlab.gwdg.de/subugoe/emo/tido/-/issues).
As soon as you start working on a assigned issue, switch its label to `Doing`.
This will cause the issue to be moved into the right list of the repository's [board](https://gitlab.gwdg.de/subugoe/emo/QViewer/-/boards).
This will cause the issue to be moved into the right list of the repository's [board](https://gitlab.gwdg.de/subugoe/emo/tido/-/boards).

## Internal Workflow

### Reporting Bugs or Change Requests

Bugs and change requests are managed by the project's Product Owner.
Please report any problems that aren't related to the bugfix/feature you're working on right now to her/him.
Bug reports can also be handed it via [mail](mailto:gitlab+subugoe-emo-qviewer[email protected]).
Bug reports can also be handed it via [mail](mailto:gitlab+subugoe-emo-tido[email protected]).
She/he will create an issue in the correct repository and ask for assignees in the course of the next sprint planning.

### Git Flow
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Although TIDO is designed as a generic viewer for digital editions, it is curren

This is the reason for "Ahiqar" being mentioned several times in the docs of this repo.

Demo: <https://subugoe.pages.gwdg.de/emo/Qviewer/develop>
Demo: <https://subugoe.pages.gwdg.de/emo/tido/develop>

(For newer branches the demo is deployed in a directory named with branch name lowercased, shortened to 63 bytes, and with everything except `0-9` and `a-z` replaced with `-` (CI_COMMIT_REF_SLUG).
Also the commit short hash can be used to see a demo.
Expand Down Expand Up @@ -125,7 +125,7 @@ npm install -g @vue/cli @vue/cli-service-global @quasar/cli
#### Clone the repository

```bash
git clone [email protected]:subugoe/emo/Qviewer.git
git clone [email protected]:subugoe/emo/tido.git
```

#### Get the dependencies
Expand Down Expand Up @@ -505,8 +505,8 @@ The dockerfile is used for GitLab CI.
It needs to be updated when either `node` or `quasar-cli` should be updated.

```bash
docker build --pull -t docker.gitlab.gwdg.de/subugoe/emo/qviewer/node .
docker push docker.gitlab.gwdg.de/subugoe/emo/qviewer/node
docker build --pull -t docker.gitlab.gwdg.de/subugoe/emo/tido/node .
docker push docker.gitlab.gwdg.de/subugoe/emo/tido/node
```

## Connecting the Viewer to a Backend
Expand All @@ -530,8 +530,8 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc

## Versioning

We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://gitlab.gwdg.de/subugoe/emo/Qviewer/-/tags).
We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://gitlab.gwdg.de/subugoe/emo/tido/-/tags).

## Authors

See the list of [contributors](https://gitlab.gwdg.de/subugoe/emo/Qviewer/-/graphs/develop) who participated in this project.
See the list of [contributors](https://gitlab.gwdg.de/subugoe/emo/tido/-/graphs/develop) who participated in this project.
Loading

0 comments on commit 405330d

Please sign in to comment.