emails to issues list

2014-11-11 Thread Mathias Röllig

Hello!

Why it is possible that someone can send emails directly to the issues 
mailing list?


e. g.
http://mail-archives.apache.org/mod_mbox/openoffice-issues/201411.mbox/%3C91286B00937747BA82897BA23D28C798%40Mainframe%3E

Regards, Mathias

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



Re: OpenOffice folks: ApacheCon template?

2014-11-11 Thread Andrea Pescetti

On 11/11/2014 Guy Waterval wrote:

http://people.apache.org/~nick/NickTemplateACEU14.odp

Really nice, indeed, many thanks to the author..
I've not seen the licence in the properties of this document.
Is it possible to know how this document can be reused ?


Nick is going to get it clarified (some graphics is from the conference 
producers). But this will happen next week at ApacheCon, not earlier.


Regards,
  Andrea.

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



Re: emails to issues list

2014-11-11 Thread Kay Schenk
On 11/11/2014 08:49 AM, Mathias Röllig wrote:
 Hello!
 
 Why it is possible that someone can send emails directly to the
 issues mailing list?
 
 e. g. 
 http://mail-archives.apache.org/mod_mbox/openoffice-issues/201411.mbox/%3C91286B00937747BA82897BA23D28C798%40Mainframe%3E

 
 
 Regards, Mathias

This is a good question. It does seem like all of the postings should
only come from Bugzilla. We'll need to confer with INFRA on this.



-- 
-
MzK

One must still have chaos in oneself to be able to give birth
 to a dancing star.
 -- Friedrich Nietzsche

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



AOO mailing list subscription totals, and other tidbits

2014-11-11 Thread Rob Weir
Here's the current total subscribers for the AOO mailing lists I moderate:

announce 11,318
users 584
dev 499
qa 277
l10n 233
marketing 173
api 149

(I'm not a moderator for the doc mailing list, so I can't retrieve that number).

We also have 3,522 Twitter followers, 13,000 Facebook likes and
7,368 Google+ followers.

And we receive 230,000 visitors to the website per day.

-Rob

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



Re: AOO mailing list subscription totals, and other tidbits

2014-11-11 Thread Dave Barton
Rob Weir wrote:
 Here's the current total subscribers for the AOO mailing lists I moderate:
 
 announce 11,318
 users 584
 dev 499
 qa 277
 l10n 233
 marketing 173
 api 149
 
 (I'm not a moderator for the doc mailing list, so I can't retrieve that 
 number).
 
 We also have 3,522 Twitter followers, 13,000 Facebook likes and
 7,368 Google+ followers.
 
 And we receive 230,000 visitors to the website per day.
 
 -Rob

doc 147

Dave



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



grammar for StarMath

2014-11-11 Thread Regina Henschel

Hi all,

does there exist any developer documentation about StarMath, e.g. the 
grammar?


Kind regards
Regina

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



Re: emails to issues list

2014-11-11 Thread Peter Junge

On 12/11/14 00:49, Mathias Röllig wrote:

Hello!

Why it is possible that someone can send emails directly to the issues
mailing list?

e. g.
http://mail-archives.apache.org/mod_mbox/openoffice-issues/201411.mbox/%3C91286B00937747BA82897BA23D28C798%40Mainframe%3E



Likely I have moderated it through because it didn't stumble over that 
it's issues@ rather than qa@. Sorry, if that was the case. Will pay more 
attention in the future.


/Peter



Regards, Mathias

-
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: grammar for StarMath

2014-11-11 Thread Dennis E. Hamilton
I have an incomplete result.  You may have already explored this.

First, saving an AOO Formula (.odf) as a StarMath 5.0 Formula (.smf) does not 
seem to be exported.  There is no import for it either.

  You can still save as an OpenDocument.org .sxm formula or an ODF Formula 
(.odf).  They are nearly identical.

Both .sxm and .odf are Zip Packages and nearly identical.  In particular, the 
content.xml is a MathML formula that has a StarMath 5.0 formula as an 
annotation.  It is exactly the same formula that you end up editing in the 
lower window of the Apache OpenOffice Math (or LibreOffice Math) application.  
So the upper window shows the MathML rendering, and the lower window shows the 
StarMath 5.0!  And the content.xml carries both.

In effect, the Elements Tool and the hand editing that you do is creating 
StarMath that is then displayed via MathML in the upper, graphical-formula 
window.

That doesn't provide the StarMath grammar except by example, but it is a way to 
build them experimentally and see. 

Finally, this led me to the Help Topic Math formula editor and click the 
Formulas link to get to Welcome to the OpenOffice Math Help page.  The 
subtopic Formula Reference Tables seems to be the key.  The color function is 
under Attributes.

StarMath uses {...} for precedence/grouping control in the same manner as TeX 
and LaTeX formulas.

We can probably figure out the grammar by making examples of all the operators 
and other oddities. 

 - Dennis
  
-Original Message-
From: Regina Henschel [mailto:rb.hensc...@t-online.de] 
Sent: Tuesday, November 11, 2014 15:56
To: AOO dev
Subject: grammar for StarMath

Hi all,

does there exist any developer documentation about StarMath, e.g. the 
grammar?

Kind regards
Regina

-
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