Hi all, I found these scripts in the cronjobs folder that I do not have documented. Can you please tell me what they do and when you think they should be run? If I have one marked as deprecated that isn't supposed to be - let me know that too :) misc/cronjobs/MARC21_parse_test.pl misc/cronjobs/backup.sh misc/cronjobs/cloud-kw.pl misc/cronjobs/cloud-sample.conf misc/cronjobs/create_koc_db.pl misc/cronjobs/j2a.pl (marked as deprecated) misc/cronjobs/notifyMailsOp.pl (marked as deprecated) misc/cronjobs/runreport.pl misc/cronjobs/services_throttle.pl misc/cronjobs/smsoverdues.pl (marked as deprecated) misc/cronjobs/zebraqueue_start.pl (marked as deprecated) misc/cronjobs/stats/monthly_circulation_statistics.pl misc/cronjobs/stats/monthly_new_items_statistics.pl misc/cronjobs/stats/monthly_new_patron_statistics.pl In the manual I have this listed for each: Script: What it Does: Frequency Suggestion: Required by: Thanks in advance! Nicole
misc/cronjobs/cloud-kw.pl misc/cronjobs/cloud-sample.conf
cloud-kw.pl generates HTML keywords clouds from Koha Zebra indexes. cloud-sample.conf is a configuration file sample driving this script operations. For help, enter ./cloud-kw.pl without argument. perldoc command must be installed. Install it if necessary, in Debian: apt-get install perl-doc -- Frédéric
Thanks Frédéric, Where then would this new page with the clouds on it be visible? I see that it generates files in the template folder - does this mean it's up to the librarians to add links? Also, how often would you recommend running this script? Once a day? Multiple times in one day? Nicole On Mon, Jan 11, 2010 at 1:11 AM, Frederic Demians <frederic@tamil.fr> wrote:
misc/cronjobs/cloud-kw.pl misc/cronjobs/cloud-sample.conf
cloud-kw.pl generates HTML keywords clouds from Koha Zebra indexes. cloud-sample.conf is a configuration file sample driving this script operations.
For help, enter ./cloud-kw.pl without argument. perldoc command must be installed. Install it if necessary, in Debian: apt-get install perl-doc
-- Frédéric
So is this feature no longer just a test feature for France? I see that in system preferences it indicated it was in "testing" DON"T TURN IT ON... etc... http://koha.org/documentation/manual/3.0/administration/global-system-prefer... go down to opaccloud... David Schuster nengard wrote:
Thanks Frédéric,
Where then would this new page with the clouds on it be visible? I see that it generates files in the template folder - does this mean it's up to the librarians to add links? Also, how often would you recommend running this script? Once a day? Multiple times in one day?
Nicole
On Mon, Jan 11, 2010 at 1:11 AM, Frederic Demians <frederic@tamil.fr> wrote:
misc/cronjobs/cloud-kw.pl misc/cronjobs/cloud-sample.conf
cloud-kw.pl generates HTML keywords clouds from Koha Zebra indexes. cloud-sample.conf is a configuration file sample driving this script operations.
For help, enter ./cloud-kw.pl without argument. perldoc command must be installed. Install it if necessary, in Debian: apt-get install perl-doc
-- Frédéric
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
-- View this message in context: http://old.nabble.com/Cron-Jobs-tp27098361p27111730.html Sent from the Koha - Dev mailing list archive at Nabble.com.
David, I never actually heard that it was in testing from BibLibre - that was an assumption of others because we couldn't figure out how to get it to work - so I guess it's all A-OK and I will now document it thoroughly! Nicole On Mon, Jan 11, 2010 at 9:54 AM, David Schuster <dschust1@tx.rr.com> wrote:
So is this feature no longer just a test feature for France? I see that in system preferences it indicated it was in "testing" DON"T TURN IT ON... etc...
http://koha.org/documentation/manual/3.0/administration/global-system-prefer...
go down to opaccloud...
David Schuster
nengard wrote:
Thanks Frédéric,
Where then would this new page with the clouds on it be visible? I see that it generates files in the template folder - does this mean it's up to the librarians to add links? Also, how often would you recommend running this script? Once a day? Multiple times in one day?
Nicole
On Mon, Jan 11, 2010 at 1:11 AM, Frederic Demians <frederic@tamil.fr> wrote:
misc/cronjobs/cloud-kw.pl misc/cronjobs/cloud-sample.conf
cloud-kw.pl generates HTML keywords clouds from Koha Zebra indexes. cloud-sample.conf is a configuration file sample driving this script operations.
For help, enter ./cloud-kw.pl without argument. perldoc command must be installed. Install it if necessary, in Debian: apt-get install perl-doc
-- Frédéric
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
-- View this message in context: http://old.nabble.com/Cron-Jobs-tp27098361p27111730.html Sent from the Koha - Dev mailing list archive at Nabble.com.
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Where then would this new page with the clouds on it be visible? I see that it generates files in the template folder - does this mean it's up to the librarians to add links?
As you may have noted, this script does a similar job as build_browser_and_cloud.pl. The difference is that its output is sent in files rather than in a table directly used in OPAC The other difference is that it is configurable and can deal with any Zebra index. It means that you can produce clouds for authors, collective author, all kind of subjects, classifications, etc. And since it works on zebra indexes, it is quick, even on large DBs. Tags clouds are sent to files. It's up to library webmaster to deal with those files in order to include them in OPACMainUserBlock, or include them into their library CMS. I see libraries sending those file into a Samba shared folder where webmaster take them, eventually clean them a little bit before integrating them into navigation widgets or pages.
Also, how often would you recommend running this script? Once a day? Multiple times in one day?
I'm not even sure it's a cron script... On a large catalog, top subjects, top authors don't change much. It could be a monthly periodicity. It will be another story when this script will be able to output top keywords on a period of acquisition, for example top authors on last month... Thanks for you documentation job. -- Frédéric
Thank you for the clarification! Nicole On Mon, Jan 11, 2010 at 11:43 AM, Frederic Demians <frederic@tamil.fr> wrote:
Where then would this new page with the clouds on it be visible? I see that it generates files in the template folder - does this mean it's up to the librarians to add links?
As you may have noted, this script does a similar job as build_browser_and_cloud.pl. The difference is that its output is sent in files rather than in a table directly used in OPAC The other difference is that it is configurable and can deal with any Zebra index. It means that you can produce clouds for authors, collective author, all kind of subjects, classifications, etc. And since it works on zebra indexes, it is quick, even on large DBs.
Tags clouds are sent to files. It's up to library webmaster to deal with those files in order to include them in OPACMainUserBlock, or include them into their library CMS. I see libraries sending those file into a Samba shared folder where webmaster take them, eventually clean them a little bit before integrating them into navigation widgets or pages.
Also, how often would you recommend running this script? Once a day? Multiple times in one day?
I'm not even sure it's a cron script... On a large catalog, top subjects, top authors don't change much. It could be a monthly periodicity. It will be another story when this script will be able to output top keywords on a period of acquisition, for example top authors on last month...
Thanks for you documentation job. -- Frédéric
participants (3)
-
David Schuster -
Frederic Demians -
Nicole Engard