Bug fix: Update documentation
[geeqie.git] / doc / docbook / GuideOtherSoftware.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <chapter id="GuideOtherSoftware">
3   <title id="titleGuideOtherSoftware">Useful Software</title>
4   <para>This is a list of other software that users might find useful in conjunction with Geeqie.</para>
5   <section id="OtherSoftware">
6   <section id="Entangle">
7     <title>Entangle</title>
8     <para>
9       Tethered photography:
10       <ulink url="https://entangle-photo.org/">https://entangle-photo.org/</ulink>
11     </para>
12   </section>
13   <section id="Photini">
14     <title>Photini</title>
15     <para>
16       Digital photograph metadata editor:
17       <ulink url="https://photini.readthedocs.io/en/latest/">https://photini.readthedocs.io/en/latest/</ulink>
18     </para>
19   </section>
20   <section id="Unison">
21     <title>Unison</title>
22     <para>
23        Unison allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other (n.b. there is a GTK GUI .deb package):
24       <ulink url="https://www.cis.upenn.edu/~bcpierce/unison/">https://www.cis.upenn.edu/~bcpierce/unison/</ulink>
25     </para>
26   </section>
27   <section id="GeeqieCacheMaintenance">
28     <title>Geeqie Cache Maintenance</title>
29     <para>
30       Command line program to automatically create or update thumbnails and similarity data: <link linkend="CacheMaintenance"><code>geeqie-cache-maintenance</code></link>
31     </para>
32   </section>
33   <section id="KeywordMerge">
34     <title>Keyword Merge</title>
35     <para>
36        This program will merge the keyword tree of one Geeqie configuration file into another. The keyword trees are simply concatenated. When Geeqie loads the resulting configuration file, any duplicates are discarded: <ulink url="https://raw.githubusercontent.com/BestImageViewer/geeqie/master/scripts/keyword_merge.sh">keyword_merge.sh</ulink>
37     </para>
38   </section>
39   <section id="InstallDebian">
40     <title>Install Geeqie from sources on Debian</title>
41     <para>
42       This script will clone the Geeqie repository, fulfill all dependencies, and install Geeqie on a Debian based system: <ulink url="https://raw.githubusercontent.com/BestImageViewer/geeqie/master/geeqie-install-debian.sh">geeqie-install-debian.sh</ulink>
43     </para>
44   </section>
45   <section id="GenericInstall">
46     <title>Generic install script</title>
47     <para>
48       This script will install Geeqie to a defined location, and will run under any system. However, it is left to you to make sure dependencies are fulfilled: <ulink url="https://raw.githubusercontent.com/pixlsus/Scripts/master/build-geeqie">build-geeqie</ulink>
49     </para>
50   </section>
51   <section id="DecodeSim">
52     <title>Decoder for .sim files</title>
53     <para>
54       This program is unlikely to be of interest to most users. It shows a summary of the contents of a .sim file. (Requires perl to be installed): <ulink url="https://raw.githubusercontent.com/BestImageViewer/geeqie/master/scripts/decode_sim">decode_sim</ulink>
55     </para>
56   </section>
57   </section>
58 </chapter>