1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-sitemap</title>
4 <productname>Koha</productname> is the first free software library automation package.
6 <orgname>The Koha community</orgname>
7 <uri>http://koha-community.org/</uri>
11 <refentry xml:id="koha-sitemap">
14 <refentrytitle>koha-sitemap</refentrytitle>
15 <manvolnum>8</manvolnum>
19 <refname>koha-sitemap</refname>
20 <refpurpose>Manage sitemaps for Koha instances.</refpurpose>
21 <refclass>UNIX/Linux</refclass>
26 <command>koha-sitemap</command>
27 <arg choice="req" rep="norepeat">
28 <option>--enable</option>|
29 <option>--disable</option>|
30 <option>--generate</option>|
31 <option>--help</option>|<option>-h</option>
32 |<option>--quiet</option>|<option>-q</option>
34 <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
38 <refsect1><title>Options</title>
43 <term><option>--enable</option></term>
45 <para>Enable sitemap generation for the desired Koha instances.</para>
50 <term><option>--disable</option></term>
52 <para>Disable sitemap generation for the desired Koha instances.</para>
57 <term><option>--generate</option></term>
59 <para>Generate sitemap for the desired Koha instances.</para>
64 <term><option>--quiet|-q</option></term>
66 <para>Make the script quiet about non existent instance names or missing directories. Useful when calling <command>koha-sitemap</command> from another scripts.</para>
71 <term><option>--help|-h</option></term>
73 <para>Show usage information.</para>
80 <refsect1><title>Description</title>
81 <para>The <command>koha-sitemap</command> script lets you manage your Koha instances sitemaps.</para>
84 <refsect1><title>See also</title>
85 <simplelist type="inline">
86 <member><command>/etc/default/koha-common</command></member>