]> granicus.if.org Git - php/commitdiff
- package XML for the Cache
authorUlf Wendel <uw@php.net>
Thu, 29 Mar 2001 15:01:16 +0000 (15:01 +0000)
committerUlf Wendel <uw@php.net>
Thu, 29 Mar 2001 15:01:16 +0000 (15:01 +0000)
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?

pear/Cache.xml [new file with mode: 0644]

diff --git a/pear/Cache.xml b/pear/Cache.xml
new file mode 100644 (file)
index 0000000..193501f
--- /dev/null
@@ -0,0 +1,20 @@
+<?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>