AppImage - update web page
[geeqie.git] / web / index.html
index 035288c..57e4a41 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- $Id Exp $ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
 <html>
-  <head>
-    <title>Geeqie Image Viewer</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /=true>
-    <link rel="stylesheet" type="text/css" href="default.css" /=true>
-  </head>
-  <body>
+<head>
+    <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.2.0">
+    <title>Geeqie Image Viewer -- Main Project Page</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="description" content="Geeqie -- Aiming to be The Best Image/Photo Collection Viewer.">
+    <link rel="stylesheet" type="text/css" href="default.css">
+</head>
+<body>
     <div id="header">
-      <h1>Geeqie Image Viewer</h1>
+        <h1>Geeqie Image Viewer</h1>
     </div>
-    <div id="side">
-      <ul>      
-        <li><a href="http://geeqie.sourceforge.net">Main Page</a></li>
-        <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki">Trac Wiki</a>
-       <ul>
-         <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/GuideIndex">User Manual</a></li>
-         <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/roadmap">Roadmap</a></li>
-         <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/new_features">New Features</a></li>
-          <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/TODO">TODO List</a></li>
-          <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/screenshots">Screenshots</a></li>
-          <li><a href="http://sourceforge.net/apps/trac/geeqie/wiki/links">Links</a></li>
-        </ul>
-       </li>
-        <li><a href="http://sourceforge.net/projects/geeqie/">Project Page</a></li>
-        <li><a href="http://sourceforge.net/mail/?group_id=222125">Mailinglists</a></li>
-        <li><a href="http://sourceforge.net/project/showfiles.php?group_id=222125">Download</a>
-       <ul>
-         <li><a href="http://sourceforge.net/project/showfiles.php?group_id=222125">Source</a></li>
-          <li><a href="https://sourceforge.net/apps/trac/geeqie/wiki/BuildService">Packages</a></li>
-          <li><a href="http://sourceforge.net/svn/?group_id=222125">Subversion</a></li>
-        </ul>
-       </li>
-      </ul>     
-      <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=222125&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /=true></a>
+    <div id="main">
+        <p>Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.</p>
+        <p>It can be used as a simple, fast, database-free image viewer, but equally it can be used to manage large
+        collections of images.</p>
+        <h4>Features</h4>
+        <p>A summary of Geeqie may be found on its <a href="https://en.wikipedia.org/wiki/Geeqie">Wiki page</a>.</p>
+        <p>A more complete feature list is <a href="features.html">here.</a></p>
+        <p>And the <a href="help/GuideIndex.html">on-line Help file</a> gives even more detail.</p>
+        <p>A few <a href="screenshots/screenshots.html">screenshots</a> give an idea of the range of possibilities.</p>
+        <h4>Downloading and installation</h4>
+        <p>Geeqie is available as a package for several distributions:</p>
+        <p>Linux <select name="linux" id="linux">
+            <option value="https://apps.fedoraproject.org/packages/geeqie">
+                Fedora
+            </option>
+            <option value="https://packages.ubuntu.com/geeqie">
+                Ubuntu
+            </option>
+            <option value="https://community.linuxmint.com/software/view/gqview">
+                Linux Mint
+            </option>
+            <option value="https://packages.debian.org/stable/geeqie">
+                Debian/Devuan
+            </option>
+            <option value="https://packages.gentoo.org/packages/media-gfx/geeqie">
+                Gentoo
+            </option>
+            <option value="https://www.archlinux.org/packages/extra/x86_64/geeqie/">
+                Arch
+            </option>
+            <option value="https://software.opensuse.org/package/geeqie">
+                OpenSuse
+            </option>
+            <option value="https://madb.mageia.org/package/show/release/3/name/geeqie">
+                Mageia
+            </option>
+            <option value="https://pkgs.alpinelinux.org/contents?branch=edge&amp;name=geeqie&amp;arch=x86&amp;repo=main">
+                Alpine Linux
+            </option>
+        </select></p>
+        <script type="text/javascript">
+        var urlmenu = document.getElementById( 'linux' );
+        urlmenu.onchange = function() {
+        window.open(  this.options[ this.selectedIndex ].value );
+        };
+        </script>
+        <p>BSD <select name="bsd" id="bsd">
+            <option value="ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/graphics/geeqie/">
+                NetBSD
+            </option>
+            <option value="ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/graphics/geeqie/">
+                NetBSD
+            </option>
+            <option value="http://ports.su/graphics/geeqie">
+                OpenBSD
+            </option>
+            <option value="https://www.freshports.org/graphics/geeqie/">
+                FreeBSD
+            </option>
+        </select></p>
+        <script type="text/javascript">
+        var urlmenu = document.getElementById( 'bsd' );
+        urlmenu.onchange = function() {
+        window.open(  this.options[ this.selectedIndex ].value );
+        };
+        </script>
+        <p>MacOS X <a href="https://formulae.brew.sh/formula/geeqie">Homebrew Formulae</a></p>
+        <p>Solaris <a href="https://www.opencsw.org/package/geeqie/">Openscw.org Solaris 10 &amp; 11</a></p>
+        <p>Geeqie is also available:</p>
+        <ul><li>as a <a href="https://flathub.org/apps/details/org.geeqie.Geeqie">Flatpak</a> from the <a href="https://flathub.org/home">Flathub site</a></li>
+        <li>as an <a href="https://cclark.uk/Geeqie">AppImage</a></li></ul>
+       <p>The source tar for Geeqie v1.5 is available <a href="/geeqie-1.5.tar.xz">here.</a> (Signature also available under <a href="/geeqie-1.5.tar.xz.asc">geeqie-1.5.tar.xz.asc</a>)</p>
+        <p>However if you are compiling from sources it is recommended that you get the latest sources from the
+        <a href="/cgi-bin/gitweb.cgi?p=geeqie.git">Geeqie repository.</a></p>Geeqie is stable, there
+        are frequent updates, and compiling is a quick and painless task. The instructions for <a href=
+        "installing.html">downloading and installing</a> are easy to follow.
+        <p>For Ubuntu and other Debian-based systems, <a href="http://www.geeqie.org/web/geeqie-install-debian.sh"> this script</a> will download Geeqie sources, all dependencies, and compile and install Geeqie. You may also select which optional libraries to install.</p>
+        <h4>Support</h4>
+       <p>If you need help or have questions about Geeqie, just <a href="mailto:geeqie@freelists.org">send a message</a> to the <a href="https://www.freelists.org/list/geeqie">mailing list</a>.
+       <form action="https://www.freelists.org/cgi-bin/subscription.cgi" method="post">
+          Although it is not mandatory, we encourage you to subscribe. Please note that you will not automatically receive responses to your message unless you are subscribed -<br/>Your email address: <input type="text" name="email">
+          <input type="hidden" name="list" value="geeqie">
+          <input type="hidden" name="url_or_message" value="You are registered to geeqie mailing list now.">
+          <input type="hidden" name="action" value="subscribe">
+          <input type="submit" value="Go!">
+       </form>
+        <p>For bugs and feature requests, <a href="https://github.com/BestImageViewer/geeqie/issues">Geeqie at
+        GitHub</a> is the place to go.</p>
     </div>
-    <div id="main"> Geeqie is a lightweight Gtk+ based image viewer for Unix like operating systems.
-      <h3>Main features</h3>
-        <ul>
-          <li><A href="http://en.wikipedia.org/wiki/Exif">EXIF</A>, 
-              <A href="http://en.wikipedia.org/wiki/IPTC">IPTC</A> 
-               and <A href="http://en.wikipedia.org/wiki/Extensible_Metadata_Platform">XMP</A>
-               metadata browsing and editing</li>
-          <li>interoperability, easy integration with other software</li>
-          <li>geeqie works on files and directories, there is no need to import images</li>
-          <li>fast preview for many <A href="http://en.wikipedia.org/wiki/Raw_image_format">raw image formats</A></li>
-          <li>tools for image comparison, sorting and managing photo collection</li>
-        </ul>
-
-      <h1><A href="https://sourceforge.net/apps/trac/geeqie/wiki/DocStatus">We are looking for translators and documentation writers.</A></h1>
-
-      <h3>Requirements</h3>
-        Required libraries:
-        <ul>
-          <li><A href="http://www.gtk.org">GTK 2</A></li>
-        </ul>
-        Optional libraries 
-        <ul>
-          <li><A href="http://www.exiv2.org">Exiv2</A></li>
-          <li><A href="http://www.littlecms.com">lcms</A></li>
-          <li><A href="http://projects.gnome.org/libchamplain/">libchamplain</A></li>
-        </ul>
-
-      <h3>History</h3>
-        Geeqie has been forked from <a href="http://gqview.sourceforge.net">gqview</a> 
-        project, because it was not possible to contact gqview author and the only maintainer.
-        Geeqie projects goal is to move the development forward and also integrate the existing patches.
-
-      <h3>Project Status</h3>
-        Geeqie is currently short before releasing stable release 1.0. All planned features are implemented, 
-        there are however issues that needs to be finished, like documentation or translations.</div>
-  </body>
+</body>
 </html>