From a771766745c288c90e509d4964d7adbc85b51d81 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 9 May 2007 13:38:43 +0000 Subject: [PATCH] Include in the distribution reindexing program (not reliable), source-code for "setrlimit", CQL test, main and proxy Apache configurations for newshawarma and rafa, web admin stub, country and library-type lists, extra help and general pages. --- MANIFEST | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/MANIFEST b/MANIFEST index b962421..ab8ab36 100644 --- a/MANIFEST +++ b/MANIFEST @@ -7,11 +7,13 @@ README bin/Makefile bin/irspy-stats.pl bin/irspy.pl +bin/irspy_xsltproc.pl +bin/reindex.pl +bin/setrlimit.c bin/test-net-z3950-zoom.pl bin/test-pod.pl bin/test-zoom-c.c bin/test-zoom.pl -bin/irspy_xsltproc.pl lib/ZOOM/IRSpy.pm lib/ZOOM/IRSpy/Connection.pm lib/ZOOM/IRSpy/Maintenance.pod @@ -32,6 +34,7 @@ lib/ZOOM/IRSpy/Test/ResultSet/Main.pm lib/ZOOM/IRSpy/Test/ResultSet/Named.pm lib/ZOOM/IRSpy/Test/Search/Bib1.pm lib/ZOOM/IRSpy/Test/Search/Boolean.pm +lib/ZOOM/IRSpy/Test/Search/CQL.pm lib/ZOOM/IRSpy/Test/Search/DBDate.pm lib/ZOOM/IRSpy/Test/Search/Dan1.pm lib/ZOOM/IRSpy/Test/Search/Explain.pm @@ -43,14 +46,20 @@ lib/ZOOM/IRSpy/WebService.pod lib/ZOOM/Pod.pm t/ZOOM-IRSpy.t web/conf/README +web/conf/apache1.3/newshawarma-proxy.conf +web/conf/apache1.3/newshawarma.conf +web/conf/apache1.3/rafa.conf web/conf/apache1.3/test.conf web/conf/apache1.3/xeno.conf web/htdocs/admin/all.html -web/htdocs/beach.jpeg web/htdocs/admin/check.html -web/htdocs/chrome/layout.mc web/htdocs/admin/delete.html +web/htdocs/admin/edit.html +web/htdocs/admin/index.html +web/htdocs/beach.jpeg +web/htdocs/chrome/layout.mc web/htdocs/details/check.mc +web/htdocs/details/country-list.mc web/htdocs/details/delete.mc web/htdocs/details/doc.mc web/htdocs/details/edit.mc @@ -59,9 +68,10 @@ web/htdocs/details/find.mc web/htdocs/details/found.mc web/htdocs/details/full.mc web/htdocs/details/home.mc +web/htdocs/details/libtype-list.mc +web/htdocs/details/software.mc web/htdocs/details/stats.mc web/htdocs/doc.html -web/htdocs/admin/edit.html web/htdocs/favicon.ico web/htdocs/find.html web/htdocs/full.html @@ -88,9 +98,12 @@ web/htdocs/help/edit/title.html web/htdocs/help/edit/type.html web/htdocs/help/edit/username.html web/htdocs/help/find.html +web/htdocs/help/info.html +web/htdocs/help/info/reliability.html web/htdocs/help/link.mc web/htdocs/index.html web/htdocs/raw.html +web/htdocs/software.html web/htdocs/stats.html web/htdocs/style.css web/htdocs/valid-xhtml10.png -- 1.7.10.4