51ff3226 |
1 | <?php\r |
2 | /***************************************************************************\r |
3 | \r |
4 | FeedCreator class v1.7.2\r |
5 | originally (c) Kai Blankenhorn\r |
6 | www.bitfolge.de\r |
7 | kaib@bitfolge.de\r |
8 | v1.3 work by Scott Reynen (scott@randomchaos.com) and Kai Blankenhorn\r |
9 | v1.5 OPML support by Dirk Clemens\r |
10 | \r |
11 | This library is free software; you can redistribute it and/or\r |
12 | modify it under the terms of the GNU Lesser General Public\r |
13 | License as published by the Free Software Foundation; either\r |
14 | version 2.1 of the License, or (at your option) any later version.\r |
15 | \r |
16 | This library is distributed in the hope that it will be useful,\r |
17 | but WITHOUT ANY WARRANTY; without even the implied warranty of\r |
18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r |
19 | Lesser General Public License for more details.\r |
20 | \r |
21 | You should have received a copy of the GNU Lesser General Public\r |
22 | License along with this library; if not, write to the Free Software\r |
23 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\r |
24 | \r |
25 | ****************************************************************************\r |
26 | \r |
27 | \r |
28 | Changelog:\r |
29 | \r |
30 | v1.7.2 10-11-04\r |
31 | license changed to LGPL\r |
32 | \r |
33 | v1.7.1\r |
34 | fixed a syntax bug\r |
35 | fixed left over debug code\r |
36 | \r |
37 | v1.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 |