php-src/pear/Cache.xml
Ulf Wendel b8f18cbc3d - package XML for the Cache
I'm not sure how to use the package.dtd to document packages and if at all the Cache can be it's own package, but one has to start with it... Sterling, Stig can you give me a hint?
2001-03-29 15:01:16 +00:00

21 lines
651 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Package SYSTEM "F:\cvs\php4\pear\package.dtd">
<Package Type="Source">
<Name>Cache</Name>
<Summary>The PEAR Cache Package is a generic data/content cache that can be used to cache data, output, function calls and dynamic graphic generation. </Summary>
<Maintainer>
<Initials>chregu</Initials>
<Name>Christian Stocker</Name>
<Email>chregu@phant.ch</Email>
</Maintainer>
<Release>
<Version>1.1</Version>
<Date>2001/03/27</Date>
<Notes>stable Code, SHM Implementation missing</Notes>
</Release>
<FileList>
<File Role="php">Cache.php</File>
<Dir>Cache/</Dir>
</FileList>
</Package>