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:
parent
f96a5032a6
commit
4527da16f4
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# Scape Templates
|
# Scape Templates
|
||||||
|
|
||||||

|
[](https://packagist.org/packages/getphred/scape)
|
||||||

|
[](https://packagist.org/packages/getphred/scape)
|
||||||

|
[](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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue