Bug 19469: (QA follow-up) Use hold item's itemtype if available, fix priority changing
[koha.git] / debian / docs / koha-common.xml
index 0e70595..96a9cf4 100644 (file)
@@ -3,7 +3,7 @@
 <info>
 <productname>Koha</productname> is the first free software library automation package.
 <author>
-  <orgname>The Koha Communnity</orgname>
+  <orgname>The Koha Community</orgname>
   <uri>http://koha-community.org/</uri>
 </author>
 </info>
     <refsect2><title>Administer instances</title>
     <variablelist>
 
+      <varlistentry>
+        <term><option>koha-create</option></term>
+        <listitem>
+          <para>Create new Koha instances.</para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><option>koha-disable</option></term>
         <listitem>
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>koha-run-backups</option></term>
+        <listitem>
+          <para>Performs backups of the koha installations on the system, except an instance called 'demo'.</para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><option>koha-remove</option></term>
         <listitem>
     <variablelist>
 
       <varlistentry>
-        <term><option>koha-start-zebra</option></term>
+        <term><option>koha-zebra</option></term>
         <listitem>
-          <para>Start Zebra for named Koha instances.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term><option>koha-restart-zebra</option></term>
-        <listitem>
-          <para>Restart Zebra for named Koha instances.</para>
+          <para>Manage the Zebra daemon for named Koha instances.</para>
         </listitem>
       </varlistentry>
 
       </varlistentry>
 
       <varlistentry>
-        <term><option>koha-stop-zebra</option></term>
+        <term><option>koha-indexer</option></term>
         <listitem>
-          <para>Stop Zebra for named Koha instances.</para>
+          <para>Manage the indexer daemon for named Koha instances.</para>
         </listitem>
       </varlistentry>
     </variablelist>
     </refsect2>
 
+    <refsect2>
+      <title>Elasticsearch-related</title>
+        <variablelist>
+          <varlistentry>
+            <term><option>koha-elasticsearch</option></term>
+            <listitem>
+              <para>Manage Elasticsearch-related tasks for Koha instances.</para>
+            </listitem>
+          </varlistentry>
+        </variablelist>
+    </refsect2>
+
     <refsect2><title>E-mail</title>
     <variablelist>
 
     </variablelist>
     </refsect2>
 
+    <refsect2><title>SIP2-related</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>koha-enable-sip</option></term>
+        <listitem>
+          <para>Copies the SIP configuration file to allow SIP to be controlled by init scripts.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>koha-start-sip</option></term>
+        <listitem>
+          <para>Starts the SIP daemon for the specified Koha instances.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>koha-stop-sip</option></term>
+        <listitem>
+          <para>Stops the SIP daemon for the specified Koha instances.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+    </refsect2>
+
     <refsect2><title>Misc</title>
     <variablelist>
 
           <para>Run a command for each Koha instance. Takes the same arguments as koha-list.</para>
         </listitem>
       </varlistentry>
+
+      <varlistentry>
+        <term><option>koha-shell</option></term>
+        <listitem>
+          <para>This command behaves something like su(1), but provides you with a shell as the koha user, and with the environment pointing to the right places.</para>
+        </listitem>
+      </varlistentry>
     </variablelist>
     </refsect2>
   </refsect1>
+
   
   <refsect1><title>Bugs</title>
   <para>The scripts are a bit fragile. If something goes wrong, they do not clean up after themselves.</para>