[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-64-ge0a8173

Git repo owner gitmaster at git.koha-community.org
Mon Nov 30 12:13:23 CET 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.20.x has been updated
       via  e0a8173d10cc0f307dd95118e294c727c285e142 (commit)
       via  ed166abbf3e4e0510d6fd14f9843b7fad1a5b686 (commit)
      from  2f5b29ef19d85c40ed386be3fb4490387471d35c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e0a8173d10cc0f307dd95118e294c727c285e142
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sun Nov 3 17:05:38 2013 +0100

    Bug 11190: sitemap.pl -- Generate a Catalog sitemap
    
    Add a script sitemap.pl to process all biblio records from a Koha
    instance and generate Sitemap files complying with this protocol as
    described on http://sitemaps.org. The goal of this script is to be able
    to provide to search engines direct access to biblio records. It avoid
    leaving search engine browsing Koha OPAC and so generating a lot of
    traffic, and workload, for a bad result.
    
    Thanks Magnus for testing, and helping to improve the script design.
    
    [2015.04.16] Switch from Moose to Moo.
    
    [2015.08.20] Add complete (more) UT.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    All options to the script work as expected and the output looks
    good. Nice enhancement!
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    I signed-of my own patch after fixing various QA errors.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch: replace tabs with spaces.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    (cherry picked from commit ca341f6840ad7eb9170ce49f1ed6869b3e468297)

commit ed166abbf3e4e0510d6fd14f9843b7fad1a5b686
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sun Nov 3 17:05:38 2013 +0100

    Bug 11190: sitemap.pl -- Generate a Catalog sitemap
    
    Add a script sitemap.pl to process all biblio records from a Koha
    instance and generate Sitemap files complying with this protocol as
    described on http://sitemaps.org. The goal of this script is to be able
    to provide to search engines direct access to biblio records. It avoid
    leaving search engine browsing Koha OPAC and so generating a lot of
    traffic, and workload, for a bad result.
    
    Thanks Magnus for testing, and helping to improve the script design.
    
    [2015.04.16] Switch from Moose to Moo.
    
    [2015.08.20] Add complete (more) UT.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    All options to the script work as expected and the output looks
    good. Nice enhancement!
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    I signed-of my own patch after fixing various QA errors.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch: replace tabs with spaces.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    (cherry picked from commit ca341f6840ad7eb9170ce49f1ed6869b3e468297)

-----------------------------------------------------------------------

Summary of changes:
 C4/Installer/PerlDependencies.pm |   15 +++
 Koha/Sitemapper.pm               |   89 ++++++++++++++++++
 Koha/Sitemapper/Writer.pm        |  125 ++++++++++++++++++++++++
 misc/cronjobs/sitemap.pl         |  127 +++++++++++++++++++++++++
 t/db_dependent/Sitemapper.t      |  193 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 549 insertions(+)
 create mode 100644 Koha/Sitemapper.pm
 create mode 100644 Koha/Sitemapper/Writer.pm
 create mode 100755 misc/cronjobs/sitemap.pl
 create mode 100755 t/db_dependent/Sitemapper.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list