add automatic update cron perl doc
authorNicole C. Engard <nengard@gmail.com>
Tue, 3 May 2016 18:52:33 +0000 (13:52 -0500)
committerNicole C. Engard <nengard@gmail.com>
Tue, 3 May 2016 18:52:33 +0000 (13:52 -0500)
en/manual.xml

index b331460..6daf049 100644 (file)
@@ -47453,6 +47453,39 @@ print theme('pages_catalog');</programlisting>
           <para>Does: updates items based on the list of rules set forth in the <link
               linkend="autoitemagemod">Automatic item modifications by age</link> tool</para>
           <para>Frequency suggestions: nightly</para>
+          <section id="autoitemupdatecrondoc">
+            <title>Perl Documentation</title>
+            <para><emphasis role="bold">NAME</emphasis>
+            </para>
+            <para>automatic_item_modification_by_age.pl </para>
+            <para><emphasis role="bold">SYNOPSIS</emphasis>
+            </para>
+            <para>./automatic_item_modification_by_age.pl -h </para>
+            <para>Toggle recent acquisitions status. Use this script to delete "new" status for
+              items. </para>
+            <para><emphasis role="bold">OPTIONS</emphasis>
+            </para>
+            <para>-h|--help Prints this help message. </para>
+            <para>-v|--verbose Set the verbose flag. </para>
+            <para>-c|--confirm The script will modify the items. </para>
+            <para><emphasis role="bold">AUTHOR</emphasis>
+            </para>
+            <para>Jonathan Druart &lt;jonathan.druart@biblibre.com> </para>
+            <para><emphasis role="bold">COPYRIGHT</emphasis>
+            </para>
+            <para>Copyright 2013 BibLibre </para>
+            <para><emphasis role="bold">LICENSE</emphasis>
+            </para>
+            <para>This file is part of Koha. </para>
+            <para>Koha is free software; you can redistribute it and/or modify it under the terms of
+              the GNU General Public License as published by the Free Software Foundation; either
+              version 3 of the License, or (at your option) any later version. </para>
+            <para>Koha is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
+              without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+              PURPOSE. See the GNU General Public License for more details. </para>
+            <para>You should have received a copy of the GNU General Public License along with Koha;
+              if not, see &lt;http://www.gnu.org/licenses>.</para>
+          </section>
         </section>
       </section>