From a10aa8bfa057bed239080486519604df44c8256e Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Mon, 13 Nov 2017 19:39:26 +0000
Subject: [PATCH] Update README.md

---
 README.md |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index df6cd9b..6573d9a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,16 @@
 # OpenDJ Server
 [![Build Status](https://travis-ci.org/OpenIdentityPlatform/OpenDJ.svg)](https://travis-ci.org/OpenIdentityPlatform/OpenDJ)
 
-## How-to build
+OpenDJ is an [LDAPv3](http://tools.ietf.org/html/rfc4510) compliant directory service, which has been developed 
+for the Java platform, providing a high performance, highly available, and secure store for the identities managed 
+by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ
+the simplest, fastest directory to deploy and manage.
 
+## License
+This project is licensed under the Common Development and Distribution License (CDDL). The following text applies to 
+both this file, and should also be included in all files in the project:
+
+## How-to build
 ```bash
 git clone --recursive  https://github.com/OpenIdentityPlatform/OpenDJ.git
 mvn clean install -f forgerock-parent
@@ -11,7 +19,6 @@
 BIN: OpenDJ/opendj-server-legacy/target/package/opendj-4.0.0-SNAPSHOT.zip
 
 ## How-to run after build
-
 ```bash
 cd OpenDJ/opendj-server-legacy/target/package/opendj
 ./setup
@@ -19,14 +26,14 @@
 bin/stop-ds
 ```
 
-## About
+## Support and Mailing List Information
+* Community Mailing List: open-identity-platform-opendj@googlegroups.com
+* Community Archive: https://groups.google.com/d/forum/open-identity-platform-opendj
+* Commercial support RFP: support@openam.org.ru (English, Russian)
 
-OpenDJ is an [LDAPv3](http://tools.ietf.org/html/rfc4510) compliant directory service, which has been developed 
-for the Java platform, providing a high performance, highly available, and secure store for the identities managed 
-by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ
-the simplest, fastest directory to deploy and manage.
+## Contributing
+Please, make [Pull request](https://github.com/OpenIdentityPlatform/OpenDJ/pulls)
 
-## License
-
-This project is licensed under the Common Development and Distribution License (CDDL). The following text applies to 
-both this file, and should also be included in all files in the project:
+## Thanks
+* Sun OpenDS
+* Forgrock OpenDJ

--
Gitblit v1.10.0