You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/05/16 14:49:37 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1864] documentation is added

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

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 9464e7f  [OPENMEETINGS-1864] documentation is added
9464e7f is described below

commit 9464e7f1a755250a471ed8da6792905b16ca257a
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed May 16 21:49:27 2018 +0700

    [OPENMEETINGS-1864] documentation is added
---
 openmeetings-server/src/site/site.xml              |  1 +
 .../src/site/xdoc/PrivacyStatement.xml             | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/openmeetings-server/src/site/site.xml b/openmeetings-server/src/site/site.xml
index eca21d1..6dc7adc 100644
--- a/openmeetings-server/src/site/site.xml
+++ b/openmeetings-server/src/site/site.xml
@@ -97,6 +97,7 @@
 				<item name="Custom room type" href="/CustomRoomTypeHowTo.html" />
 				<item name="Custom crypt mechanism" href="/CustomCryptMechanism.html" />
 				<item name="General Configuration" href="/GeneralConfiguration.html" />
+				<item name="Privacy Statement" href="/PrivacyStatement.html" />
 			</item>
 			<item name="Security" href="#security">
 				<item name="Restricted Access" href="/RestrictedAccess.html" />
diff --git a/openmeetings-server/src/site/xdoc/PrivacyStatement.xml b/openmeetings-server/src/site/xdoc/PrivacyStatement.xml
new file mode 100644
index 0000000..ad91620
--- /dev/null
+++ b/openmeetings-server/src/site/xdoc/PrivacyStatement.xml
@@ -0,0 +1,50 @@
+<?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>Privacy Statement</title>
+		<author email="dev@openmeetings.apache.org">Apache OpenMeetings Team</author>
+	</properties>
+	<body>
+		<section name="Customizing Privacy Statement">
+			<div>
+				To modify privacy statement do the following:
+				<ul>
+					<li>Open <pp>webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/pages/PrivacyPage.html</pp></li>
+					<li>Perform necessary changes</li>
+					<li>restart OM</li>
+				</ul>
+			</div>
+		</section>
+		<section name="Translating Privacy Statement">
+			<div>
+				To create privacy statement in your language do the following:
+				<ul>
+					<li>
+						Create new file <pp>webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/pages/PrivacyPage_<b>LANG_CODE</b>.html</pp> <br/>
+						<pp>LANG_CODE</pp> should be in format [language code]_[country ISO code], <pp>_[country ISO code]</pp> block is optional<br/>
+						for ex. <pp>de</pp> can be suffix for German, file name will be <pp>webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/pages/PrivacyPage_de.html</pp><br/>
+						<pp>pt</pp> can be suffix for Portuguese, file name will be <pp>webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/pages/PrivacyPage_pt.html</pp><br/>
+						<pp>pt_BR</pp> can be suffix for Brazilian version of Portuguese, file name will be <pp>webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/pages/PrivacyPage_pt_BR.html</pp><br/>
+					</li>
+					<li>Perform translation</li>
+					<li>restart OM</li>
+				</ul>
+			</div>
+		</section>
+	</body>
+</document>

-- 
To stop receiving notification emails like this one, please contact
solomax@apache.org.