Re: RE: Open the UOF2.0 source codes

2012-06-29 Thread Donald Harbison
On Thu, Jun 28, 2012 at 7:49 PM, hongyun.an  wrote:

> Dear everyone:
>
> Thanks to all your help,so far I have finished merging the UOF v2.0 source
> code to the Aoo3.4(svn version1354914) both on the Windows and Linux.
>

This is great news! Thank you Hongyun.  (Forgive the delay, I am a little
slow catching up on emails due to travels)

Today, I delivered a presentation on Apache OpenOffice here in Beijing at
the Open Source China Open Source World Summit conference where I made a
special point to recognize the achievements of CS2C and your work. I was
fortunate to meet your colleagues Michael Lee and Shi Zhoubo. We discussed
a variety of topics concerning the project and how we can improve
participation and awareness of Apache OpenOffice in China. I hope that
Michael introduces himself soon on this list.



> The source code is 33 files and about 2M,mainly in
> filter/source/config,filter/source/xmlfilterdetect,
> filter/source/xsltfilter,scp2/source/ooo.
> Now it can work very well in sw,sc,sd. It could load as the uof v2.0
> format files(uot,uos,uop),also could open them.
>
> thank you,Dennis.
> But I have forgotten my password.
> I go to the <http://id.apache.org> and enter my ID number,then click the
> "Forgot your password".
> In the new window I enter my ID in the frame which is like this "Apache
> User ID:___...@apache.org",
> With that I get the message "Email sent,Message-ID=<
> 20120628100728.462c...@id.apache.org".
> I don't know whether I have the apache.org email and I could not log in
> this email.
> Could you tell me how to reset my password?
>
> Another question: could I commit the source code to the Aoo3.4 trunk?
>
> best wishes!
> --
> hongyun.an
> >@hongyun.an
> >
> >Yes, you are Apache committer hyan@ a.o.
> >
> >You may be required to reset your password in order to make commits to
> SVN.  There was a general requirement to change passwords as the result of
> a recent security issue.  Simply go to <http://id.apache.org> and follow
> the change-password procedure.
> >
> >You may want to update your e-mail forwarding for hyan@ at the same time
> if you have not already done so.
> >
> >+1 for how you propose to account for the approach and then carry it out.
> >
> > - Dennis
> >
> >PS: Ensure that the SVN-client configuration options specify UTF-8
> encoding on the committed files, assuming that is needed for the
> Chinese-language characters included in XML NCNames and their counterparts
> in the UOF source code.  There may also need to be some experimentation to
> ensure that any use of Chinese-language characters in source code work
> through all of the build cases.  I recommend subversion configuration file
> entries along the following lines:
> >
> >   *.html = svn:mime-type=text/html;;charset=UTF-8
> >   *.htm = svn:mime-type=text/html;;charset=UTF-8
> >   *.xml = svn:mime-type=application/xml;;charset=UTF-8
> >   *.c = svn:mime-type=text/plain;;charset=UTF-8;svn:eol-style=native
> >   *.cpp = svn:mime-type=text/plain;;charset=UTF-8;svn:eol-style=native
> >
> >(I have not tried the combination of svn:mime-type and svn:eol-style.
>  Experiment is required.)
> >
> >
> >
> >-Original Message-
> >From: hongyun.an [mailto:hongyun...@cs2c.com.cn]
> >Sent: Monday, June 11, 2012 05:38
> >To: ooo-dev
> >Subject: Re: Re: Open the UOF2.0 source codes
> >
> >
> >The size of the source code is about 2M,30 files.
> >As far as I know, I have the  the commit right in  incubator ooo Project.
> >According to your suggestions,I think we should do two things firstly:
> >1:Check whether  the code could work in Aoo3.4 based on the Windows and
> Linux.
> >2:Introduce the work we have done on wiki
> http://wiki.services.openoffice.org/wiki/Documentation.
> >As soon as I complete these works ,I will message to the mail list.
> >
> >Thank you.
> >best wishes.
> >
> >--
> >hongyun.an
> >>On Mon, Jun 11, 2012 at 1:44 AM, Pedro Giffuni  wrote:
> >>>
> >>>
> >>> --- Lun 11/6/12, hongyun.an  ha scritto:
> >>> ...
> >>>> Data: Lunedì 11 giugno 2012, 00:20
> >>>> You are welcome.We hope it will be
> >>>> more compatible between the ODF and UOF2.0.
> >>>> Could anybody tell me how submit the code?
> >>>> --
> >>>
> >>> I guess it depends on the size. One option
> >>> would be to put up a tarball somewhere, but
> >>> perhaps its better to create a branch i

Re: RE: Open the UOF2.0 source codes

2012-06-28 Thread hongyun . an
OK ,thank you very much,Dennis.

best wishes.
--
hongyun.an
>Better yet, set the mime type to also specify the UTF-8 encoding.
>
>in SVN config [auto-props] Use this for example:
>
>*.xsl = svn:mime-type=application/xml;;charset=UTF-8
>
>There should be no problem with that.
>
>
>
>-Original Message-
>From: Pedro Giffuni [mailto:p...@apache.org] 
>Sent: Thursday, June 28, 2012 20:48
>To: ooo-dev; hongyun.an
>Subject: Re: Re: Open the UOF2.0 source codes
>
>Hi Hongyun;
>
>--- Gio 28/6/12, hongyun.an  ha scritto:
>...
>> 
>> By the way,here is the file list:
>> filter/prj/d.lst;
>> filter/source/config/fragments/fcfg_calc.mk;
>> filter/source/config/fragments/fcfg_impress.mk;
>> filter/source/config/fragments/fcfg_writer.mk;
>> filter/source/config/fragments/filters/NSO_Calc_UOF2.xcu;
>> filter/source/config/fragments/filters/NSO_Calc_UOF2_ui.xcu;
>> filter/source/config/fragments/filters/NSO_Impress_UOF2.xcu;
>> filter/source/config/fragments/filters/NSO_Impress_UOF2_ui.xcu;
>> filter/source/config/fragments/filters/NSO_Writer_UOF2.xcu;
>> filter/source/config/fragments/filters/NSO_Writer_UOF2_ui.xcu;
>> filter/source/config/fragments/types/calc_NSO_UOF2.xcu;
>> filter/source/config/fragments/types/impress_NSO_UOF2.xcu;
>> filter/source/config/fragments/types/writer_NSO_UOF2.xcu;
>> filter/source/xmlfilterdetect/filterdetect.cxx;
>> filter/source/xmlfilterdetect/makefile.mk;
>> filter/source/xslt/export/uof2/odf2uof.xsl;
>> filter/source/xslt/import/uof2/uof2odf.xsl;
>> filter/source/xsltfilter/containerhelper.hxx;
>> filter/source/xsltfilter/makefile.mk;
>> filter/source/xsltfilter/uof2merge.cxx;
>> filter/source/xsltfilter/uof2merge.hxx;
>> filter/source/xsltfilter/uof2splithandler.cxx;
>> filter/source/xsltfilter/uof2splithandler.hxx;
>> filter/source/xsltfilter/uof2splitter.cxx;
>> filter/source/xsltfilter/uof2splitter.hxx;
>> filter/source/xsltfilter/uof2storage.cxx;
>> filter/source/xsltfilter/uof2storage.hxx;
>> filter/source/xsltfilter/XMLBase64Codec.cxx;
>> filter/source/xsltfilter/XMLBase64Codec.hxx;
>> filter/source/xsltfilter/XSLTFilter.cxx;
>> scp2/source/ooo/directory_ooo.scp;
>> scp2/source/ooo/file_ooo.scp;
>> scp2/source/ooo/module_hidden_ooo.scp
>> 
>> Only the files "uof2odf.xsl","odf2uof.xsl" have the Chinese
>> charactors,which specify UTF-8 encoding.
>
>
>It's actually not very big: you have to be careful
>about the SVN properties before committing. Make sure
>that the new files set svn:mime-type to text/plain, otherwise
>UTF-8 may be confused with binary.
>
>More information here:
>http://svnbook.red-bean.com/en/1.7/svn.advanced.props.html
>
>I also recommend running "svn update" just before
>committing.
>
>cheers,
>
>Pedro.
>

RE: Re: Open the UOF2.0 source codes

2012-06-28 Thread Dennis E. Hamilton
Better yet, set the mime type to also specify the UTF-8 encoding.

in SVN config [auto-props] Use this for example:

*.xsl = svn:mime-type=application/xml;;charset=UTF-8

There should be no problem with that.



-Original Message-
From: Pedro Giffuni [mailto:p...@apache.org] 
Sent: Thursday, June 28, 2012 20:48
To: ooo-dev; hongyun.an
Subject: Re: Re: Open the UOF2.0 source codes

Hi Hongyun;

--- Gio 28/6/12, hongyun.an  ha scritto:
...
> 
> By the way,here is the file list:
> filter/prj/d.lst;
> filter/source/config/fragments/fcfg_calc.mk;
> filter/source/config/fragments/fcfg_impress.mk;
> filter/source/config/fragments/fcfg_writer.mk;
> filter/source/config/fragments/filters/NSO_Calc_UOF2.xcu;
> filter/source/config/fragments/filters/NSO_Calc_UOF2_ui.xcu;
> filter/source/config/fragments/filters/NSO_Impress_UOF2.xcu;
> filter/source/config/fragments/filters/NSO_Impress_UOF2_ui.xcu;
> filter/source/config/fragments/filters/NSO_Writer_UOF2.xcu;
> filter/source/config/fragments/filters/NSO_Writer_UOF2_ui.xcu;
> filter/source/config/fragments/types/calc_NSO_UOF2.xcu;
> filter/source/config/fragments/types/impress_NSO_UOF2.xcu;
> filter/source/config/fragments/types/writer_NSO_UOF2.xcu;
> filter/source/xmlfilterdetect/filterdetect.cxx;
> filter/source/xmlfilterdetect/makefile.mk;
> filter/source/xslt/export/uof2/odf2uof.xsl;
> filter/source/xslt/import/uof2/uof2odf.xsl;
> filter/source/xsltfilter/containerhelper.hxx;
> filter/source/xsltfilter/makefile.mk;
> filter/source/xsltfilter/uof2merge.cxx;
> filter/source/xsltfilter/uof2merge.hxx;
> filter/source/xsltfilter/uof2splithandler.cxx;
> filter/source/xsltfilter/uof2splithandler.hxx;
> filter/source/xsltfilter/uof2splitter.cxx;
> filter/source/xsltfilter/uof2splitter.hxx;
> filter/source/xsltfilter/uof2storage.cxx;
> filter/source/xsltfilter/uof2storage.hxx;
> filter/source/xsltfilter/XMLBase64Codec.cxx;
> filter/source/xsltfilter/XMLBase64Codec.hxx;
> filter/source/xsltfilter/XSLTFilter.cxx;
> scp2/source/ooo/directory_ooo.scp;
> scp2/source/ooo/file_ooo.scp;
> scp2/source/ooo/module_hidden_ooo.scp
> 
> Only the files "uof2odf.xsl","odf2uof.xsl" have the Chinese
> charactors,which specify UTF-8 encoding.


It's actually not very big: you have to be careful
about the SVN properties before committing. Make sure
that the new files set svn:mime-type to text/plain, otherwise
UTF-8 may be confused with binary.

More information here:
http://svnbook.red-bean.com/en/1.7/svn.advanced.props.html

I also recommend running "svn update" just before
committing.

cheers,

Pedro.



Re: Re: Open the UOF2.0 source codes

2012-06-28 Thread Pedro Giffuni
Hi Hongyun;

--- Gio 28/6/12, hongyun.an  ha scritto:
...
> 
> By the way,here is the file list:
> filter/prj/d.lst;
> filter/source/config/fragments/fcfg_calc.mk;
> filter/source/config/fragments/fcfg_impress.mk;
> filter/source/config/fragments/fcfg_writer.mk;
> filter/source/config/fragments/filters/NSO_Calc_UOF2.xcu;
> filter/source/config/fragments/filters/NSO_Calc_UOF2_ui.xcu;
> filter/source/config/fragments/filters/NSO_Impress_UOF2.xcu;
> filter/source/config/fragments/filters/NSO_Impress_UOF2_ui.xcu;
> filter/source/config/fragments/filters/NSO_Writer_UOF2.xcu;
> filter/source/config/fragments/filters/NSO_Writer_UOF2_ui.xcu;
> filter/source/config/fragments/types/calc_NSO_UOF2.xcu;
> filter/source/config/fragments/types/impress_NSO_UOF2.xcu;
> filter/source/config/fragments/types/writer_NSO_UOF2.xcu;
> filter/source/xmlfilterdetect/filterdetect.cxx;
> filter/source/xmlfilterdetect/makefile.mk;
> filter/source/xslt/export/uof2/odf2uof.xsl;
> filter/source/xslt/import/uof2/uof2odf.xsl;
> filter/source/xsltfilter/containerhelper.hxx;
> filter/source/xsltfilter/makefile.mk;
> filter/source/xsltfilter/uof2merge.cxx;
> filter/source/xsltfilter/uof2merge.hxx;
> filter/source/xsltfilter/uof2splithandler.cxx;
> filter/source/xsltfilter/uof2splithandler.hxx;
> filter/source/xsltfilter/uof2splitter.cxx;
> filter/source/xsltfilter/uof2splitter.hxx;
> filter/source/xsltfilter/uof2storage.cxx;
> filter/source/xsltfilter/uof2storage.hxx;
> filter/source/xsltfilter/XMLBase64Codec.cxx;
> filter/source/xsltfilter/XMLBase64Codec.hxx;
> filter/source/xsltfilter/XSLTFilter.cxx;
> scp2/source/ooo/directory_ooo.scp;
> scp2/source/ooo/file_ooo.scp;
> scp2/source/ooo/module_hidden_ooo.scp
> 
> Only the files "uof2odf.xsl","odf2uof.xsl" have the Chinese
> charactors,which specify UTF-8 encoding.


It's actually not very big: you have to be careful
about the SVN properties before committing. Make sure
that the new files set svn:mime-type to text/plain, otherwise
UTF-8 may be confused with binary.

More information here:
http://svnbook.red-bean.com/en/1.7/svn.advanced.props.html

I also recommend running "svn update" just before
committing.

cheers,

Pedro.


Re: Re: Open the UOF2.0 source codes

2012-06-28 Thread hongyun . an

>
>
>--- Gio 28/6/12, hongyun.an  ha scritto:
>...
>> Dear everyone:
>> 
>> Thanks to all your help,so far I have finished merging the
>> UOF v2.0 source code to the Aoo3.4(svn version1354914) both
>> on the Windows and Linux.
>> The source code is 33 files and about 2M,mainly in
>> filter/source/config,filter/source/xmlfilterdetect,
>> filter/source/xsltfilter,scp2/source/ooo.
>> Now it can work very well in sw,sc,sd. It could load as the
>> uof v2.0 format files(uot,uos,uop),also could open them.
>> 
>
>Nice!
>
>> thank you,Dennis.
>> But I have forgotten my password.
>> I go to the  and enter my ID number,then
>> click the "Forgot your password".
>> In the new window I enter my ID in the frame which is like
>> this "Apache User ID:___...@apache.org",
>> With that I get the message "Email 
>> sent,Message-ID=<20120628100728.462c...@id.apache.org".
>> I don't know whether I have the apache.org email and I could
>> not log in this email.
>> Could you tell me how to reset my password?
>>
>
>I don't know about that, but your email address should be
>an alias to the email you added in your iCLA.
> 
>> Another question: could I commit the source code to the
>> Aoo3.4 trunk?
>> 
>
>Yes but, if you can, try to schedule it for the weekend
>since there's less traffic those days.
>
>Thanks again for your hard work!
>
>Pedro.

thank you ,Pedro
OK,if I could reset my password before this weekend ,I'll do this.
But I have changed my email address.The email address which I added in my iCLA 
is invalid.So I have no idea about this.

By the way,here is the file list:
filter/prj/d.lst;
filter/source/config/fragments/fcfg_calc.mk;
filter/source/config/fragments/fcfg_impress.mk;
filter/source/config/fragments/fcfg_writer.mk;
filter/source/config/fragments/filters/NSO_Calc_UOF2.xcu;
filter/source/config/fragments/filters/NSO_Calc_UOF2_ui.xcu;
filter/source/config/fragments/filters/NSO_Impress_UOF2.xcu;
filter/source/config/fragments/filters/NSO_Impress_UOF2_ui.xcu;
filter/source/config/fragments/filters/NSO_Writer_UOF2.xcu;
filter/source/config/fragments/filters/NSO_Writer_UOF2_ui.xcu;
filter/source/config/fragments/types/calc_NSO_UOF2.xcu;
filter/source/config/fragments/types/impress_NSO_UOF2.xcu;
filter/source/config/fragments/types/writer_NSO_UOF2.xcu;
filter/source/xmlfilterdetect/filterdetect.cxx;
filter/source/xmlfilterdetect/makefile.mk;
filter/source/xslt/export/uof2/odf2uof.xsl;
filter/source/xslt/import/uof2/uof2odf.xsl;
filter/source/xsltfilter/containerhelper.hxx;
filter/source/xsltfilter/makefile.mk;
filter/source/xsltfilter/uof2merge.cxx;
filter/source/xsltfilter/uof2merge.hxx;
filter/source/xsltfilter/uof2splithandler.cxx;
filter/source/xsltfilter/uof2splithandler.hxx;
filter/source/xsltfilter/uof2splitter.cxx;
filter/source/xsltfilter/uof2splitter.hxx;
filter/source/xsltfilter/uof2storage.cxx;
filter/source/xsltfilter/uof2storage.hxx;
filter/source/xsltfilter/XMLBase64Codec.cxx;
filter/source/xsltfilter/XMLBase64Codec.hxx;
filter/source/xsltfilter/XSLTFilter.cxx;
scp2/source/ooo/directory_ooo.scp;
scp2/source/ooo/file_ooo.scp;
scp2/source/ooo/module_hidden_ooo.scp

Only the files "uof2odf.xsl","odf2uof.xsl" have the Chinese charactors,which 
specify UTF-8 encoding.
--
hongyun.an

Re: RE: Open the UOF2.0 source codes

2012-06-28 Thread Pedro Giffuni


--- Gio 28/6/12, hongyun.an  ha scritto:
...
> Dear everyone:
> 
> Thanks to all your help,so far I have finished merging the
> UOF v2.0 source code to the Aoo3.4(svn version1354914) both
> on the Windows and Linux.
> The source code is 33 files and about 2M,mainly in
> filter/source/config,filter/source/xmlfilterdetect,
> filter/source/xsltfilter,scp2/source/ooo.
> Now it can work very well in sw,sc,sd. It could load as the
> uof v2.0 format files(uot,uos,uop),also could open them.
> 

Nice!

> thank you,Dennis.
> But I have forgotten my password.
> I go to the  and enter my ID number,then
> click the "Forgot your password".
> In the new window I enter my ID in the frame which is like
> this "Apache User ID:___...@apache.org",
> With that I get the message "Email 
> sent,Message-ID=<20120628100728.462c...@id.apache.org".
> I don't know whether I have the apache.org email and I could
> not log in this email.
> Could you tell me how to reset my password?
>

I don't know about that, but your email address should be
an alias to the email you added in your iCLA.
 
> Another question: could I commit the source code to the
> Aoo3.4 trunk?
> 

Yes but, if you can, try to schedule it for the weekend
since there's less traffic those days.

Thanks again for your hard work!

Pedro.


Re: RE: Open the UOF2.0 source codes

2012-06-28 Thread hongyun . an
Dear everyone:

Thanks to all your help,so far I have finished merging the UOF v2.0 source code 
to the Aoo3.4(svn version1354914) both on the Windows and Linux.
The source code is 33 files and about 2M,mainly in 
filter/source/config,filter/source/xmlfilterdetect, 
filter/source/xsltfilter,scp2/source/ooo.
Now it can work very well in sw,sc,sd. It could load as the uof v2.0 format 
files(uot,uos,uop),also could open them.

thank you,Dennis.
But I have forgotten my password.
I go to the <http://id.apache.org> and enter my ID number,then click the 
"Forgot your password".
In the new window I enter my ID in the frame which is like this "Apache User 
ID:___...@apache.org",
With that I get the message "Email 
sent,Message-ID=<20120628100728.462c...@id.apache.org".
I don't know whether I have the apache.org email and I could not log in this 
email.
Could you tell me how to reset my password?

Another question: could I commit the source code to the Aoo3.4 trunk?

best wishes!
--
hongyun.an
>@hongyun.an
>
>Yes, you are Apache committer hyan@ a.o.  
>
>You may be required to reset your password in order to make commits to SVN.  
>There was a general requirement to change passwords as the result of a recent 
>security issue.  Simply go to <http://id.apache.org> and follow the 
>change-password procedure.
>
>You may want to update your e-mail forwarding for hyan@ at the same time if 
>you have not already done so.
>
>+1 for how you propose to account for the approach and then carry it out.
>
> - Dennis
>
>PS: Ensure that the SVN-client configuration options specify UTF-8 encoding on 
>the committed files, assuming that is needed for the Chinese-language 
>characters included in XML NCNames and their counterparts in the UOF source 
>code.  There may also need to be some experimentation to ensure that any use 
>of Chinese-language characters in source code work through all of the build 
>cases.  I recommend subversion configuration file entries along the following 
>lines:
>
>   *.html = svn:mime-type=text/html;;charset=UTF-8
>   *.htm = svn:mime-type=text/html;;charset=UTF-8
>   *.xml = svn:mime-type=application/xml;;charset=UTF-8
>   *.c = svn:mime-type=text/plain;;charset=UTF-8;svn:eol-style=native
>   *.cpp = svn:mime-type=text/plain;;charset=UTF-8;svn:eol-style=native
>
>(I have not tried the combination of svn:mime-type and svn:eol-style.  
>Experiment is required.)
> 
>
>
>-----Original Message-
>From: hongyun.an [mailto:hongyun...@cs2c.com.cn] 
>Sent: Monday, June 11, 2012 05:38
>To: ooo-dev
>Subject: Re: Re: Open the UOF2.0 source codes
>
>
>The size of the source code is about 2M,30 files.
>As far as I know, I have the  the commit right in  incubator ooo Project.
>According to your suggestions,I think we should do two things firstly:
>1:Check whether  the code could work in Aoo3.4 based on the Windows and Linux.
>2:Introduce the work we have done on wiki 
>http://wiki.services.openoffice.org/wiki/Documentation.
>As soon as I complete these works ,I will message to the mail list.
>
>Thank you.
>best wishes.
>
>--
>hongyun.an
>>On Mon, Jun 11, 2012 at 1:44 AM, Pedro Giffuni  wrote:
>>>
>>>
>>> --- Lun 11/6/12, hongyun.an  ha scritto:
>>> ...
>>>> Data: Lunedì 11 giugno 2012, 00:20
>>>> You are welcome.We hope it will be
>>>> more compatible between the ODF and UOF2.0.
>>>> Could anybody tell me how submit the code?
>>>> --
>>>
>>> I guess it depends on the size. One option
>>> would be to put up a tarball somewhere, but
>>> perhaps its better to create a branch in SVN.
>>>
>>
>>The UOF support is in 30 files, mainly in filter/source/config,
>>filter/source/xmlfilterdetect, filter/source/xsltfilter
>>
>>If a committer can verify that it works, it should be small enough to
>>check into the trunk.
>>
>>Some test documents would help as well.
>>
>>-Rob
>>
>>> It would be great if one of our Chinese
>>> commiters takes the lead on this.
>>>
>>> Pedro.
>>>
>>>> hongyun.an
>>>> >This is excellent news!
>>>> >
>>>> >Thank you Hongyun An, we are delighted to have this
>>>> huge
>>>> >development for/from the Chinese community!
>>>> >
>>>> >Pedro.
>>>> >
>>>> >--- Dom 10/6/12, hongyun.an 
>>>> ha scritto:
>>>> >>Hi,everyone:
>>>> >
>>>> >My name is Hongyun An and I am serving in CS2C.Since
>>>>

RE: Re: Open the UOF2.0 source codes

2012-06-11 Thread Dennis E. Hamilton
@hongyun.an

Yes, you are Apache committer hyan@ a.o.  

You may be required to reset your password in order to make commits to SVN.  
There was a general requirement to change passwords as the result of a recent 
security issue.  Simply go to <http://id.apache.org> and follow the 
change-password procedure.

You may want to update your e-mail forwarding for hyan@ at the same time if you 
have not already done so.

+1 for how you propose to account for the approach and then carry it out.

 - Dennis

PS: Ensure that the SVN-client configuration options specify UTF-8 encoding on 
the committed files, assuming that is needed for the Chinese-language 
characters included in XML NCNames and their counterparts in the UOF source 
code.  There may also need to be some experimentation to ensure that any use of 
Chinese-language characters in source code work through all of the build cases. 
 I recommend subversion configuration file entries along the following lines:

   *.html = svn:mime-type=text/html;;charset=UTF-8
   *.htm = svn:mime-type=text/html;;charset=UTF-8
   *.xml = svn:mime-type=application/xml;;charset=UTF-8
   *.c = svn:mime-type=text/plain;;charset=UTF-8;svn:eol-style=native
   *.cpp = svn:mime-type=text/plain;;charset=UTF-8;svn:eol-style=native

(I have not tried the combination of svn:mime-type and svn:eol-style.  
Experiment is required.)
 


-Original Message-
From: hongyun.an [mailto:hongyun...@cs2c.com.cn] 
Sent: Monday, June 11, 2012 05:38
To: ooo-dev
Subject: Re: Re: Open the UOF2.0 source codes


The size of the source code is about 2M,30 files.
As far as I know, I have the  the commit right in  incubator ooo Project.
According to your suggestions,I think we should do two things firstly:
1:Check whether  the code could work in Aoo3.4 based on the Windows and Linux.
2:Introduce the work we have done on wiki 
http://wiki.services.openoffice.org/wiki/Documentation.
As soon as I complete these works ,I will message to the mail list.

Thank you.
best wishes.

--
hongyun.an
>On Mon, Jun 11, 2012 at 1:44 AM, Pedro Giffuni  wrote:
>>
>>
>> --- Lun 11/6/12, hongyun.an  ha scritto:
>> ...
>>> Data: Lunedì 11 giugno 2012, 00:20
>>> You are welcome.We hope it will be
>>> more compatible between the ODF and UOF2.0.
>>> Could anybody tell me how submit the code?
>>> --
>>
>> I guess it depends on the size. One option
>> would be to put up a tarball somewhere, but
>> perhaps its better to create a branch in SVN.
>>
>
>The UOF support is in 30 files, mainly in filter/source/config,
>filter/source/xmlfilterdetect, filter/source/xsltfilter
>
>If a committer can verify that it works, it should be small enough to
>check into the trunk.
>
>Some test documents would help as well.
>
>-Rob
>
>> It would be great if one of our Chinese
>> commiters takes the lead on this.
>>
>> Pedro.
>>
>>> hongyun.an
>>> >This is excellent news!
>>> >
>>> >Thank you Hongyun An, we are delighted to have this
>>> huge
>>> >development for/from the Chinese community!
>>> >
>>> >Pedro.
>>> >
>>> >--- Dom 10/6/12, hongyun.an 
>>> ha scritto:
>>> >>Hi,everyone:
>>> >
>>> >My name is Hongyun An and I am serving in CS2C.Since
>>> 2008,I have worked for the document format
>>> interoperability.
>>> >Now I am serving for the China Standard Software
>>> Co.,Ltd(CS2C).
>>> >We are going to open the UOF2.0 source codes which are
>>> researched for years based on OpenOffice.
>>> >Until now We have send the SGA and the SGA from China
>>> Standard Software Co, Ltd has been filed in the Apache
>>> >Software Foundation records.
>>> >Now  let me tell you what UOF2.0 is and how
>>> important it is.
>>> >As a Chinese document format,UOF(Unified Office document
>>> Format) describes the document format structure basing on
>>> >the W3C XML Schema,using Chinese character tags.Now UOF
>>> has a wide range of applications.In China,many departments
>>> >use the UOF as the compatibility format.
>>> >UOF2.0 is improved more greatly than UOF1.1. It has a
>>> better structure, which  is  multi-file
>>> structure,including uof.xml,
>>> >meta.xml,context.xml,chart.xml,graphics.xml,rules.xml
>>> and so on. And UOF2.0 unifies the definition of the public
>>> properties,
>>> >supports the multi-language.
>>> >Until now we  have achieved reading and writing
>>> the  UOF2.0 documents by modifying the OpenOffice
>>> source codes and the
>>> >style sheets.
>>> >
>>> >
>>> >
>>> >
>>> >Hongyun An
>>> >Office +8610-51659955-3102
>>> >CS2C
>>> >20F,Yingu Building,No.9 Beisihuan Xilu,Haidian District
>>> Beijing China



Re: Re: Open the UOF2.0 source codes

2012-06-11 Thread hongyun . an

The size of the source code is about 2M,30 files.
As far as I know, I have the  the commit right in  incubator ooo Project.
According to your suggestions,I think we should do two things firstly:
1:Check whether  the code could work in Aoo3.4 based on the Windows and Linux.
2:Introduce the work we have done on wiki 
http://wiki.services.openoffice.org/wiki/Documentation.
As soon as I complete these works ,I will message to the mail list.

Thank you.
best wishes.

--
hongyun.an
>On Mon, Jun 11, 2012 at 1:44 AM, Pedro Giffuni  wrote:
>>
>>
>> --- Lun 11/6/12, hongyun.an  ha scritto:
>> ...
>>> Data: Lunedì 11 giugno 2012, 00:20
>>> You are welcome.We hope it will be
>>> more compatible between the ODF and UOF2.0.
>>> Could anybody tell me how submit the code?
>>> --
>>
>> I guess it depends on the size. One option
>> would be to put up a tarball somewhere, but
>> perhaps its better to create a branch in SVN.
>>
>
>The UOF support is in 30 files, mainly in filter/source/config,
>filter/source/xmlfilterdetect, filter/source/xsltfilter
>
>If a committer can verify that it works, it should be small enough to
>check into the trunk.
>
>Some test documents would help as well.
>
>-Rob
>
>> It would be great if one of our Chinese
>> commiters takes the lead on this.
>>
>> Pedro.
>>
>>> hongyun.an
>>> >This is excellent news!
>>> >
>>> >Thank you Hongyun An, we are delighted to have this
>>> huge
>>> >development for/from the Chinese community!
>>> >
>>> >Pedro.
>>> >
>>> >--- Dom 10/6/12, hongyun.an 
>>> ha scritto:
>>> >>Hi,everyone:
>>> >
>>> >My name is Hongyun An and I am serving in CS2C.Since
>>> 2008,I have worked for the document format
>>> interoperability.
>>> >Now I am serving for the China Standard Software
>>> Co.,Ltd(CS2C).
>>> >We are going to open the UOF2.0 source codes which are
>>> researched for years based on OpenOffice.
>>> >Until now We have send the SGA and the SGA from China
>>> Standard Software Co, Ltd has been filed in the Apache
>>> >Software Foundation records.
>>> >Now  let me tell you what UOF2.0 is and how
>>> important it is.
>>> >As a Chinese document format,UOF(Unified Office document
>>> Format) describes the document format structure basing on
>>> >the W3C XML Schema,using Chinese character tags.Now UOF
>>> has a wide range of applications.In China,many departments
>>> >use the UOF as the compatibility format.
>>> >UOF2.0 is improved more greatly than UOF1.1. It has a
>>> better structure, which  is  multi-file
>>> structure,including uof.xml,
>>> >meta.xml,context.xml,chart.xml,graphics.xml,rules.xml
>>> and so on. And UOF2.0 unifies the definition of the public
>>> properties,
>>> >supports the multi-language.
>>> >Until now we  have achieved reading and writing
>>> the  UOF2.0 documents by modifying the OpenOffice
>>> source codes and the
>>> >style sheets.
>>> >
>>> >
>>> >
>>> >
>>> >Hongyun An
>>> >Office +8610-51659955-3102
>>> >CS2C
>>> >20F,Yingu Building,No.9 Beisihuan Xilu,Haidian District
>>> Beijing China

Re: Re: Open the UOF2.0 source codes

2012-06-11 Thread Rob Weir
On Mon, Jun 11, 2012 at 1:44 AM, Pedro Giffuni  wrote:
>
>
> --- Lun 11/6/12, hongyun.an  ha scritto:
> ...
>> Data: Lunedì 11 giugno 2012, 00:20
>> You are welcome.We hope it will be
>> more compatible between the ODF and UOF2.0.
>> Could anybody tell me how submit the code?
>> --
>
> I guess it depends on the size. One option
> would be to put up a tarball somewhere, but
> perhaps its better to create a branch in SVN.
>

The UOF support is in 30 files, mainly in filter/source/config,
filter/source/xmlfilterdetect, filter/source/xsltfilter

If a committer can verify that it works, it should be small enough to
check into the trunk.

Some test documents would help as well.

-Rob

> It would be great if one of our Chinese
> commiters takes the lead on this.
>
> Pedro.
>
>> hongyun.an
>> >This is excellent news!
>> >
>> >Thank you Hongyun An, we are delighted to have this
>> huge
>> >development for/from the Chinese community!
>> >
>> >Pedro.
>> >
>> >--- Dom 10/6/12, hongyun.an 
>> ha scritto:
>> >>Hi,everyone:
>> >
>> >My name is Hongyun An and I am serving in CS2C.Since
>> 2008,I have worked for the document format
>> interoperability.
>> >Now I am serving for the China Standard Software
>> Co.,Ltd(CS2C).
>> >We are going to open the UOF2.0 source codes which are
>> researched for years based on OpenOffice.
>> >Until now We have send the SGA and the SGA from China
>> Standard Software Co, Ltd has been filed in the Apache
>> >Software Foundation records.
>> >Now  let me tell you what UOF2.0 is and how
>> important it is.
>> >As a Chinese document format,UOF(Unified Office document
>> Format) describes the document format structure basing on
>> >the W3C XML Schema,using Chinese character tags.Now UOF
>> has a wide range of applications.In China,many departments
>> >use the UOF as the compatibility format.
>> >UOF2.0 is improved more greatly than UOF1.1. It has a
>> better structure, which  is  multi-file
>> structure,including uof.xml,
>> >meta.xml,context.xml,chart.xml,graphics.xml,rules.xml
>> and so on. And UOF2.0 unifies the definition of the public
>> properties,
>> >supports the multi-language.
>> >Until now we  have achieved reading and writing
>> the  UOF2.0 documents by modifying the OpenOffice
>> source codes and the
>> >style sheets.
>> >
>> >
>> >
>> >
>> >Hongyun An
>> >Office +8610-51659955-3102
>> >CS2C
>> >20F,Yingu Building,No.9 Beisihuan Xilu,Haidian District
>> Beijing China


Re: Re: Open the UOF2.0 source codes

2012-06-11 Thread Yong Lin Ma
Hongyun,
Anyone from your team already get commit rights?   If not, it would be
difficult for a senior OO.o developer. We would like to help to speed
up the process by reviewing his or her contributions in time.

Any other ideas?

At the same time, you may consider introducing the work on wiki first.
That will help others understand the contribution and give more
advices.


On Mon, Jun 11, 2012 at 1:44 PM, Pedro Giffuni  wrote:
>
>
> --- Lun 11/6/12, hongyun.an  ha scritto:
> ...
>> Data: Lunedì 11 giugno 2012, 00:20
>> You are welcome.We hope it will be
>> more compatible between the ODF and UOF2.0.
>> Could anybody tell me how submit the code?
>> --
>
> I guess it depends on the size. One option
> would be to put up a tarball somewhere, but
> perhaps its better to create a branch in SVN.
>
> It would be great if one of our Chinese
> commiters takes the lead on this.
>
> Pedro.
>
>> hongyun.an
>> >This is excellent news!
>> >
>> >Thank you Hongyun An, we are delighted to have this
>> huge
>> >development for/from the Chinese community!
>> >
>> >Pedro.
>> >
>> >--- Dom 10/6/12, hongyun.an 
>> ha scritto:
>> >>Hi,everyone:
>> >
>> >My name is Hongyun An and I am serving in CS2C.Since
>> 2008,I have worked for the document format
>> interoperability.
>> >Now I am serving for the China Standard Software
>> Co.,Ltd(CS2C).
>> >We are going to open the UOF2.0 source codes which are
>> researched for years based on OpenOffice.
>> >Until now We have send the SGA and the SGA from China
>> Standard Software Co, Ltd has been filed in the Apache
>> >Software Foundation records.
>> >Now  let me tell you what UOF2.0 is and how
>> important it is.
>> >As a Chinese document format,UOF(Unified Office document
>> Format) describes the document format structure basing on
>> >the W3C XML Schema,using Chinese character tags.Now UOF
>> has a wide range of applications.In China,many departments
>> >use the UOF as the compatibility format.
>> >UOF2.0 is improved more greatly than UOF1.1. It has a
>> better structure, which  is  multi-file
>> structure,including uof.xml,
>> >meta.xml,context.xml,chart.xml,graphics.xml,rules.xml
>> and so on. And UOF2.0 unifies the definition of the public
>> properties,
>> >supports the multi-language.
>> >Until now we  have achieved reading and writing
>> the  UOF2.0 documents by modifying the OpenOffice
>> source codes and the
>> >style sheets.
>> >
>> >
>> >
>> >
>> >Hongyun An
>> >Office +8610-51659955-3102
>> >CS2C
>> >20F,Yingu Building,No.9 Beisihuan Xilu,Haidian District
>> Beijing China


Re: Re: Open the UOF2.0 source codes

2012-06-10 Thread Pedro Giffuni


--- Lun 11/6/12, hongyun.an  ha scritto:
...
> Data: Lunedì 11 giugno 2012, 00:20
> You are welcome.We hope it will be
> more compatible between the ODF and UOF2.0.
> Could anybody tell me how submit the code?
> --

I guess it depends on the size. One option
would be to put up a tarball somewhere, but
perhaps its better to create a branch in SVN.

It would be great if one of our Chinese
commiters takes the lead on this.

Pedro.

> hongyun.an
> >This is excellent news!
> >
> >Thank you Hongyun An, we are delighted to have this
> huge
> >development for/from the Chinese community!
> >
> >Pedro.
> >
> >--- Dom 10/6/12, hongyun.an 
> ha scritto:
> >>Hi,everyone:
> >
> >My name is Hongyun An and I am serving in CS2C.Since
> 2008,I have worked for the document format
> interoperability.
> >Now I am serving for the China Standard Software
> Co.,Ltd(CS2C).
> >We are going to open the UOF2.0 source codes which are
> researched for years based on OpenOffice.
> >Until now We have send the SGA and the SGA from China
> Standard Software Co, Ltd has been filed in the Apache 
> >Software Foundation records.
> >Now  let me tell you what UOF2.0 is and how
> important it is.
> >As a Chinese document format,UOF(Unified Office document
> Format) describes the document format structure basing on
> >the W3C XML Schema,using Chinese character tags.Now UOF
> has a wide range of applications.In China,many departments
> >use the UOF as the compatibility format.
> >UOF2.0 is improved more greatly than UOF1.1. It has a
> better structure, which  is  multi-file
> structure,including uof.xml,
> >meta.xml,context.xml,chart.xml,graphics.xml,rules.xml
> and so on. And UOF2.0 unifies the definition of the public
> properties,
> >supports the multi-language.
> >Until now we  have achieved reading and writing
> the  UOF2.0 documents by modifying the OpenOffice
> source codes and the
> >style sheets.
> >
> >
> >
> >
> >Hongyun An
> >Office +8610-51659955-3102
> >CS2C 
> >20F,Yingu Building,No.9 Beisihuan Xilu,Haidian District
> Beijing China


Re: Re: Open the UOF2.0 source codes

2012-06-10 Thread hongyun . an
You are welcome.We hope it will be more compatible between the ODF and UOF2.0.
Could anybody tell me how submit the code?
--
hongyun.an
>This is excellent news!
>
>Thank you Hongyun An, we are delighted to have this huge
>development for/from the Chinese community!
>
>Pedro.
>
>--- Dom 10/6/12, hongyun.an  ha scritto:
>>Hi,everyone:
>
>My name is Hongyun An and I am serving in CS2C.Since 2008,I have worked for 
>the document format interoperability.
>Now I am serving for the China Standard Software Co.,Ltd(CS2C).
>We are going to open the UOF2.0 source codes which are researched for years 
>based on OpenOffice.
>Until now We have send the SGA and the SGA from China Standard Software Co, 
>Ltd has been filed in the Apache 
>Software Foundation records.
>Now  let me tell you what UOF2.0 is and how important it is.
>As a Chinese document format,UOF(Unified Office document Format) describes the 
>document format structure basing on
>the W3C XML Schema,using Chinese character tags.Now UOF has a wide range of 
>applications.In China,many departments
>use the UOF as the compatibility format.
>UOF2.0 is improved more greatly than UOF1.1. It has a better structure, which  
>is  multi-file structure,including uof.xml,
>meta.xml,context.xml,chart.xml,graphics.xml,rules.xml and so on. And UOF2.0 
>unifies the definition of the public properties,
>supports the multi-language.
>Until now we  have achieved reading and writing the  UOF2.0 documents by 
>modifying the OpenOffice source codes and the
>style sheets.
>
>
>
>
>Hongyun An
>Office +8610-51659955-3102
>CS2C 
>20F,Yingu Building,No.9 Beisihuan Xilu,Haidian District Beijing China

Re: Re: open the UOF2.0 source codes

2012-05-20 Thread hongyun . an
hi,Rob:
  Thank you for your help.CS2C would like to open the UOF2.0 codes.
We will do the "Software Grant Agreement" immediately.

best wishes.

An Hongyun
From: Rob Weir
Date: 2012-05-18 01:24
To: ooo-dev; hongyun.an
Subject: Re: open the UOF2.0 source codes
On Wed, Apr 4, 2012 at 2:30 AM, hongyun.an  wrote:

> **
>
> hi ,everyone:
>
> My name is An Hongyun, An is the last name.Since 2008,I have worked for
> the document format interoperability.
>
> Now I am serving for the China Standard Software Co.,Ltd.
>
> Here is a good news.We are going to open the UOF2.0 source codes which are
> researched for years based on OpenOffice.
> As a Chinese document format,UOF(Unified Office document Format) describes
> the document format structure basing on
> the W3C XML Schema,using Chinese character tags.Now UOF has a wide range
> of applications.
>
> UOF2.0 is improved more greatly than UOF1.1.It has a better structure,
> which  is  multi-file structure,including uof.xml,
> meta.xml,context.xml,chart.xml,graphics.xml,rules.xml and so on. And
> UOF2.0 unifies the definition of the public properties,
> supports the multi-language.
>
> Until now we  have achieved reading and writing the  UOF2.0 documents by
> modifying the OpenOffice source codes and the
> style sheets.
>
> But I don't know how to open the source codes.Are there any steps or rules
> about opening the source codes.Could anyone tell me ?
>
>

Hello An Hongyun,

I am assuming that the UOF 2.0 code is owned by CS2C and it is not already
open source.

If this is true, then CS2C can do a "Software Grant Agreement" to put this
code under the Apache License, and contribute it to the project.

Apache has a form for this here:
http://www.apache.org/licenses/cla-corporate.txt

Note "Schedule B" is where you would list the files that CS2C wishes to
contribute.  The signed form can be mailed, faxed or scanned and emailed.
See the instructions in the 3rd paragraph.

Regards,

-Rob

>