| Summary: | Missing manpage for koha-z3950-responder | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> | 
| Component: | Command-line Utilities | Assignee: | Bugs List <koha-bugs> | 
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> | 
| Severity: | normal | ||
| Priority: | P5 - low | CC: | a.roussos, fridolin.somers, robin | 
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | 
       This adds a man page for the `koha-z3950-responder` command-line utility, documenting all available options and parameters that can be used when running this command. 
 | 
        |
| Version(s) released in: | 
       23.11.00,23.05.04,22.11.10 
 | 
        
        Circulation function: | |
| Bug Depends on: | 13937 | ||
| Bug Blocks: | |||
| Attachments: | 
              Bug 31964: add a man page for koha-z3950-responder
               Bug 31964: add a man page for koha-z3950-responder Bug 31964: add a man page for koha-z3950-responder  | 
      ||
| 
 
        
          Description
        
        
          Tomás Cohen Arazi (tcohen)
        
        
        
        
          2022-10-24 21:55:01 UTC
        
       
    Not sure how we missed that. Created attachment 154865 [details] [review] Bug 31964: add a man page for koha-z3950-responder The koha-z3950-responder command does not have a man page. This patch fixes that. Test plan: 1) Apply this patch. 2) Run the following command to generate the new man page: xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/manpages/docbook.xsl debian/docs/koha-z3950-responder.xml 3) View the generated man page with `man -l koha-z3950-responder.8` (KTD users may need to `apt-get install man-db` first as that package provides tools for reading manual pages) 4) Make sure this unit test passes: prove -v xt/verify-debian-docbook.t Created attachment 154877 [details] [review] Bug 31964: add a man page for koha-z3950-responder The koha-z3950-responder command does not have a man page. This patch fixes that. Test plan: 1) Apply this patch. 2) Run the following command to generate the new man page: xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/manpages/docbook.xsl debian/docs/koha-z3950-responder.xml 3) View the generated man page with `man -l koha-z3950-responder.8` (KTD users may need to `apt-get install man-db` first as that package provides tools for reading manual pages) 4) Make sure this unit test passes: prove -v xt/verify-debian-docbook.t Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> Created attachment 155068 [details] [review] Bug 31964: add a man page for koha-z3950-responder The koha-z3950-responder command does not have a man page. This patch fixes that. Test plan: 1) Apply this patch. 2) Run the following command to generate the new man page: xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/manpages/docbook.xsl debian/docs/koha-z3950-responder.xml 3) View the generated man page with `man -l koha-z3950-responder.8` (KTD users may need to `apt-get install man-db` first as that package provides tools for reading manual pages) 4) Make sure this unit test passes: prove -v xt/verify-debian-docbook.t Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 23.11. Nice work everyone, thanks! Pushed to 23.05.x for 23.05.04 Nice work everyone! Pushed to oldstable for 22.11.x  |