Re: config error on Windows 7

2013-09-17 Thread Oliver-Rainer Wittmann

Hi Clarence,

On 13.09.2013 10:48, Clarence GUO wrote:

Hi~
When I set up build ENV on Window7, I met a error when configure, what does
it mean?

Can't find MS Visual Studio / VC++ at ./oowintool line 236.
configure: error: oowintool failed to copy CRT

Cannot find VC. But I already saw configure said "checking the Microsoft
C/C++ Compiler... found "



Please, provide your complete 'configure' call.
Then I will be able to help you.

BTW, did you follow the AOO Windows Building guide in our wiki [1] and 
[2] to setup your environment?


[1] http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
[2] 
http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Building_on_Windows



Best regards, Oliver.


Thanks,
Clarence



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: config error on Windows 7

2013-09-17 Thread Clarence GUO
Thanks Oliver,
I reference this wiki (
http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7)
for build, seems no much difference with yours.
My configure is

./configure --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft
Visual Studio 9.0/VC" --with-mspdb-path="/cygdrive/c/Program Files
(x86)/Microsoft Visual Studio 9.0/Common7/IDE"
--with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/Bin" --with-csc-path="/cygdrive/c/Program Files (x86)/Microsoft Visual
Studio 9.0/SDK/v3.5" --with-frame-home="/cygdrive/c/Program Files/Microsoft
SDKs/Windows/v6.1" --with-psdk-home="/cygdrive/c/Program Files/Microsoft
SDKs/Windows/v6.1" --with-midl-path="/cygdrive/c/Program Files/Microsoft
SDKs/Windows/v6.1/bin" --with-directx-home="C:/Program Files
(x86)/Microsoft DirectX SDK (June 2010)"
--with-jdk-home="/cygdrive/d/jdk1.7.0_21"
--with-ant-home="/cygdrive/d/apache-ant-1.8.4" --with-dmake-url="
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2";
--with-epm-url="http://www.msweet.org/files/project2/epm-3.7-source.tar.gz";
--enable-pch --disable-atl --disable-activex --disable-binfilter
--without-junit

Clarence


2013/9/17 Oliver-Rainer Wittmann 

> Hi Clarence,
>
>
> On 13.09.2013 10:48, Clarence GUO wrote:
>
>> Hi~
>> When I set up build ENV on Window7, I met a error when configure, what
>> does
>> it mean?
>>
>> Can't find MS Visual Studio / VC++ at ./oowintool line 236.
>> configure: error: oowintool failed to copy CRT
>>
>> Cannot find VC. But I already saw configure said "checking the Microsoft
>> C/C++ Compiler... found "
>>
>>
> Please, provide your complete 'configure' call.
> Then I will be able to help you.
>
> BTW, did you follow the AOO Windows Building guide in our wiki [1] and [2]
> to setup your environment?
>
> [1] 
> http://wiki.openoffice.org/**wiki/Documentation/Building_**Guide_AOO
> [2] http://wiki.openoffice.org/**wiki/Documentation/Building_**
> Guide_AOO/Building_on_Windows
>
>
> Best regards, Oliver.
>
>  Thanks,
>> Clarence
>>
>>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: error:cppuhelper/implbase4.hxx: No such file or directory

2013-09-17 Thread Shemil Hashan
did u do the make?



On Mon, Sep 16, 2013 at 10:51 PM, Samiththa Bashani
wrote:

>  when i was going to test the example(RNG) which you provided in
> calc/Add-in/Simple Calc Add-In in Apache open office wiki I got the error
> "cppuhelper/implbase4.hxx: No such file or directory" while exucuting make
> file. Can you give a solution for this problem?
>


Suggestion: Mailing list warning needed?

2013-09-17 Thread Rory O'Farrell
On the Wiki page which gives links to the mailing lists, I think there ought be 
a prominent warning that certain lists are high traffic lists (many messages 
per day) and that people should consider seriously whether they can cope with 
this.

Perhaps the subscription process should require an extra confirmation step to 
prevent inadvertent or malicious subscription?

-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: config error on Windows 7

2013-09-17 Thread Oliver-Rainer Wittmann

Hi,

On 17.09.2013 09:59, Clarence GUO wrote:

Thanks Oliver,
I reference this wiki (
http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7)
for build, seems no much difference with yours.


This sample step-by-step guide is not mine.
I adapted it according to the updated general and complete requirements 
which are referenced on this page.


It looks like that my attempt is not complete as I did not adjusted the 
given sample configure call.
The given sample configure call does not match with the changes I have 
made to the step-by-step guide


Try the following:
(1) remove the following configure options
--with-cl-home
--with-mspdb-path
--with-asm-home
--with-csc-path

(2) correct the following configure options
--with-frame-home
--with-psdk-home
--with-midl-path
I think you do not have folder "v6.1" in the folder of the Windows SDKs. 
I think it must be the folder "v7.0"



Best regards, Oliver.


My configure is

./configure --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft
Visual Studio 9.0/VC" --with-mspdb-path="/cygdrive/c/Program Files
(x86)/Microsoft Visual Studio 9.0/Common7/IDE"
--with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/Bin" --with-csc-path="/cygdrive/c/Program Files (x86)/Microsoft Visual
Studio 9.0/SDK/v3.5" --with-frame-home="/cygdrive/c/Program Files/Microsoft
SDKs/Windows/v6.1" --with-psdk-home="/cygdrive/c/Program Files/Microsoft
SDKs/Windows/v6.1" --with-midl-path="/cygdrive/c/Program Files/Microsoft
SDKs/Windows/v6.1/bin" --with-directx-home="C:/Program Files
(x86)/Microsoft DirectX SDK (June 2010)"
--with-jdk-home="/cygdrive/d/jdk1.7.0_21"
--with-ant-home="/cygdrive/d/apache-ant-1.8.4" --with-dmake-url="
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2";
--with-epm-url="http://www.msweet.org/files/project2/epm-3.7-source.tar.gz";
--enable-pch --disable-atl --disable-activex --disable-binfilter
--without-junit

Clarence


2013/9/17 Oliver-Rainer Wittmann 


Hi Clarence,


On 13.09.2013 10:48, Clarence GUO wrote:


Hi~
When I set up build ENV on Window7, I met a error when configure, what
does
it mean?

Can't find MS Visual Studio / VC++ at ./oowintool line 236.
configure: error: oowintool failed to copy CRT

Cannot find VC. But I already saw configure said "checking the Microsoft
C/C++ Compiler... found "



Please, provide your complete 'configure' call.
Then I will be able to help you.

BTW, did you follow the AOO Windows Building guide in our wiki [1] and [2]
to setup your environment?

[1] 
http://wiki.openoffice.org/**wiki/Documentation/Building_**Guide_AOO
[2] http://wiki.openoffice.org/**wiki/Documentation/Building_**
Guide_AOO/Building_on_Windows


Best regards, Oliver.

  Thanks,

Clarence



--**--**-
To unsubscribe, e-mail: 
dev-unsubscribe@openoffice.**apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org






-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: config error on Windows 7

2013-09-17 Thread Oliver-Rainer Wittmann

Hi,

On 17.09.2013 10:35, Oliver-Rainer Wittmann wrote:

Hi,

On 17.09.2013 09:59, Clarence GUO wrote:

Thanks Oliver,
I reference this wiki (
http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step#Windows_7)

for build, seems no much difference with yours.


This sample step-by-step guide is not mine.
I adapted it according to the updated general and complete requirements
which are referenced on this page.

It looks like that my attempt is not complete as I did not adjusted the
given sample configure call.
The given sample configure call does not match with the changes I have
made to the step-by-step guide



I have corrected the sample step-by-step guide.

Best regards, Oliver.


Try the following:
(1) remove the following configure options
--with-cl-home
--with-mspdb-path
--with-asm-home
--with-csc-path

(2) correct the following configure options
--with-frame-home
--with-psdk-home
--with-midl-path
I think you do not have folder "v6.1" in the folder of the Windows SDKs.
I think it must be the folder "v7.0"


Best regards, Oliver.


My configure is

./configure --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft
Visual Studio 9.0/VC" --with-mspdb-path="/cygdrive/c/Program Files
(x86)/Microsoft Visual Studio 9.0/Common7/IDE"
--with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/Bin" --with-csc-path="/cygdrive/c/Program Files (x86)/Microsoft
Visual
Studio 9.0/SDK/v3.5" --with-frame-home="/cygdrive/c/Program
Files/Microsoft
SDKs/Windows/v6.1" --with-psdk-home="/cygdrive/c/Program Files/Microsoft
SDKs/Windows/v6.1" --with-midl-path="/cygdrive/c/Program Files/Microsoft
SDKs/Windows/v6.1/bin" --with-directx-home="C:/Program Files
(x86)/Microsoft DirectX SDK (June 2010)"
--with-jdk-home="/cygdrive/d/jdk1.7.0_21"
--with-ant-home="/cygdrive/d/apache-ant-1.8.4" --with-dmake-url="
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2";
--with-epm-url="http://www.msweet.org/files/project2/epm-3.7-source.tar.gz";

--enable-pch --disable-atl --disable-activex --disable-binfilter
--without-junit

Clarence


2013/9/17 Oliver-Rainer Wittmann 


Hi Clarence,


On 13.09.2013 10:48, Clarence GUO wrote:


Hi~
When I set up build ENV on Window7, I met a error when configure, what
does
it mean?

Can't find MS Visual Studio / VC++ at ./oowintool line 236.
configure: error: oowintool failed to copy CRT

Cannot find VC. But I already saw configure said "checking the
Microsoft
C/C++ Compiler... found "



Please, provide your complete 'configure' call.
Then I will be able to help you.

BTW, did you follow the AOO Windows Building guide in our wiki [1]
and [2]
to setup your environment?

[1]
http://wiki.openoffice.org/**wiki/Documentation/Building_**Guide_AOO

[2] http://wiki.openoffice.org/**wiki/Documentation/Building_**
Guide_AOO/Building_on_Windows



Best regards, Oliver.

  Thanks,

Clarence



--**--**-

To unsubscribe, e-mail:
dev-unsubscribe@openoffice.**apache.org

For additional commands, e-mail: dev-h...@openoffice.apache.org






-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



joinining the mailing list

2013-09-17 Thread Akshika Akalanka
 I would love to join the mailing list.How can I do it??



Re: joinining the mailing list

2013-09-17 Thread Oliver-Rainer Wittmann

Hi,

On 17.09.2013 11:40, Akshika Akalanka wrote:

  I would love to join the mailing list.How can I do it??




You should look at http://openoffice.apache.org/mailing-lists.html

Best regards, Oliver.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[RELEASE]: RC2 in preparation based on branch AOO401, rev. 1523756

2013-09-17 Thread Jürgen Schmidt
Hi,

we are currently preparing a new RC2 that will fix the installer problem
for Russian and Serbian. No new fixes are integrated and we concentrated
on the installer fix and the integration of 2 further languages, Swedish
and Basque.

My plan is to start the vote when all bits are uploaded and available
and let run the vote a little bit longer until next week (Wednesday
25th). This will give us enough time to take a careful look on the RC2
and to verify the issues.

Please check the translation updates and set the related issues on verified.

An overview about the fixes can be found under [1]. And the RC can be
found as usual under [2]. If the download is not yet available or
incomplete please try later, the upload is still ongoing and takes some
time.

Juergen

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [RELEASE]: RC2 in preparation based on branch AOO401, rev. 1523756

2013-09-17 Thread Jürgen Schmidt
ups, for completeness

[1]
http://people.apache.org/~jsc/developer-snapshots/snapshot/RC2_fixes_1513395_1523756.html
[2]
https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds

Sorry, I need vacation ;-)

Juergen

On 9/17/13 3:55 PM, Jürgen Schmidt wrote:
> Hi,
> 
> we are currently preparing a new RC2 that will fix the installer problem
> for Russian and Serbian. No new fixes are integrated and we concentrated
> on the installer fix and the integration of 2 further languages, Swedish
> and Basque.
> 
> My plan is to start the vote when all bits are uploaded and available
> and let run the vote a little bit longer until next week (Wednesday
> 25th). This will give us enough time to take a careful look on the RC2
> and to verify the issues.
> 
> Please check the translation updates and set the related issues on verified.
> 
> An overview about the fixes can be found under [1]. And the RC can be
> found as usual under [2]. If the download is not yet available or
> incomplete please try later, the upload is still ongoing and takes some
> time.
> 
> Juergen
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Can we do this email thing (whatever it is called)?

2013-09-17 Thread Rob Weir
When I purchase a commercial software package I register and then I am
sometimes offered a weekly "tips" email.  It covers tips on how to use
the product, how to get support, FAQs, etc.  It is very useful for new
users.

But this is not a typical announcement list thing.  Users don't all
get the same email each week.   But everyone who is new gets the week
0 email, and a week later they would get the week 2 email, while
someone else in that same week who is new gets the week 0 email, etc.

Is this clear?  It is sort of a system where the user gets a
programmed set of emails on a schedule.

Does anyone know what this is called?  And are there open source
products or free services that support this?

I think this could be very useful for new OpenOffice users.  Currently
we give them a huge torrent of information on the download page, and
in release notes.  I doubt more than 5% of the information gets
absorbed because it it is too much.  But if we could do it via weekly
"tip" emails, then it we'd probably get more information across.

Another approach would be via a feed that is loaded by AOO itself at
first load.  Many products have something like that, a tips dialog
that gives a new tip every time the product starts, or once a week or
something.

-Rob

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: 2013 InfoWorld Bossie (Best of Open Source) Awards

2013-09-17 Thread Siva
Congratulations !! Great Work.

> On September 17, 2013 at 12:38 PM Rob Weir  wrote:
>
>
> We picked up an award in the desktop and mobile software category:
>
> http://www.infoworld.com/slideshow/119867/bossie-awards-2013-the-best-open-source-desktop-and-mobile-software-226979#slide8
>
> Regards,
>
> -Rob
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
---
Thank you very much for your time.
---
Siv,
Acquisition Coordinator,
Talent Infotech Inc,
304 Canterbury Way,
Severna Park, MD 21146.
===
Phone: 443-722-2543.
Fax: 425-696-9020.
---

Re: Testing for OpenOffice 4.0.1 (RC) Start! Call for volunteers!

2013-09-17 Thread akriti
Hi Yuzhen,

current tag is *r1523756* (RC1) which differs from you mail. Kindly confirm
the tag once again.

*Thanks & Regards,
Akriti Jaiswal*



On Tue, Sep 17, 2013 at 10:31 PM, akriti  wrote:

> Please provide the build path for 4.0.1 RC1
>
> *Thanks & Regards,
> Akriti Jaiswal*
>
>
>
> On Tue, Sep 17, 2013 at 6:23 AM, Yuzhen Fan  wrote:
>
>> Thanks Prachi, Kay, Alexandro, Akriti, Edwin, Dick and Liu Ping  for
>> your quick response and volunteering! Here is the assignment for you all
>> and general testing list is attached.
>>
>> Windows:
>> Prachi is for Writer
>> Akriti is for Calc
>> Dick is for Impress
>>
>> Linux:
>> Kay is for Writer
>> Alexandro is for Calc
>> Edwin is for Impress
>>
>> Mac:
>> Liu Ping is for Writer
>> Yu Zhen is for Calc
>> (One more volunteer is needed for Impress!)
>>
>> Testing requirement:
>> 1. Do a quick go through with RC build following general testing list on
>> your platform
>> 2. Notify us once critical bugs are discovered
>> 3. Send the test result to me for consolidation with other platforms
>> before Sep 18
>>
>> Thanks again for your participate!!
>>
>> Regards,
>> Yu Zhen
>>
>
>


Re: Can we do this email thing (whatever it is called)?

2013-09-17 Thread Donald Whytock
On Tue, Sep 17, 2013 at 12:48 PM, Rob Weir  wrote:

> Another approach would be via a feed that is loaded by AOO itself at
> first load.  Many products have something like that, a tips dialog
> that gives a new tip every time the product starts, or once a week or
> something.
>

I would recommend against having the product dependent on making an
internet connection on startup.  That might interfere with people who work
offline or have iffy connections.

But a lot of products have a pop-up on startup with tips, which I assume
are packaged with the product.  That can be made optional, it can cycle
through tips or select from them randomly, it can allow the users to page
through the tips if they want, and you can make the tip file a periodic
mini-update without requiring an entire release.

This wouldn't necessarily preclude an email tip, but the email tips can be
ones that are new to everyone, and might eventually be added to the tip
file. (ooo-tips@ ?)

Don


Re: 2013 InfoWorld Bossie (Best of Open Source) Awards

2013-09-17 Thread akshika akalanka
That is really fabulous :)


On Tue, Sep 17, 2013 at 10:17 PM, Siva  wrote:

> Congratulations !! Great Work.
>
> > On September 17, 2013 at 12:38 PM Rob Weir  wrote:
> >
> >
> > We picked up an award in the desktop and mobile software category:
> >
> >
> http://www.infoworld.com/slideshow/119867/bossie-awards-2013-the-best-open-source-desktop-and-mobile-software-226979#slide8
> >
> > Regards,
> >
> > -Rob
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
>
> ---
> Thank you very much for your time.
>
> ---
> Siv,
> Acquisition Coordinator,
> Talent Infotech Inc,
> 304 Canterbury Way,
> Severna Park, MD 21146.
> ===
> Phone: 443-722-2543.
> Fax: 425-696-9020.
>
> ---




-- 
Akshika Wijesundara
Department of Computer Science & Engineering
University of Moratuwa
Sri Lanka,


Re: Can we do this email thing (whatever it is called)?

2013-09-17 Thread Rob Weir
On Tue, Sep 17, 2013 at 1:09 PM, Donald Whytock  wrote:
> On Tue, Sep 17, 2013 at 12:48 PM, Rob Weir  wrote:
>
>> Another approach would be via a feed that is loaded by AOO itself at
>> first load.  Many products have something like that, a tips dialog
>> that gives a new tip every time the product starts, or once a week or
>> something.
>>
>
> I would recommend against having the product dependent on making an
> internet connection on startup.  That might interfere with people who work
> offline or have iffy connections.
>
> But a lot of products have a pop-up on startup with tips, which I assume
> are packaged with the product.  That can be made optional, it can cycle
> through tips or select from them randomly, it can allow the users to page
> through the tips if they want, and you can make the tip file a periodic
> mini-update without requiring an entire release.
>

That makes sense.  For new users we know in advance the kind of info
that would be interesting to them.  We can prepare that in advance,
translate, etc.  And one of the tips could be to sign up for the
announcement mailing list.

Bonus points if we can tell that a user is really new versus an
upgraded user.  For an upgraded user we might skip the general new
user tips and go directly to tips related to new features.

> This wouldn't necessarily preclude an email tip, but the email tips can be
> ones that are new to everyone, and might eventually be added to the tip
> file. (ooo-tips@ ?)
>

Could even include users sending in their own tips.  We'd just need to
agree on a format, such as maximum length.

Regards,

-Rob

> Don

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Can we do this email thing (whatever it is called)?

2013-09-17 Thread Siva
we don't have a specific name but we better call that umbrella of features as
 "Open Office Tips & Tricks".


> On September 17, 2013 at 12:48 PM Rob Weir  wrote:
>
>
> When I purchase a commercial software package I register and then I am
> sometimes offered a weekly "tips" email. It covers tips on how to use
> the product, how to get support, FAQs, etc. It is very useful for new
> users.
>
> But this is not a typical announcement list thing. Users don't all
> get the same email each week. But everyone who is new gets the week
> 0 email, and a week later they would get the week 2 email, while
> someone else in that same week who is new gets the week 0 email, etc.
>
> Is this clear? It is sort of a system where the user gets a
> programmed set of emails on a schedule.
>
> Does anyone know what this is called? And are there open source
> products or free services that support this?
>
> I think this could be very useful for new OpenOffice users. Currently
> we give them a huge torrent of information on the download page, and
> in release notes. I doubt more than 5% of the information gets
> absorbed because it it is too much. But if we could do it via weekly
> "tip" emails, then it we'd probably get more information across.
>
> Another approach would be via a feed that is loaded by AOO itself at
> first load. Many products have something like that, a tips dialog
> that gives a new tip every time the product starts, or once a week or
> something.
>
> -Rob
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
---
Thank you very much for your time.
---
Siv,
Acquisition Coordinator,
Talent Infotech Inc,
304 Canterbury Way,
Severna Park, MD 21146.
===
Phone: 443-722-2543.
Fax: 425-696-9020.
---

Re: Can we do this email thing (whatever it is called)?

2013-09-17 Thread Ricardo Berlasso
2013/9/17 Rob Weir 

> When I purchase a commercial software package I register and then I am
> sometimes offered a weekly "tips" email.  It covers tips on how to use
> the product, how to get support, FAQs, etc.  It is very useful for new
> users.
>
> But this is not a typical announcement list thing.  Users don't all
> get the same email each week.   But everyone who is new gets the week
> 0 email, and a week later they would get the week 2 email, while
> someone else in that same week who is new gets the week 0 email, etc.
>
> Is this clear?  It is sort of a system where the user gets a
> programmed set of emails on a schedule.
>
> Does anyone know what this is called?  And are there open source
> products or free services that support this?
>
> I think this could be very useful for new OpenOffice users.  Currently
> we give them a huge torrent of information on the download page, and
> in release notes.  I doubt more than 5% of the information gets
> absorbed because it it is too much.  But if we could do it via weekly
> "tip" emails, then it we'd probably get more information across.
>
> Another approach would be via a feed that is loaded by AOO itself at
> first load.  Many products have something like that, a tips dialog
> that gives a new tip every time the product starts, or once a week or
> something.
>

The "tip of the day". I think that something like that is less intrusive
than a registration process, specially if there is a "don't show again"
check-box. In fact, I think it is better to avoid any kind of
"registration" process.

Regards,
Ricardo



>
> -Rob
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Can we do this email thing (whatever it is called)?

2013-09-17 Thread David Gerard
On 17 September 2013 18:09, Donald Whytock  wrote:

> But a lot of products have a pop-up on startup with tips, which I assume
> are packaged with the product.  That can be made optional, it can cycle
> through tips or select from them randomly, it can allow the users to page
> through the tips if they want, and you can make the tip file a periodic
> mini-update without requiring an entire release.


Yes, I remember MS Word telling me "Don't run with scissors" ...


- d.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



2013 InfoWorld Bossie (Best of Open Source) Awards

2013-09-17 Thread Rob Weir
We picked up an award in the desktop and mobile software category:

http://www.infoworld.com/slideshow/119867/bossie-awards-2013-the-best-open-source-desktop-and-mobile-software-226979#slide8

Regards,

-Rob

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO Flyer_SME (was : Yet another flyer)

2013-09-17 Thread Drew Jensen
Actually I'm not, that is the Apache official logo in EPS format - if the
PDF is created with lossless format it does not render so well, if the JPEG
lossy format is used you will see (and do in the last pdf) a marked
difference. However, the lossless pdf printed at 300 DPS shows off the
feather just fine - without the huge stroke (that is what makes it look
black) as displayed in some readers.


On Fri, Sep 13, 2013 at 6:32 PM, Andrea Pescetti wrote:

> On 12/09/2013 18:05, Drew Jensen wrote:
>
>> Oh, one thing - I don't really understand the comment about the color
>> logo,
>> wondering if I'm really being dense on something as I thought this was the
>> color logo.
>>
>
> I had noticed it too; you are using a black and white version of the
> Apache feather logo instead of the one in full color, see
> http://www.apache.org/**foundation/press/kit/
>
> Regards,
>   Andrea.
>
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: University Student Promotional Flyer ( was: Re: Yet another flyer)

2013-09-17 Thread Drew Jensen
Yes, I've added a few new pieces, all with what is becoming a common theme
of sorts 'Explore Apache OpenOffice' - using a minimal branding (no wave,
no wire frame, no dots [yet ;])

I will put them all to a single wiki page in the next few days and point
folks to that.

For now, I've just grabbed the RC2 build and will give Base
w/(updated)MySQL_connector as good an exercise as I can tonight.

As for the things I've found already, they are all intermittent (though
with some they persist till one fixes the corrupted file) so not really
worth an update to the issue tracker yet, I suppose. Would still like to
know where the darn crash reports are on this Vista system, but I have
screen shots with the information so that should be sufficient.

//drew


On Fri, Sep 13, 2013 at 6:14 PM, Andrea Pescetti wrote:

> On 09/09/2013 23:40, Rob Weir wrote:
>
>  On Mon, Sep 9, 2013 at 12:09 PM, Drew Jensen wrote:
>>
>>> That would be good for a one time push, then it's just a matter of having
>>> this stuff reasonably easy to find for folks coming along later - but
>>> then
>>> there lay the trick ;)
>>>
>> The key is to extend your targeted persona-based approach (which is a
>> very smart approach) with a web page (or a wiki page) that is equally
>> targeted and rich in relevant keywords, so it is findable in
>> Google/Bing for someone looking for that kind of material.  The
>> brochure could then be linked to from that page.
>>
>
> This is a good approach. For the time being, Drew could also attach his
> nice series of brochures to
> https://cwiki.apache.org/**confluence/display/OOOUSERS/**Why+OpenOffice
> so that they are not lost in Google Docs and mailing list messages.
>
> Regards,
>   Andrea.
>
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: University Student Promotional Flyer ( was: Re: Yet another flyer)

2013-09-17 Thread Drew Jensen
Sorry - one example of a new piece - this was exported to PDF-A/1 from
Writer, then imported into Draw (with updated extension) then exported
again as SVG..

Three-up Bingo Card Tall
Front
https://docs.google.com/file/d/0Bx7ZNEXlmR0IbW9qQzFBbVJpRXc

Back
https://docs.google.com/file/d/0Bx7ZNEXlmR0IWXF2ZVoxS18wQjg

as an aside - same Apache logo as the others - you should see what I see
now, in this svg file.

Catch you all tomorrow.

//drew


On Tue, Sep 17, 2013 at 4:19 PM, Drew Jensen wrote:

> Yes, I've added a few new pieces, all with what is becoming a common theme
> of sorts 'Explore Apache OpenOffice' - using a minimal branding (no wave,
> no wire frame, no dots [yet ;])
>
> I will put them all to a single wiki page in the next few days and point
> folks to that.
>
> For now, I've just grabbed the RC2 build and will give Base
> w/(updated)MySQL_connector as good an exercise as I can tonight.
>
> As for the things I've found already, they are all intermittent (though
> with some they persist till one fixes the corrupted file) so not really
> worth an update to the issue tracker yet, I suppose. Would still like to
> know where the darn crash reports are on this Vista system, but I have
> screen shots with the information so that should be sufficient.
>
> //drew
>
>
> On Fri, Sep 13, 2013 at 6:14 PM, Andrea Pescetti wrote:
>
>> On 09/09/2013 23:40, Rob Weir wrote:
>>
>>  On Mon, Sep 9, 2013 at 12:09 PM, Drew Jensen wrote:
>>>
 That would be good for a one time push, then it's just a matter of
 having
 this stuff reasonably easy to find for folks coming along later - but
 then
 there lay the trick ;)

>>> The key is to extend your targeted persona-based approach (which is a
>>> very smart approach) with a web page (or a wiki page) that is equally
>>> targeted and rich in relevant keywords, so it is findable in
>>> Google/Bing for someone looking for that kind of material.  The
>>> brochure could then be linked to from that page.
>>>
>>
>> This is a good approach. For the time being, Drew could also attach his
>> nice series of brochures to
>> https://cwiki.apache.org/**confluence/display/OOOUSERS/**Why+OpenOffice
>> so that they are not lost in Google Docs and mailing list messages.
>>
>> Regards,
>>   Andrea.
>>
>>
>> --**--**-
>> To unsubscribe, e-mail: 
>> dev-unsubscribe@openoffice.**apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
>


Re: Web site translation

2013-09-17 Thread Rob Weir
What is the procedure now for translating 4.0 release notes?  We
locked that wiki page to prevent accidental changes, right?  If so,
who can initialize new pages for translation?  Pedro wants to start
the Portuguese translation.

-Rob

On Tue, Sep 17, 2013 at 4:52 PM, Pedro Albuquerque
 wrote:
> Hi,
> I found this page,
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=33297828
> which I think is the one to translate for localization. I tried to log in
> but returned an error message.
> I copied the code from 'Tools -> View Wiki Markup' (.mdtext I suppose), it's
> easy to translate but what next?
> What should I do?
> Regards,
> Pedro.
>
> -
> To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: l10n-h...@openoffice.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [BUG] XSL Stylesheet markup on CSS from Wizard

2013-09-17 Thread Andrea Pescetti

(follow-up to dev, please)

On 16/09/2013 Alexandro Colorado wrote:

Any update on this? This fix seems simple enough to promote the patch.


The fix is indeed minimal, but let's make sure it is properly tested. 
How did you test it?


Did you build OpenOffice with the patch applied and tried the Web Page 
wizard? (This might sound overkill for a patch that simply corrects a 
CSS class name, but it doesn't harm and if you wish I can make this 
check for you, just ask).


Or did you apply the patch (and which one? the first one, the second one 
or both?) to an installed OpenOffice and tried with the Web Page Wizard?


References:
https://issues.apache.org/ooo/show_bug.cgi?id=95765 Bug description
https://issues.apache.org/ooo/attachment.cgi?id=57656 First patch
https://issues.apache.org/ooo/attachment.cgi?id=57657 Second patch


I tried doing the commit but get an repo error:
svn: Commit failed (details follow):


We will have to check this too. But let's get the patch tested, then 
move to this.


Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



New Volunteer! Bonnie Kim

2013-09-17 Thread Bonnie Kim
Hello!

My name is Bonnie and I'm a recent graduate from UC Berkeley. I'm new to
Apache OpenOffice, so I wanted to give a little introduction of myself
before we begin.

I studied English as an undergrad, and completed an honors thesis devoted
to sci-fi author Isaac Asimov. My primary interest was in the literary
figure of the robot, and why it continues to grip us today, as a legend if
not as a reality.

I'm interested in OpenOffice because I'm excited to begin my career as a
technical writer, and I wanted to gain some experience before I began as a
professional. Having come from a strong academic background, I still want
to challenge myself by continuing to learn new things, although to be
honest I'm a bit overwhelmed by the sheer variety of technological fields
that are out there.

Anyways, I hope we'll get along very well! And I'll shoot along a couple of
questions here and there if that's alright.

Thanks, everyone!

Bonnie

-- 
Bonnie Kim
University of California, Berkeley
English, B. A.
bonnie...@berkeley.edu
(510) 908-0479


Re: [BUG] XSL Stylesheet markup on CSS from Wizard

2013-09-17 Thread Alexandro Colorado
I update the XSLT directly on the binary. Both stylesheets are ascii so you
can verify them here:
$[openoffice_home]/share/config/wizard/web/layouts/layoutX.xsl and
layout.xsl


On Tue, Sep 17, 2013 at 5:04 PM, Andrea Pescetti wrote:

> (follow-up to dev, please)
>
>
> On 16/09/2013 Alexandro Colorado wrote:
>
>> Any update on this? This fix seems simple enough to promote the patch.
>>
>
> The fix is indeed minimal, but let's make sure it is properly tested. How
> did you test it?
>
> Did you build OpenOffice with the patch applied and tried the Web Page
> wizard? (This might sound overkill for a patch that simply corrects a CSS
> class name, but it doesn't harm and if you wish I can make this check for
> you, just ask).
>
> Or did you apply the patch (and which one? the first one, the second one
> or both?) to an installed OpenOffice and tried with the Web Page Wizard?
>
> References:
> https://issues.apache.org/ooo/**show_bug.cgi?id=95765Bug
>  description
> https://issues.apache.org/ooo/**attachment.cgi?id=57656First
>  patch
> https://issues.apache.org/ooo/**attachment.cgi?id=57657Second
>  patch
>
>
>  I tried doing the commit but get an repo error:
>> svn: Commit failed (details follow):
>>
>
> We will have to check this too. But let's get the patch tested, then move
> to this.
>
> Regards,
>   Andrea.
>
> --**--**-
> To unsubscribe, e-mail: 
> qa-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: qa-h...@openoffice.apache.org
>
>


-- 
Alexandro Colorado
Apache OpenOffice Contributor
http://www.openoffice.org


Re: [BUG] XSL Stylesheet markup on CSS from Wizard

2013-09-17 Thread Marco A.G.Pinto

  
  
On 13/09/2013 21:15, Alexandro Colorado
  wrote:


  Please implement the following patch from bug 95765. I have tested the bug
and seem that we only need to patch the stylesheet so that the CSS get's
correctly mapped.

from:

   

t
​o:

   

​Please apply.
File currently lives at:
http://svn.apache.org/viewvc/openoffice/trunk/main/extras/source/misc_config/wizard/web/layouts/




It seems:
 
     
         
     
     
     

There is a missing "d" in the changedate, like Alexandro told me to
look for.

Kind regards,
 >Marco A.G.Pinto
   

-- 
  
  



Re: New Volunteer! Bonnie Kim

2013-09-17 Thread Kay Schenk
On Tue, Sep 17, 2013 at 1:12 PM, Bonnie Kim  wrote:

> Hello!
>
> My name is Bonnie and I'm a recent graduate from UC Berkeley. I'm new to
> Apache OpenOffice, so I wanted to give a little introduction of myself
> before we begin.
>
> I studied English as an undergrad, and completed an honors thesis devoted
> to sci-fi author Isaac Asimov. My primary interest was in the literary
> figure of the robot, and why it continues to grip us today, as a legend if
> not as a reality.
>
> I'm interested in OpenOffice because I'm excited to begin my career as a
> technical writer, and I wanted to gain some experience before I began as a
> professional. Having come from a strong academic background, I still want
> to challenge myself by continuing to learn new things, although to be
> honest I'm a bit overwhelmed by the sheer variety of technological fields
> that are out there.
>
> Anyways, I hope we'll get along very well! And I'll shoot along a couple of
> questions here and there if that's alright.
>
> Thanks, everyone!
>
> Bonnie
>
> --
> Bonnie Kim
> University of California, Berkeley
> English, B. A.
> bonnie...@berkeley.edu
> (510) 908-0479
>

Welcome Bonnie!

We can always use more technical writers. Right now, there are two primary
areas where your contribution would be valuable: (1) a new set of User
Guides (coordinated through the documentation mailing list, using MediaWiki
as the publishing platform); and (2) the actual OpenOffice internal help
files.

If you're interested in working on User Guides, you could start here:
http://www.openoffice.org/documentation/

and, I would suggest you subscribe to the documentation mailing list -- see
the mailing list page:
http://openoffice.apache.org/mailing-lists.html

If you want to get into something "more challenging" using the XML files of
the internal Help, please see:

http://www.openoffice.org/documentation/online_help/

and subscribe to this developer list.

In any case, we are here to make your experience successful. Please do not
hesitate to ask any questions. Thanks for volunteering.

-- 
-
MzK

"Truth is stranger than fiction, but it is because Fiction is obliged
 to stick to possibilities. Truth isn't."
 -- "Following the Equator", Mark Twain