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.