Coppermine 1.3.x RSS 2.0/Atom 1.0 Plugin Release 2.1
-------------------------------------------
This is the ReadMe file for the said plugin.
This plugin is authored and copyrighted by Mohammad Hafiz bin Ismail (mypapit).


Legal
---------------------------------------
This plugin is licensed under the terms of the GNU General Public License version 2.0. Author permission must be obtained if you want to use part of the code and/or decided to distribute this plugin in any other terms besides GNU/GPL. 

You can find the copy of the license in the COPYING.txt file included in this package.


Installation
---------------
Step 1, Copy/upload the file xfeed.php to your CPG 1.3.x root web directory.
Step 2, Modify your "/themes/<your theme>/template.html" file. and include this 


<link rel="alternate" type="application/rss+xml" title="Latest Photos RSS Feed" href="http://yourgallery.com/xfeed.php" /> 
<link rel="alternate" type="application/atom+xml" title="Latest Photos Atom 1.0 Feed" href="http://yourgallery.com/xfeed?type=atom" /> 

between the "<head> </head>" tags. This is to enable the RSS auto-discovery for feed reader.

Step 3 (optional), You can put "RSS Feed" button at the bottom of your gallery to inform visitors that your website is RSS capable.

You can view RSS feed at the url : http://yourgallery.com/xfeed.php
Atom Feed url :  http://yourgallery.com/xfeed.php?type=atom"


Tweaking
-----------
At present, there are not much tweaking you can do. However you can control tbe number of items to publish via RSS with the $upperlimit variable, the default is 10.


Bugs and Feature Requests
-------------------------
This is my first Coppermine plugin, so bugs are expected, though I already re-check and revalidate the feed produced by this plugin. Please report any bugs or feature requests to mypapit@gmail.com. Please read the "Limitations" section first.

Feeds generated by this plugin is validated by : http://feedvalidator.org/


Limitations
------------------------
This plugin can't identify albums or categories name. It's only display the latest 10 photos (tweakable) in the RSS feed.


Latest release
------------------------
Latest release of this plugin can be obtained at http://mypapit.net/pproject, please email me if you can't find them there.


Website
------------
My website is at http://mypapit.net
My blog is at http://blog.mypapit.net

Feel free to visit the websites anytime!






