Re: Next blog post

2024-04-04 Thread Matthias Seidel

Hi Arrigo,

Am 04.04.24 um 08:20 schrieb Arrigo Marchiori:

Dear All,

On Mon, Apr 01, 2024 at 09:18:07AM +0200, Arrigo Marchiori wrote:

[...]

I prepared a draft on our wiki at [1], so anyone can contribute to the
text.  I am no native English speaker, nor marketing expert... feel
free to correct it!

Can we sort out something in this weekend? It would be great to
publish, say, on April 2nd!

There is now a pull request at [2]. Merging it will cause the post to
be published. As the post is dated 2 April, let us wait until tomorrow.

References:
  
  1: https://cwiki.apache.org/confluence/x/1gniEQ

  2: https://github.com/apache/openoffice-project/pull/11

I pushed commit 6316c11 to the "main" branch of "openoffice-project"
but, apparently, the web site was not published.

Can someone please look into it?


Somehow it didn't build yesterday.

I just committed a small change and now your post is online. To be 
honest, I didn't have a look before my commit, it may be coincidence.


Regards,

   Matthias



Best regards,


smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Next blog post

2024-04-03 Thread Arrigo Marchiori
Dear All,

On Mon, Apr 01, 2024 at 09:18:07AM +0200, Arrigo Marchiori wrote:

[...]
> > I prepared a draft on our wiki at [1], so anyone can contribute to the
> > text.  I am no native English speaker, nor marketing expert... feel
> > free to correct it!
> > 
> > Can we sort out something in this weekend? It would be great to
> > publish, say, on April 2nd!
> 
> There is now a pull request at [2]. Merging it will cause the post to
> be published. As the post is dated 2 April, let us wait until tomorrow.
> 
> References:
>  
>  1: https://cwiki.apache.org/confluence/x/1gniEQ
>  2: https://github.com/apache/openoffice-project/pull/11

I pushed commit 6316c11 to the "main" branch of "openoffice-project"
but, apparently, the web site was not published.

Can someone please look into it?

Best regards,
-- 
Arrigo

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



Re: Next blog post

2024-04-01 Thread Arrigo Marchiori
Dear All,

On Fri, Mar 29, 2024 at 07:25:44PM +0100, Arrigo Marchiori wrote:

> Dear All,
> 
> trunk has seen quite a lot of work recently, and because it's trunk,
> it is proceeding in a somewhat hidden way.
> 
> Due to the fact that the last post on our blog is already 3 months
> old, I suggest we make a new post to just tell what it is going on
> behind the scenes.

[...]

> I prepared a draft on our wiki at [1], so anyone can contribute to the
> text.  I am no native English speaker, nor marketing expert... feel
> free to correct it!
> 
> Can we sort out something in this weekend? It would be great to
> publish, say, on April 2nd!

There is now a pull request at [2]. Merging it will cause the post to
be published. As the post is dated 2 April, let us wait until tomorrow.

References:
 
 1: https://cwiki.apache.org/confluence/x/1gniEQ
 2: https://github.com/apache/openoffice-project/pull/11

Best regards,
-- 
Arrigo

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



Re: Next blog post

2024-03-31 Thread Matthias Seidel

Hi Arrigo,

Am 31.03.24 um 21:31 schrieb Arrigo Marchiori:

Hello Matthias, All,

On Sun, Mar 31, 2024 at 03:29:19PM +0200, Matthias Seidel wrote:


Hi Arrigo,

Am 29.03.24 um 19:25 schrieb Arrigo Marchiori:

Dear All,

trunk has seen quite a lot of work recently, and because it's trunk,
it is proceeding in a somewhat hidden way.

Due to the fact that the last post on our blog is already 3 months
old, I suggest we make a new post to just tell what it is going on
behind the scenes.

The most relevant things that we I could list are the following:

   - OpenSSL upgrade (this is related to security, encryption
 and digital signatures);

   - implementation of OOXML encryption (this helps compatibility with
 other office suites);

   - fix of compilation errors under the latest Ubuntu (this helps
 contributors build and test AOO on their systems)

   - allow pasting of vector graphics (this helps making prettier documents)

   - various fixes in documentation, help files and interface (this
 makes the overall user experience smoother)

   - various spelling fixes in the source code and documentation (this
 helps developers)

   - various code fixes and cleanups (this helps developers focus on
 interesting things)

Some other commits look ``important'' but I cannot explain them and
need some help:

   * 00ab6c3f8bc46b7dee5058d1206cc64de18809de
 Removing all High Contrast icons from 'Classic' icon set.

This is just a cleanup.

Preparation for the (planned) separation of icon sets.

Ok, do you think it is worth mentioning on the article at [1]?


No, this is still a long way to go...

Regards,

   Matthias




I prepared a draft on our wiki at [1], so anyone can contribute to the
text.  I am no native English speaker, nor marketing expert... feel
free to correct it!

Can we sort out something in this weekend? It would be great to
publish, say, on April 2nd!

Comments and suggestions welcome.

Best regards.

References:

   1: https://cwiki.apache.org/confluence/x/1gniEQ


smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Next blog post

2024-03-31 Thread Arrigo Marchiori
Hello Matthias, All,

On Sun, Mar 31, 2024 at 03:29:19PM +0200, Matthias Seidel wrote:

> Hi Arrigo,
> 
> Am 29.03.24 um 19:25 schrieb Arrigo Marchiori:
> > Dear All,
> > 
> > trunk has seen quite a lot of work recently, and because it's trunk,
> > it is proceeding in a somewhat hidden way.
> > 
> > Due to the fact that the last post on our blog is already 3 months
> > old, I suggest we make a new post to just tell what it is going on
> > behind the scenes.
> > 
> > The most relevant things that we I could list are the following:
> > 
> >   - OpenSSL upgrade (this is related to security, encryption
> > and digital signatures);
> > 
> >   - implementation of OOXML encryption (this helps compatibility with
> > other office suites);
> > 
> >   - fix of compilation errors under the latest Ubuntu (this helps
> > contributors build and test AOO on their systems)
> > 
> >   - allow pasting of vector graphics (this helps making prettier documents)
> > 
> >   - various fixes in documentation, help files and interface (this
> > makes the overall user experience smoother)
> > 
> >   - various spelling fixes in the source code and documentation (this
> > helps developers)
> > 
> >   - various code fixes and cleanups (this helps developers focus on
> > interesting things)
> > 
> > Some other commits look ``important'' but I cannot explain them and
> > need some help:
> > 
> >   * 00ab6c3f8bc46b7dee5058d1206cc64de18809de
> > Removing all High Contrast icons from 'Classic' icon set.
> 
> This is just a cleanup.
> 
> Preparation for the (planned) separation of icon sets.

Ok, do you think it is worth mentioning on the article at [1]?

> > I prepared a draft on our wiki at [1], so anyone can contribute to the
> > text.  I am no native English speaker, nor marketing expert... feel
> > free to correct it!
> > 
> > Can we sort out something in this weekend? It would be great to
> > publish, say, on April 2nd!
> > 
> > Comments and suggestions welcome.
> > 
> > Best regards.
> > 
> > References:
> > 
> >   1: https://cwiki.apache.org/confluence/x/1gniEQ
-- 
Arrigo

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



Re: Next blog post

2024-03-31 Thread Matthias Seidel

Hi Arrigo,

Am 29.03.24 um 19:25 schrieb Arrigo Marchiori:

Dear All,

trunk has seen quite a lot of work recently, and because it's trunk,
it is proceeding in a somewhat hidden way.

Due to the fact that the last post on our blog is already 3 months
old, I suggest we make a new post to just tell what it is going on
behind the scenes.

The most relevant things that we I could list are the following:

  - OpenSSL upgrade (this is related to security, encryption
and digital signatures);

  - implementation of OOXML encryption (this helps compatibility with
other office suites);

  - fix of compilation errors under the latest Ubuntu (this helps
contributors build and test AOO on their systems)

  - allow pasting of vector graphics (this helps making prettier documents)

  - various fixes in documentation, help files and interface (this
makes the overall user experience smoother)

  - various spelling fixes in the source code and documentation (this
helps developers)

  - various code fixes and cleanups (this helps developers focus on
interesting things)

Some other commits look ``important'' but I cannot explain them and
need some help:

  * 00ab6c3f8bc46b7dee5058d1206cc64de18809de
Removing all High Contrast icons from 'Classic' icon set.


This is just a cleanup.

Preparation for the (planned) separation of icon sets.

Regards,

   Matthias



I prepared a draft on our wiki at [1], so anyone can contribute to the
text.  I am no native English speaker, nor marketing expert... feel
free to correct it!

Can we sort out something in this weekend? It would be great to
publish, say, on April 2nd!

Comments and suggestions welcome.

Best regards.

References:

  1: https://cwiki.apache.org/confluence/x/1gniEQ


smime.p7s
Description: Kryptografische S/MIME-Signatur


Next blog post

2024-03-29 Thread Arrigo Marchiori
Dear All,

trunk has seen quite a lot of work recently, and because it's trunk,
it is proceeding in a somewhat hidden way.

Due to the fact that the last post on our blog is already 3 months
old, I suggest we make a new post to just tell what it is going on
behind the scenes.

The most relevant things that we I could list are the following:

 - OpenSSL upgrade (this is related to security, encryption
   and digital signatures);

 - implementation of OOXML encryption (this helps compatibility with
   other office suites);

 - fix of compilation errors under the latest Ubuntu (this helps
   contributors build and test AOO on their systems)

 - allow pasting of vector graphics (this helps making prettier documents)

 - various fixes in documentation, help files and interface (this
   makes the overall user experience smoother)

 - various spelling fixes in the source code and documentation (this
   helps developers)

 - various code fixes and cleanups (this helps developers focus on
   interesting things)

Some other commits look ``important'' but I cannot explain them and
need some help:

 * 00ab6c3f8bc46b7dee5058d1206cc64de18809de
   Removing all High Contrast icons from 'Classic' icon set.

I prepared a draft on our wiki at [1], so anyone can contribute to the
text.  I am no native English speaker, nor marketing expert... feel
free to correct it!

Can we sort out something in this weekend? It would be great to
publish, say, on April 2nd!

Comments and suggestions welcome.

Best regards.

References:

 1: https://cwiki.apache.org/confluence/x/1gniEQ
-- 
Arrigo

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