Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
1e0289cf
Commit
1e0289cf
authored
Jan 21, 2018
by
Alexander Weigl
Browse files
website is ready
parent
a7eca2f3
Pipeline
#17120
passed with stages
in 8 minutes and 56 seconds
Changes
13
Pipelines
1
Show whitespace changes
Inline
Side-by-side
DockFX/pom.xml
View file @
1e0289cf
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
psdbg
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
<relativePath>
..
</relativePath>
</parent>
...
...
keydeps/pom.xml
View file @
1e0289cf
...
...
@@ -6,7 +6,7 @@
<parent>
<artifactId>
psdbg
</artifactId>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
</parent>
<artifactId>
keydeps
</artifactId>
...
...
lang/pom.xml
View file @
1e0289cf
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
psdbg
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
<relativePath>
..
</relativePath>
</parent>
...
...
lint/pom.xml
View file @
1e0289cf
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
psdbg
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
<relativePath>
..
</relativePath>
</parent>
...
...
@@ -60,13 +60,13 @@
<dependency>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
lang
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
</dependency>
<dependency>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
rt
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
</dependency>
</dependencies>
...
...
matcher/pom.xml
View file @
1e0289cf
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
psdbg
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
<relativePath>
..
</relativePath>
</parent>
...
...
rt-key/pom.xml
View file @
1e0289cf
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
psdbg
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
<relativePath>
..
</relativePath>
</parent>
...
...
@@ -17,7 +17,7 @@
<dependency>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
rt
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
</dependency>
<dependency>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
...
...
@@ -27,7 +27,7 @@
<dependency>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
matcher
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
</dependency>
</dependencies>
</project>
rt/pom.xml
View file @
1e0289cf
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
psdbg
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
<relativePath>
..
</relativePath>
</parent>
...
...
@@ -16,7 +16,7 @@
<dependency>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
lang
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
</dependency>
</dependencies>
...
...
ui/pom.xml
View file @
1e0289cf
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
psdbg
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
<relativePath>
..
</relativePath>
</parent>
...
...
@@ -51,12 +51,12 @@
<dependency>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
rt-key
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
</dependency>
<dependency>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
matcher
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
</dependency>
<dependency>
<groupId>
org.dockfx
</groupId>
...
...
@@ -66,7 +66,7 @@
<dependency>
<groupId>
edu.kit.iti.formal.psdbg
</groupId>
<artifactId>
lint
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<version>
1.0-FM
</version>
</dependency>
</dependencies>
...
...
website/docs/index.md
View file @
1e0289cf
<style>
#content {
width:
6
0em;
width:
5
0em;
margin: auto;
border: 1px #ccc solid;
border-bottom-left-radius: 2em;
...
...
@@ -23,17 +23,18 @@
img.thumb {
width:100%;
border-radius:
1
50
px
;
border-radius:50
%
;
}
.column h3 {
text-align:center;
}
div.feature-caption {
text-align: block;
text-align: justify;
font-size: 80%;
font-weight:bold;
}
</style>
...
...
@@ -72,6 +73,14 @@ the analysis of failed proof attempts.
A full description of the language and debugging-concept
is published at
[
HVC 2017
](
http://rdcu.be/E4fF
)
## Debugging Quicksort
<center>
<video
width=
"80%"
controls
>
<source
src=
"quicksort.webm"
type=
"video/webm"
>
Your browser does not support the video tag or WebM.
</video>
</center>
## Features
...
...
@@ -128,8 +137,6 @@ is published at [HVC 2017](http://rdcu.be/E4fF)
<div
style=
"clear: both;"
/>
<h2>
Getting Started
</h2>
<h2>
Downloads
</h2>
<ul>
...
...
@@ -140,7 +147,9 @@ is published at [HVC 2017](http://rdcu.be/E4fF)
Including examples and all dependencies.
<br>
<a
href=
"https://www.gnu.org/licenses/gpl-3.0.txt"
>
License: GPLv3
</a>
<a
href=
"THIRD_PARTIES/"
>
Third Party Licenses
</a>
<a
href=
"thirdparty.txt"
>
Third Party Licenses
</a>
<br>
Executable with
<code>
java -jar psdbg-1.0-fm.jar
</code>
</li>
</ul>
...
...
website/docs/psdbg-1.0-fm.jar
0 → 100644
View file @
1e0289cf
File added
website/docs/quicksort.webm
0 → 100644
View file @
1e0289cf
File added
website/docs/
THIRD_PARTIES.md
→
website/docs/
thirdparty.txt
View file @
1e0289cf
File moved
website/kit_theme/main.html
View file @
1e0289cf
...
...
@@ -32,7 +32,7 @@
display
:
none
;
}
body
{
width
:
80%
;
width
:
60em
;
margin
:
auto
;
padding
:
1em
;
}
...
...
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