I am working with python plugins for QGIS.I developed my plugin and created .zip file including my .ui,.py and resources files.In order to incooperate this plugin into QGIS i created .xml file plugins.xml as shown below:
<?xml version = '1.0' encoding = 'UTF-8'?>
Example #1 testing 0.1 1.0 ftp://softwarindia.com
<file_name>about.zip</file_name>
<author_name>aaaa</author_name>
<download_url>ftp://softwarindia.com/abt/about.zip</download_url>
<uploaded_by>me</uploaded_by>
<create_date>2011-08-31</create_date>
<update_date>2011-09-11</update_date>
I uploaded my .zip file and .xml file on ftp://softwarindia.com. In qgis i went to 'fetch python plugins'-->repositories.Added repository as name:About and url:ftp://softwarindia.com/plugins/plugins.xml.but when i go to plugins nothing is displayed in it.
what can be the problem??