diff --git a/docs/DETAILS.md b/docs/DETAILS.md index bfaf936..bf7e774 100644 --- a/docs/DETAILS.md +++ b/docs/DETAILS.md @@ -2,7 +2,7 @@ ## Overview -s3-genindex is a Go rewrite of the original Python genindex.py script. It generates HTML directory listings with file type icons, responsive design, and dark mode support for both local directories and S3-compatible storage systems. +s3-genindex is a program that generates HTML directory listings with file type icons, responsive design, and dark mode support for both local directories and S3-compatible storage systems. ## Features @@ -433,4 +433,9 @@ Licensed under the Apache License 2.0. See original Python script for full licen - Modern Go project structure - Recursive directory processing - File type detection and icons -- Responsive HTML design with dark mode support \ No newline at end of file +- Responsive HTML design with dark mode support + +## Acknowledgement + +This tool was inspired by +[[index-html-generator](https://github.com/glowinthedark/index-html-generator)] on GitHub.