This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch site/reflow-2.3.5
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/site/reflow-2.3.5 by this push:
new 3d1e9401b [OPENMEETINGS-2800] Site descriptors are updated to
m-site-p:M16; Another attempt to fix carousel
3d1e9401b is described below
commit 3d1e9401b1e96de55e8f39e3ed4b3d6d91565443
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Nov 11 18:43:34 2025 +0700
[OPENMEETINGS-2800] Site descriptors are updated to m-site-p:M16; Another
attempt to fix carousel
---
openmeetings-core/src/site/site.xml | 6 +-
openmeetings-db/src/site/site.xml | 6 +-
openmeetings-install/src/site/site.xml | 6 +-
openmeetings-screenshare/src/site/site.xml | 6 +-
openmeetings-server/src/site/markdown/index.md | 102 +++++++++++++-----------
openmeetings-server/src/site/markdown/index1.md | 48 -----------
openmeetings-server/src/site/markdown/index2.md | 48 -----------
openmeetings-server/src/site/markdown/index3.md | 34 --------
openmeetings-server/src/site/site.xml | 10 +--
openmeetings-service/src/site/site.xml | 6 +-
openmeetings-util/src/site/site.xml | 6 +-
openmeetings-web/src/site/site.xml | 6 +-
openmeetings-webservice/src/site/site.xml | 6 +-
pom.xml | 5 +-
src/site/site.xml | 20 ++---
15 files changed, 95 insertions(+), 220 deletions(-)
diff --git a/openmeetings-core/src/site/site.xml
b/openmeetings-core/src/site/site.xml
index 8f2676ccb..4c7027fc8 100644
--- a/openmeetings-core/src/site/site.xml
+++ b/openmeetings-core/src/site/site.xml
@@ -12,9 +12,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
<body>
<menu ref="parent"/>
@@ -37,4 +37,4 @@
</bottomNav>
</reflowSkin>
</custom>
-</project>
+</site>
diff --git a/openmeetings-db/src/site/site.xml
b/openmeetings-db/src/site/site.xml
index 8f2676ccb..4c7027fc8 100644
--- a/openmeetings-db/src/site/site.xml
+++ b/openmeetings-db/src/site/site.xml
@@ -12,9 +12,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
<body>
<menu ref="parent"/>
@@ -37,4 +37,4 @@
</bottomNav>
</reflowSkin>
</custom>
-</project>
+</site>
diff --git a/openmeetings-install/src/site/site.xml
b/openmeetings-install/src/site/site.xml
index 9305f6c42..ba5d6014a 100644
--- a/openmeetings-install/src/site/site.xml
+++ b/openmeetings-install/src/site/site.xml
@@ -12,9 +12,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
<body>
<menu ref="parent"/>
@@ -36,4 +36,4 @@
</bottomNav>
</reflowSkin>
</custom>
-</project>
+</site>
diff --git a/openmeetings-screenshare/src/site/site.xml
b/openmeetings-screenshare/src/site/site.xml
index 9305f6c42..ba5d6014a 100644
--- a/openmeetings-screenshare/src/site/site.xml
+++ b/openmeetings-screenshare/src/site/site.xml
@@ -12,9 +12,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
<body>
<menu ref="parent"/>
@@ -36,4 +36,4 @@
</bottomNav>
</reflowSkin>
</custom>
-</project>
+</site>
diff --git a/openmeetings-server/src/site/markdown/index.md
b/openmeetings-server/src/site/markdown/index.md
index 656016efa..b85389f11 100644
--- a/openmeetings-server/src/site/markdown/index.md
+++ b/openmeetings-server/src/site/markdown/index.md
@@ -4,17 +4,63 @@ Licensed under the Apache License, Version 2.0 (the
"License") http://www.apache
{{% carousel id="carousel" withControls="true" withIndicators="true"
crossfade="true" %}}
-# Audio/Video Conferencing
-<img src="images/screenshots/screenshot_OM6-2.jpg" class="d-block w-100"
alt="Conference Room"/>
-
-HTML5 Audio/Video conferencing with OpenMeetings in web and mobile.
-
-# Calendar
-<img src="images/screenshots/calendar-screenshot.png" class="d-block w-100"
alt="Calendar"/>
-
-You can create meetings with the integrated calendar, conference rooms and
invitations are
-automatically send to everybody
-
+<!--
+<slide>
+ <slide-image src="images/screenshots/screenshot_OM6-2.jpg"
class="d-block w-100" alt="Conference Room"/>
+ <slide-caption class="d-none d-md-block" >
+ <h5>Audio/Video Conferencing</h5>
+ <p>HTML5 Audio/Video conferencing with OpenMeetings in web and
mobile.</p>
+ </slide-caption>
+</slide>
+<slide>
+ <slide-image src="images/screenshots/calendar-screenshot.png"
class="d-block w-100" alt="Calendar"/>
+ <slide-caption class="d-none d-md-block" >
+ <h5>Calendar</h5>
+ <p>You can create meetings with the integrated calendar,
conference rooms and invitations are
+ automatically send to everybody</p>
+ </slide-caption>
+</slide>
+<slide>
+ <slide-image src="images/screenshots/file-explorer.png" class="d-block
w-100" alt="File Explorer"/>
+ <slide-caption class="d-none d-md-block" >
+ <h5>File Explorer</h5>
+ <p>Each room has its own File-Explorer. Each user has his own
private drive and additionally there
+ is a public drive to share files with other
participants</p>
+ </slide-caption>
+</slide>
+<slide>
+ <slide-image src="images/screenshots/integration-api.png"
class="d-block w-100" alt="Integration API"/>
+ <slide-caption class="d-none d-md-block" >
+ <h5>Integration API</h5>
+ <p>There is a REST (and SOAP) API to integrate into your
website or intranet, as well
+ as LDAP/ADS connectors and VoIP/Asterisk
integration modules</p>
+ </slide-caption>
+</slide>
+<slide>
+ <slide-image src="images/screenshots/private-messages.png"
class="d-block w-100" alt="Private messages and contacts"/>
+ <slide-caption class="d-none d-md-block" >
+ <h5>Private messages and contacts</h5>
+ <p>From the private message center you can send invitations by
email
+ and attach meeting invitations to every
email</p>
+ </slide-caption>
+</slide>
+<slide>
+ <slide-image src="images/screenshots/private-messages.png"
class="d-block w-100" alt="Administration"/>
+ <slide-caption class="d-none d-md-block" >
+ <h5>Administration and Configuration</h5>
+ <p>You can do screen sharing as well as recording of whole
sessions including audio/video.
+ Recordings can be downloaded as MP4 or watched
online in the integrated player.</p>
+ </slide-caption>
+</slide>
+<slide>
+ <slide-image src="images/screenshots/recordings-playback.png"
class="d-block w-100" alt="Share and Record"/>
+ <slide-caption class="d-none d-md-block" >
+ <h5>Screen sharing and Recording</h5>
+ <p>>You can do screen sharing as well as recording of whole
sessions including audio/video.
+ Recordings can be downloaded as MP4 or watched
online in the integrated player.</p>
+ </slide-caption>
+</slide>
+-->
{{% /carousel %}}
@@ -34,40 +80,6 @@ website at <a href="http://code.google.com/p/openmeetings/"
target="_blank">Goog
will receive no updates anymore. The website at Apache is the only place that
receives updates.
<!--
- <section name="Audio/Video Conferencing">
- <img src="images/screenshots/screenshot_OM6-2.jpg"
alt="Conference Room" />
- <p>HTML5 Audio/Video conferencing with OpenMeetings in
web and mobile.</p>
- </section>
- <section name="Calendar">
- <img src="images/screenshots/calendar-screenshot.png"
alt="Calendar" />
- <p>You can create meetings with the integrated
calendar, conference rooms and invitations are
- automatically send to everybody</p>
- </section>
- <section name="File Explorer">
- <img src="images/screenshots/file-explorer.png"
alt="File Explorer" />
- <p>Each room has its own File-Explorer. Each user has
his own private drive and additionally there
- is a public drive to share files with
other participants</p>
- </section>
- <section name="Integration API">
- <img src="images/screenshots/integration-api.png"
alt="Integration API" />
- <p>There is a REST (and SOAP) API to integrate into
your website or intranet, as well
- as LDAP/ADS connectors and
VoIP/Asterisk integration modules</p>
- </section>
- <section name="Private messages and contacts">
- <img src="images/screenshots/private-messages.png"
alt="Private messages" />
- <p>From the private message center you can send
invitations by email
- and attach meeting invitations to every
email</p>
- </section>
- <section name="Administration and Configuration">
- <img
src="images/screenshots/administration-configuration.png" alt="Administration"
/>
- <p>You can configure users, rooms, usergroups, config
settings or
- edit labels with a Web-Frontend
integrated in the application</p>
- </section>
- <section name="Screen sharing and Recording">
- <img src="images/screenshots/recordings-playback.png"
alt="Share and Record" />
- <p>You can do screen sharing as well as recording of
whole sessions including audio/video.
- Recordings can be downloaded as MP4 or
watched online in the integrated player.</p>
- </section>
<hr/>
<section name="Apache OpenMeetings - Features and overview">
<p>Openmeetings provides video conferencing, instant
messaging,
diff --git a/openmeetings-server/src/site/markdown/index1.md
b/openmeetings-server/src/site/markdown/index1.md
deleted file mode 100644
index f6e6f7ad2..000000000
--- a/openmeetings-server/src/site/markdown/index1.md
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-Licensed under the Apache License, Version 2.0 (the "License")
http://www.apache.org/licenses/LICENSE-2.0
--->
-
-{{% carousel id="carousel" withControls="true" withIndicators="true"
crossfade="true" %}}
-
-<!--
- <slide>
- <slide-image src="images/screenshots/screenshot_OM6-2.jpg"
class="d-block w-100" />
- <slide-caption class="d-none d-md-block" >
- <h5>Audio/Video Conferencing</h5>
- <p>HTML5 Audio/Video conferencing with OpenMeetings in
web and mobile.</p>
- </slide-caption>
- </slide>
- <slide>
- <slide-image src="images/screenshots/calendar-screenshot.png"
class="d-block w-100" />
- <slide-caption class="d-none d-md-block" >
- <h5>Calendar</h5>
- <p>You can create meetings with the integrated
calendar, conference rooms and invitations are
- automatically send to everybody</p>
- </slide-caption>
- </slide>
- <slide>
- <slide-image src="images/screenshots/file-explorer.png"
class="d-block w-100" />
- <slide-caption class="d-none d-md-block" >
- <h5>File Explorer</h5>
- <p>Each room has its own File-Explorer. Each user has
his own private drive and additionally there
- is a public drive to share files with
other participants</p>
- </slide-caption>
- </slide>
--->
-
-{{% /carousel %}}
-
----
-
-<br/>
-
-# Apache OpenMeetings - Features and overview
-
-Openmeetings provides video conferencing, instant messaging,
-white board, collaborative document editing and other groupware
-tools. It uses API functions of Media Server for Remoting
-and Streaming Kurento.
-
-OpenMeetings is a project of The Apache Software Foundation, the old project
-website at <a href="http://code.google.com/p/openmeetings/"
target="_blank">GoogleCode</a>
-will receive no updates anymore. The website at Apache is the only place that
receives updates.
diff --git a/openmeetings-server/src/site/markdown/index2.md
b/openmeetings-server/src/site/markdown/index2.md
deleted file mode 100644
index a471bebf7..000000000
--- a/openmeetings-server/src/site/markdown/index2.md
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-Licensed under the Apache License, Version 2.0 (the "License")
http://www.apache.org/licenses/LICENSE-2.0
--->
-
-{{% carousel id="carousel" withControls="true" withIndicators="true"
crossfade="true" %}}
-
-<!--
- <slide>
- <slide-image src="images/screenshots/screenshot_OM6-2.jpg" class="d-block
w-100" />
- <slide-caption class="d-none d-md-block" >
- <h5>Audio/Video Conferencing</h5>
- <p>HTML5 Audio/Video conferencing with OpenMeetings in web and
mobile.</p>
- </slide-caption>
- </slide>
- <slide>
- <slide-image src="images/screenshots/calendar-screenshot.png"
class="d-block w-100" />
- <slide-caption class="d-none d-md-block" >
- <h5>Calendar</h5>
- <p>You can create meetings with the integrated calendar, conference
rooms and invitations are
- automatically send to everybody</p>
- </slide-caption>
- </slide>
- <slide>
- <slide-image src="images/screenshots/file-explorer.png" class="d-block
w-100" />
- <slide-caption class="d-none d-md-block" >
- <h5>File Explorer</h5>
- <p>Each room has its own File-Explorer. Each user has his own private
drive and additionally there
- is a public drive to share files with other participants</p>
- </slide-caption>
- </slide>
--->
-
-{{% /carousel %}}
-
----
-
-<br/>
-
-# Apache OpenMeetings - Features and overview
-
-Openmeetings provides video conferencing, instant messaging,
-white board, collaborative document editing and other groupware
-tools. It uses API functions of Media Server for Remoting
-and Streaming Kurento.
-
-OpenMeetings is a project of The Apache Software Foundation, the old project
-website at <a href="http://code.google.com/p/openmeetings/"
target="_blank">GoogleCode</a>
-will receive no updates anymore. The website at Apache is the only place that
receives updates.
diff --git a/openmeetings-server/src/site/markdown/index3.md
b/openmeetings-server/src/site/markdown/index3.md
deleted file mode 100644
index 0117449e7..000000000
--- a/openmeetings-server/src/site/markdown/index3.md
+++ /dev/null
@@ -1,34 +0,0 @@
-<!--
-Licensed under the Apache License, Version 2.0 (the "License")
http://www.apache.org/licenses/LICENSE-2.0
--->
-
-{{% carousel id="carousel" withControls="true" withIndicators="true"
crossfade="true" %}}
-
-## Audio/Video Conferencing
-<img src="images/screenshots/screenshot_OM6-2.jpg" class="d-block w-100"
alt="Conference Room"/>
-
-HTML5 Audio/Video conferencing with OpenMeetings in web and mobile.
-
-## Calendar
-<img src="images/screenshots/calendar-screenshot.png" class="d-block w-100"
alt="Calendar"/>
-
-You can create meetings with the integrated calendar, conference rooms and
invitations are
-automatically send to everybody
-
-
-{{% /carousel %}}
-
----
-
-<br/>
-
-# Apache OpenMeetings - Features and overview
-
-Openmeetings provides video conferencing, instant messaging,
-white board, collaborative document editing and other groupware
-tools. It uses API functions of Media Server for Remoting
-and Streaming Kurento.
-
-OpenMeetings is a project of The Apache Software Foundation, the old project
-website at <a href="http://code.google.com/p/openmeetings/"
target="_blank">GoogleCode</a>
-will receive no updates anymore. The website at Apache is the only place that
receives updates.
diff --git a/openmeetings-server/src/site/site.xml
b/openmeetings-server/src/site/site.xml
index f7ff1f4e0..f1e7219d5 100644
--- a/openmeetings-server/src/site/site.xml
+++ b/openmeetings-server/src/site/site.xml
@@ -12,15 +12,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.6.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0
http://maven.apache.org/xsd/decoration-1.6.0.xsd"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
<body>
<menu name="General">
<item name="Home" href="/index.html"/>
- <item name="Home 1" href="/index1.html"/>
- <item name="Home 2" href="/index2.html"/>
- <item name="Home 3" href="/index3.html"/>
<item name="License"
href="https://www.apache.org/licenses/"/>
<item name="ASF" href="https://www.apache.org/"/>
<item name="Sponsorship"
href="https://www.apache.org/foundation/sponsorship" />
@@ -148,4 +146,4 @@
</endContent>
</reflowSkin>
</custom>
-</project>
+</site>
diff --git a/openmeetings-service/src/site/site.xml
b/openmeetings-service/src/site/site.xml
index 8f2676ccb..4c7027fc8 100644
--- a/openmeetings-service/src/site/site.xml
+++ b/openmeetings-service/src/site/site.xml
@@ -12,9 +12,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
<body>
<menu ref="parent"/>
@@ -37,4 +37,4 @@
</bottomNav>
</reflowSkin>
</custom>
-</project>
+</site>
diff --git a/openmeetings-util/src/site/site.xml
b/openmeetings-util/src/site/site.xml
index 8f2676ccb..4c7027fc8 100644
--- a/openmeetings-util/src/site/site.xml
+++ b/openmeetings-util/src/site/site.xml
@@ -12,9 +12,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
<body>
<menu ref="parent"/>
@@ -37,4 +37,4 @@
</bottomNav>
</reflowSkin>
</custom>
-</project>
+</site>
diff --git a/openmeetings-web/src/site/site.xml
b/openmeetings-web/src/site/site.xml
index 9305f6c42..ba5d6014a 100644
--- a/openmeetings-web/src/site/site.xml
+++ b/openmeetings-web/src/site/site.xml
@@ -12,9 +12,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
<body>
<menu ref="parent"/>
@@ -36,4 +36,4 @@
</bottomNav>
</reflowSkin>
</custom>
-</project>
+</site>
diff --git a/openmeetings-webservice/src/site/site.xml
b/openmeetings-webservice/src/site/site.xml
index 8f2676ccb..4c7027fc8 100644
--- a/openmeetings-webservice/src/site/site.xml
+++ b/openmeetings-webservice/src/site/site.xml
@@ -12,9 +12,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
<body>
<menu ref="parent"/>
@@ -37,4 +37,4 @@
</bottomNav>
</reflowSkin>
</custom>
-</project>
+</site>
diff --git a/pom.xml b/pom.xml
index 5192ce9ff..c936685fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<exec-maven-plugin.version>3.6.2</exec-maven-plugin.version>
<minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>
<license-maven-plugin.version>2.7.0</license-maven-plugin.version>
- <reflow-maven-skin.version>2.3.5</reflow-maven-skin.version>
+
<reflow-maven-skin.version>2.4.0-beta3</reflow-maven-skin.version>
<reflow-theme>cerulean</reflow-theme>
<replacer.version>1.5.3</replacer.version>
<xml-maven-plugin.version>1.2.0</xml-maven-plugin.version>
@@ -1745,7 +1745,8 @@
</execution>
</executions>
<configuration>
- <skip>${om.quick.build}</skip>
+
<!--skip>${om.quick.build}</skip-->
+ <skip>true</skip>
</configuration>
</plugin>
</plugins>
diff --git a/src/site/site.xml b/src/site/site.xml
index e76da57f7..7fe052520 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -12,21 +12,15 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
http://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache OpenMeetings Project">
- <bannerLeft>
- <title>Apache OpenMeetings</title>
- <alt>Apache OpenMeetings</alt>
- <src>https://openmeetings.apache.org/images/logo.svg</src>
- <href>https://openmeetings.apache.org/index.html</href>
+ <bannerLeft name="Apache OpenMeetings"
href="https://openmeetings.apache.org/index.html">
+ <image src="#" style="logo-class"/>
</bannerLeft>
- <bannerRight>
- <title>Apache</title>
- <alt>Apache</alt>
- <src>https://www.apache.org/img/asf_logo.png</src>
- <href>https://www.apache.org</href>
+ <bannerRight name="Apache" href="https://www.apache.org">
+ <image src="https://www.apache.org/img/asf_logo.png"/>
</bannerRight>
<skin>
@@ -90,4 +84,4 @@
</endContent>
</reflowSkin>
</custom>
-</project>
+</site>