From 9da49f3d4415de319110d7267a18c14c381ad7ab Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 2 May 2025 23:17:29 +1000 Subject: [PATCH] Update home page --- resources/views/home.blade.php | 45 +++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 5993fd50..a64b3554 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -23,18 +23,51 @@
-

Welcome to phpLDAPadmin

-

{{ config('app.version') }}

-

phpLDAPadmin (or PLA for short) is an LDAP data management tool for administrators.

-

PLA aims to adhere to the LDAP standards so that it can interact with any LDAP server that implements those standards.

+

Welcome to phpLDAPadmin

+

phpLDAPadmin (or PLA for short) is an LDAP (Lightweight Directory Access Protocol) data management tool for administrators.

+

PLA provides an easy-to-use interface for browsing, searching, and modifying data in an LDAP directory. Essentially, it's a user-friendly alternative to using command-line tools for LDAP management.


-

Version 2 is a complete re-write of PLA, leveraging the advancements and modernisation of web tools and methods, libraries since version 1 was released.

-

You can support this application by letting us know which LDAP server you use (including version and platform).

+
+
+ +
+
+ + + + + + + +
+ +
+
Key Features and Functionality
+
    +
  • + Easy To Use Web Interface +
  • +
  • + Hierarchical Tree View +
  • +
  • + Multi-language Support +
  • +
  • + LDIF Import/Export +
  • +
  • + Build on RFC Standards +
  • +
  • + Open Source +
  • +