Skip Menu |

This queue is for tickets about the Net-Z3950-SimpleServer CPAN distribution.

Report information
The Basics
Id: 70054
Status: open
Priority: 0/
Queue: Net-Z3950-SimpleServer

People
Owner: Nobody in particular
Requestors: bjwebb67 [...] googlemail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.12
Fixed in: (no value)



Subject: Manpage Spelling Mistakes
A few small spelling mistake in the manpage picked up during debian packaging.
Subject: manpage_spelling.patch
Description: spelling fixes Origin: vendor Forwarded: no Author: Ben Webb <bjwebb67@googlemail.com> Last-Update: 2011-08-04 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -226,7 +226,7 @@ retrieving the results in the form of structured "records". It is widely used in libraries around the world, as well as in the US Federal Government. In addition, it is generally useful whenever you wish to integrate a number -of different database systems around a shared, asbtract data model. +of different database systems around a shared, abstract data model. The model of the module is simple: It implements a "generic" Z39.50 server, which invokes callback functions supplied by you to search @@ -371,7 +371,7 @@ ## Response parameters: - ERR_CODE => 0, ## Error code (0=Succesful search) + ERR_CODE => 0, ## Error code (0=Successful search) ERR_STR => "", ## Error string HITS => 0 ## Number of matches }; @@ -436,7 +436,7 @@ =item C<query> -Mandatory: a refererence to the RPN tree itself. +Mandatory: a reference to the RPN tree itself. =back @@ -517,8 +517,8 @@ =item C<attributeValue> An integer or string indicating the value of the attribute - for example, under -BIB-1, if the attribute type is 1, then value 4 indictates a title -search and 7 indictates an ISBN search; but if the attribute type is +BIB-1, if the attribute type is 1, then value 4 indicates a title +search and 7 indicates an ISBN search; but if the attribute type is 2, then value 4 indicates a ``greater than or equal'' search, and 102 indicates a relevance match. @@ -567,7 +567,7 @@ sets are likely to occur, the implementation of a reasonable present handler can gain performance significantly. -The informations exchanged between client and present handle are: +The information exchanged between client and present handle is: $args = { ## Client/server request: @@ -580,7 +580,7 @@ NUMBER => yyy, ## Number of requested records - ## Respons parameters: + ## Response parameters: HITS => zzz, ## Number of returned records ERR_CODE => 0, ## Error code @@ -698,7 +698,7 @@ A better alternative to the TERM member is the the RPN member, which is a reference to a Net::Z3950::RPN::Term object -representing the scan cloause. The structure of that object is the +representing the scan clause. The structure of that object is the same as for Term objects included as part of the RPN tree passed to search handlers. This is more useful than the simple TERM because it includes attributes (e.g. access points associated with the term), @@ -706,7 +706,7 @@ =head2 Close handler -The argument hash recieved by the close handler has two elements only: +The argument hash received by the close handler has two elements only: $args = { ## Server provides: @@ -721,7 +721,7 @@ =head2 Delete handler -The argument hash recieved by the delete handler has the following elements: +The argument hash received by the delete handler has the following elements: $args = { ## Client request: @@ -745,7 +745,7 @@ =head2 Sort handler -The argument hash recieved by the sort handler has the following elements: +The argument hash received by the sort handler has the following elements: $args = { ## Client request: @@ -815,7 +815,7 @@ Precisely why all of the above is so is not clear, but goes some way to explain why, in the Z39.50 world, the developers of the standard -are not so much worshipped as blamed. +are not so much worshiped as blamed. The backend function should set STATUS to 0 on success, 1 for "partial success" (don't ask) or 2 on failure, in which case ERR_CODE and
Subject: Re: [rt.cpan.org #70054] Manpage Spelling Mistakes
Date: Fri, 5 Aug 2011 17:59:03 +0100
To: bug-Net-Z3950-SimpleServer [...] rt.cpan.org
From: Mike Taylor <mike [...] indexdata.com>
Many thanks for this. I fixed them in the master copy and they will be in the next release. I would like to credit you in the changelog. Shall I use Ben Webb <bjwebb67@googlemail.com> ? On 5 August 2011 17:26, Ben Webb via RT <bug-Net-Z3950-SimpleServer@rt.cpan.org> wrote: Show quoted text
> Fri Aug 05 12:26:11 2011: Request 70054 was acted upon. > Transaction: Ticket created by bjwebb >       Queue: Net-Z3950-SimpleServer >     Subject: Manpage Spelling Mistakes >   Broken in: 1.12 >    Severity: Normal >       Owner: Nobody >  Requestors: bjwebb67@googlemail.com >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=70054 > > > > A few small spelling mistake in the manpage picked up during debian > packaging. >
From: bjwebb67 [...] googlemail.com
On Fri Aug 05 12:59:31 2011, mike@indexdata.com wrote: Show quoted text
> Many thanks for this. I fixed them in the master copy and they will > be in the next release. I would like to credit you in the changelog. > Shall I use > Ben Webb <bjwebb67@googlemail.com> > ?
Yes, that's great.
Subject: Re: [rt.cpan.org #70054] Manpage Spelling Mistakes
Date: Fri, 5 Aug 2011 20:57:27 +0100
To: bug-Net-Z3950-SimpleServer [...] rt.cpan.org
From: Mike Taylor <mike [...] indexdata.com>
It will be done. On 5 August 2011 20:30, Ben Webb via RT <bug-Net-Z3950-SimpleServer@rt.cpan.org> wrote: Show quoted text
>       Queue: Net-Z3950-SimpleServer >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=70054 > > > On Fri Aug 05 12:59:31 2011, mike@indexdata.com wrote:
>> Many thanks for this.  I fixed them in the master copy and they will >> be in the next release.  I would like to credit you in the changelog. >> Shall I use >>         Ben Webb <bjwebb67@googlemail.com> >> ?
> > Yes, that's great. > > >