Hello

I see that version 1.2.3 has been released, but the website has not been updated adequately. I started out with the intention of only updating the old version number and obsolete sentences, but found further issues which lead to my rewriting of the whole page.

Main things that I changed:
- Reordered the sections according to what users look for most often when visiting a website. - Rewrote much of the text to fix grammar, make wording and style consistent and merge information that was duplicated across multiple sections. - Introduced some good practices into the CSS file, such as using em instead of px.
- Added the missing link to GitHub so that users can easily report bugs.
- Added some missing important features, such as the support for color management.
- Fixed inconsistent formatting style of the HTML and CSS files.

I hope you find this patch to your liking and accept it.

Kind regards
DrSlony
From 8321d53938c771d847224c0b65588fb58acec699 Mon Sep 17 00:00:00 2001
From: Beep6581 <enterthey...@gmail.com>
Date: Tue, 12 Apr 2016 21:35:11 +0200
Subject: [PATCH] Updated web.

---
 web/default.css |  33 ++++++------
 web/index.html  | 163 ++++++++++++++++++++++++++++++--------------------------
 web/tidy.conf   |   7 +++
 3 files changed, 109 insertions(+), 94 deletions(-)
 create mode 100644 web/tidy.conf

diff --git a/web/default.css b/web/default.css
index 5128e9d..d0dc815 100644
--- a/web/default.css
+++ b/web/default.css
@@ -1,29 +1,28 @@
-
-
 #header {
     margin: 0 0 0 0;
-    text-align : center;
-    width : 740px;
+    text-align: center;
+    width: 50em;
     border: 1px solid #8BA0FF;
     background: #d0e0ff;
-
-  }
-
+}
 
 #side {
-    float : left;
-    width : 150px;
-    padding-left : 5px;
-  }
+    float: left;
+    width: 10em;
+    padding: 1em;
+}
 
 #side ul {
-    padding-left : 0.5em;
-    margin-left : 0.5em;
+    padding-left: 0;
+    margin-left: 0.5em;
 }
 
 #main {
-    width : 600px;
-    margin-top : 20px;
-    margin-left : 160px;
-  }
+    width: 40em;
+    margin-top: 1em;
+    margin-left: 12em;
+}
 
+#main h1 {
+    margin-top: 1em;
+}
diff --git a/web/index.html b/web/index.html
index a074006..d55fffd 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1,83 +1,92 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd";>
 <html>
-   <head>
-      <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 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="side">
-	 <ul>
-	    <li><a href="//geeqie.org">Main Page</a></li>
-	    <li><a href="geeqie-1.2.3.tar.xz" rel="nofollow">Tarball</a> and <a href="geeqie-1.2.3.tar.xz.asc" rel="nofollow">GnuPG sig.</a></li>
-	    <li><a href="/cgi-bin/gitweb.cgi?p=geeqie.git" rel="nofollow">Git Source</a></li>
-	    <!-- only while we still host the ML at sf. -->
-	    <li><a href="//lists.sourceforge.net/lists/listinfo/geeqie-devel">Mailinglist</a></li>
-	    <!-- sf links dropped: apps trac geeqie wiki GuideIndex, roadmap, new_features, TODO, screenshots, links, DocStatus -->
-	    <li><a href="//www.mail-archive.com/geeqie-devel@lists.sourceforge.net/">mail-archive</a></li>
-	    <li><a href="//news.gmane.org/gmane.comp.gnome.apps.geeqie.devel">gmane.org</a></li>
-	 </ul>
-      </div>
-      <div id="main"> Geeqie is a lightweight image viewer for Linux, BSDs and "compatibles".
-	 <h1>Geeqie Project Status</h1>
-	 <p>Geeqie is currently (April 2016) on stable release 1.2.3,
-	 and actively being developed by a number of contributors,
-	 with upcoming maintenance release v1.2.3 and feature release 1.3.
-	 both expected in March 2016.</p>
-	 <p>
-	 However, there is a big mess with the old project pages at SF.
-	 Even though we still use their mailing list infrastructure for now,
-	 the canonical Geeqie project information, Geeqie help and
-	 documentation, relevant links and other things of interest for
-	 Geeqie users, contributors and developers is, or will be, here.</p>
-	 <h1>Main features</h1>
-	 <ul>
-	    <li><A href="//en.wikipedia.org/wiki/Exif">EXIF</A>,
-	       <A href="//en.wikipedia.org/wiki/IPTC">IPTC</A>
-	       and <A href="//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="//en.wikipedia.org/wiki/Raw_image_format">raw image formats</A></li>
-	    <li>tools for image comparison, sorting and managing photo collection</li>
-	 </ul>
+<head>
+    <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.3.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="side">
+        <ul>
+            <li><a href="//geeqie.org">Main Page</a></li>
+            <li>Source Code
+                <ul>
+                    <li><a href="geeqie-1.2.3.tar.xz" rel="nofollow">Tarball</a>,</li>
+                    <li><a href="geeqie-1.2.3.tar.xz.asc" rel="nofollow">GnuPG signature</a></li>
+                    <li><a href="/cgi-bin/gitweb.cgi?p=geeqie.git" rel="nofollow">Git</a></li>
+                </ul>
+            </li>
+            <li><a href="//github.com/BestImageViewer/geeqie">GitHub (Bugs)</a></li>
+            <li>Mailing Lists
+                <ul>
+                    <li><a href="//lists.sourceforge.net/lists/listinfo/geeqie-devel">Subscribe</a></li>
+                    <li><a href="//www.mail-archive.com/geeqie-devel@lists.sourceforge.net/">Archive - SF</a></li>
+                    <li><a href="//news.gmane.org/gmane.comp.gnome.apps.geeqie.devel">Archive - Gmane</a></li>
+                </ul>
+            </li>
+            <!-- sf links dropped: apps trac geeqie wiki GuideIndex, roadmap, new_features, TODO, screenshots, links, DocStatus -->
+        </ul>
+    </div>
+    <div id="main">
+        <p>Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.</p>
+        <p>The latest version is 1.2.3 released on 2016-04-12.</p>
 
-	 <h2>Want to contribute?</h2>
+        <h1>Main Features</h1>
+        <ul>
+            <li>Lightweight and fast.</li>
+            <li><a href="//en.wikipedia.org/wiki/Exif">Exif</a>, <a href="//en.wikipedia.org/wiki/IPTC">IPTC</a> and
+            <a href="//en.wikipedia.org/wiki/Extensible_Metadata_Platform">XMP</a> metadata browsing and editing.</li>
+            <li>Color management.</li>
+            <li>Interoperability and 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="//en.wikipedia.org/wiki/Raw_image_format">raw</a> image formats.</li>
+            <li>Tools for comparing images and sorting and managing photo collections.</li>
+        </ul>
 
-	 <ul>
-	 <li>We are looking for translators and documentation writers.</li>
-	 <li>Obviously this project page could do with some fancy webdesign,
-	 screenshots, documentation and testimonials.</li>
-         </ul>
-	 <p>If you think you can help us out here, contact us on the mailing list.</p>
+        <h1>Dependencies</h1>
+        <p>Required libraries:</p>
+        <ul>
+            <li><a href="//www.gtk.org">GTK+ 2</a></li>
+        </ul>
+        <p>Optional libraries:</p>
+        <ul>
+            <li><a href="//www.exiv2.org">Exiv2</a></li>
+            <li><a href="//www.littlecms.com">LCMS</a></li>
+            <li><a href="//projects.gnome.org/libchamplain/">libchamplain</a></li>
+            <li><a href="//www.lua.org/">Lua</a></li>
+        </ul>
 
-	 <h3>Requirements</h3>
-	 Required libraries:
-	 <ul>
-	    <li><A href="//www.gtk.org">GTK 2</A></li>
-	 </ul>
-	 Optional libraries
-	 <ul>
-	    <li><A href="//www.exiv2.org">Exiv2</A></li>
-	    <li><A href="//www.littlecms.com">lcms</A></li>
-	    <li><A href="//projects.gnome.org/libchamplain/">libchamplain</A></li>
-	    <li><a href="//www.lua.org/">liblua</a></li>
-	 </ul>
+        <h1>History</h1>
+        <p>Geeqie is actively maintained by an international team of contributers. You are now browsing the project's
+        official and only actual website.</p>
+        <p>Geeqie was forked from the GQview project in 2008 because it was not possible to contact the GQview author
+        and only maintainer.</p>
+        <p>It has quickly integrated existing patches and keeps moving development forward.</p>
+        <p>The project was previously hosted on SourceForge, but we moved to gitosis when SF decided to bundle malware
+        with their downloads. The mailing list is the only infrastructure we still use from SF.</p>
+        <p>After the deprecation of Gitosis we moved to <code>www.geeqie.org</code> to provide the project with a
+        stable address.</p>
+        <p>You may still encounter links to old and dead Geeqie websites floating about the internet - if you do,
+        ignore them, and check here instead. Information encountered elsewhere should be considered obsolete.</p>
+        <h3>Version History</h3>
+        <ul>
+            <li>1.2.3 - 2016-04-12</li>
+            <li>1.2.2 - 2015-09-10</li>
+        </ul>
 
-	 <h3>History</h3>
-	 <p>Back in 2008, Geeqie has been forked from the GQview
-	 project, because it was not possible to contact the GQview author and only maintainer.</p>
-	 <p>Geeqie has quickly integrated existing patches, and keeps moving the development forward.</p>
-	 <p>We had this project on SF for a long time, then moved to
-	 Gitosis when SF decided to bundle malware with downloads.</p>
-	 <p>After the closing of Gitosis we moved to this place here, to have a
-	 stable address for the project. However, there are still many links to
-	 the old locations out there.</p>
-	 <p>There used to be some links to Source Forge here.
-	 Those are unmaintained, and nobody is able to access it anymore.</p>
-   </body>
+        <h1>Contribute</h1>
+        <p>Want to contribute?</p>
+        <ul>
+            <li>We are looking for translators and documentation writers.</li>
+            <li>We could do with some fancy web design, screenshots, documentation and testimonials.</li>
+        </ul>
+        <p>If you think you can help us out here, contact us through the mailing list.</p>
+    </div>
+</body>
 </html>
diff --git a/web/tidy.conf b/web/tidy.conf
new file mode 100644
index 0000000..05d3ecc
--- /dev/null
+++ b/web/tidy.conf
@@ -0,0 +1,7 @@
+// Configuration file for HTML Tidy 5.2.0.
+wrap: 120
+indent: auto
+clean: yes
+coerce-endtags: yes
+indent-spaces: 4
+
-- 
2.7.3

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to