No description
Find a file
2024-10-06 01:13:28 +02:00
admin protecting input type="password" 2024-10-06 01:13:28 +02:00
img exported from svn 2013-10-07 14:46:08 +02:00
lang 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
personal ignoring Jlog artifacts 2024-10-04 16:45:16 +02:00
plugins 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
scripts protecting input type="password" 2024-10-06 01:13:28 +02:00
.htaccess 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
archive.php 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
error404.php 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
index.php 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
INSTALL.txt original file imported (out-dated) 2024-10-05 23:49:51 +02:00
learn_bb.php 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
LICENSE.txt exported from svn 2013-10-07 14:46:08 +02:00
log.php 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
page.php exported from svn 2013-10-07 14:46:08 +02:00
README.txt 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
robots.txt 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
search.php 1st commit for syncing own Jlog developments with master 2024-10-04 16:40:09 +02:00
setup.php 1st fix of setup 2024-10-06 00:02:39 +02:00
stop.php exported from svn 2013-10-07 14:46:08 +02:00
xmlrpc.php next update to modern PHP 2024-10-05 23:33:16 +02:00

###  Weblogsystem Jlog
###  Programmiert von Jeena Paradies, Dennis Riehle, Robert Bienert
###  Mailingliste: <jlog@googlegroups.com>
###  Projektseite: <https://github.com/jeena/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/>