No description
Find a file
2020-04-28 08:48:40 +02:00
admin Merge pull request #7 from auge8472/html5 2020-04-28 08:48:40 +02:00
img exported from svn 2013-10-07 14:46:08 +02:00
lang Change: add lang attribute to the main template, to the language files and to the processing scripts 2020-04-27 08:37:48 +02:00
personal Change: replace inputs of type submit with button elements 2020-04-27 11:23:48 +02:00
plugins Change: replace inputs of type submit with button elements 2020-04-27 11:23:48 +02:00
scripts Change: replace inputs of type submit with button elements 2020-04-27 11:23:48 +02:00
.htaccess exported from svn 2013-10-07 14:46:08 +02:00
archive.php exported from svn 2013-10-07 14:46:08 +02:00
error404.php Change: replace inputs of type submit with button elements 2020-04-27 11:23:48 +02:00
index.php Change: add lang attribute to the main template, to the language files and to the processing scripts 2020-04-27 08:37:48 +02:00
learn_bb.php exported from svn 2013-10-07 14:46:08 +02:00
LICENSE.txt exported from svn 2013-10-07 14:46:08 +02:00
log.php exported from svn 2013-10-07 14:46:08 +02:00
page.php exported from svn 2013-10-07 14:46:08 +02:00
README.txt exported from svn 2013-10-07 14:46:08 +02:00
search.php Change: replace inputs of type submit with button elements 2020-04-27 11:23:48 +02:00
setup.php exported from svn 2013-10-07 14:46:08 +02:00
stop.php exported from svn 2013-10-07 14:46:08 +02:00
xmlrpc.php make HTTP post data available and remove references on new statement 2013-10-17 00:40:32 +02:00

###  Weblogsystem Jlog
###  Programmiert von Jeena Paradies, Dennis Riehle, Robert Bienert
###  Mailingliste: <jlog@googlegroups.com>
###  Projektseite: <http://jeenaparadies.net/projects/jlog/>
###  Hilfe zur Installation:
###  <http://jeenaparadies.net/projects/jlog/wiki/installation/basic-1.0>

Dieses Programm steht unter der GPL. Eine Kopie der Lizenz habe ich als
Textdatei (Englisch LICENSE.txt) dem Paket beigefügt.

Wir sehen es sehr gerne wenn sich Leute im Rahmen ihrer Möglichkeiten am
Projekt beteiligen. Insbesondere durch:

1) Rückmeldungen über Fehler in der Software
2) Mitarbeit an der Software selbst, Plugins oder Programmiertips
3) Mitarbeit an der Dokumentation (siehe Wiki)


### Dankeschön an andere Programmierer

Dieses Programm nutzt zum Auszeichnen der vom Benutzer eingegebenen
Daten die BBCode-Parserklasse für PHP 
<http://www.christian-seiler.de/projekte/php/bbcode/> von Christian Seiler,
welche auch unter der GPL steht.

Die Komunikation über XML-RPC übernimmt die IXR-Library
<http://scripts.incutio.com/xmlrpc/> Sie steht zwar unter der Artistic
Licence, aber ich bekam vom Autor persönlich die Erlaubnis sie zu nutzen,
danke an dieser Stelle noch einmal an Simon Willison: »You have my
permission to use IXR in your software, re-licensing it if necessary. Thanks
for asking, and sorry the original license didn't work for you. I'll
consider changing the license to something more compatible (BSD probably)
in the future. Cheers, Simon«

Um über HTTP Dateien zu holen wird HTTP_Request  von PEAR mit allen
Abhängigkeiten verwendet zu finden unter:
<http://pear.php.net/package/HTTP_Request>

Außerdem nutzt es in veränderter Form das Sessionbasierte Loginsystem
von Benjamin Wilfing, erhältlich unter:
<http://aktuell.de.selfhtml.org/tippstricks/php/loginsystem/>