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 77078D3BD for ; Wed, 25 Jul 2012 12:41:48 +0000 (UTC) Received: (qmail 13823 invoked by uid 500); 25 Jul 2012 12:41:48 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 13679 invoked by uid 500); 25 Jul 2012 12:41:48 -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 13669 invoked by uid 99); 25 Jul 2012 12:41:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 12:41:47 +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 fcassia@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 12:41:42 +0000 Received: by obcva7 with SMTP id va7so1016900obc.6 for ; Wed, 25 Jul 2012 05:41:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=/am8J13Oaa+Bv6J8lU207dgwYoTh1XiSIFvtZJLjU3s=; b=C+U2oIPGADq95mjjqS7bFXYEu0p0FVTnh9jAahlfgGa5MgYCy4CfqqMmOD5MffLtXr rRdh5No3UwD+uCRnANeeF3rY8xmARRlrE9s4kVTtWmQybfPdSAeUbNAqj8QCAjXL+2ha TYS0of6GP0Xd3p3bz+ODd9bYGB1BT1VvTVanlKQy2NA7urfkXLni0/qw4n/juGNGoQB9 3rmL21I2kYhBmE2+CElnIlmz3zA+ZdpAEpaMRmwQsX7a+R5l0a1U8wLjq4MDJhftToTp iA+ByTGtihW6SjMr4JCRcsgpgTlYKwQeTM9y1KSGDCEQbygiLJWl7kUxvfWEn1HRZ3Qb OvfA== MIME-Version: 1.0 Received: by 10.182.144.68 with SMTP id sk4mr34737882obb.0.1343220082019; Wed, 25 Jul 2012 05:41:22 -0700 (PDT) Received: by 10.182.80.37 with HTTP; Wed, 25 Jul 2012 05:41:22 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Jul 2012 09:41:22 -0300 Message-ID: Subject: Re: openoffice web for multi-platform From: Fernando Cassia To: ooo-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jul 25, 2012 at 7:55 AM, Wie Kiang wrote: > i need many help, is there any chance to modify openoffice to web > interface for multi-platform purposes? In the software world, everything is possible. You will have to modify most of the code if not all. I thnk it=C2=B4s easier to use the ODF document back end and re-do everything from scratch using an existing JS GUI framework. But then, besides the html5 hype, there=C2=B4s Java. Take a look at www.thinkfree.com and see how they do things. FC