From <IMAP4.psuedo.sims> Mon Jul 28 11:25:32 2008
Date: Mon, 28 Jul 2008 11:25:32 -0700 (PDT)
From: Postmaster
Subject: Message from mail server       
Content-Length: 95
Mime-Version: 1.0
Status: RO
X-IMAP: 1217269532 3

Delete.
This is a system message.                                














--END+PSEUDO--

From sh162551@sac.sfbay.sun.com Wed Jul 23 03:22:44 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6NAMhQf014568
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 23 Jul 2008 03:22:43 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m6NAMT0D010390;
	Wed, 23 Jul 2008 11:22:42 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4G00C01FHS2G00@nwk-avmta-2.sfbay.sun.com>; Wed,
 23 Jul 2008 03:22:40 -0700 (PDT)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K4G006JFFHRFWC0@nwk-avmta-2.sfbay.sun.com>; Wed,
 23 Jul 2008 03:22:39 -0700 (PDT)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id m6NAMa4k015097; Wed, 23 Jul 2008 03:22:36 -0700 (PDT)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6NAMZmv014561; Wed,
 23 Jul 2008 03:22:35 -0700 (PDT)
Received: (from sh162551@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m6NAMZis014557; Wed,
 23 Jul 2008 03:22:35 -0700 (PDT)
Date: Wed, 23 Jul 2008 03:22:35 -0700 (PDT)
From: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Subject: o3read for OpenSolaris [LSARC/2008/471 FastTrack timeout 07/29/2008]
To: lsarc-ext@sun.com
Cc: ava.zhang@sun.com, halton.huo@sun.com, jerry.tan@sun.com
Message-id: <200807231022.m6NAMZis014557@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Content-Length: 3077
Status: RO
X-Status: $$$$
X-UID: 0000000001


Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 o3read for OpenSolaris
    1.2. Name of Document Author/Supplier:
	 Author:  Jerry Tan
    1.3  Date of This Document:
	23 July, 2008
4. Technical Description
1. Introduction
  1.1. Project/Component Working Name:

       o3read 0.0.4

  1.2. Name of Document Author/Supplier:
       Author:         Jerry Tan
       Sponsor:        Irene Huang

  1.3. Date of This Document:

         07/08/2008

  1.4. Name of Major Document Customer(s)/Consumer(s):

    1.4.1. The PAC or CPT you expect to review your project:

               Solaris PAC

    1.4.2. The ARC(s) you expect to review your project:

               LSARC

    1.4.3. The Director/VP who is "Sponsoring" this project:

               Robert O'Dea

    1.4.4. The name of your business unit:

               Software - OPG

  1.5. Email Aliases:
           1.5.1. Responsible Manager:  harry.lu@sun.com
           1.5.2. Responsible Engineer: jerry.tan@sun.com
           1.5.3. Interest List:        halton.huo@sun.com
                                        ava.zhang@sun.com

2. Project Summary
  2.1. Project Description:
        
   o3read  is a standalone converter for the OpenOffice.org 
   swriter (*.sxw) and scalc (*.sxc) format to  html/text 
   format.

3. Business Summary

   It is a userful tool, lightweight, which will help user 
   to read SXW file if no OpenOffice or StarOffice installed.

4. Technical Description:
   4.1. Details:

   Example: 
 unzip -p fileformat.sxw content.xml | o3read | utf8tolatin1
  
   There are three output modules:

    * o3read displays a dump of the parse tree
    * o3totxt creates plain text
    * o3tohtml creates html code 

  The utility utf8tolatin1 converts from utf8 to 8859-1.
     
          
   4.2. Interfaces:
        Exported Interfaces
        Interface               Classification        Comments
           ---------------          ---------------          ---------------     
        /usr/bin/o3read    Volatile          a tool to dump SXW document
        /usr/bin/o3totxt   Volatile          used to create plain text
        /usr/bin/o3tohtml  Volatile          used to create html file
        /usr/bin/utf8tolatin1 
                           Volatile          converts from utf8 to 8859-1.
        SUNWo3read         Uncommitted       package name
 




   4.3. Doc Impact:
        Man page is needed.

   4.4. Packaging & Delivery:
        
        SUNWo3read                    - the package for o3read


   4.5. Dependencies:
        

   4.6. L10N Impact:
        The Desktop team and the G11N are working together 
        to evaluate and  provide I18N/L10N support 


   4.7 Security Impact:

       None.
       
   5. Reference Documents:
      http://siag.nu/o3read/

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		Desktop
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Irene.Huang@sun.com Wed Jul 23 03:30:05 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6NAU5pj014700
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 23 Jul 2008 03:30:05 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m6NAU3rb005341
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Wed, 23 Jul 2008 03:30:05 -0700 (PDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4G0000RFU4VZ00@nwk-avmta-1.sfbay.Sun.COM> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Wed, 23 Jul 2008 03:30:04 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K4G00KEQFU30LE0@nwk-avmta-1.sfbay.Sun.COM> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 23 Jul 2008 03:30:04 -0700 (PDT)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m6NAVDaN014524	for
 <lsarc-ext@sun.com>; Wed, 23 Jul 2008 10:31:13 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K4G00M01FM35400@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 23 Jul 2008 18:27:37 +0800 (SGT)
Received: from [129.158.217.138] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K4G00BQDFQ0RFBR@mail-apac.sun.com>; Wed,
 23 Jul 2008 18:27:37 +0800 (SGT)
Date: Wed, 23 Jul 2008 18:30:49 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: o3read for OpenSolaris [LSARC/2008/471 FastTrack timeout
	07/29/2008]
In-reply-to: <200807231022.m6NAMZis014557@sac.sfbay.sun.com>
Sender: Irene.Huang@sun.com
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: lsarc-ext@sun.com, ava.zhang@sun.com, halton.huo@sun.com,
        jerry.tan@sun.com
Message-id: <1216809050.2538.6.camel@goalie>
MIME-version: 1.0
X-Mailer: Evolution 2.12.2
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200807231022.m6NAMZis014557@sac.sfbay.sun.com>
Content-Length: 3647
Status: RO
X-Status: $$$$
X-UID: 0000000002

Hi, All 

I am sponsoring this case. The time out is  set to be 07/29/2008. 

Additional materials are posted at 
Internally
http://sac.eng/Archives/CaseLog/arc/LSARC/2008/471/materials/

Externally
http://www.opensolaris.org/os/community/arc/caselog/2008/471

--Irene
On Wed, 2008-07-23 at 03:22 -0700, Shi-Ying Irene Huang wrote:
> Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 o3read for OpenSolaris
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Jerry Tan
>     1.3  Date of This Document:
> 	23 July, 2008
> 4. Technical Description
> 1. Introduction
>   1.1. Project/Component Working Name:
> 
>        o3read 0.0.4
> 
>   1.2. Name of Document Author/Supplier:
>        Author:         Jerry Tan
>        Sponsor:        Irene Huang
> 
>   1.3. Date of This Document:
> 
>          07/08/2008
> 
>   1.4. Name of Major Document Customer(s)/Consumer(s):
> 
>     1.4.1. The PAC or CPT you expect to review your project:
> 
>                Solaris PAC
> 
>     1.4.2. The ARC(s) you expect to review your project:
> 
>                LSARC
> 
>     1.4.3. The Director/VP who is "Sponsoring" this project:
> 
>                Robert O'Dea
> 
>     1.4.4. The name of your business unit:
> 
>                Software - OPG
> 
>   1.5. Email Aliases:
>            1.5.1. Responsible Manager:  harry.lu@sun.com
>            1.5.2. Responsible Engineer: jerry.tan@sun.com
>            1.5.3. Interest List:        halton.huo@sun.com
>                                         ava.zhang@sun.com
> 
> 2. Project Summary
>   2.1. Project Description:
>         
>    o3read  is a standalone converter for the OpenOffice.org 
>    swriter (*.sxw) and scalc (*.sxc) format to  html/text 
>    format.
> 
> 3. Business Summary
> 
>    It is a userful tool, lightweight, which will help user 
>    to read SXW file if no OpenOffice or StarOffice installed.
> 
> 4. Technical Description:
>    4.1. Details:
> 
>    Example: 
>  unzip -p fileformat.sxw content.xml | o3read | utf8tolatin1
>   
>    There are three output modules:
> 
>     * o3read displays a dump of the parse tree
>     * o3totxt creates plain text
>     * o3tohtml creates html code 
> 
>   The utility utf8tolatin1 converts from utf8 to 8859-1.
>      
>           
>    4.2. Interfaces:
>         Exported Interfaces
>         Interface               Classification        Comments
>            ---------------          ---------------          ---------------     
>         /usr/bin/o3read    Volatile          a tool to dump SXW document
>         /usr/bin/o3totxt   Volatile          used to create plain text
>         /usr/bin/o3tohtml  Volatile          used to create html file
>         /usr/bin/utf8tolatin1 
>                            Volatile          converts from utf8 to 8859-1.
>         SUNWo3read         Uncommitted       package name
>  
> 
> 
> 
> 
>    4.3. Doc Impact:
>         Man page is needed.
> 
>    4.4. Packaging & Delivery:
>         
>         SUNWo3read                    - the package for o3read
> 
> 
>    4.5. Dependencies:
>         
> 
>    4.6. L10N Impact:
>         The Desktop team and the G11N are working together 
>         to evaluate and  provide I18N/L10N support 
> 
> 
>    4.7 Security Impact:
> 
>        None.
>        
>    5. Reference Documents:
>       http://siag.nu/o3read/
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		Desktop
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
> 


From Irene.Huang@sun.com Sun Jul 27 22:36:58 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6S5avaR005070
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 27 Jul 2008 22:36:58 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id m6S5anT3015505
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Mon, 28 Jul 2008 06:36:57 +0100 (BST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4P00A01BLI7F00@nwk-avmta-2.sfbay.sun.com> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Sun, 27 Jul 2008 22:36:54 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K4P003GYBLHJZ60@nwk-avmta-2.sfbay.sun.com> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Sun,
 27 Jul 2008 22:36:54 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m6S5c4Vq029386	for
 <lsarc-ext@sun.com>; Mon, 28 Jul 2008 05:38:04 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K4P00201BGB3900@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Mon,
 28 Jul 2008 13:36:18 +0800 (SGT)
Received: from [129.158.217.138] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K4P00MCPBKH9MCD@mail-apac.sun.com>; Mon,
 28 Jul 2008 13:36:18 +0800 (SGT)
Date: Mon, 28 Jul 2008 13:37:51 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: o3read for OpenSolaris [LSARC/2008/471 FastTrack timeout
	07/29/2008]
In-reply-to: <1216809050.2538.6.camel@goalie>
Sender: Irene.Huang@sun.com
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: lsarc-ext@sun.com, Ava.Zhang@sun.com, Halton.Huo@sun.com,
        Jerry.Tan@sun.com
Message-id: <1217223471.1400.9.camel@goalie>
MIME-version: 1.0
X-Mailer: Evolution 2.12.2
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200807231022.m6NAMZis014557@sac.sfbay.sun.com>
 <1216809050.2538.6.camel@goalie>
Content-Length: 4066
Status: RO
X-Status: $$$$
X-UID: 0000000003

If there's any issues with this case, please send an email before the
deadline 

Thanks 

--Irene
On Wed, 2008-07-23 at 18:30 +0800, Irene Huang wrote:
> Hi, All 
> 
> I am sponsoring this case. The time out is  set to be 07/29/2008. 
> 
> Additional materials are posted at 
> Internally
> http://sac.eng/Archives/CaseLog/arc/LSARC/2008/471/materials/
> 
> Externally
> http://www.opensolaris.org/os/community/arc/caselog/2008/471
> 
> --Irene
> On Wed, 2008-07-23 at 03:22 -0700, Shi-Ying Irene Huang wrote:
> > Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
> > This information is Copyright 2008 Sun Microsystems
> > 1. Introduction
> >     1.1. Project/Component Working Name:
> > 	 o3read for OpenSolaris
> >     1.2. Name of Document Author/Supplier:
> > 	 Author:  Jerry Tan
> >     1.3  Date of This Document:
> > 	23 July, 2008
> > 4. Technical Description
> > 1. Introduction
> >   1.1. Project/Component Working Name:
> > 
> >        o3read 0.0.4
> > 
> >   1.2. Name of Document Author/Supplier:
> >        Author:         Jerry Tan
> >        Sponsor:        Irene Huang
> > 
> >   1.3. Date of This Document:
> > 
> >          07/08/2008
> > 
> >   1.4. Name of Major Document Customer(s)/Consumer(s):
> > 
> >     1.4.1. The PAC or CPT you expect to review your project:
> > 
> >                Solaris PAC
> > 
> >     1.4.2. The ARC(s) you expect to review your project:
> > 
> >                LSARC
> > 
> >     1.4.3. The Director/VP who is "Sponsoring" this project:
> > 
> >                Robert O'Dea
> > 
> >     1.4.4. The name of your business unit:
> > 
> >                Software - OPG
> > 
> >   1.5. Email Aliases:
> >            1.5.1. Responsible Manager:  harry.lu@sun.com
> >            1.5.2. Responsible Engineer: jerry.tan@sun.com
> >            1.5.3. Interest List:        halton.huo@sun.com
> >                                         ava.zhang@sun.com
> > 
> > 2. Project Summary
> >   2.1. Project Description:
> >         
> >    o3read  is a standalone converter for the OpenOffice.org 
> >    swriter (*.sxw) and scalc (*.sxc) format to  html/text 
> >    format.
> > 
> > 3. Business Summary
> > 
> >    It is a userful tool, lightweight, which will help user 
> >    to read SXW file if no OpenOffice or StarOffice installed.
> > 
> > 4. Technical Description:
> >    4.1. Details:
> > 
> >    Example: 
> >  unzip -p fileformat.sxw content.xml | o3read | utf8tolatin1
> >   
> >    There are three output modules:
> > 
> >     * o3read displays a dump of the parse tree
> >     * o3totxt creates plain text
> >     * o3tohtml creates html code 
> > 
> >   The utility utf8tolatin1 converts from utf8 to 8859-1.
> >      
> >           
> >    4.2. Interfaces:
> >         Exported Interfaces
> >         Interface               Classification        Comments
> >            ---------------          ---------------          ---------------     
> >         /usr/bin/o3read    Volatile          a tool to dump SXW document
> >         /usr/bin/o3totxt   Volatile          used to create plain text
> >         /usr/bin/o3tohtml  Volatile          used to create html file
> >         /usr/bin/utf8tolatin1 
> >                            Volatile          converts from utf8 to 8859-1.
> >         SUNWo3read         Uncommitted       package name
> >  
> > 
> > 
> > 
> > 
> >    4.3. Doc Impact:
> >         Man page is needed.
> > 
> >    4.4. Packaging & Delivery:
> >         
> >         SUNWo3read                    - the package for o3read
> > 
> > 
> >    4.5. Dependencies:
> >         
> > 
> >    4.6. L10N Impact:
> >         The Desktop team and the G11N are working together 
> >         to evaluate and  provide I18N/L10N support 
> > 
> > 
> >    4.7 Security Impact:
> > 
> >        None.
> >        
> >    5. Reference Documents:
> >       http://siag.nu/o3read/
> > 
> > 6. Resources and Schedule
> >     6.4. Steering Committee requested information
> >    	6.4.1. Consolidation C-team Name:
> > 		Desktop
> >     6.5. ARC review type: FastTrack
> >     6.6. ARC Exposure: open
> > 
> 


From Irene.Huang@sun.com Wed Jul 30 00:47:57 2008
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id m6U7luEe028316
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 30 Jul 2008 00:47:57 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id m6U7ltBW019669
	for <@sunmail2sca.sfbay.sun.com:lsarc-ext@sun.com>; Wed, 30 Jul 2008 01:47:56 -0600 (MDT)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K4T00J056ZVC600@nwk-avmta-1.sfbay.Sun.COM> for lsarc-ext@sun.com
 (ORCPT lsarc-ext@sun.com); Wed, 30 Jul 2008 00:47:55 -0700 (PDT)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K4T00G696ZTQ7C0@nwk-avmta-1.sfbay.Sun.COM> for
 lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 30 Jul 2008 00:47:54 -0700 (PDT)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id m6U7lrHe007091	for
 <lsarc-ext@sun.com>; Wed, 30 Jul 2008 07:47:53 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0K4T00M016TZXJ00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for lsarc-ext@sun.com (ORCPT lsarc-ext@sun.com); Wed,
 30 Jul 2008 15:47:53 +0800 (SGT)
Received: from [129.158.217.138] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0K4T00MRK6ZR9VCE@mail-apac.sun.com>; Wed,
 30 Jul 2008 15:47:53 +0800 (SGT)
Date: Wed, 30 Jul 2008 15:48:52 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: o3read for OpenSolaris [LSARC/2008/471 FastTrack timeout
	07/29/2008]
In-reply-to: <1217223471.1400.9.camel@goalie>
Sender: Irene.Huang@sun.com
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: lsarc-ext@sun.com, Ava.Zhang@sun.com, Halton.Huo@sun.com,
        Jerry.Tan@sun.com
Message-id: <1217404132.29989.6.camel@goalie>
MIME-version: 1.0
X-Mailer: Evolution 2.22.2
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200807231022.m6NAMZis014557@sac.sfbay.sun.com>
 <1216809050.2538.6.camel@goalie> <1217223471.1400.9.camel@goalie>
Status: RO
Content-Length: 4432

Closed approved. 

--Irene 

On Mon, 2008-07-28 at 13:37 +0800, Irene Huang wrote:
> If there's any issues with this case, please send an email before the
> deadline 
> 
> Thanks 
> 
> --Irene
> On Wed, 2008-07-23 at 18:30 +0800, Irene Huang wrote:
> > Hi, All 
> > 
> > I am sponsoring this case. The time out is  set to be 07/29/2008. 
> > 
> > Additional materials are posted at 
> > Internally
> > http://sac.eng/Archives/CaseLog/arc/LSARC/2008/471/materials/
> > 
> > Externally
> > http://www.opensolaris.org/os/community/arc/caselog/2008/471
> > 
> > --Irene
> > On Wed, 2008-07-23 at 03:22 -0700, Shi-Ying Irene Huang wrote:
> > > Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
> > > This information is Copyright 2008 Sun Microsystems
> > > 1. Introduction
> > >     1.1. Project/Component Working Name:
> > > 	 o3read for OpenSolaris
> > >     1.2. Name of Document Author/Supplier:
> > > 	 Author:  Jerry Tan
> > >     1.3  Date of This Document:
> > > 	23 July, 2008
> > > 4. Technical Description
> > > 1. Introduction
> > >   1.1. Project/Component Working Name:
> > > 
> > >        o3read 0.0.4
> > > 
> > >   1.2. Name of Document Author/Supplier:
> > >        Author:         Jerry Tan
> > >        Sponsor:        Irene Huang
> > > 
> > >   1.3. Date of This Document:
> > > 
> > >          07/08/2008
> > > 
> > >   1.4. Name of Major Document Customer(s)/Consumer(s):
> > > 
> > >     1.4.1. The PAC or CPT you expect to review your project:
> > > 
> > >                Solaris PAC
> > > 
> > >     1.4.2. The ARC(s) you expect to review your project:
> > > 
> > >                LSARC
> > > 
> > >     1.4.3. The Director/VP who is "Sponsoring" this project:
> > > 
> > >                Robert O'Dea
> > > 
> > >     1.4.4. The name of your business unit:
> > > 
> > >                Software - OPG
> > > 
> > >   1.5. Email Aliases:
> > >            1.5.1. Responsible Manager:  harry.lu@sun.com
> > >            1.5.2. Responsible Engineer: jerry.tan@sun.com
> > >            1.5.3. Interest List:        halton.huo@sun.com
> > >                                         ava.zhang@sun.com
> > > 
> > > 2. Project Summary
> > >   2.1. Project Description:
> > >         
> > >    o3read  is a standalone converter for the OpenOffice.org 
> > >    swriter (*.sxw) and scalc (*.sxc) format to  html/text 
> > >    format.
> > > 
> > > 3. Business Summary
> > > 
> > >    It is a userful tool, lightweight, which will help user 
> > >    to read SXW file if no OpenOffice or StarOffice installed.
> > > 
> > > 4. Technical Description:
> > >    4.1. Details:
> > > 
> > >    Example: 
> > >  unzip -p fileformat.sxw content.xml | o3read | utf8tolatin1
> > >   
> > >    There are three output modules:
> > > 
> > >     * o3read displays a dump of the parse tree
> > >     * o3totxt creates plain text
> > >     * o3tohtml creates html code 
> > > 
> > >   The utility utf8tolatin1 converts from utf8 to 8859-1.
> > >      
> > >           
> > >    4.2. Interfaces:
> > >         Exported Interfaces
> > >         Interface               Classification        Comments
> > >            ---------------          ---------------          ---------------     
> > >         /usr/bin/o3read    Volatile          a tool to dump SXW document
> > >         /usr/bin/o3totxt   Volatile          used to create plain text
> > >         /usr/bin/o3tohtml  Volatile          used to create html file
> > >         /usr/bin/utf8tolatin1 
> > >                            Volatile          converts from utf8 to 8859-1.
> > >         SUNWo3read         Uncommitted       package name
> > >  
> > > 
> > > 
> > > 
> > > 
> > >    4.3. Doc Impact:
> > >         Man page is needed.
> > > 
> > >    4.4. Packaging & Delivery:
> > >         
> > >         SUNWo3read                    - the package for o3read
> > > 
> > > 
> > >    4.5. Dependencies:
> > >         
> > > 
> > >    4.6. L10N Impact:
> > >         The Desktop team and the G11N are working together 
> > >         to evaluate and  provide I18N/L10N support 
> > > 
> > > 
> > >    4.7 Security Impact:
> > > 
> > >        None.
> > >        
> > >    5. Reference Documents:
> > >       http://siag.nu/o3read/
> > > 
> > > 6. Resources and Schedule
> > >     6.4. Steering Committee requested information
> > >    	6.4.1. Consolidation C-team Name:
> > > 		Desktop
> > >     6.5. ARC review type: FastTrack
> > >     6.6. ARC Exposure: open
> > > 
> > 
> 


