view web/index.html @ 2884:f9a21c9891a0

Fix #658: Bug fix: reads of uninitialized data https://github.com/BestImageViewer/geeqie/pull/658
author Rinat Ibragimov <ibragimovrinat@mail.ru>
date Mon, 21 Jan 2019 11:54:49 +0000
parents c7a8c086862b
children
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<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>
    </div>
    <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/zesty/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="http://brewformulas.org/Geeqie">Brewformulas.org</a></p>
        <p>Solaris <a href="https://www.opencsw.org/package/geeqie/">Openscw.org Solaris 10 &amp; 11</a></p>
        <p>The source tar for Geeqie v1.4 is available <a href="http://geeqie.org/geeqie-1.4.tar.xz">here.</a></p>
        <p>However if you are compiling from sources it is recommended that you get the latest sources from the
        <a href="http://geeqie.org/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 -<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 registred 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>
</body>
</html>