-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
205 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,170 +1,152 @@ | ||
<!doctype html> | ||
<html lang="de"> | ||
<head> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" | ||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" | ||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" | ||
crossorigin="anonymous"> | ||
|
||
|
||
<title>JVerein</title> | ||
</head> | ||
<body> | ||
<main role="main"> <!-- Main jumbotron for a primary marketing message or call to action --> | ||
<div class="jumbotron"> | ||
<div class="container"> | ||
<h1 class="display-3"> | ||
<img src='images/JVereinT.png'> | ||
</h1> | ||
<p> | ||
JVerein ist eine <a href='http://de.wikipedia.org/wiki/Open_Source' | ||
target='_blank'>Open-Source</a>-Vereinsverwaltung mit einer | ||
Anbindung an die ebenfalls unter Open-Source-Lizenz stehende | ||
Homebankingsoftware <a | ||
href='http://www.willuhn.de/products/hibiscus/' target='_blank'>Hibiscus</a>. | ||
</p> | ||
<div class="row"> | ||
<div class="col-md-3"> | ||
<a class="btn btn-primary btn-block" href="https://doku.jverein.de" | ||
role="button"><i class="fas fa-book"></i> Dokumentation</a> | ||
</div> | ||
<div class="col-md-3"> | ||
<a class="btn btn-primary btn-block" | ||
href="https://jverein-forum.de/" role="button"><i | ||
class="fas fa-user-tie"></i> Forum</a> | ||
</div> | ||
<div class="col-md-3"> | ||
<a class="btn btn-primary btn-block" | ||
href="https://doku.jverein.de/allgemein/changelog" role="button"><i | ||
class="fas fa-clipboard-list"></i> Changelog</a> | ||
</div> | ||
<div class="col-md-3"> | ||
<a class="btn btn-primary btn-block" | ||
href="https://doku.jverein.de/allgemein/installation" | ||
role="button"><i class="fas fa-tools"></i> Installation</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<h2>News</h2> | ||
|
||
<b>31.05.2022 Version 2.8.19 veröffentlicht</b> | ||
<p> | ||
Da die Pullrequests nicht mehr integriert wurden, habe ich (<a href='https://github.com/phschoen'>phschoen</a>) eine Fork Organisation erstellt. | ||
Dieser ist <a href='https://github.com/openjverein/jverein'>hier</a> zu finden. | ||
|
||
Ich suche jedoch noch Leute die mithelfen wollen/können, sodass der Fork nicht nur auf | ||
meinen Schulter ruht. Falls jemand Interesse hat einfach ein Issue aufmachen und ich füge | ||
ihn zur <a href='https://github.com/openjverein'>openjverein organisation</a> hinzu. | ||
|
||
Ich habe Heiner auch zu Organisation hinzugefügt, falls er sich einbringen würde wäre das super! | ||
|
||
Um in Jameica auf den Fork umzusteigen, das Repository <code>https://www.jverein.de/updates</code> deaktivieren oder entfernen | ||
und das Repository <code>https://openjverein.github.io/jameica-repository</code> hinzufügen. | ||
|
||
<a href='https://github.com/openjverein/jverein/milestone/1?closed=1'>Changelog</a> | ||
</p> | ||
|
||
<b>23.06.2019 www.jverein.de ist jetzt auch unter https verfügbar</b> | ||
<p> | ||
Die Seite www.jverein.de ist jetzt auch unter https | ||
verfügbar. Das Update-Repository wird in künftigen | ||
Jameica-Versionen auch über https angesprochen. | ||
</p> | ||
|
||
<b>23.06.2019 Version 2.8.18 veröffentlicht</b> | ||
<p> | ||
<a href='https://github.com/jverein/jverein/milestone/2?closed=1'>Changelog</a> | ||
</p> | ||
|
||
<b>21.06.2019 Neue Homepage / Handbuch auf Gitbook V2 migriert</b> | ||
<p> | ||
Die Homepage wurde vom Wiki auf eine simple HTML-Seite umgestellt. | ||
Das Handbuch wurde auf Gitbook V2 migriert und ist jetzt unter | ||
<a href='https://doku.jverein.de'>https://doku.jverein.de</a> | ||
erreichbar. | ||
</p> | ||
|
||
<b>01.05.2017 Handbuch jetzt auf Gitbook</b> | ||
<p> | ||
Das Handbuch ist jetzt auf Gitbook (HTML, PDF, ePub und | ||
Mobile) verfügbar. Da es Probleme mit dem Git bei SourceForge gab, | ||
habe ich ein neues Repository bei Github angelegt. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="container"> | ||
<!-- Example row of columns --> | ||
<div class="row"> | ||
<div class="col-md-4"> | ||
<h2>Datenbank</h2> | ||
<p> | ||
Als Datenbank kommt standardmäßig die OpenSource <a | ||
href='http://www.h2database.com/' target='_blank'>Datenbank H2</a> | ||
zum Einsatz, auf die auch direkt aus den Office-Paketen <a | ||
href='http://www.openoffice.org/de/' target='_blank'>OpenOffice</a>/<a | ||
href='http://de.libreoffice.org/' target='_blank'>LibreOffice</a> | ||
zugegriffen werden kann. Dies macht das Gesamtpaket sehr offen und | ||
flexibel. Alternativ kann auch <a href='http://www.mysql.de/' | ||
target='_blank'>MySQL</a> verwendet werden. | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<h2>Technisches</h2> | ||
<p> | ||
Die Implementierung erfolgt mit <a href='' target='_blank'>Java</a>. | ||
Der Ablauf auf vielen Plattformen ist damit gewährleistet. Als | ||
GUI-Framework kommt <a | ||
href='http://www.willuhn.de/products/jameica/' target='_blank'>Jameica</a> | ||
zum Einsatz. | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<h2>Vorteile</h2> | ||
<ul> | ||
<li>Portabel: läuft auf Windows, Linux, Mac</li> | ||
<li>Kostenlos: Open Source</li> | ||
<li>Modern: integriertes Onlinebanking</li> | ||
<li>Flexibel: benutzerdefinierte Eigenschaften und Datenfelder</li> | ||
<li>Offen: Datenbank H2 oder MySQL</li> | ||
<li>Community: Hilfe über großes, aktives Forum</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
</div> | ||
<!-- /container --> </main> | ||
|
||
|
||
|
||
<!-- Optional JavaScript --> | ||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" | ||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" | ||
crossorigin="anonymous"></script> | ||
<script | ||
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" | ||
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" | ||
crossorigin="anonymous"></script> | ||
<script | ||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" | ||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" | ||
crossorigin="anonymous"></script> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | ||
<title>JVerein</title> | ||
</head> | ||
<body> | ||
<main role="main"> | ||
<div class="jumbotron"> | ||
<div class="container"> | ||
<h1 class="display-3"> | ||
<img src='images/JVereinT.png'> | ||
</h1> | ||
<p> | ||
JVerein ist eine <a href='https://de.wikipedia.org/wiki/Open_Source' target='_blank'>Open-Source</a>-Vereinsverwaltung mit | ||
einer Anbindung an die ebenfalls unter Open-Source-Lizenz stehende Homebankingsoftware <a href='https://www.willuhn.de/products/hibiscus/' target='_blank'>Hibiscus</a>. | ||
</p> | ||
<div class="row"> | ||
<div class="col-md-3"> | ||
<a class="btn btn-primary btn-block" href="https://doku.jverein.de" role="button"><i class="fas fa-book"></i> Dokumentation</a> | ||
</div> | ||
<div class="col-md-3"> | ||
<a class="btn btn-primary btn-block" href="https://jverein-forum.de/" role="button"><i class="fas fa-user-tie"></i> Forum</a> | ||
</div> | ||
<div class="col-md-3"> | ||
<a class="btn btn-primary btn-block" href="https://doku.jverein.de/allgemein/changelog" role="button"><i class="fas fa-clipboard-list"></i> Changelog</a> | ||
</div> | ||
<div class="col-md-3"> | ||
<a class="btn btn-primary btn-block" href="https://doku.jverein.de/allgemein/installation" role="button"><i class="fas fa-tools"></i> Installation</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<h2>News</h2> | ||
|
||
<div class="card my-3"> | ||
<div class="card-body"> | ||
<h4 class="card-title">25.10.2023: Version 2.8.20 veröffentlicht</h4> | ||
<p class="card-text"> | ||
Das Release enthält die kumulierten Bugfixes und Erweiterungen seit 31.05.2022. | ||
</p> | ||
|
||
<div class="card-text"> | ||
<b>Installation</b> | ||
<ol> | ||
<li>Starte Jameica und öffne "Datei»Einstellungen»Plugins", klicke auf "Repositories bearbeiten..."</li> | ||
<li>Stelle sicher, dass <code>https://openjverein.github.io/jameica-repository</code> in der Liste enthalten ist. Füge die URL ggf. hinzu.</li> | ||
<li>Installiere das Plugin "Hibiscus", falls noch nicht geschehen. Starte anschließend Jameica neu.</li> | ||
<li>Klicke auf den Reiter "Verfügbare Plugins" und wähle das Repository <code>https://openjverein.github.io/jameica-repository</code> aus.</li> | ||
<li>Klicke bei "JVerein" "Version 2.8.20" auf "Installieren..."</li> | ||
<li>Starte Jameica neu.</li> | ||
</ol> | ||
</div> | ||
|
||
<div class="card-text"> | ||
<b>Update</b> | ||
<ol> | ||
<li>Starte Jameica und öffne "Datei»Einstellungen»Plugins»Updates" und installiere die verfügbaren Updates.</li> | ||
<li>Starte Jameica neu.</li> | ||
</ol> | ||
</div> | ||
|
||
<a href="https://github.com/openjverein/jverein/releases/tag/2.8.20" class="btn btn-light">Alle Änderungen</a> | ||
</div> | ||
</div> | ||
|
||
<div class="card my-3"> | ||
<div class="card-body"> | ||
<h5 class="card-title">31.05.2022: Version 2.8.19 veröffentlicht</h5> | ||
<p class="card-text"> | ||
Da die Pullrequests nicht mehr integriert wurden, habe ich (<a href='https://github.com/phschoen'>phschoen</a>) eine Fork Organisation erstellt. | ||
Dieser ist <a href='https://github.com/openjverein/jverein'>hier</a> zu finden. | ||
</p> | ||
<p class="card-text"> | ||
Ich suche jedoch noch Leute die mithelfen wollen/können, sodass der Fork nicht nur auf | ||
meinen Schulter ruht. Falls jemand Interesse hat einfach ein Issue aufmachen und ich füge | ||
ihn zur <a href='https://github.com/openjverein'>openjverein organisation</a> hinzu. | ||
</p> | ||
|
||
<p class="card-text"> | ||
Ich habe Heiner auch zu Organisation hinzugefügt, falls er sich einbringen würde wäre das super! | ||
</p> | ||
|
||
<p class="card-text"> | ||
Um in Jameica auf den Fork umzusteigen, das Repository <code>https://www.jverein.de/updates</code> deaktivieren oder entfernen | ||
und das Repository <code>https://openjverein.github.io/jameica-repository</code> hinzufügen. | ||
</p> | ||
<a href="https://github.com/openjverein/jverein/releases/tag/2.8.19" class="btn btn-light">Alle Änderungen</a> | ||
</div> | ||
</div> | ||
|
||
<div class="card my-3"> | ||
<div class="card-body"> | ||
<h5 class="card-title">23.06.2019: Version 2.8.18 veröffentlicht</h5> | ||
<a href="https://github.com/jverein/jverein/milestone/2?closed=1" class="btn btn-light">Alle Änderungen</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-4"> | ||
<h2>Datenbank</h2> | ||
<p> | ||
Als Datenbank kommt standardmäßig die OpenSource <a href='https://www.h2database.com/' target='_blank'>Datenbank H2</a> zum Einsatz, | ||
auf die auch direkt aus den Office-Paketen | ||
<a href='https://www.openoffice.org/de/' target='_blank'>OpenOffice</a>/<a href='https://de.libreoffice.org/' target='_blank'>LibreOffice</a> | ||
zugegriffen werden kann. Dies macht das Gesamtpaket sehr offen und flexibel. | ||
Alternativ kann auch <a href='https://www.mysql.com/de/' target='_blank'>MySQL</a> verwendet werden. | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<h2>Technisches</h2> | ||
<p> | ||
Die Implementierung erfolgt mit <a href='https://adoptium.net/de/' target='_blank'>Java</a>. | ||
Der Ablauf auf vielen Plattformen ist damit gewährleistet. Als | ||
GUI-Framework kommt <a href='https://www.willuhn.de/products/jameica/' target='_blank'>Jameica</a> zum Einsatz. | ||
</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<h2>Vorteile</h2> | ||
<ul> | ||
<li>Portabel: läuft auf Windows, Linux, Mac</li> | ||
<li>Kostenlos: Open Source</li> | ||
<li>Modern: integriertes Onlinebanking</li> | ||
<li>Flexibel: benutzerdefinierte Eigenschaften und Datenfelder</li> | ||
<li>Offen: Datenbank H2 oder MySQL</li> | ||
<li>Community: Hilfe über großes, aktives Forum</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
|
||
</div> | ||
</main> | ||
|
||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> | ||
<script src="https://kit.fontawesome.com/4243617752.js"></script> | ||
</body> | ||
</body> | ||
</html> | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.