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 4990FD5AD for ; Wed, 25 Jul 2012 13:20:59 +0000 (UTC) Received: (qmail 47416 invoked by uid 500); 25 Jul 2012 13:20:58 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 47340 invoked by uid 500); 25 Jul 2012 13:20:58 -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 47332 invoked by uid 99); 25 Jul 2012 13:20:58 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 13:20:58 +0000 Received: from localhost (HELO mail-vb0-f47.google.com) (127.0.0.1) (smtp-auth username robweir, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 13:20:58 +0000 Received: by vbbfr13 with SMTP id fr13so508110vbb.6 for ; Wed, 25 Jul 2012 06:20:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.108.15 with SMTP id d15mr18222163vcp.37.1343222457269; Wed, 25 Jul 2012 06:20:57 -0700 (PDT) Received: by 10.220.104.196 with HTTP; Wed, 25 Jul 2012 06:20:57 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Jul 2012 09:20:57 -0400 Message-ID: Subject: Re: openoffice web for multi-platform From: Rob Weir To: ooo-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Jul 25, 2012 at 8:51 AM, Wie Kiang wrote: > Fernando, > > Thanks for your input. > > My company need to create office suite for spreadsheet, word > processing and presentation software in multi-platform, and i was > thinking that openoffice is the right choise because it is open for > developers to custom it. But i'm didn't find any clue how to make it > :( > Information on getting the source code and building is here: http://incubator.apache.org/openofficeorg/source.html > My company will love to make it with template chooser like iWork in > macintosh apps inside that openoffice platform also with web-based > interfaces. > > Any ideas? > I'm not familiar with iWork. What is this feature? Is it a web-based template catalog that the user can browser and pick from? Note that we do have an online template repository for OpenOffice: http://templates.services.openoffice.org/ -Rob > Wie > > On Wed, Jul 25, 2012 at 7:41 PM, Fernando Cassia wrot= e: >> 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