85 lines
3.0 KiB
Plaintext
85 lines
3.0 KiB
Plaintext
include mixins
|
|
include mixins_day
|
|
|
|
doctype html
|
|
html
|
|
include header
|
|
body
|
|
|
|
.root
|
|
.new_flex_zero
|
|
+nav_bare("PfarrInfoSystem")
|
|
|
|
.container-fluid
|
|
|
|
h1(style="margin-top: 0px;") PfIS - PfarrInfoSystem
|
|
p.
|
|
<b>Version 2.0</b><br/>
|
|
<b>Copyright (C) Peter Fischer 2010 - 2018</b>
|
|
p.
|
|
PfIS ist lizenziert unter der GPL Version 2 oder später (siehe unten "Lizenz").<br/>
|
|
Um den Quelltext zu bekommen, wenden Sie sich bitte an <a href="mailto:peter@halieus.de">peter@halieus.de</a>
|
|
|
|
hr
|
|
|
|
.new_flex_one
|
|
.container-fluid
|
|
|
|
h3(style="margin-top: 0px;") Verwendete Bibliotheken
|
|
p PfIS wäre nicht möglich ohne die Verwendung folgender freier Programm-Bibliotheken:
|
|
|
|
h4(style="margin-bottom: 2px;") Boost (http://www.boost.org)
|
|
p Verschiedene C++-Programmbibliotheken.
|
|
|
|
h4(style="margin-bottom: 2px;") websocketpp (https://github.com/zaphoyd/websocketpp)
|
|
p WebSocket-Implementierung
|
|
|
|
h4(style="margin-bottom: 2px;") Cairo, cairomm (http://www.cairographics.org)
|
|
p.
|
|
Vektororientiertes Zeichnen (für die Druckfunktion).
|
|
Ferner der C++-Wrapper.
|
|
|
|
h4(style="margin-bottom: 2px;") Pango (http://www.pango.org)
|
|
p Textsatz (für die Druckfuntion).
|
|
|
|
h4(style="margin-bottom: 2px;") Poppler (http://poppler.freedesktop.org)
|
|
p PDF-Bibliothek (Anzeige der Druckdateien).
|
|
|
|
h4(style="margin-bottom: 2px;") OpenSSL (http://www.openssl.org)
|
|
p Verschlüsselung der Daten.
|
|
|
|
h4(style="margin-bottom: 2px;") libarchive (http://code.google.com/p/libarchive)
|
|
p Datenarchivoperationen.
|
|
|
|
h4(style="margin-bottom: 2px;") (lib)bzip2 (http://www.bzip.org)
|
|
p Datenkompression.
|
|
|
|
h4(style="margin-bottom: 2px;") xz (http://tukaani.org/xz)
|
|
p Datenkompression.
|
|
|
|
h4(style="margin-bottom: 2px;") pugixml (http://www.pugixml.org)
|
|
p XML-Datenverarbeitung.
|
|
|
|
h4(style="margin-bottom: 2px;") glib (http://www.gtk.org)
|
|
p Diverse Basis-Funktionen.
|
|
|
|
h4(style="margin-bottom: 2px;") glibmm, pangomm (http://www.gtkmm.org)
|
|
p C++-Wrapper für Glib und Pango.
|
|
|
|
h4(style="margin-bottom: 2px;") Node.js (http://nodejs.org)
|
|
p.
|
|
Server-Side JavaScript, das aufbauend auf dem PfIS(JSON)Server die Benutzerschnittstelle erzeugt.
|
|
Dies wäre nicht möglich, ohne einige Node.js-Module, besonders express.js, express-session, socket.io und jade.
|
|
(Links hierzu über <a href="http://www.npmjs.com">npm</a>).
|
|
|
|
h4(style="margin-bottom: 2px;") jsoncpp (https://github.com/open-source-parsers/jsoncpp)
|
|
p Bildet die Brücke zwischen dem eigentlichen PfIS (im Sinne der Datenbank) und Node.js
|
|
|
|
h4(style="margin-bottom: 2px;") Weiteres
|
|
p Daneben die Bibliotheken, von denen die oben genannten abhängig sind.</message>
|
|
|
|
h3 Lizenz
|
|
p.
|
|
<i><b>GNU GENERAL PUBLIC LICENSE</b></i><br/>
|
|
Die Formulierung der Lizenz kann gefunden werden unter der Adresse <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">http://www.gnu.org/licenses/gpl-2.0.html</a>.
|