This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch preview/missing-pictures-staging
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to 
refs/heads/preview/missing-pictures-staging by this push:
     new 01f585b  Automatic Site Publish by Buildbot
01f585b is described below

commit 01f585b6539239d124a6149e9326c044e8c347bf
Author: buildbot <[email protected]>
AuthorDate: Sat Jun 10 04:36:12 2023 +0000

    Automatic Site Publish by Buildbot
---
 output/blog/facebook_fanpage_and_the_growing.html       |   4 +++-
 .../features_for_graphicobjects_and_oleobjects.html     |   6 +++++-
 output/feeds/all-en.atom.xml                            |  10 ++++++++--
 output/feeds/blog.atom.xml                              |  10 ++++++++--
 .../facebook_fanpage_and_the_growing_statistics.png     | Bin 0 -> 29047 bytes
 ...eatures_for_graphicobjects_and_oleobjects_types.jpeg | Bin 0 -> 60813 bytes
 6 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/output/blog/facebook_fanpage_and_the_growing.html 
b/output/blog/facebook_fanpage_and_the_growing.html
index 021e4ac..703c56a 100644
--- a/output/blog/facebook_fanpage_and_the_growing.html
+++ b/output/blog/facebook_fanpage_and_the_growing.html
@@ -154,7 +154,9 @@
   <div class="entry-content">
     <p>A bit more then a year ago, we discussed the topic social media on our 
list. We decided to create official channels on different social media. I 
jumped in to join the administrator team of the official Apache OpenOffice Fan 
page. Since then, the number of fans has increased a lot.</p>
 <p>At the beginning, the Facebook fan page was not really promising. We were 
happy if we got eight to twelve new fans per day. This is not a lot for a 
project that has 50 million downloads per year. But our group started growing 
more and more. Now we have 40 new fans every single day, and we have about two 
users per day who post on our pinboard.</p>
-<p align="center"><img alt="Statistic about the growing number of the Apache 
OpenOffice Facebook fanpage" 
src="https://blogs.apache.org/OOo/mediaresource/2c9f4d60-02de-447a-b417-a4e20adb943d"/>
 </p>
+<p align="center">
+<img alt="Statistic about the growing number of the Apache OpenOffice Facebook 
fanpage" src="../images/blog/facebook_fanpage_and_the_growing_statistics.png"/>
+</p>
 <p> But it's not the number of fans that makes the Apache OpenOffice Fanpage 
so special. It's the activity of our fans we like so much. You know, as 
community members we are often a bit separated from the users. I mean, we don't 
see them...it's not like a band who, playing a concert, see their fans from the 
stage. Of course, we have download numbers, and we can assume that our product 
is widely used out there. But for real feedback we have to go to our social 
media.</p>
 <p>We are surprised by the enthusiasm of the fan page community. Some of them 
are more then just fans. Sometimes we get really valuable feedback. And others 
have already asked how become a part of the community. For those who want more 
than just being a fan, I propose to join our <a 
href="http://openoffice.apache.org/mailing-lists.html#development-mailing-list-public";>dev
 mailing list</a>. And for the rest we like to say a "big thank you Apache 
OpenOffice Fans!"<br/></p>
 <h1 id="_1"> <a class="headerlink" href="#_1" title="Permalink">&para;</a></h1>
diff --git a/output/blog/features_for_graphicobjects_and_oleobjects.html 
b/output/blog/features_for_graphicobjects_and_oleobjects.html
index 4335653..3f8023a 100644
--- a/output/blog/features_for_graphicobjects_and_oleobjects.html
+++ b/output/blog/features_for_graphicobjects_and_oleobjects.html
@@ -156,7 +156,11 @@
 <p>GraphicObjects are used when you insert a picture (pixel and vector data) 
or convert something to it. They already supported the full attribute set, so 
line style, fill style, text and shadow are possible. Geometrically, they could 
be transformed widely, but could not be sheared. Because now the content of 
GraphicObjects is displayed using primitives (and these are fully 
transformable) it is possible to also use shear and thus now completely support 
all geometrical transformations use [...]
 <p>More interesting is that this is also true for OLEObjects, thus I added all 
these possibilities to OLEObjects of any kind, not only to our own internal 
OLEObjects (e.g. Chart, mathematical formula), but all possible external 
OLEObjects. These can now have line styles, fill styles, text and shadow and 
can be fully transformed. It is also possible to convert them to GraphicObjects 
which is the base for converting them to something else. Thus, you may now 
slant or distort OLEObjects, con [...]
   <p>Some examples:</p>
-<p><a 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74";></a><a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74";></a><a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74";></a><a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74";></a><a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74";><img
 alt="example.jpg"  [...]
+<p>
+<a href="../images/blog/features_for_graphicobjects_and_oleobjects_types.jpeg">
+<img alt="example.jpg" 
src="../images/blog/features_for_graphicobjects_and_oleobjects_types.jpeg"/>
+</a>
+</p>
 <p>(a) Math OLEObject rotated 90 degrees, blue filled and with border<br/>(b) 
Chart OLEObject with gradient fill, border and object text as caption<br/>(c) 
Same chart without fill, 90 degree rotation and shadow<br/>(d) Chart bend in 
2D, converted to GraphicObject (no longer an OLEObject)<br/>(e) Chart OLEObject 
converted to 3D (only for demonstration, not too nice to view...)<br/>(f) The 
math OLEObject, converted and bent, fill removed</p>
 <p>I hope you got an impression; I'm not the designer guy, so excuse the 
examples.</p>
 <p>Regards,<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Armin<br/></p>
diff --git a/output/feeds/all-en.atom.xml b/output/feeds/all-en.atom.xml
index 0790afa..b1f53cb 100644
--- a/output/feeds/all-en.atom.xml
+++ b/output/feeds/all-en.atom.xml
@@ -1518,7 +1518,9 @@ our &lt;a class="external-link" 
href="http://openoffice.apache.org/get-involved.
 &lt;p&gt;If you also have a passion for quality and attention to detail, then 
you might be interested in volunteering on our QA team.&amp;nbsp; You can read 
more about volunteering with the Apache OpenOffice project on our &lt;a 
href="http://openoffice.apache.org/get-involved.html"&gt;Get Involved&lt;/a&gt; 
page.&amp;nbsp;&lt;/p&gt;
 </content><category term="blog"></category></entry><entry><title>Facebook 
fanpage and the growing fanbase</title><link 
href="https://openoffice.apache.org/blog/facebook_fanpage_and_the_growing.html"; 
rel="alternate"></link><published>2013-07-05T03:19:58+00:00</published><updated>2013-07-05T03:19:58+00:00</updated><author><name></name></author><id>tag:openoffice.apache.org,2013-07-05:/blog/facebook_fanpage_and_the_growing.html</id><summary
 type="html">&lt;p&gt;A bit more then a year ago, w [...]
 &lt;p&gt;At the beginning, the Facebook fan page was not really promising. We 
were happy if we got eight to twelve new fans per day. This is not a lot for a 
project that has 50 million downloads per year. But our group started growing 
more and more. Now we have 40 new fans every single day, and we have about two 
users per day who post on our pinboard.&lt;/p&gt;
-&lt;p align="center"&gt;&lt;img alt="Statistic about the growing number of the 
Apache OpenOffice Facebook fanpage" 
src="https://blogs.apache.org/OOo/mediaresource/2c9f4d60-02de-447a-b417-a4e20adb943d"/&gt;
 &lt;/p&gt;
+&lt;p align="center"&gt;
+&lt;img alt="Statistic about the growing number of the Apache OpenOffice 
Facebook fanpage" 
src="../images/blog/facebook_fanpage_and_the_growing_statistics.png"/&gt;
+&lt;/p&gt;
 &lt;p&gt; But it's not the number of fans that makes the Apache OpenOffice 
Fanpage so special. It's the activity of our fans we like so much. You know, as 
community members we are often a bit separated from the users. I mean, we don't 
see them...it's not like a band who, playing a concert, see their fans from the 
stage. Of course, we have download numbers, and we can assume that our product 
is widely used out there. But for real feedback we have to go to our social 
media.&lt;/p&gt;
 &lt;p&gt;We are surprised by the enthusiasm of the fan page community. Some of 
them are more then just fans. Sometimes we get really valuable feedback. And 
others have already asked how become a part of the community. For those who 
want more than just being a fan, I propose to join our &lt;a 
href="http://openoffice.apache.org/mailing-lists.html#development-mailing-list-public"&gt;dev
 mailing list&lt;/a&gt;. And for the rest we like to say a "big thank you 
Apache OpenOffice Fans!"&lt;br/& [...]
 &lt;h1 id="_1"&gt; &lt;a class="headerlink" href="#_1" 
title="Permalink"&gt;&amp;para;&lt;/a&gt;&lt;/h1&gt;
@@ -3859,7 +3861,11 @@ On the behalf of the Forum 
Volunteers&lt;/i&gt;&lt;br/&gt; &lt;br/&gt;&lt;/p&gt;
 &lt;p&gt;GraphicObjects are used when you insert a picture (pixel and vector 
data) or convert something to it. They already supported the full attribute 
set, so line style, fill style, text and shadow are possible. Geometrically, 
they could be transformed widely, but could not be sheared. Because now the 
content of GraphicObjects is displayed using primitives (and these are fully 
transformable) it is possible to also use shear and thus now completely support 
all geometrical transformatio [...]
 &lt;p&gt;More interesting is that this is also true for OLEObjects, thus I 
added all these possibilities to OLEObjects of any kind, not only to our own 
internal OLEObjects (e.g. Chart, mathematical formula), but all possible 
external OLEObjects. These can now have line styles, fill styles, text and 
shadow and can be fully transformed. It is also possible to convert them to 
GraphicObjects which is the base for converting them to something else. Thus, 
you may now slant or distort OLEObject [...]
   &lt;p&gt;Some examples:&lt;/p&gt;
-&lt;p&gt;&lt;a 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74"&gt;&lt;/a&gt;&lt;a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74"&gt;&lt;/a&gt;&lt;a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74"&gt;&lt;/a&gt;&lt;a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74"&gt;&lt;/a&gt;&lt;a
 href="https://blogs.apache.org/OOo/mediaresource/0039 [...]
+&lt;p&gt;
+&lt;a 
href="../images/blog/features_for_graphicobjects_and_oleobjects_types.jpeg"&gt;
+&lt;img alt="example.jpg" 
src="../images/blog/features_for_graphicobjects_and_oleobjects_types.jpeg"/&gt;
+&lt;/a&gt;
+&lt;/p&gt;
 &lt;p&gt;(a) Math OLEObject rotated 90 degrees, blue filled and with 
border&lt;br/&gt;(b) Chart OLEObject with gradient fill, border and object text 
as caption&lt;br/&gt;(c) Same chart without fill, 90 degree rotation and 
shadow&lt;br/&gt;(d) Chart bend in 2D, converted to GraphicObject (no longer an 
OLEObject)&lt;br/&gt;(e) Chart OLEObject converted to 3D (only for 
demonstration, not too nice to view...)&lt;br/&gt;(f) The math OLEObject, 
converted and bent, fill removed&lt;/p&gt;
 &lt;p&gt;I hope you got an impression; I'm not the designer guy, so excuse the 
examples.&lt;/p&gt;
 &lt;p&gt;Regards,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
Armin&lt;br/&gt;&lt;/p&gt;
diff --git a/output/feeds/blog.atom.xml b/output/feeds/blog.atom.xml
index 9aca298..ab95c28 100644
--- a/output/feeds/blog.atom.xml
+++ b/output/feeds/blog.atom.xml
@@ -1518,7 +1518,9 @@ our &lt;a class="external-link" 
href="http://openoffice.apache.org/get-involved.
 &lt;p&gt;If you also have a passion for quality and attention to detail, then 
you might be interested in volunteering on our QA team.&amp;nbsp; You can read 
more about volunteering with the Apache OpenOffice project on our &lt;a 
href="http://openoffice.apache.org/get-involved.html"&gt;Get Involved&lt;/a&gt; 
page.&amp;nbsp;&lt;/p&gt;
 </content><category term="blog"></category></entry><entry><title>Facebook 
fanpage and the growing fanbase</title><link 
href="https://openoffice.apache.org/blog/facebook_fanpage_and_the_growing.html"; 
rel="alternate"></link><published>2013-07-05T03:19:58+00:00</published><updated>2013-07-05T03:19:58+00:00</updated><author><name></name></author><id>tag:openoffice.apache.org,2013-07-05:/blog/facebook_fanpage_and_the_growing.html</id><summary
 type="html">&lt;p&gt;A bit more then a year ago, w [...]
 &lt;p&gt;At the beginning, the Facebook fan page was not really promising. We 
were happy if we got eight to twelve new fans per day. This is not a lot for a 
project that has 50 million downloads per year. But our group started growing 
more and more. Now we have 40 new fans every single day, and we have about two 
users per day who post on our pinboard.&lt;/p&gt;
-&lt;p align="center"&gt;&lt;img alt="Statistic about the growing number of the 
Apache OpenOffice Facebook fanpage" 
src="https://blogs.apache.org/OOo/mediaresource/2c9f4d60-02de-447a-b417-a4e20adb943d"/&gt;
 &lt;/p&gt;
+&lt;p align="center"&gt;
+&lt;img alt="Statistic about the growing number of the Apache OpenOffice 
Facebook fanpage" 
src="../images/blog/facebook_fanpage_and_the_growing_statistics.png"/&gt;
+&lt;/p&gt;
 &lt;p&gt; But it's not the number of fans that makes the Apache OpenOffice 
Fanpage so special. It's the activity of our fans we like so much. You know, as 
community members we are often a bit separated from the users. I mean, we don't 
see them...it's not like a band who, playing a concert, see their fans from the 
stage. Of course, we have download numbers, and we can assume that our product 
is widely used out there. But for real feedback we have to go to our social 
media.&lt;/p&gt;
 &lt;p&gt;We are surprised by the enthusiasm of the fan page community. Some of 
them are more then just fans. Sometimes we get really valuable feedback. And 
others have already asked how become a part of the community. For those who 
want more than just being a fan, I propose to join our &lt;a 
href="http://openoffice.apache.org/mailing-lists.html#development-mailing-list-public"&gt;dev
 mailing list&lt;/a&gt;. And for the rest we like to say a "big thank you 
Apache OpenOffice Fans!"&lt;br/& [...]
 &lt;h1 id="_1"&gt; &lt;a class="headerlink" href="#_1" 
title="Permalink"&gt;&amp;para;&lt;/a&gt;&lt;/h1&gt;
@@ -3859,7 +3861,11 @@ On the behalf of the Forum 
Volunteers&lt;/i&gt;&lt;br/&gt; &lt;br/&gt;&lt;/p&gt;
 &lt;p&gt;GraphicObjects are used when you insert a picture (pixel and vector 
data) or convert something to it. They already supported the full attribute 
set, so line style, fill style, text and shadow are possible. Geometrically, 
they could be transformed widely, but could not be sheared. Because now the 
content of GraphicObjects is displayed using primitives (and these are fully 
transformable) it is possible to also use shear and thus now completely support 
all geometrical transformatio [...]
 &lt;p&gt;More interesting is that this is also true for OLEObjects, thus I 
added all these possibilities to OLEObjects of any kind, not only to our own 
internal OLEObjects (e.g. Chart, mathematical formula), but all possible 
external OLEObjects. These can now have line styles, fill styles, text and 
shadow and can be fully transformed. It is also possible to convert them to 
GraphicObjects which is the base for converting them to something else. Thus, 
you may now slant or distort OLEObject [...]
   &lt;p&gt;Some examples:&lt;/p&gt;
-&lt;p&gt;&lt;a 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74"&gt;&lt;/a&gt;&lt;a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74"&gt;&lt;/a&gt;&lt;a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74"&gt;&lt;/a&gt;&lt;a
 
href="https://blogs.apache.org/OOo/mediaresource/00399dde-a61f-4ad7-a9af-b9b8aa24fe74"&gt;&lt;/a&gt;&lt;a
 href="https://blogs.apache.org/OOo/mediaresource/0039 [...]
+&lt;p&gt;
+&lt;a 
href="../images/blog/features_for_graphicobjects_and_oleobjects_types.jpeg"&gt;
+&lt;img alt="example.jpg" 
src="../images/blog/features_for_graphicobjects_and_oleobjects_types.jpeg"/&gt;
+&lt;/a&gt;
+&lt;/p&gt;
 &lt;p&gt;(a) Math OLEObject rotated 90 degrees, blue filled and with 
border&lt;br/&gt;(b) Chart OLEObject with gradient fill, border and object text 
as caption&lt;br/&gt;(c) Same chart without fill, 90 degree rotation and 
shadow&lt;br/&gt;(d) Chart bend in 2D, converted to GraphicObject (no longer an 
OLEObject)&lt;br/&gt;(e) Chart OLEObject converted to 3D (only for 
demonstration, not too nice to view...)&lt;br/&gt;(f) The math OLEObject, 
converted and bent, fill removed&lt;/p&gt;
 &lt;p&gt;I hope you got an impression; I'm not the designer guy, so excuse the 
examples.&lt;/p&gt;
 &lt;p&gt;Regards,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
Armin&lt;br/&gt;&lt;/p&gt;
diff --git a/output/images/blog/facebook_fanpage_and_the_growing_statistics.png 
b/output/images/blog/facebook_fanpage_and_the_growing_statistics.png
new file mode 100644
index 0000000..538e941
Binary files /dev/null and 
b/output/images/blog/facebook_fanpage_and_the_growing_statistics.png differ
diff --git 
a/output/images/blog/features_for_graphicobjects_and_oleobjects_types.jpeg 
b/output/images/blog/features_for_graphicobjects_and_oleobjects_types.jpeg
new file mode 100644
index 0000000..019e0a7
Binary files /dev/null and 
b/output/images/blog/features_for_graphicobjects_and_oleobjects_types.jpeg 
differ

Reply via email to