psql db schema test
[mirrors/Kyberia-bloodline.git] / trash / feedcreator.class.php
CommitLineData
51ff3226 1<?php\r
2/***************************************************************************\r
3\r
4FeedCreator class v1.7.2\r
5originally (c) Kai Blankenhorn\r
6www.bitfolge.de\r
7kaib@bitfolge.de\r
8v1.3 work by Scott Reynen (scott@randomchaos.com) and Kai Blankenhorn\r
9v1.5 OPML support by Dirk Clemens\r
10\r
11This library is free software; you can redistribute it and/or\r
12modify it under the terms of the GNU Lesser General Public\r
13License as published by the Free Software Foundation; either\r
14version 2.1 of the License, or (at your option) any later version.\r
15\r
16This library is distributed in the hope that it will be useful,\r
17but WITHOUT ANY WARRANTY; without even the implied warranty of\r
18MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
19Lesser General Public License for more details.\r
20\r
21You should have received a copy of the GNU Lesser General Public\r
22License along with this library; if not, write to the Free Software\r
23Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r
24\r
25****************************************************************************\r
26\r
27\r
28Changelog:\r
29\r
30v1.7.2 10-11-04\r
31 license changed to LGPL\r
32\r
33v1.7.1\r
34 fixed a syntax bug\r
35 fixed left over debug code\r
36\r
37v1.7 07-18-04\r
38 added HTML and JavaScript feeds (configurable via CSS) (thanks to Pascal Van Hecke)\r
39 added HTML descriptions for all feed formats (thanks to Pascal Van Hecke)\r
40 added a switch to select an external stylesheet (thanks to Pascal Van Hecke)\r
41 changed default content-type to application/xml\r
42 added character encoding setting\r
43