<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Paolo for the suggestion...<br>
<br>
I have now created a repository for testing out my 'in development'
plugins:<br>
<br>
For those of you new to this sort of thing (like myself), to use it
follow these simple steps:<br>
<br>
1) Open up QGIS (preferably 0.9.2-rc1 for these plugins to work
smoothly).<br>
2) Go to your 'QGIS Plugin Installer' and click on the 'Add' button to
add a new repository.<br>
3) Give the new repository a name (I used cfarmer testing repo)<br>
4) Under URL enter:
<a class="moz-txt-link-freetext" href="http://www.geog.uvic.ca/spar/carson/cfarmerQgisRepo.xml">http://www.geog.uvic.ca/spar/carson/cfarmerQgisRepo.xml</a><br>
5) Hit 'OK' and then click on 'Get List'<br>
6) You should now have a list of available plugins (right now I have a
centroids plugin and the projections management plugin in there)<br>
7) Just click on the plugin you want to install, and voila! Now go and
activate the plugin under 'Plugins' > 'Plugin Manager...'<br>
<br>
I've tested this a couple of times and it seems to work, just make
sure: <br>
a) you don't already have a folder name 'centroids' or 'srsmanagement'
in your plugins directory (why would you, those are MY plugin names!)<br>
b) you have permissions to upzip into those folders<br>
<br>
<br>
Paolo Cavallini wrote:
<blockquote cite="mid:47E4C967.3090609@faunalia.it" type="cite">
  <pre wrap="">Carson Farmer ha scritto:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello List,

I have developed two projection management tools ( using python ) which
I would like to disseminate to the general public, but rather than
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hi Carson.
Thanks for your work. Why not setting up a custom repository? It is
simple, and makes installing the plugin very smooth (if it works - some
plugins still have problems with this).
How is this done? Just write  an xml file like this:

<plugins>
        <pyqgis_plugin name="xxx" version="yyy">
<description>Write your description here</description>
<homepage/>
<file_name>srsmanagement.zip</file_name>
        <author_name>Licenced under GNU GPL (General Public License) v2 by
....</author_name>
        <download_url><a class="moz-txt-link-freetext" href="http://www.geog.uvic.ca/spar/carson/srsmanagement.zip">http://www.geog.uvic.ca/spar/carson/srsmanagement.zip</a></download_url>
</pyqgis_plugin>
</plugins>

(thanks Martin Dobias for teaching me this!).
I can test it if you set it up.
All the best.
pc
  </pre>
</blockquote>
</body>
</html>