rss feed creation tool
logo
FeedForAll RSS Feed Creation Site Map Contact FeedForAll
Welcome!

RSSmesh Release Notes

RSSmesh Release Notes

April 18, 2007:
Release Version Revision v3.0:

  • Added support for the Atom 1.0 feed format. The feed elements in Atom 1.0 that are used blogger.com feeds are supported.
  • Add the ability to parse and access elements in the iTunes(R), Dublin Core and TrackBack extensions.
  • Add the ability to run rssMesh.php from the configuration file, thus shortening the URL.
  • Update documentation.

March 26, 2007:
Release Version Revision v1.48.2.2:

  • Update license date and code cleanup

March 1, 2007:
Release Version Revision v1.46:

  • Add checks for safe_mode and open_basedir to prevent warning about CURLOPT_FOLLOWLOCATION

January 17, 2007:
Release Version Revision v1.45:

  • Fix the problem of no caching when called from a different directory. When the script is called from a different directory, the caching system will look for the cache folder in the current directory instead of the directory with the script.

January 4, 2007:
Release Version Revision v1.44:

  • Put the feeds <channel><image> into rssMesh fields so they might be accessible. The new fields are:
    <rssMesh:feedImageTitle>
    <rssMesh:feedImageUrl>
    <rssMesh:feedImageLink>
    <rssMesh:feedImageDescription>
    <rssMesh:feedImageHeight>
    <rssMesh:feedImageWidth>

November 22, 2006:
Release Version Revision v1.43:

  • Fix the creation of the <GUID> element, the "isPermaLink" attribute wasn't being created properly.

October 18, 2006:
Release Version RSSmesh v1.42:

  • Fix "extra", should have been "feedExtra". Got missed on a code cleanup.

September 12, 2006:
Release Version RSSmesh v1.4:

  • Verify the length of the data read from the cache file is the same as the cache file. This resolves any issues if the server was not returning the right data.

August 17, 2006:
Release Version RSSmesh v1.37:

  • Fixed a type in a function name
  • Switched the <generator> tag to have a string that will match sql2rss.php

March 6, 2006:
Release Version RSSmesh v1.19:

  • Add support for multiple <category> elements in an <item>
  • RSSmesh.php now has an option that will allow the user to fill in a form and have the proper configuration generated.