From be69e22867a48fa4c14661554d77c61f4b2206fb Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 2 May 2025 23:17:29 +1000 Subject: [PATCH] Update home page --- .gitea/workflows/build_docker.yaml | 2 +- resources/views/home.blade.php | 45 ++++++++++++++++++++++++++---- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build_docker.yaml b/.gitea/workflows/build_docker.yaml index 3b3d380e..3e38d95f 100644 --- a/.gitea/workflows/build_docker.yaml +++ b/.gitea/workflows/build_docker.yaml @@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} Building Docker Image 🐳 on: [push] env: DOCKER_HOST: tcp://127.0.0.1:2375 - ASSETS: c2780a3 + ASSETS: 10eca55 jobs: test: 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 +
  • +