Re: [RELEASE]: availability of uploads and synchronize SF mirrors

2013-07-20 Thread Marcus (OOo)

Here a little update what I can see:

1.
https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/

The builds seem to be completely received on SourceForge. So, for me 
it's done.


2.
http://www.apache.org/dist/

No openoffice directory and therefore no binary and source builds.
Maybe Juergen and Infra are still working on this. I'll look again today 
evening/tomorrow morning (European timezone).


Marcus



Am 07/19/2013 05:16 PM, schrieb Jürgen Schmidt:

The vote closed successful and I have once again uploaded the files in
the dist are on the people server.

/www/www.apache.org/dist/openoffice/4.0.0

The relevant files for SF are under
/www/www.apache.org/dist/extgernaldist/openoffice/4.0.0


I hope the rsync url works now, if not please contact the infra people
directly.

rsync Url: rsync.apache.org::apache-dist-external


A complete file list can you find here
http://people.apache.org/~jsc/aoo4.0_files_dist-openoffice-4.0.0.txt
http://people.apache.org/~jsc/aoo4.0_files_dist-externaldist-openoffice-4.0.0.txt

As I mentioned earlier I will be not available until next week Thursday.
But I hope I can follow the release a little bit to have some fun with
you all together ;-)

Juergen


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



Re: release media files

2013-07-20 Thread Rony G. Flatscher (Apache)

On 20.07.2013 02:46, Drew Jensen wrote:
 Howdy Folks,

 Long time no speak - I noticed the pedning the 4.0 release, read an email
 the other day regarding the use, or not so much, of the blog for an
 announcemtn and more social media. Thought perhaps you would like a short
 'release announcement' type video perhaps.

 I took the liberty of spinning up a very brief such item, which you can
 find here:

 https://docs.google.com/file/d/0Bx7ZNEXlmR0IUTY1YzFhR1VLQU0/edit?usp=sharing
 [unzip the a4.mp4 video file from the uploaded zip container]

 This is just 13 seconds, very low key, I think classy however (course' I'm
 bias), I had in mind an audiance of those already using the suite and just
 waiting for the release - so useful maybe on FB or G+, but if it suits
 anyone please feel free to use it in any fashion you see fit.

 Now - one item, I have not been on-line much for many months (only 1 a week
 for a few hours on average) and have not kept up with the goings on, so,
 was not able to quickly find a vector graphic of what I take if the new
 logo, only - I did what I could using the PNG image I found on the wiki,
 but I'm sure there is a better image available.

 So, if anyone knows where a vector image for that logo can be found I
 appreciate it if you could ping back to this mail on the list with the URL.

 I would also like to offer, and have started, a second video. Longer, 45 -
 90 sec. range, with a quick summary of new features. A little different
 audiance from the shorty here, I suppose. To start that I've downloaded all
 the information from the release notes page on the wiki, have used this to
 generate some raw screen video catpure for the GUI changes and will use,
 with your permission If I may, the graphics from the wiki for some of the
 file fidelity enhancements.

 On this second piece, the problem is likely of what *not* to include, if I
 want to hit the length mark above - that certainly would benefit from
 collaboration on the list here. Also, because I've not been following along
 the list on a reagular basis I'm not sure if anyone is dong somthing like
 that already, if so I would offer to help - otherwise, I planned on putting
 a first cut together over the weekedn and would make a copy to the list for
 merciless review (the best kind of course). If anyone wants to post on the
 list to the email with a script though - it wouldn't hurt at all ;)

 Thanks for all your had work, it shows in the product.

 //drew


Very cute!

---rony


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



Re: Next Step

2013-07-20 Thread Rajath Shashidhara
Hello Juergen,

In the example provided by you, there is an xdl file which describes the
the UI of the dialog box.
I looked up the xdl file. Each element has an id and a help url associated
with it.

I looked up both OptionsPageDemo.java and OptionsHandlerImpl.java

OptionsPageDemo implements XDispatchProvider and XDispatch interfaces.
the queryDispatch has URL as a parameter.
The scheme of this URL seems to resemble the help-url attribute in the xdl
file.
The code in the queryDispatch():
if ( aURL.Protocol.compareTo(org.openoffice.demo.optionspagedemo:) == 0 )
{
if ( aURL.Path.compareTo(insertMsg) == 0 )
return this;
}
return null;

this seems to search for a help-url :
org.openoffice.demo.optionspagedemo:insertMsg

but, i couldn't locate this url in the xdl file.
so, my initial assumption that help-url = url in queryDispach() must be
wrong.

Also, what is Dispatch? I don't seem the understand that term.

Also the dispatch() in XDispatch in this example seems to add the text from
the message box which was stored in registry using the HandlerImpl class to
a text document.
Is that right?

Now speaking of the handlerImpl class:
in the callHandlerMethod()
this line:
sMethodName.equals(external_event)
needs some explanation. Where is external_event defined? Also, in the
openoffice dialog editor, when i right click an dialog object, I see a menu
to link the event on the object to a component.

the listed events don't seem to have external_event. So, what action  by
user triggers external_event.
This handlerImpl class saves/loads the option data entered by user to
openoffice registry.

Thanks.


On Fri, Jul 19, 2013 at 12:55 PM, Jürgen Schmidt jogischm...@gmail.comwrote:

 On 7/18/13 8:40 PM, Rajath Shashidhara wrote:
  Hello Jurgen
  Tomorrow I wont be able to repsond to your mails quickly.
  I'll not be there at my home.
  But I'll make up for tomorrow day after tomorrow.
 
  One thing I'm not able to understand is why will there be different
  usernames and passwords for differnent urls?

 well, for security reason it is always better to use not the same
 username and password for different services or accounts.

  The UI will be a list table of url schemes and usernames. with three
  buttons add, edit , delete.
  Is that ok?

 sure, I will be not available for 5 days as well because I have to move
 in anew flat.

 Juergen





-- 
Rajath S,
M.Sc(Hons.) Physics,
Birla Institute of Technology and Science - Pilani,
Pilani


Re: release media files

2013-07-20 Thread Andrea Pescetti

Drew Jensen wrote:

I took the liberty of spinning up a very brief such item, which you can
find here:
https://docs.google.com/file/d/0Bx7ZNEXlmR0IUTY1YzFhR1VLQU0/edit?usp=sharing
[unzip the a4.mp4 video file from the uploaded zip container]


Nice! (and welcome back Drew, by the way). The new logo colors appear a 
bit too bright at the end, but see below for vector sources, that may 
help with this.



was not able to quickly find a vector graphic of what I take if the new
logo, only - I did what I could using the PNG image I found on the wiki,
but I'm sure there is a better image available.


You can find all versions, including PDF and SVG, at
https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/marketing/art/galleries/logos/aoo-working/
(warning: this is meant to be a temporary location)


I would also like to offer, and have started, a second video. Longer, 45 -
90 sec. range, with a quick summary of new features. A little different
audiance from the shorty here, I suppose. To start that I've downloaded all
the information from the release notes page on the wiki, have used this to
generate some raw screen video catpure for the GUI changes and will use,
with your permission If I may, the graphics from the wiki for some of the
file fidelity enhancements.


This would be very good to have. I don't know of anyone else working on 
this, and obviously you can feel free to use images from the Release 
Notes page.


Regards,
  Andrea.

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



XListBox

2013-07-20 Thread Rajath Shashidhara
Can I add columns in a ListBox object?

Alos, when I try to export a dialog design into a .xdl file,
I get this error:
terminate called after throwing an instance of
'com::sun::star::resource::MissingResourceException'
 and openoffice hangs.

I'm unable to export. Please help.

-- 
Rajath S,
M.Sc(Hons.) Physics,
Birla Institute of Technology and Science - Pilani,
Pilani


Re: [RELEASE]: availability of uploads and synchronize SF mirrors

2013-07-20 Thread Kay Schenk
On Sat, Jul 20, 2013 at 3:45 AM, Marcus (OOo) marcus.m...@wtnet.de wrote:

 Here a little update what I can see:

 1.
 https://sourceforge.net/**projects/openofficeorg.mirror/**
 files/4.0.0/binaries/https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/

 The builds seem to be completely received on SourceForge. So, for me it's
 done.

 2.
 http://www.apache.org/dist/


yeah, I saw this also just nowh

this one, where SF pulls from --

 http://www.apache.org/dist/externaldist/

is in good shape.


 No openoffice directory and therefore no binary and source builds.
 Maybe Juergen and Infra are still working on this. I'll look again today
 evening/tomorrow morning (European timezone).

 Marcus




 Am 07/19/2013 05:16 PM, schrieb Jürgen Schmidt:

 The vote closed successful and I have once again uploaded the files in

 the dist are on the people server.

 /www/www.apache.org/dist/**openoffice/4.0.0http://www.apache.org/dist/openoffice/4.0.0

 The relevant files for SF are under
 /www/www.apache.org/dist/**extgernaldist/openoffice/4.0.0http://www.apache.org/dist/extgernaldist/openoffice/4.0.0


 I hope the rsync url works now, if not please contact the infra people
 directly.

 rsync Url: rsync.apache.org::apache-dist-**external


 A complete file list can you find here
 http://people.apache.org/~jsc/**aoo4.0_files_dist-openoffice-**4.0.0.txthttp://people.apache.org/~jsc/aoo4.0_files_dist-openoffice-4.0.0.txt
 http://people.apache.org/~jsc/**aoo4.0_files_dist-**
 externaldist-openoffice-4.0.0.**txthttp://people.apache.org/~jsc/aoo4.0_files_dist-externaldist-openoffice-4.0.0.txt

 As I mentioned earlier I will be not available until next week Thursday.
 But I hope I can follow the release a little bit to have some fun with
 you all together ;-)

 Juergen


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




-- 
-
MzK

Success is falling nine times and getting up ten.
 -- Jon Bon Jovi


Re: [RELEASE]: availability of uploads and synchronize SF mirrors

2013-07-20 Thread Roberto Galoppini
Il giorno sabato 20 luglio 2013, Kay Schenk ha scritto:

 On Sat, Jul 20, 2013 at 3:45 AM, Marcus (OOo) 
 marcus.m...@wtnet.dejavascript:;
 wrote:

  Here a little update what I can see:
 
  1.
  https://sourceforge.net/**projects/openofficeorg.mirror/**
  files/4.0.0/binaries/
 https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/
 
 
  The builds seem to be completely received on SourceForge. So, for me it's
  done.


We used 'staged' directories, as discussed before, Think we are ready to
turn them on when it's time.

Roberto



 
  2.
  http://www.apache.org/dist/
 

 yeah, I saw this also just nowh

 this one, where SF pulls from --

  http://www.apache.org/dist/externaldist/

 is in good shape.


  No openoffice directory and therefore no binary and source builds.
  Maybe Juergen and Infra are still working on this. I'll look again today
  evening/tomorrow morning (European timezone).
 
  Marcus
 
 
 
 
  Am 07/19/2013 05:16 PM, schrieb Jürgen Schmidt:
 
  The vote closed successful and I have once again uploaded the files in
 
  the dist are on the people server.
 
  /www/www.apache.org/dist/**openoffice/4.0.0
 http://www.apache.org/dist/openoffice/4.0.0
 
  The relevant files for SF are under
  /www/www.apache.org/dist/**extgernaldist/openoffice/4.0.0
 http://www.apache.org/dist/extgernaldist/openoffice/4.0.0
 
 
  I hope the rsync url works now, if not please contact the infra people
  directly.
 
  rsync Url: rsync.apache.org::apache-dist-**external
 
 
  A complete file list can you find here
 
 http://people.apache.org/~jsc/**aoo4.0_files_dist-openoffice-**4.0.0.txt
 http://people.apache.org/~jsc/aoo4.0_files_dist-openoffice-4.0.0.txt
  http://people.apache.org/~jsc/**aoo4.0_files_dist-**
  externaldist-openoffice-4.0.0.**txt
 http://people.apache.org/~jsc/aoo4.0_files_dist-externaldist-openoffice-4.0.0.txt
 
 
  As I mentioned earlier I will be not available until next week Thursday.
  But I hope I can follow the release a little bit to have some fun with
  you all together ;-)
 
  Juergen
 
 
  --**--**-
  To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org
 dev-unsubscr...@openoffice.apache.org javascript:;
  For additional commands, e-mail: 
  dev-h...@openoffice.apache.orgjavascript:;
 
 


 --

 -
 MzK

 Success is falling nine times and getting up ten.
  -- Jon Bon Jovi



Re: release media files

2013-07-20 Thread Drew Jensen
Thanks for links - I grabbed all the files.

So - I'll give another throw and post what happens tomorrow..


On Sat, Jul 20, 2013 at 8:43 AM, Andrea Pescetti pesce...@apache.orgwrote:

 Drew Jensen wrote:

 I took the liberty of spinning up a very brief such item, which you can
 find here:
 https://docs.google.com/file/**d/**0Bx7ZNEXlmR0IUTY1YzFhR1VLQU0/**
 edit?usp=sharinghttps://docs.google.com/file/d/0Bx7ZNEXlmR0IUTY1YzFhR1VLQU0/edit?usp=sharing
 [unzip the a4.mp4 video file from the uploaded zip container]


 Nice! (and welcome back Drew, by the way). The new logo colors appear a
 bit too bright at the end, but see below for vector sources, that may help
 with this.


  was not able to quickly find a vector graphic of what I take if the new
 logo, only - I did what I could using the PNG image I found on the wiki,
 but I'm sure there is a better image available.


 You can find all versions, including PDF and SVG, at
 https://svn.apache.org/repos/**asf/openoffice/ooo-site/trunk/**
 content/marketing/art/**galleries/logos/aoo-working/https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/marketing/art/galleries/logos/aoo-working/
 (warning: this is meant to be a temporary location)


  I would also like to offer, and have started, a second video. Longer, 45 -
 90 sec. range, with a quick summary of new features. A little different
 audiance from the shorty here, I suppose. To start that I've downloaded
 all
 the information from the release notes page on the wiki, have used this to
 generate some raw screen video catpure for the GUI changes and will use,
 with your permission If I may, the graphics from the wiki for some of the
 file fidelity enhancements.


 This would be very good to have. I don't know of anyone else working on
 this, and obviously you can feel free to use images from the Release Notes
 page.

 Regards,
   Andrea.


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




Re: [RELEASE]: availability of uploads and synchronize SF mirrors

2013-07-20 Thread Marcus (OOo)

Am 07/20/2013 07:40 PM, schrieb Roberto Galoppini:

Il giorno sabato 20 luglio 2013, Kay Schenk ha scritto:


On Sat, Jul 20, 2013 at 3:45 AM, Marcus 
(OOo)marcus.m...@wtnet.dejavascript:;
wrote:


Here a little update what I can see:

1.
https://sourceforge.net/**projects/openofficeorg.mirror/**
files/4.0.0/binaries/

https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/



The builds seem to be completely received on SourceForge. So, for me it's
done.



We used 'staged' directories, as discussed before, Think we are ready to
turn them on when it's time.


Yes, I thought about that, too.

Are the staged dirs/files also mirrored or do they stay the SourceForge 
main server until they get unstaged?


If the first I think tomorrow is sufficient.

Thanks

Marcus




2.
http://www.apache.org/dist/



yeah, I saw this also just nowh

this one, where SF pulls from --

  http://www.apache.org/dist/externaldist/

is in good shape.



No openoffice directory and therefore no binary and source builds.
Maybe Juergen and Infra are still working on this. I'll look again today
evening/tomorrow morning (European timezone).

Marcus




Am 07/19/2013 05:16 PM, schrieb Jürgen Schmidt:


The vote closed successful and I have once again uploaded the files in

the dist are on the people server.

/www/www.apache.org/dist/**openoffice/4.0.0

http://www.apache.org/dist/openoffice/4.0.0


The relevant files for SF are under
/www/www.apache.org/dist/**extgernaldist/openoffice/4.0.0

http://www.apache.org/dist/extgernaldist/openoffice/4.0.0



I hope the rsync url works now, if not please contact the infra people
directly.

rsync Url: rsync.apache.org::apache-dist-**external


A complete file list can you find here


http://people.apache.org/~jsc/**aoo4.0_files_dist-openoffice-**4.0.0.txt
http://people.apache.org/~jsc/aoo4.0_files_dist-openoffice-4.0.0.txt

http://people.apache.org/~jsc/**aoo4.0_files_dist-**
externaldist-openoffice-4.0.0.**txt

http://people.apache.org/~jsc/aoo4.0_files_dist-externaldist-openoffice-4.0.0.txt




As I mentioned earlier I will be not available until next week Thursday.
But I hope I can follow the release a little bit to have some fun with
you all together ;-)

Juergen


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



Re: [RELEASE]: availability of uploads and synchronize SF mirrors

2013-07-20 Thread Roberto Galoppini
Il giorno sabato 20 luglio 2013, Marcus (OOo) ha scritto:

 Am 07/20/2013 07:40 PM, schrieb Roberto Galoppini:

 Il giorno sabato 20 luglio 2013, Kay Schenk ha scritto:

  On Sat, Jul 20, 2013 at 3:45 AM, Marcus (OOo)marcus.m...@wtnet.de
 javascript:;
 wrote:

  Here a little update what I can see:

 1.
 https://sourceforge.net/projects/openofficeorg.mirror/https://sourceforge.net/**projects/openofficeorg.mirror/**
 files/4.0.0/binaries/

 https://sourceforge.net/**projects/openofficeorg.mirror/**
 files/4.0.0/binaries/https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/



 The builds seem to be completely received on SourceForge. So, for me
 it's
 done.



 We used 'staged' directories, as discussed before, Think we are ready to
 turn them on when it's time.


 Yes, I thought about that, too.

 Are the staged dirs/files also mirrored or do they stay the SourceForge
 main server until they get unstaged?


Staged folders are synchronized to our download mirrors just like all other
files.

Roberto





 If the first I think tomorrow is sufficient.

 Thanks

 Marcus



  2.
 http://www.apache.org/dist/


 yeah, I saw this also just nowh

 this one, where SF pulls from --

   
 http://www.apache.org/dist/**externaldist/http://www.apache.org/dist/externaldist/

 is in good shape.


  No openoffice directory and therefore no binary and source builds.
 Maybe Juergen and Infra are still working on this. I'll look again today
 evening/tomorrow morning (European timezone).

 Marcus




 Am 07/19/2013 05:16 PM, schrieb Jürgen Schmidt:

  The vote closed successful and I have once again uploaded the files in

 the dist are on the people server.

 /www/www.apache.org/dist/openoffice/4.0.0http://www.apache.org/dist/**openoffice/4.0.0
 

 http://www.apache.org/dist/**openoffice/4.0.0http://www.apache.org/dist/openoffice/4.0.0
 


 The relevant files for SF are under
 /www/www.apache.org/dist/extgernaldist/openoffice/4.0.0http://www.apache.org/dist/**extgernaldist/openoffice/4.0.0
 **

 http://www.apache.org/dist/**extgernaldist/openoffice/4.0.0http://www.apache.org/dist/extgernaldist/openoffice/4.0.0
 **



 I hope the rsync url works now, if not please contact the infra people
 directly.

 rsync Url: rsync.apache.org::apache-dist-external


 A complete file list can you find here

  http://people.apache.org/~jsc/aoo4.0_files_dist-**
 openoffice-**4.0.0.txthttp://people.apache.org/~jsc/**aoo4.0_files_dist-openoffice-**4.0.0.txt
 
 http://people.apache.org/~jsc/**aoo4.0_files_dist-openoffice-**4.0.0.txthttp://people.apache.org/~jsc/aoo4.0_files_dist-openoffice-4.0.0.txt
 

 http://people.apache.org/~jsc/aoo4.0_files_dist-**http://people.apache.org/~jsc/**aoo4.0_files_dist-**
 externaldist-openoffice-4.0.0.txt

 http://people.apache.org/~jsc/**aoo4.0_files_dist-**
 externaldist-openoffice-4.0.0.**txthttp://people.apache.org/~jsc/aoo4.0_files_dist-externaldist-openoffice-4.0.0.txt



 As I mentioned earlier I will be not available until next week
 Thursday.
 But I hope I can follow the release a little bit to have some fun with
 you all together ;-)

 Juergen




Re: release media files

2013-07-20 Thread Dave Fisher
Hi Drew,

This looks really great, but as a note I had to run the mp4 through a convertor 
program to play it on my MacOSX 10.6.8.

Regards,
Dave

On Jul 20, 2013, at 11:26 AM, Drew Jensen wrote:

 Thanks for links - I grabbed all the files.
 
 So - I'll give another throw and post what happens tomorrow..
 
 
 On Sat, Jul 20, 2013 at 8:43 AM, Andrea Pescetti pesce...@apache.orgwrote:
 
 Drew Jensen wrote:
 
 I took the liberty of spinning up a very brief such item, which you can
 find here:
 https://docs.google.com/file/**d/**0Bx7ZNEXlmR0IUTY1YzFhR1VLQU0/**
 edit?usp=sharinghttps://docs.google.com/file/d/0Bx7ZNEXlmR0IUTY1YzFhR1VLQU0/edit?usp=sharing
 [unzip the a4.mp4 video file from the uploaded zip container]
 
 
 Nice! (and welcome back Drew, by the way). The new logo colors appear a
 bit too bright at the end, but see below for vector sources, that may help
 with this.
 
 
 was not able to quickly find a vector graphic of what I take if the new
 logo, only - I did what I could using the PNG image I found on the wiki,
 but I'm sure there is a better image available.
 
 
 You can find all versions, including PDF and SVG, at
 https://svn.apache.org/repos/**asf/openoffice/ooo-site/trunk/**
 content/marketing/art/**galleries/logos/aoo-working/https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/marketing/art/galleries/logos/aoo-working/
 (warning: this is meant to be a temporary location)
 
 
 I would also like to offer, and have started, a second video. Longer, 45 -
 90 sec. range, with a quick summary of new features. A little different
 audiance from the shorty here, I suppose. To start that I've downloaded
 all
 the information from the release notes page on the wiki, have used this to
 generate some raw screen video catpure for the GUI changes and will use,
 with your permission If I may, the graphics from the wiki for some of the
 file fidelity enhancements.
 
 
 This would be very good to have. I don't know of anyone else working on
 this, and obviously you can feel free to use images from the Release Notes
 page.
 
 Regards,
  Andrea.
 
 
 --**--**-
 To unsubscribe, e-mail: 
 dev-unsubscribe@openoffice.**apache.orgdev-unsubscr...@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: [WWW]Forum landing page

2013-07-20 Thread Andrea Pescetti

On 16/07/2013 Ricardo Berlasso wrote:

2013/1/13 RGB ESrgb.m...@gmail.com

The forum landing page still have the incubator logo:
http://forum.openoffice.org/
I think it needs to be replaced by the Apache logo.

Anyone working on this? It will be perfect if the page is fixed before 4.0
release.


I have access to that machine and I prepared the files there, but I 
don't have enough privileges to actually put them online.


It is enough that someone with sudo access to ooo-forums.apache.org runs:
$ sudo cp /home/pescetti/www/apache-logo.png /var/www/
$ sudo cp /home/pescetti/www/index.php /var/www/
to fix it (then the files owner can be set as it is now, 
www-data:www-data for the PNG file and www-data:phpbb for the PHP file).


If someone wants to provide a 300x100 pixels replacement for
http://forum.openoffice.org/forum-logo.png
I can make it available on that machine too if this helps as an 
intermediate step.


Regards,
  Andrea.

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



Re: [DISCUSS] New localization requirements policy needed for releases

2013-07-20 Thread Andrea Pescetti

On 15/07/2013 Herbert Duerr wrote:

Currently the Windows buildbot of the SNAPSHOT tag does a weekly full
build of all languages:
http://ci.apache.org/projects/openoffice/#winsnap
Is any fully translated language missing from that list?


Yes, ast.


Should semi-translated languages be built too?


The following have less than 20.000 words left (means, 75%+ done, more 
or less) and should ideally be built too:

ca eu he hi id lt pl sv th tr

Regards,
  Andrea.

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



Re: [WWW]Forum landing page

2013-07-20 Thread janI
On 20 July 2013 23:04, Dave Fisher dave2w...@comcast.net wrote:


 On Jul 20, 2013, at 12:39 PM, Andrea Pescetti wrote:

  On 16/07/2013 Ricardo Berlasso wrote:
  2013/1/13 RGB ESrgb.m...@gmail.com
  The forum landing page still have the incubator logo:
  http://forum.openoffice.org/
  I think it needs to be replaced by the Apache logo.
  Anyone working on this? It will be perfect if the page is fixed before
 4.0
  release.
 
  I have access to that machine and I prepared the files there, but I
 don't have enough privileges to actually put them online.
 
  It is enough that someone with sudo access to ooo-forums.apache.orgruns:
  $ sudo cp /home/pescetti/www/apache-logo.png /var/www/
  $ sudo cp /home/pescetti/www/index.php /var/www/
  to fix it (then the files owner can be set as it is now,
 www-data:www-data for the PNG file and www-data:phpbb for the PHP file).
 
  If someone wants to provide a 300x100 pixels replacement for
  http://forum.openoffice.org/forum-logo.png
  I can make it available on that machine too if this helps as an
 intermediate step.

 IRC with asfinfra.

No need  for that, its done.

rgds
jan I.



 Don't forget to remove the disclaimer too.

 Regards,
 Dave

 
  Regards,
   Andrea.
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@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: [WWW]Forum landing page

2013-07-20 Thread Ricardo Berlasso
2013/7/21 janI j...@apache.org

 On 20 July 2013 23:04, Dave Fisher dave2w...@comcast.net wrote:

 
  On Jul 20, 2013, at 12:39 PM, Andrea Pescetti wrote:
 
   On 16/07/2013 Ricardo Berlasso wrote:
   2013/1/13 RGB ESrgb.m...@gmail.com
   The forum landing page still have the incubator logo:
   http://forum.openoffice.org/
   I think it needs to be replaced by the Apache logo.
   Anyone working on this? It will be perfect if the page is fixed before
  4.0
   release.
  
   I have access to that machine and I prepared the files there, but I
  don't have enough privileges to actually put them online.
  
   It is enough that someone with sudo access to
 ooo-forums.apache.orgruns:
   $ sudo cp /home/pescetti/www/apache-logo.png /var/www/
   $ sudo cp /home/pescetti/www/index.php /var/www/
   to fix it (then the files owner can be set as it is now,
  www-data:www-data for the PNG file and www-data:phpbb for the PHP file).
  
   If someone wants to provide a 300x100 pixels replacement for
   http://forum.openoffice.org/forum-logo.png
   I can make it available on that machine too if this helps as an
  intermediate step.
 
  IRC with asfinfra.
 
 No need  for that, its done.


Great! Many thanks, Jan and Andrea!

Regards
Ricardo




 rgds
 jan I.


 
  Don't forget to remove the disclaimer too.
 
  Regards,
  Dave
 
  
   Regards,
Andrea.
  
   -
   To unsubscribe, e-mail: dev-unsubscr...@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
 
 



mwiki contact page.

2013-07-20 Thread janI
Hi

the mwiki contact page has been removed after a offlist question from rob
weir, so we are back where we started a couple of weeks ago I have not
reopened the BZ issue with the request for a contact page.

all footers on wiki contain the text:

Contact: dev@openoffice.apache.org

That message is NOT translated as with the rest of mwiki.

rgds.
Jan I.


Re: [RELEASE]: availability of uploads and synchronize SF mirrors

2013-07-20 Thread Marcus (OOo)

Am 07/20/2013 12:45 PM, schrieb Marcus (OOo):

Here a little update what I can see:

1.
https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/

The builds seem to be completely received on SourceForge. So, for me
it's done.

2.
http://www.apache.org/dist/

No openoffice directory and therefore no binary and source builds.
Maybe Juergen and Infra are still working on this. I'll look again today
evening/tomorrow morning (European timezone).


This is unchanged.

At the end it seems that we won't have source files available when we 
annouce the release. Is this any kind of stopper? The source is 
available as usual via SVN access. So, I don't know.


If not then I would unstage the dirs/files on SourceForge and therefore 
make the AOO 4.0 release visible for the world. And update the download 
webpages.


As the announcement is planned for Monday I will do this on Sunday 
evening (European time).


Any objections?

Marcus




Am 07/19/2013 05:16 PM, schrieb Jürgen Schmidt:

The vote closed successful and I have once again uploaded the files in
the dist are on the people server.

/www/www.apache.org/dist/openoffice/4.0.0

The relevant files for SF are under
/www/www.apache.org/dist/extgernaldist/openoffice/4.0.0


I hope the rsync url works now, if not please contact the infra people
directly.

rsync Url: rsync.apache.org::apache-dist-external


A complete file list can you find here
http://people.apache.org/~jsc/aoo4.0_files_dist-openoffice-4.0.0.txt
http://people.apache.org/~jsc/aoo4.0_files_dist-externaldist-openoffice-4.0.0.txt


As I mentioned earlier I will be not available until next week Thursday.
But I hope I can follow the release a little bit to have some fun with
you all together ;-)

Juergen


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



Re: mwiki contact page.

2013-07-20 Thread Rob Weir
On Sat, Jul 20, 2013 at 6:52 PM, janI j...@apache.org wrote:
 Hi

 the mwiki contact page has been removed after a offlist question from rob
 weir, so we are back where we started a couple of weeks ago I have not
 reopened the BZ issue with the request for a contact page.

 all footers on wiki contain the text:

 Contact: dev@openoffice.apache.org

 That message is NOT translated as with the rest of mwiki.


Jan,

I asked for the removal of that page because it was mainly generating
spam.  Moderators had to deal with 15 examples of this from the wiki
admin form in one day.

But now you've added the string Contact: dev@openoffice.apache.org
*twice* to the footer of every wiki page, with no mention that there
are other more appropriate avenues to go for support.

I'm not certain now that you understand or appreciate what the issue
is.  Putting *any* prominent note to contact d...@openoffice.org is a
very bad idea and will merely lead to misdirected support requests,
causing a bad experience for users as well as volunteers.

So a -1 from me to your additions to the page footer.  Please remove
it.  And please review any further changes of this nature here on the
dev list before making it.

Remember, the number of people who have admin-related questions about
the wiki are very, very, very few in number.  They will be best served
by directing them to some variation of a page like the one we have on
the main website:

http://www.openoffice.org/contact_us.html

Thanks!

-Rob



 rgds.
 Jan I.

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



MWiki is Missing Key Navigation and Apache Trademark information.

2013-07-20 Thread Dave Fisher
Hi MWiki,

The MWiki is missing a few key items:

See: http://www.apache.org/foundation/marks/pmcs#navigation

Left Navigation:
(1) A link back to the main openoffice.apache.org.
(2) A link back to the main www.openoffice.org.
(3) Main Page is misleading and should be something like Wiki Home Page.

Footer: 
(1) NO trademark attribution.
(2) The Apache Feather on the lower left is broken and goes to a bad place. - 
it must link to http://www.apache.org/
(3) Linked to About page needs an update - 
http://wiki.openoffice.org/wiki/AOOW:About

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



Re: mwiki contact page.

2013-07-20 Thread Dave Fisher

On Jul 20, 2013, at 5:38 PM, Rob Weir wrote:

 On Sat, Jul 20, 2013 at 6:52 PM, janI j...@apache.org wrote:
 Hi
 
 the mwiki contact page has been removed after a offlist question from rob
 weir, so we are back where we started a couple of weeks ago I have not
 reopened the BZ issue with the request for a contact page.
 
 all footers on wiki contain the text:
 
 Contact: dev@openoffice.apache.org
 
 That message is NOT translated as with the rest of mwiki.
 
 
 Jan,
 
 I asked for the removal of that page because it was mainly generating
 spam.  Moderators had to deal with 15 examples of this from the wiki
 admin form in one day.
 
 But now you've added the string Contact: dev@openoffice.apache.org
 *twice* to the footer of every wiki page, with no mention that there
 are other more appropriate avenues to go for support.
 
 I'm not certain now that you understand or appreciate what the issue
 is.  Putting *any* prominent note to contact d...@openoffice.org is a
 very bad idea and will merely lead to misdirected support requests,
 causing a bad experience for users as well as volunteers.
 
 So a -1 from me to your additions to the page footer.  Please remove
 it.  And please review any further changes of this nature here on the
 dev list before making it.

Add my -1 as well the footer is broken in several ways.

+1000 to a review on the list. These kinds of changes need discussion as we all 
miss aspects.

 
 Remember, the number of people who have admin-related questions about
 the wiki are very, very, very few in number.  They will be best served
 by directing them to some variation of a page like the one we have on
 the main website:
 
 http://www.openoffice.org/contact_us.html

+1 to a contact us.

Sorry I saw trouble separately and started another thread. My list is not dev@ 
but 6 other important matters.

Regards,
Dave

 
 Thanks!
 
 -Rob
 
 
 
 rgds.
 Jan I.
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@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: MWiki is Missing Key Navigation and Apache Trademark information.

2013-07-20 Thread Rob Weir
On Sat, Jul 20, 2013 at 8:41 PM, Dave Fisher dave2w...@comcast.net wrote:
 Hi MWiki,

 The MWiki is missing a few key items:

 See: http://www.apache.org/foundation/marks/pmcs#navigation


That is guidance for  the project website.  That website is
http://openoffice.apache.org, yes?

Of course, the project also works with several other websites, from
www.openoffice.org to Bugzilla to CWiki to Forums to Blogs to MWiki to
Extensions and Templates.  If we think these rules apply to all
project-related websites, then we have a much bigger set of items to
work on, not just MWiki.

 Left Navigation:
 (1) A link back to the main openoffice.apache.org.
 (2) A link back to the main www.openoffice.org.
 (3) Main Page is misleading and should be something like Wiki Home Page.

 Footer:
 (1) NO trademark attribution.
 (2) The Apache Feather on the lower left is broken and goes to a bad place. - 
 it must link to http://www.apache.org/
 (3) Linked to About page needs an update - 
 http://wiki.openoffice.org/wiki/AOOW:About


Footer also says Content is available under, which is incomplete.  I
assume something completed that sentence at one point.

I wonder whether it makes sense to just copy what we have from
www.openoffice.org and use the same footer on MWiki as well, with
links for:

Copyright  License | Privacy | Contact Us | Donate | Thanks

Or, if we need to add additional items, do so in a way that keeps the
wiki and www.openoffice.org footers the same.

Regards,

-Rob

 Thanks,
 Dave
 -
 To unsubscribe, e-mail: dev-unsubscr...@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: [RELEASE]: availability of uploads and synchronize SF mirrors

2013-07-20 Thread Rob Weir
On Sat, Jul 20, 2013 at 8:10 PM, Marcus (OOo) marcus.m...@wtnet.de wrote:
 Am 07/20/2013 12:45 PM, schrieb Marcus (OOo):

 Here a little update what I can see:

 1.

 https://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/

 The builds seem to be completely received on SourceForge. So, for me
 it's done.

 2.
 http://www.apache.org/dist/

 No openoffice directory and therefore no binary and source builds.
 Maybe Juergen and Infra are still working on this. I'll look again today
 evening/tomorrow morning (European timezone).


 This is unchanged.

 At the end it seems that we won't have source files available when we
 annouce the release. Is this any kind of stopper? The source is available as
 usual via SVN access. So, I don't know.


Yes, this is a problem.   Remember, dist is also the secured Apache
location for the KEYS file as well as the MD5 and SHA256 files for the
binaries.   So we really need to have that working before we start
distributing the binaries.

But the release announcement is not happening until Tuesday morning,
so there should be time to figure this out.

 If not then I would unstage the dirs/files on SourceForge and therefore make
 the AOO 4.0 release visible for the world. And update the download webpages.

 As the announcement is planned for Monday I will do this on Sunday evening
 (European time).


The announcement is planned for Tuesday morning, not Monday.  I don't
mind if the website gets updated a half day or so before then, but I
think we need to have our stuff on apache.org/dist before this
happens.

Do you know what the technical problem is?

Regards,

-Rob

 Any objections?


 Marcus



 Am 07/19/2013 05:16 PM, schrieb Jürgen Schmidt:

 The vote closed successful and I have once again uploaded the files in
 the dist are on the people server.

 /www/www.apache.org/dist/openoffice/4.0.0

 The relevant files for SF are under
 /www/www.apache.org/dist/extgernaldist/openoffice/4.0.0


 I hope the rsync url works now, if not please contact the infra people
 directly.

 rsync Url: rsync.apache.org::apache-dist-external


 A complete file list can you find here
 http://people.apache.org/~jsc/aoo4.0_files_dist-openoffice-4.0.0.txt

 http://people.apache.org/~jsc/aoo4.0_files_dist-externaldist-openoffice-4.0.0.txt


 As I mentioned earlier I will be not available until next week Thursday.
 But I hope I can follow the release a little bit to have some fun with
 you all together ;-)

 Juergen


 -
 To unsubscribe, e-mail: dev-unsubscr...@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: MWiki is Missing Key Navigation and Apache Trademark information.

2013-07-20 Thread Dave Fisher

On Jul 20, 2013, at 5:50 PM, Rob Weir wrote:

 On Sat, Jul 20, 2013 at 8:41 PM, Dave Fisher dave2w...@comcast.net wrote:
 Hi MWiki,
 
 The MWiki is missing a few key items:
 
 See: http://www.apache.org/foundation/marks/pmcs#navigation
 
 
 That is guidance for  the project website.  That website is
 http://openoffice.apache.org, yes?

This is policy for project sites. The Mwiki is a project site and the target 
for a feather link is mandated to be www.apache.org and not an internal wiki 
page that says nothing much about Apache.

 Of course, the project also works with several other websites, from
 www.openoffice.org to Bugzilla to CWiki to Forums to Blogs to MWiki to
 Extensions and Templates.  If we think these rules apply to all
 project-related websites, then we have a much bigger set of items to
 work on, not just MWiki.

One thing at a time. The Forums were just adjusted. Extensions site is much 
closer to correct than the MWiki.

I see that I need to change the footer on www.openoffice.org. Done, but staged 
only. I don't want to publish if other AOO4 changes are pending.

 
 Left Navigation:
 (1) A link back to the main openoffice.apache.org.
 (2) A link back to the main www.openoffice.org.
 (3) Main Page is misleading and should be something like Wiki Home Page.

I think that additions here would help, but I am not a strong advocate.

 
 Footer:
 (1) NO trademark attribution.
 (2) The Apache Feather on the lower left is broken and goes to a bad place. 
 - it must link to http://www.apache.org/
 (3) Linked to About page needs an update - 
 http://wiki.openoffice.org/wiki/AOOW:About
 
 
 Footer also says Content is available under, which is incomplete.  I
 assume something completed that sentence at one point.

I think there was something about a license.

 
 I wonder whether it makes sense to just copy what we have from
 www.openoffice.org and use the same footer on MWiki as well, with
 links for:
 
 Copyright  License | Privacy | Contact Us | Donate | Thanks
 
 Or, if we need to add additional items, do so in a way that keeps the
 wiki and www.openoffice.org footers the same.

I can agree with that. The admins may need to pull some css over as well.  

Here is openoffice.org footer.html with the above change plus the relevant css

div id=footera
div id=poweredbyapa href=http://www.apache.org/;img 
src=/images/feather-small.gif alt=Apache Software Foundation//p/a/div
div id=copyrighta
  p style=text-align:center;
a href=/license.htmlCopyright amp; License/a | a 
href=/privacy.htmlPrivacy/a | a href=/contact_us.htmlContact Us/a | 
a href=http://www.apache.org/foundation/contributing.html#Paypal;Donate/a 
| a href=http://www.apache.org/foundation/thanks.html;Thanks/a
  /p
  p
Apache, the Apache feather logo, and OpenOffice are trademarks of The 
Apache Software Foundation.
OpenOffice.org and the seagull logo are registered trademarks of The 
Apache Software Foundation.
Other names appearing on the site may be trademarks of their respective 
owners.
  /p
/div
  /div

Here is the related css

#footera {
  margin: 20px 0px 0px 0px;
  padding: 8px 0px 12px 0px;
  border-top: 2px solid #ccc;
  color:#666;
  font-size: 8pt;
  padding: 0 8px;
  text-align: left;
  overflow: auto;
  clear: both;
  line-height: 10pt;
}

#copyrighta {
}

#copyrighta p {
  padding-left: 20px;
  line-height: 10pt;
  padding-bottom: 5px;
}

#copyrighta a {
 color: #107EC0;
 text-decoration:underline;
}

#copyrighta a:hover {
 background-color: #e6ebed;
}

#poweredby {
  float: right;
  text-align: right;
  width: 210px;
  height: 100px;
}

#asf-logo {
  width: 180px;
  padding-top: 20px;
}

Regards,
Dave

 
 Regards,
 
 -Rob
 
 Thanks,
 Dave
 -
 To unsubscribe, e-mail: dev-unsubscr...@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
 


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