diff options
author | jtb <jtb@pkgsrc.org> | 2002-05-03 22:36:08 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2002-05-03 22:36:08 +0000 |
commit | a34d49dfce5890db5df70cb5391a497bfd8786a6 (patch) | |
tree | 313cc1c91885b9e7ee48a6a9b6733194942c03b0 /textproc/isearch/PLIST | |
parent | d9b8d85ce18f8374fa28efeb2f6c4f22c24f4ba0 (diff) | |
download | pkgsrc-a34d49dfce5890db5df70cb5391a497bfd8786a6.tar.gz |
Update to version 1.47.01. Changes since 1.47d include:
- New program Iget to retrieve documents by docid
- Fixed spurious output from Isearch -t option
- Fixed score calculation for Boolean searches
- Added -l parameter to zpresent to accept docids from a file
- Fixed a bad return state that caused a segfault when no files were
found to index.
- Added improved entity replacement code to STRING class (J. Tyler)
- Improved algorithm for generating URL from path in EOS_GUIDE doctype
- Added hook for VIDB KeyLookup method
- Initial release of zpresent
- Fixed bug in EOS_GUIDE doctype which caused searches to sometimes fail
- Modified zpresent.dtd to stick the source field in the individual
result elements, rather than on the container results element.
- Added method Result::GetVKey for virtual databases so you can tell
which constituent they came from. It's an egregious hack which just
stuffs the database number at the front of the key so it can be
included in the output from zsearch and parsed by zpresent.
- Rearranged some of the XML presentation for the FGDC doctype Summary
element set
- Added a path->URL translation to EOS_GUIDE doctype to facilitate links
back to original (crawled) source documents
- Cleaned XML text of characters which should be entities
- Added zsearch program for XML search output
- Added initial version of NASA EOS/Guide doctype
- Removed some extraneous output from vidb.cxx
- Added CIPC doctype for NASA/CIP Collection metadata
- Added delimiter to Isearch output (J. Millard)
- Improved XML results presentation in FGDC doctype
Diffstat (limited to 'textproc/isearch/PLIST')
-rw-r--r-- | textproc/isearch/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/isearch/PLIST b/textproc/isearch/PLIST index 5fd6a56019f..8937dfb5084 100644 --- a/textproc/isearch/PLIST +++ b/textproc/isearch/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:57 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/05/03 22:36:08 jtb Exp $ bin/Iindex bin/Isearch bin/Iutil +bin/Iget +bin/zsearch +bin/zpresent share/doc/html/isearch/Isearch-cgi-tutorial.html share/doc/html/isearch/IsearchFeatures.html share/doc/html/isearch/IsearchTutorial.html |