From ooo-dev-return-12507-apmail-incubator-ooo-dev-archive=incubator.apache.org@incubator.apache.org Thu Jan 26 08:37:15 2012 Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C1B49FFC for ; Thu, 26 Jan 2012 08:37:15 +0000 (UTC) Received: (qmail 31054 invoked by uid 500); 26 Jan 2012 08:37:13 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 29412 invoked by uid 500); 26 Jan 2012 08:37:07 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 29398 invoked by uid 99); 26 Jan 2012 08:37:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 08:37:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jogischmidt@googlemail.com designates 74.125.83.47 as permitted sender) Received: from [74.125.83.47] (HELO mail-ee0-f47.google.com) (74.125.83.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 08:36:59 +0000 Received: by eekd41 with SMTP id d41so73756eek.6 for ; Thu, 26 Jan 2012 00:36:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=0ioX+4puACMtdkaGDIBLV/MNxBQxORhvNNa75GZytjA=; b=HYPpga2xwyIHob7UzmEBpATOaIXNWyhEkJ8rMFs4M+VnersvHOpr/qRed7oAa7cZZ9 TW65fNsfJFzVh8LB/5vDuUGEupuEqUzE6Z9IKTBwJNGg+HDszgJ0da3hbc7qOjOmdz2N bbd01sQeXsUBBwTIEO/Jvna+htcKqKOrXWQfo= Received: by 10.14.3.154 with SMTP id 26mr408531eeh.40.1327566997819; Thu, 26 Jan 2012 00:36:37 -0800 (PST) Received: from [9.155.131.21] (deibp9eh1--blueice1n2.emea.ibm.com. [195.212.29.164]) by mx.google.com with ESMTPS id e12sm12562932eea.5.2012.01.26.00.36.36 (version=SSLv3 cipher=OTHER); Thu, 26 Jan 2012 00:36:37 -0800 (PST) Message-ID: <4F211094.9080609@googlemail.com> Date: Thu, 26 Jan 2012 09:36:36 +0100 From: =?ISO-8859-1?Q?J=FCrgen_Schmidt?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [CODE] update services References: <20120125200418.GA22542@localhost> <20120125203400.GB22542@localhost> In-Reply-To: <20120125203400.GB22542@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 1/25/12 9:34 PM, Ariel Constenla-Haile wrote: > On Wed, Jan 25, 2012 at 05:04:18PM -0300, Ariel Constenla-Haile wrote: >> The code is in main/extensions/source/update/ >> rather illuminating >> main/extensions/source/update/check/updateprotocol.cxx >> >> The format is xml, you can see main/instsetoo_native/util/update.xml > > it seems to support also an update feed format: > http://openoffice.org/projects/installation/sources/webcontent/show/testarea/onlineupdate > > There should be an specification somewhere, but the old site > http://specs.openoffice.org has become rather broken after the > migration. > I would expect that it is similar to the xml format for the extensions. I have never looked in detail in it, I have only noticed the Url in openoffice.lst when I have changed some others. I think the update service is a very useful one and we should try to reestablish this service. Ok many users don't like such "call home" features but that's the reason why it is configurable. Juergen