matts       2005/10/25 14:19:39

  Modified:    .        MANIFEST
  Log:
  Updated MANIFEST
  
  Revision  Changes    Path
  1.24      +68 -44    xml-axkit/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/xml-axkit/MANIFEST,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- MANIFEST  9 Aug 2005 15:50:49 -0000       1.23
  +++ MANIFEST  25 Oct 2005 21:19:39 -0000      1.24
  @@ -1,14 +1,3 @@
  -AxKit.spec
  -AxKit.xs
  -CONTRIB
  -Changes
  -INSTALL.txt
  -MANIFEST
  -MANIFEST.SKIP
  -Makefile.PL
  -README
  -SUPPORT
  -TODO
   axconfig.c
   axconfig.h
   axkit.org/docs/associating_stylesheets.xml
  @@ -75,11 +64,15 @@
   axkit.org/stylesheets/spacer.xps
   axkit.org/stylesheets/webpage_html.xps
   axkit.org/support.xml
  +AxKit.spec
  +AxKit.xs
  +Changes
  +CONTRIB
   demo/.htaccess
  +demo/axkit.conf
   demo/AxKit/XSP/Demo/Object.pm
   demo/AxKit/XSP/Demo/Simple.pm
   demo/AxKit/XSP/Demo/SimpleInputAttributes.pm
  -demo/axkit.conf
   demo/axpoint/.htaccess
   demo/axpoint/error.html
   demo/index.html
  @@ -125,24 +118,28 @@
   examples/index.xml
   getstyles.c
   getstyles.h
  +INSTALL.txt
   install/ExtUtils/AutoInstall.pm
   lib/Apache/AxKit/Cache.pm
   lib/Apache/AxKit/CharsetConv.pm
   lib/Apache/AxKit/CharsetConv.xs
   lib/Apache/AxKit/ConfigReader.pm
  +lib/Apache/AxKit/DirHandler.pm
   lib/Apache/AxKit/Exception.pm
   lib/Apache/AxKit/Language.pm
   lib/Apache/AxKit/Language/AxPoint.pm
   lib/Apache/AxKit/Language/HtmlDoc.pm
   lib/Apache/AxKit/Language/LibXSLT.pm
   lib/Apache/AxKit/Language/PassiveTeX.pm
  +lib/Apache/AxKit/Language/Petal.pm
   lib/Apache/AxKit/Language/Query.pm
  -lib/Apache/AxKit/Language/SAXMachines.pm
   lib/Apache/AxKit/Language/Sablot.pm
  +lib/Apache/AxKit/Language/SAXMachines.pm
   lib/Apache/AxKit/Language/XMLNewsNITF.pm
   lib/Apache/AxKit/Language/XMLNewsRDF.pm
   lib/Apache/AxKit/Language/XPathScript.pm
   lib/Apache/AxKit/Language/XSP.pm
  +lib/Apache/AxKit/Language/XSP/Preload.pm
   lib/Apache/AxKit/Language/XSP/SimpleTaglib.pm
   lib/Apache/AxKit/Language/XSP/TaglibHelper.pm
   lib/Apache/AxKit/LibXMLSupport.pm
  @@ -155,8 +152,8 @@
   lib/Apache/AxKit/Provider/File.pm
   lib/Apache/AxKit/Provider/FileWrite.pm
   lib/Apache/AxKit/Provider/Filter.pm
  -lib/Apache/AxKit/Provider/Scalar.pm
   lib/Apache/AxKit/Provider/POST.pm
  +lib/Apache/AxKit/Provider/Scalar.pm
   lib/Apache/AxKit/StyleChooser/Cookie.pm
   lib/Apache/AxKit/StyleChooser/FileSuffix.pm
   lib/Apache/AxKit/StyleChooser/PathInfo.pm
  @@ -164,51 +161,78 @@
   lib/Apache/AxKit/StyleChooser/UserAgent.pm
   lib/Apache/AxKit/typemap
   lib/AxKit.pm
  -t/TEST.PL
  +LICENCE
  +Makefile.PL
  +MANIFEST
  +MANIFEST.SKIP
  +META.yml                     Module meta-data (added by MakeMaker)
  +NOTICE
  +README
  +SUPPORT
   t/00basic.t
  -t/response/TestAxKit/01provider.pm
  -t/response/TestAxKit/02language.pm
  -t/response/TestAxKit/03stylechooser.pm
  -t/response/TestAxKit/04plugins.pm
  -t/response/TestAxKit/05mediachooser.pm
  -t/response/TestAxKit/11xsp_attr_value_template.pm
   t/AxKitTestModule.pm
  -t/lib/Provider/Tiny.pm
  +t/component/configreader/01_get_matching_processors.t
   t/conf/extra.last.conf.in
   t/conf/startup.pl.in
  +t/directives/style/01_AxAddProcessor.t
  +t/directives/style/02_processor_inheritance.t
  +t/encoding/01_utf8.t
  +t/htdocs/component/configreader/get_matching_processors_1.xml
  +t/htdocs/component/configreader/get_matching_processors_2.xml
  +t/htdocs/directives/style/01_AxAddProcessor.xml
  +t/htdocs/directives/style/larry/moe/curly/02_processor_inheritance.xml
  +t/htdocs/encoding/01.xml
  +t/htdocs/provider/dir/testfile.txt
  +t/htdocs/provider/dir/testfile2.txt
  +t/htdocs/style/component/configreader/get_matching_processors_1.xsl
  +t/htdocs/style/component/configreader/get_matching_processors_2.xsl
  +t/htdocs/style/directives/style/01_AxAddProcessor.xsl
  +t/htdocs/style/directives/style/02_processor_inheritance_curly.xsl
  +t/htdocs/style/directives/style/02_processor_inheritance_larry.xsl
  +t/htdocs/style/directives/style/02_processor_inheritance_moe.xsl
  +t/htdocs/style/provider/01.xsl
  +t/htdocs/style/provider/filelist2html.xsl
  +t/htdocs/style/uri/axkit/01.xsl
  +t/htdocs/style/uri/axkit/subrequest.xsl
  +t/htdocs/style/xpathscript-basic/01.xps
  +t/htdocs/style/xpathscript-basic/02_document.xps
   t/htdocs/style/xslt-basic/01.xsl
   t/htdocs/style/xslt-basic/02_include.xsl
   t/htdocs/style/xslt-basic/02_include_inc.xsl
  -t/htdocs/style/xslt-basic/03_document_1arg.xsl
   t/htdocs/style/xslt-basic/03_document.xml
  +t/htdocs/style/xslt-basic/03_document_1arg.xsl
   t/htdocs/style/xslt-basic/04_document_2args.xsl
  +t/htdocs/style/xslt-basic/05_params.xsl
  +t/htdocs/style/xslt-basic/identity.xsl
  +t/htdocs/uri/axkit/01.xml
  +t/htdocs/uri/axkit/subrequest.xml
  +t/htdocs/xpathscript-basic/01.xml
  +t/htdocs/xpathscript-basic/02_document.xml
  +t/htdocs/xpathscript-basic/base2.xml
   t/htdocs/xslt-basic/01.xml
   t/htdocs/xslt-basic/02_include.xml
   t/htdocs/xslt-basic/03_document_1arg.xml
  -t/htdocs/xslt-basic/04_document_2args.xml
   t/htdocs/xslt-basic/04_document.xml
  +t/htdocs/xslt-basic/04_document_2args.xml
  +t/htdocs/xslt-basic/05_params.xml
  +t/lib/Provider/Tiny.pm
  +t/provider/01post.t
  +t/provider/02dir.t
  +t/response/TestAxKit/01provider.pm
  +t/response/TestAxKit/02language.pm
  +t/response/TestAxKit/03stylechooser.pm
  +t/response/TestAxKit/04plugins.pm
  +t/response/TestAxKit/05mediachooser.pm
  +t/response/TestAxKit/11xsp_attr_value_template.pm
  +t/TEST
  +t/TEST.PL
  +t/uri/axkit.t
  +t/xpathscript-basic/01.t
  +t/xpathscript-basic/02_document.t
   t/xslt-basic/01.t
   t/xslt-basic/02_include.t
   t/xslt-basic/03_document_1arg.t
   t/xslt-basic/04_document_2args.t
  -t/component/configreader/01_get_matching_processors.t
  -t/htdocs/component/configreader/get_matching_processors_1.xml
  -t/htdocs/component/configreader/get_matching_processors_2.xml
  -t/htdocs/style/component/configreader/get_matching_processors_1.xsl
  -t/htdocs/style/component/configreader/get_matching_processors_2.xsl
  -t/htdocs/style/xpathscript-basic/01.xps
  -t/htdocs/style/xpathscript-basic/02_document.xps
  -t/htdocs/xpathscript-basic/01.xml
  -t/htdocs/xpathscript-basic/02_document.xml
  -t/htdocs/xpathscript-basic/base2.xml
  -t/xpathscript-basic/01.t
  -t/xpathscript-basic/02_document.t
  -t/uri/axkit.t
  -t/htdocs/uri/axkit/01.xml
  -t/htdocs/uri/axkit/subrequest.xml
  -t/htdocs/style/uri/axkit/01.xsl
  -t/htdocs/style/uri/axkit/subrequest.xsl
  -t/provider/01post.t
  -t/htdocs/style/provider/01.xsl
  +t/xslt-basic/05_params.t
  +TODO
   typemap
  -META.yml                                 Module meta-data (added by 
MakeMaker)
  
  
  

Reply via email to