16 Commits (multifeed_api)

Author SHA1 Message Date
  Brennen Bearnes da214d8e51 add an interface to Feed, stub some additional feed types 10 years ago
  Michael Bemmerl 30aa109e9a Trap unparseable date strings. 11 years ago
  Michael Bemmerl 2498670c5b Tabified spaces 11 years ago
  Michael Robinson b86584270e Add return $this to allow chaining 11 years ago
  Michael Bemmerl 2ca6219f8f Bugfix: Filter atom namespace prefixes also in feed items. 11 years ago
  Michael Bemmerl 3769d1e75d setDate method supports RSS2 feeds now. New method addGenerator for some advertising. 11 years ago
  Michael Bemmerl fecb20f288 Some updates to the setDate method, both to code and documentation. 11 years ago
  Michael Bemmerl cb8e25269f Some documentation fixes and additions for phpdoc 11 years ago
  Michael Bemmerl cc62d12c2e Built-in support for author elements in RSS2 feeds. 11 years ago
  Michael Bemmerl f0bcb31422 Added a check for a restriction in the ATOM specification regarding the number of atom:link entites. 11 years ago
  Michael Bemmerl ee8d341505 Implemented function to add multiple custom link elements. This fixes #10. 11 years ago
  Michael Bemmerl 81e7520894 Implemented function to add custom XML namespaces. This fixes #9. 11 years ago
  Michael Bemmerl 46df278a65 Added support for atom:link elements with relation=self. Fixes #5 11 years ago
  Michael Bemmerl 6c1935f05f Renamed the getContentType() method. 11 years ago
  Michael Bemmerl 1b1a3d0334 Fixed attribute string: Removed double whitespace between the key-value pairs. 11 years ago
  Brennen Bearnes 7182691709 break out feed types; add printFeed(); namespace everything 11 years ago
  Michael Bemmerl 4926cd6a1b Added wrapper classes for each feed type. Fixes #2. 11 years ago
  Michael Bemmerl f6356d2484 Removed __DIR__ constant for compatibility with PHP < 5.3 12 years ago
  Michael Bemmerl a45095963f Some data integrity checks on public method addItem(): 12 years ago
  Michael Bemmerl 7d1ddfee53 Some small changes: 12 years ago
  Phil Freo a9bbe20a94 making feeditem require path absolute 13 years ago
  Phil Freo 26918c7707 Using class_exists and require instead of require_once because of performance improvements in relationship to APC. 13 years ago
  Michael Bemmerl e4f7aad8b7 Encode special chars in XML attributes, which would otherwise break the XML. 13 years ago
  Michael Bemmerl 57fc7997d2 Removed the PHP closing braket in FeedItem.php. Otherwise the line ending would be printed when require'ing the FeedItem.php. 13 years ago
  Michael Bemmerl b0cfed933b Removed superfluous whitespaces. 13 years ago
  Michael Bemmerl 18c19ebc2a Removed duplicated code 13 years ago
  Michael Bemmerl 6210aac244 Some cosmetic fixes 13 years ago
  Michael Bemmerl 635b6da956 Fixed error message formatting. 13 years ago
  Michael Bemmerl a49324e1d2 Sanitize user input which contains <![CDATA[ ... ]]>, which would otherwise break the XML. 13 years ago
  Michael Bemmerl 9e5411ffb4 Reactivated conversion of special chars in non-CDATA tags. 13 years ago
  Michael Bemmerl 6aa594ad6e Included FeedItem.php in FeedWriter.php. 13 years ago
  Michael Bemmerl 6ebd01341e Added copyright and license notices (GPL) to all files 13 years ago
  Michael Bemmerl 294179725b Fixed 'Content-Type' header field spelling. 13 years ago
  Michael Bemmerl e850856abc Fixed some typo's and added comments. 13 years ago
  Michael Bemmerl 81452997b7 Set the feed update date for ATOM validity. 13 years ago
  Michael Bemmerl 49e86cdee7 Removed the autoload feature of class FeedWriter. 13 years ago
  Michael Bemmerl 76ac509386 Some fixes for ATOM validity: 13 years ago
  Michael Bemmerl 6cfa70371a Some minor improvements: 13 years ago
  Michael Bemmerl 3b49744b2f Some fixes and improvements: 13 years ago
  Michael Bemmerl 7dde9536fc Initial Import of "PHP Universal Feed Generator" made by Anis Ahmad. 13 years ago