Il 23/02/2012 13:54, Jakob Lenfers ha scritto:

Jup, thanks, that worked. A bit more testing, cleaning up and
documenting and we are good to go for TB10! Thanks to everyone who
helped in any way! :)

It Doesn't work for me :-(

I see the request on httpd log but nothing.

192.168.5.20 - - [15/Feb/2012:19:08:12 +0100] "GET /sogo-plugins/tbupdate.php HTTP/1.1" 200 766 "-" "Mozilla/5.0 (Windows NT 5.1; rv:10.0) Gecko/20120130 Thunderbird/10.0 Lightning/1.2.1"

this is my tbupdate.php and installl.rdf

All url are correct. Can you help me?

<?php
  header("Content-type: text/xml; charset=utf-8");
  echo ('<?xml version="1.0"?>' . "\n");
?>
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
        xmlns="http://www.mozilla.org/2004/em-rdf#";>
<r:Description about="urn:mozilla:extension:sogo-integra...@inverse.ca">
    <updates>
    <r:Seq>
    <r:li>
    <r:Description>
        <version>10.0</version>
        <targetApplication>
            <r:Description>
            <id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</id>
            <minVersion>10.0</minVersion>
            <maxVersion>10.*</maxVersion>

<updateLink>https://blizzard.nethesis.it/sogo-plugins/thunderbird10/sogo-integrator-10.0-sogo.xpi</updateLink>
            </r:Description>
        </targetApplication>
    </r:Description>
    </r:li>
    </r:Seq>
    </updates>
</r:Description>
</r:RDF>


<?xml version="1.0"?>
<!DOCTYPE RDF>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
  xmlns:em="http://www.mozilla.org/2004/em-rdf#";
  xmlns:NC="http://home.netscape.com/NC-rdf#";>
  <Description about="rdf:#$Iwquq2"
    em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
    em:minVersion="3.0"
    em:maxVersion="3.1.*" />
<!-- em:optionsURL="chrome://sogo-integrator/content/general/preferences.xul" -->
  <Description about="urn:mozilla:install-manifest"
    em:name="Inverse SOGo Integrator"
    em:id="sogo-integra...@inverse.ca"
    em:version="3.106pre1"
em:description="A SOGo integration plugin for Thunderbird and Lightning"
    em:iconURL="chrome://sogo-integrator/skin/sogo.png"
    em:creator="Inverse &lt;supp...@inverse.ca&gt;"
    em:developer="Inverse &lt;supp...@inverse.ca&gt;">
    <em:targetApplication resource="rdf:#$Iwquq2"/>
    <em:updateURL>https://blizzard.nethesis.it/sogo-plugins/tbupdate.php>
  </Description>
</RDF>



--
Alessio Fattorini (alessio.fattor...@nethesis.it)

nethesis srl - Via degli Olmi 16/4 - 61100 Pesaro (PU)
tel. +39 0721 405516 - fax +39 0721 268147
www.nethesis.it - i...@nethesis.it
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to