diff --git a/README.md b/README.md index b8262b9..e8c2e65 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ filtered data listings through a menu-based interface. It includes reusable components to define UI filters, manage user sessions, generate SQL queries, and control data access securely. + # Features - Build dynamic query forms with reusable filter controls @@ -27,7 +28,7 @@ perl-dam/ │ └── Components/ # Reusable UI pieces │ ├── Controls/ # Filter widgets (Date.pm, Option.pm, Upload.pm…) │ ├── Actions/ # Listing actions (Download.pm, Print.pm, Sort.pm) -│ ├── Templates/ # Template Toolkit (.tt) snippets for each control +│ ├── Templates/ # Template toolkit │ └── Translations/ # Locale strings for UI texts └── www/ # Sample web front‑end (static assets) └── dam/ @@ -46,3 +47,9 @@ perl-dam/ | **Dam::Components::Controls** | Individual widgets (DateRange, MultiCheck, Year…) used to build query forms. | | **Dam::Components::Actions** | Post‑listing operations: CSV export, PDF generation, sorting. | | **Dam::Application** | Thin application entry point—integrate it in CGI/FCGI/PSGI scripts. | + + +# License + +This project is licensed under the MIT License. +See the [LICENSE](LICENSE) file —​or browse the full text at — ​for details.