From e2e367087c9533f8c856be8526ab0a0745a64f4e Mon Sep 17 00:00:00 2001 From: David Schneider Date: Thu, 8 Jun 2017 09:49:45 +0200 Subject: [PATCH 1/4] =?UTF-8?q?Bump=20version:=201.6.0=20=E2=86=92=201.7.0?= =?UTF-8?q?-dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .travis.yml | 6 +++--- Makefile | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9f507d8..37f1e57 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.7.0-dev parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P\w+))? tag = False commit = True diff --git a/.travis.yml b/.travis.yml index b10ebdc..8181854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ before_script: script: - make travis after_success: - - cp handbook-1.6.0.pdf latest.pdf - - cp handbook-1.6.0.html latest.html - - travis-custom-deploy sftp handbook-1.6.0.pdf handbook-1.6.0.html latest.pdf latest.html + - cp handbook-1.7.0-dev.pdf latest.pdf + - cp handbook-1.7.0-dev.html latest.html + - travis-custom-deploy sftp handbook-1.7.0-dev.pdf handbook-1.7.0-dev.html latest.pdf latest.html notification: email: on_success: never diff --git a/Makefile b/Makefile index 7647533..44f04bc 100644 --- a/Makefile +++ b/Makefile @@ -1,23 +1,23 @@ MARKDOWN=$(filter-out README.md,$(wildcard *.md)) default: handbook.pdf handbook.html -travis: handbook-1.6.0.html handbook-1.6.0.pdf +travis: handbook-1.7.0-dev.html handbook-1.7.0-dev.pdf .PHONY: dependencies dependencies: git submodule update --init -handbook-1.6.0.html: $(MARKDOWN) dependencies +handbook-1.7.0-dev.html: $(MARKDOWN) dependencies pandoc -f markdown -t html --css=markdown-css-themes/markdown10.css \ --standalone --self-contained $(MARKDOWN) -o $@ -handbook.html: handbook-1.6.0.html +handbook.html: handbook-1.7.0-dev.html cp $< $@ -handbook-1.6.0.pdf: $(MARKDOWN) +handbook-1.7.0-dev.pdf: $(MARKDOWN) pandoc --standalone -f markdown -t latex $(MARKDOWN) -o $@ -handbook.pdf: handbook-1.6.0.pdf +handbook.pdf: handbook-1.7.0-dev.pdf cp $< $@ clean: From 0de7ae69d8a89e20a38123bcd3cf47ec82da1385 Mon Sep 17 00:00:00 2001 From: David Schneider Date: Thu, 8 Jun 2017 09:49:45 +0200 Subject: [PATCH 2/4] Updated version numbers to snapshot. --- dokumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dokumentation.md b/dokumentation.md index 6f8a2f4..7c615fc 100755 --- a/dokumentation.md +++ b/dokumentation.md @@ -74,7 +74,7 @@ Das Planungswerkzeug für überschneidungsfreies Studieren besteht aus **vier Ha 1. **Zwei XML-Dokumente ( Modulbaum und Moduldaten)** ([Download](https://github.com/plues/data/tree/develop/raw)) -2. **Mincer zum Zusammenfügen der Dokumente** ([Windows](https://github.com/plues/mincer/releases/download/3.0.0/mincer-3.0.0.exe) [MacOs/Linux](https://github.com/plues/mincer/releases/download/3.0.0/mincer-3.0.0-standalone.jar)) +2. **Mincer zum Zusammenfügen der Dokumente** ([Windows](https://www3.hhu.de/stups/downloads/plues/mincer/mincer-3.1.0-SNAPSHOT.exe) [MacOs/Linux](https://www3.hhu.de/stups/downloads/plues/mincer/mincer-3.1.0-SNAPSHOT-standalone.jar)) 3. **SQlite-Datenbank** ([Download](https://github.com/plues/data/releases/tag/3.0.0)) From 11011d95fd36b5c3751c0861b94c6daa69925c28 Mon Sep 17 00:00:00 2001 From: David Schneider Date: Tue, 25 Jul 2017 08:35:59 +0200 Subject: [PATCH 3/4] =?UTF-8?q?Bump=20version:=201.7.0-dev=20=E2=86=92=201?= =?UTF-8?q?.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .travis.yml | 6 +++--- Makefile | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 37f1e57..711af60 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0-dev +current_version = 1.7.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P\w+))? tag = False commit = True diff --git a/.travis.yml b/.travis.yml index 8181854..e8da7ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ before_script: script: - make travis after_success: - - cp handbook-1.7.0-dev.pdf latest.pdf - - cp handbook-1.7.0-dev.html latest.html - - travis-custom-deploy sftp handbook-1.7.0-dev.pdf handbook-1.7.0-dev.html latest.pdf latest.html + - cp handbook-1.7.0.pdf latest.pdf + - cp handbook-1.7.0.html latest.html + - travis-custom-deploy sftp handbook-1.7.0.pdf handbook-1.7.0.html latest.pdf latest.html notification: email: on_success: never diff --git a/Makefile b/Makefile index 44f04bc..76a4a7a 100644 --- a/Makefile +++ b/Makefile @@ -1,23 +1,23 @@ MARKDOWN=$(filter-out README.md,$(wildcard *.md)) default: handbook.pdf handbook.html -travis: handbook-1.7.0-dev.html handbook-1.7.0-dev.pdf +travis: handbook-1.7.0.html handbook-1.7.0.pdf .PHONY: dependencies dependencies: git submodule update --init -handbook-1.7.0-dev.html: $(MARKDOWN) dependencies +handbook-1.7.0.html: $(MARKDOWN) dependencies pandoc -f markdown -t html --css=markdown-css-themes/markdown10.css \ --standalone --self-contained $(MARKDOWN) -o $@ -handbook.html: handbook-1.7.0-dev.html +handbook.html: handbook-1.7.0.html cp $< $@ -handbook-1.7.0-dev.pdf: $(MARKDOWN) +handbook-1.7.0.pdf: $(MARKDOWN) pandoc --standalone -f markdown -t latex $(MARKDOWN) -o $@ -handbook.pdf: handbook-1.7.0-dev.pdf +handbook.pdf: handbook-1.7.0.pdf cp $< $@ clean: From 838a82b7dd67f8304cdbbf9e21c0a45ac13a90ea Mon Sep 17 00:00:00 2001 From: David Schneider Date: Tue, 25 Jul 2017 08:36:07 +0200 Subject: [PATCH 4/4] Updated version numbers. --- dokumentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dokumentation.md b/dokumentation.md index 7c615fc..72a7410 100755 --- a/dokumentation.md +++ b/dokumentation.md @@ -74,11 +74,11 @@ Das Planungswerkzeug für überschneidungsfreies Studieren besteht aus **vier Ha 1. **Zwei XML-Dokumente ( Modulbaum und Moduldaten)** ([Download](https://github.com/plues/data/tree/develop/raw)) -2. **Mincer zum Zusammenfügen der Dokumente** ([Windows](https://www3.hhu.de/stups/downloads/plues/mincer/mincer-3.1.0-SNAPSHOT.exe) [MacOs/Linux](https://www3.hhu.de/stups/downloads/plues/mincer/mincer-3.1.0-SNAPSHOT-standalone.jar)) +2. **Mincer zum Zusammenfügen der Dokumente** ([Windows](https://github.com/plues/mincer/releases/download/3.1.0/mincer-3.1.0.exe) [MacOs/Linux](https://github.com/plues/mincer/releases/download/3.1.0/mincer-3.1.0-standalone.jar)) 3. **SQlite-Datenbank** ([Download](https://github.com/plues/data/releases/tag/3.0.0)) -4. **Hauptanwendung** ([Download](https://github.com/plues/plues/releases/tag/2.4.0)) +4. **Hauptanwendung** ([Download](https://github.com/plues/plues/releases/tag/2.5.0)) Als Grundlage dienen zwei XML-Dokumente, der Modulbaum und die Moduldaten. Diese enthalten alle relevanten Informationen der einzelnen Kurse und Module eines Studienganges, sowie die genauen Veranstaltungszeiten. Die Anwendung mincer fügt diese beiden Dateien zu einer gemeinsamen SQlite- Datenbank zusammen, welche als Grundlage für die Hauptanwendung dient. Nachdem die SQlite-Datenbank von der Hauptanwendung geöffnet wurde, ist diese funktionsfähig. @@ -103,7 +103,7 @@ Um ein vernünftiges Arbeiten mit dem Planungswerkzeug für überschneidungsfrei ### 2.1 Starten der Hauptanwendung und Einlesen der Daten -Die Hauptanwendung wird durch die Datei **plues-2.4.0** gestartet. Nach dem Starten erscheint folgender Bildschirm: +Die Hauptanwendung wird durch die Datei **plues-2.5.0** gestartet. Nach dem Starten erscheint folgender Bildschirm: ![](images/hauptanwendung1.png)