From 231eb9c27d5d0e42b788d407433b9a09671281d4 Mon Sep 17 00:00:00 2001 From: schmidt Date: Mon, 6 Mar 2017 12:06:32 +0100 Subject: [PATCH 1/4] =?UTF-8?q?Bump=20version:=201.3.0=20=E2=86=92=201.4.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 f85c7bf..ea0f629 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.4.0-dev parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P\w+))? tag = False commit = True diff --git a/.travis.yml b/.travis.yml index f0dd9e8..2b5fb40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ before_script: script: - make travis after_success: - - cp handbook-1.3.0.pdf latest.pdf - - cp handbook-1.3.0.html latest.html - - travis-custom-deploy sftp handbook-1.3.0.pdf handbook-1.3.0.html latest.pdf latest.html + - cp handbook-1.4.0-dev.pdf latest.pdf + - cp handbook-1.4.0-dev.html latest.html + - travis-custom-deploy sftp handbook-1.4.0-dev.pdf handbook-1.4.0-dev.html latest.pdf latest.html notification: email: on_success: never diff --git a/Makefile b/Makefile index 6dd4f99..6341d54 100644 --- a/Makefile +++ b/Makefile @@ -1,23 +1,23 @@ MARKDOWN=$(filter-out README.md,$(wildcard *.md)) default: handbook.pdf handbook.html -travis: handbook-1.3.0.html handbook-1.3.0.pdf +travis: handbook-1.4.0-dev.html handbook-1.4.0-dev.pdf .PHONY: dependencies dependencies: git submodule update --init -handbook-1.3.0.html: $(MARKDOWN) dependencies +handbook-1.4.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.3.0.html +handbook.html: handbook-1.4.0-dev.html cp $< $@ -handbook-1.3.0.pdf: $(MARKDOWN) +handbook-1.4.0-dev.pdf: $(MARKDOWN) pandoc --standalone -f markdown -t latex $(MARKDOWN) -o $@ -handbook.pdf: handbook-1.3.0.pdf +handbook.pdf: handbook-1.4.0-dev.pdf cp $< $@ clean: From 8225ac91c594000d85f0fdf0889704978857b213 Mon Sep 17 00:00:00 2001 From: schmidt Date: Mon, 6 Mar 2017 12:09:10 +0100 Subject: [PATCH 2/4] update versions to develop --- dokumentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dokumentation.md b/dokumentation.md index ac256e8..f9aba48 100755 --- a/dokumentation.md +++ b/dokumentation.md @@ -72,9 +72,9 @@ Das Planungswerkzeug für überschneidungsfreies Studieren besteht aus **vier Hauptbestandteilen**: -1. **Zwei XML-Dokumente ( Modulbaum und Moduldaten)** ([Download](https://github.com/plues/data/tree/master/raw)) +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-2.3.0.exe) [MacOs/Linux](https://www3.hhu.de/stups/downloads/plues/mincer/mincer-2.3.0-standalone.jar)) +2. **Mincer zum Zusammenfügen der Dokumente** ([Windows](https://www3.hhu.de/stups/downloads/plues/mincer/mincer-2.4.0-SNAPSHOT.exe) [MacOs/Linux](https://www3.hhu.de/stups/downloads/plues/mincer/mincer-2.4.0-SNAPSHOT-standalone.jar)) 3. **SQlite-Datenbank** ([Download](https://github.com/plues/data/releases/tag/2.4.0)) @@ -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.1.0** gestartet. Nach dem Starten erscheint folgender Bildschirm: +Die Hauptanwendung wird durch die Datei **plues-2.2.0-SNAPSHOT** gestartet. Nach dem Starten erscheint folgender Bildschirm: ![](hauptanwendung1.jpg) From 11b82aef6470e4bcef097ee7e54e3167294b2794 Mon Sep 17 00:00:00 2001 From: schmidt Date: Mon, 10 Apr 2017 14:47:47 +0200 Subject: [PATCH 3/4] =?UTF-8?q?Bump=20version:=201.4.0-dev=20=E2=86=92=201?= =?UTF-8?q?.4.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 ea0f629..d8d3912 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0-dev +current_version = 1.4.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P\w+))? tag = False commit = True diff --git a/.travis.yml b/.travis.yml index 2b5fb40..33adb02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ before_script: script: - make travis after_success: - - cp handbook-1.4.0-dev.pdf latest.pdf - - cp handbook-1.4.0-dev.html latest.html - - travis-custom-deploy sftp handbook-1.4.0-dev.pdf handbook-1.4.0-dev.html latest.pdf latest.html + - cp handbook-1.4.0.pdf latest.pdf + - cp handbook-1.4.0.html latest.html + - travis-custom-deploy sftp handbook-1.4.0.pdf handbook-1.4.0.html latest.pdf latest.html notification: email: on_success: never diff --git a/Makefile b/Makefile index 6341d54..8b66f52 100644 --- a/Makefile +++ b/Makefile @@ -1,23 +1,23 @@ MARKDOWN=$(filter-out README.md,$(wildcard *.md)) default: handbook.pdf handbook.html -travis: handbook-1.4.0-dev.html handbook-1.4.0-dev.pdf +travis: handbook-1.4.0.html handbook-1.4.0.pdf .PHONY: dependencies dependencies: git submodule update --init -handbook-1.4.0-dev.html: $(MARKDOWN) dependencies +handbook-1.4.0.html: $(MARKDOWN) dependencies pandoc -f markdown -t html --css=markdown-css-themes/markdown10.css \ --standalone --self-contained $(MARKDOWN) -o $@ -handbook.html: handbook-1.4.0-dev.html +handbook.html: handbook-1.4.0.html cp $< $@ -handbook-1.4.0-dev.pdf: $(MARKDOWN) +handbook-1.4.0.pdf: $(MARKDOWN) pandoc --standalone -f markdown -t latex $(MARKDOWN) -o $@ -handbook.pdf: handbook-1.4.0-dev.pdf +handbook.pdf: handbook-1.4.0.pdf cp $< $@ clean: From ac962594fb4a7aed4b47ad402bdb1185dc204a1c Mon Sep 17 00:00:00 2001 From: schmidt Date: Mon, 10 Apr 2017 14:47:51 +0200 Subject: [PATCH 4/4] Updated version numbers. --- dokumentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dokumentation.md b/dokumentation.md index 9629d3e..77cc55f 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-2.3.0-SNAPSHOT.exe) [MacOs/Linux](https://www3.hhu.de/stups/downloads/plues/mincer/mincer-2.3.0-SNAPSHOT-standalone.jar)) +2. **Mincer zum Zusammenfügen der Dokumente** ([Windows](https://github.com/plues/mincer/releases/download/2.3.0/mincer-2.3.0.exe) [MacOs/Linux](https://github.com/plues/mincer/releases/download/2.3.0/mincer-2.3.0-standalone.jar)) -3. **SQlite-Datenbank** ([Download](https://github.com/plues/data/releases/tag/2.4.0)) +3. **SQlite-Datenbank** ([Download](https://github.com/plues/data/releases/tag/2.5.0)) -4. **Hauptanwendung** ([Download](https://github.com/plues/plues/releases/tag/2.1.0)) +4. **Hauptanwendung** ([Download](https://github.com/plues/plues/releases/tag/2.2.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.2.0-SNAPSHOT** gestartet. Nach dem Starten erscheint folgender Bildschirm: +Die Hauptanwendung wird durch die Datei **plues-2.2.0** gestartet. Nach dem Starten erscheint folgender Bildschirm: ![](hauptanwendung1.jpg)