From 0a0f2d7730f4ade50a81c0d7aa757c5a8a8a800e Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 13 Apr 2021 19:22:03 +0200 Subject: [PATCH] Some improvements in README file --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b323ea64..12f35222 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# LdapSaisie +[![LdapSaisie](src/images/default/logo.png)](https://ldapsaisie.org) LdapSaisie is a Web application developed to manage LDAP directory. It has been written in PHP / JavaScript and is published under the GNU GPL license. This application is designed to abstract the complexity of the directory through a simple and intuitive administration interface. It was designed with the objective of maximal modularity and easy extension or adaptation: you can use modules, extensions and plugins. LdapSaisie allows any system administrator to manage data stored inside a LDAP server, and thus administrate its information system in a simple manner. It's also possible to let users access their own data, with read-only or read-write access. +__[Project website](https://ldapsaisie.org)__ | __[Documentation](https://ldapsaisie.org/doc/full)__ | __[Demonstration](https://ldapsaisie.org/demo)__ + ## Key features * Management of one or several directories; @@ -30,7 +32,7 @@ http://ldapsaisie.org/demo This demonstration interface is connected to a sample LDAP directory such that the schema and the imported LDIF file are provided with the sources of the application (in the `lsexample` directory). -Several demonstration accounts exist and have more or less extensive rights. These different accounts are presented on the login page. +Several demonstration accounts exist and have more or less extensive rights. These different accounts are presented on the login page. ## Installation @@ -58,7 +60,9 @@ apt-get install ldapsaisie ldapsaisie-archive-keyring The Git repos can be cloned anonymously with the command : +``` git clone https://gitlab.easter-eggs.com/ee/ldapsaisie.git +``` #### Snapshot