From 4527da16f412a1c41d9c8735cc4c029c4edf74e5 Mon Sep 17 00:00:00 2001 From: Funky Waddle Date: Wed, 11 Feb 2026 23:58:50 -0600 Subject: [PATCH] Update .gitattributes, removing an item that is gitignored. Rename LICENSE to LICENSE.md. Update README tags at top of file. --- .gitattributes | 1 - LICENSE => LICENSE.md | 0 README.md | 6 +++--- 3 files changed, 3 insertions(+), 4 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/.gitattributes b/.gitattributes index 34bc0c5..430e16d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ /tests export-ignore -/.scape export-ignore /LOG.md export-ignore /SPECS.md export-ignore /MILESTONES.md export-ignore diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 91c4c7c..21991bf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Scape Templates -![Packagist Version](https://img.shields.io/packagist/v/getphred/scape) -![Packagist Downloads](https://img.shields.io/packagist/dt/getphred/scape) -![Packagist License](https://img.shields.io/packagist/l/getphred/scape) +[![Latest Version on Packagist](https://img.shields.io/packagist/v/getphred/scape.svg?style=flat-square)](https://packagist.org/packages/getphred/scape) +[![Total Downloads](https://img.shields.io/packagist/dt/getphred/scape.svg?style=flat-square)](https://packagist.org/packages/getphred/scape) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) A lightweight, standalone PHP template engine designed for simplicity, security, and performance. Scape focuses on being an **Output Engine first**, marrying pre-processed data with design while enforcing a "logic-light" philosophy.