blob: 73e6b138c58e998d76750b9ee11248217c527cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>php</herd>
<longdescription lang="en">
Smarty is a template engine for PHP, facilitating the separation of
presentation (HTML/CSS) from application logic. This implies that PHP
code is application logic, and is separated from the presentation.
</longdescription>
<upstream>
<remote-id type="github">smarty-php/smarty</remote-id>
</upstream>
</pkgmetadata>
|