How to create the cfbuilder plugin xpi
----------------------------------------------------------------------

The offical download site for the CF builder extension is

  https://cf.indexdata.com/download

The site is protected by a user/password.


The Firefox plugin architecture requires a https link on a site with a valid 
certificates. For more information, see 
https://developer.mozilla.org/en/Extension_Versioning,_Update_and_Compatibility


Create and upload the cfbuilder
----------------------------------------------------------------------

By default the cfbuilder will be stored in the /download sub-directory
on cf.indexdata.com:

$ make distclean
$ make release
[... scp cfbuilder-2.2.2.xpi cf.indexdata.com:/var/www/cf/download ...]

You can create a cfbuilder version for a special customer with a 
customer specfic sub-directory and username/password. 
E.g. for OCLC run:

$ make CF_DOWNLOAD_SUBDIR="" CF_USERNAME=cf CF_PASSWORD=cfdemo  distclean release

--
Index Data, Sep 2009
