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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8642c23  [OPENMEETINGS-1864] documentation is added
8642c23 is described below

commit 8642c234dc2f3912870cf4c1bc9fa56c55155db1
Author: Maxim Solodovnik <[email protected]>
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="[email protected]">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
[email protected].

Reply via email to