mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-01 23:07:28 -08:00
23 lines
742 B
XML
23 lines
742 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>php-bugs@gentoo.org</email>
|
|
<name>PHP</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>mjo@gentoo.org</email>
|
|
<name>Michael Orlitzky</name>
|
|
</maintainer>
|
|
<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>
|
|
<stabilize-allarches/>
|
|
</pkgmetadata>
|