Update .gitattributes, removing an item that is gitignored. Rename LICENSE to LICENSE.md. Update README tags at top of file.

This commit is contained in:
Funky Waddle 2026-02-11 23:58:50 -06:00
parent f96a5032a6
commit 4527da16f4
3 changed files with 3 additions and 4 deletions

1
.gitattributes vendored
View file

@ -1,5 +1,4 @@
/tests export-ignore /tests export-ignore
/.scape export-ignore
/LOG.md export-ignore /LOG.md export-ignore
/SPECS.md export-ignore /SPECS.md export-ignore
/MILESTONES.md export-ignore /MILESTONES.md export-ignore

View file

View file

@ -1,8 +1,8 @@
# Scape Templates # Scape Templates
![Packagist Version](https://img.shields.io/packagist/v/getphred/scape) [![Latest Version on Packagist](https://img.shields.io/packagist/v/getphred/scape.svg?style=flat-square)](https://packagist.org/packages/getphred/scape)
![Packagist Downloads](https://img.shields.io/packagist/dt/getphred/scape) [![Total Downloads](https://img.shields.io/packagist/dt/getphred/scape.svg?style=flat-square)](https://packagist.org/packages/getphred/scape)
![Packagist License](https://img.shields.io/packagist/l/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. 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.