no jira: OurUsers page is added
Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/0d93bd27 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/0d93bd27 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/0d93bd27 Branch: refs/heads/3.2.x Commit: 0d93bd273bc5d67b50d419a2fa6db48851244c98 Parents: 1f06a14 Author: Maxim Solodovnik <[email protected]> Authored: Wed Mar 29 09:12:52 2017 +0000 Committer: Maxim Solodovnik <[email protected]> Committed: Wed Mar 29 09:12:52 2017 +0000 ---------------------------------------------------------------------- openmeetings-server/src/site/site.xml | 1 + openmeetings-server/src/site/xdoc/OurUsers.xml | 61 +++++++++++++++++++++ 2 files changed, 62 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/0d93bd27/openmeetings-server/src/site/site.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/site.xml b/openmeetings-server/src/site/site.xml index ece786c..d36a3ab 100644 --- a/openmeetings-server/src/site/site.xml +++ b/openmeetings-server/src/site/site.xml @@ -35,6 +35,7 @@ <menu name="Community"> <item name="Get Involved" href="/get-involved.html" /> <item name="Committers" href="/team-list.html" /> + <item name="Our Users" href="/OurUsers.html" /> <item name="Mailing Lists" href="/mail-lists.html" /> <item name="Wiki" href="http://cwiki.apache.org/confluence/display/OPENMEETINGS/" /> </menu> http://git-wip-us.apache.org/repos/asf/openmeetings/blob/0d93bd27/openmeetings-server/src/site/xdoc/OurUsers.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/xdoc/OurUsers.xml b/openmeetings-server/src/site/xdoc/OurUsers.xml new file mode 100644 index 0000000..222e95e --- /dev/null +++ b/openmeetings-server/src/site/xdoc/OurUsers.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> +<document xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + + <properties> + <title>Our Users</title> + <author email="[email protected]">Apache OpenMeetings Team</author> + </properties> + + <body> + <section name="List companies/institutions using OpenMeetings"> + <p></p> + <table> + <tr> + <th> company/institution </th> + <th> city </th> + <th> country </th> + <th> type </th> + </tr> + <tr> + <td> Schulnetz Koblenz </td> + <td> Koblenz </td> + <td> Germany </td> + <td> edu </td> + </tr> + <tr> + <td> Pädgogisches Landesinstitut RLP </td> + <td> Speyer </td> + <td> Germany </td> + <td> edu </td> + </tr> + <tr> + <td> VCRP - Virtueller Campus Rheinland Pfalz </td> + <td> Kaiserslautern </td> + <td> Germany </td> + <td> edu </td> + </tr> + <tr> + <td> Beuth Hochschule für Technik </td> + <td> Berlin </td> + <td> Germany </td> + <td> edu </td> + </tr> + </table> + </section> + </body> +</document>
