Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
TextGridLab
RDF Object Plugin
Commits
ac4d85fe
Commit
ac4d85fe
authored
Oct 21, 2020
by
Ubbo Veentjer
Browse files
feature/updatesite
parent
558e55eb
Pipeline
#155480
passed with stages
in 9 minutes and 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
ac4d85fe
image
:
maven:latest
variables
:
MAVEN_CLI_OPTS
:
"
--batch-mode"
MAVEN_OPTS
:
"
-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository
-Dorg.slf4j.simpleLogger.showDateTime=true"
# MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true"
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache
:
key
:
${CI_JOB_NAME}
paths
:
-
.m2/repository
build
:
stage
:
build
script
:
-
mvn $MAVEN_CLI_OPTS package
artifacts
:
paths
:
-
p2repository/target/repository/
pages
:
stage
:
deploy
dependencies
:
-
build
script
:
-
mv p2repository/target/repository public
artifacts
:
paths
:
-
public
# only:
# - main
README.md
View file @
ac4d85fe
...
...
@@ -6,14 +6,6 @@ This is a TextGridLab plugin to connect to a RDF editing form from TextGridLab.
This project uses the
[
Git-Flow Maven plugin
](
https://github.com/aleksandr-m/gitflow-maven-plugin
)
For a list of goals enter
mvn gitflow:help
## Release / Development
This project uses the
[
Git-Flow Maven plugin
](
https://github.com/aleksandr-m/gitflow-maven-plugin
)
For a list of goals enter
mvn gitflow:help
...
...
p2repository/src/main/resources/index.html
0 → 100644
View file @
ac4d85fe
<!DOCTYPE html>
<html
lang=
"en"
class=
"html"
>
<head>
<title>
RDF Object Editor Plugin for TextGridLab
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"https://res.de.dariah.eu/textgrid/css/custom.css"
>
</head>
<body
class=
"html_body"
>
<div
class=
"tg site"
>
<header
class=
"tg header"
>
<div
class=
"tg header_logo"
role=
"banner"
>
<a
href=
"https://textgrid.de/"
title=
"TextGrid"
>
<img
src=
"https://res.de.dariah.eu/textgrid/images/textgrid-logo.svg"
alt=
"TextGrid Logo"
>
</a>
</div>
</header>
<main
class=
"tg main -default"
id=
"content"
>
<div
class=
"tgrep wrap"
>
<div
class=
"tgrep results"
>
<div>
<h1>
RDF Object Editor Plugin for TextGridLab
</h1>
<p>
This is a TextGridLab plugin to connect to a RDF editing form from TextGridLab.
</p>
<p>
To use this plugin activate it from the marketplace inside TextGridLab
or add this location as an update site to TextGridLab.
</p>
</div>
</div>
</div>
</main>
<footer
class=
"tg footer"
role=
"contentinfo"
>
<div
class=
"tg footer_left"
>
<ul>
<li>
<a
class=
"tg footer_contact"
href=
"https://textgrid.de/en/kontakt/"
>
Contact
</a>
</li>
<li><a
href=
"https://de.dariah.eu/impressum"
>
Imprint
</a></li>
<li><a
href=
"https://de.dariah.eu/privacy-policy"
>
Privacy Policy
</a></li>
<li><a
href=
"https://creativecommons.org/licenses/by/4.0/deed.de"
>
CC BY 4.0
</a></li>
</ul>
<ul>
<li><span>
©
TextGrid 2020
</span></li>
</ul>
</div>
<div
class=
"tg footer_right"
>
<div
class=
"tg footer_logos"
>
<ul>
<li>
<a
href=
"https://de.dariah.eu/"
target=
"_blank"
>
<img
class=
"tg footer_logo"
src=
"https://res.de.dariah.eu/textgrid/images/dariah-de-logo.svg"
alt=
"DARIAH-DE"
width=
"147"
height=
"65"
>
</a>
</li>
</ul>
<ul>
<li>
<a
href=
"http://www.tei-c.org/"
target=
"_blank"
>
<img
class=
"tg footer_logo"
src=
"https://res.de.dariah.eu/textgrid/images/tei-logo.svg"
alt=
"TEI - Text Encoding Initiative"
width=
"59"
height=
"65"
>
</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment