From cd4334e6059838cb6f5b9c48256e3e70934f3b2f Mon Sep 17 00:00:00 2001 From: Beep6581 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 5128e9d4..d0dc8151 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 a0740061..d55fffd4 100644 --- a/web/index.html +++ b/web/index.html @@ -1,83 +1,92 @@ - + - - Geeqie Image Viewer -- Main Project Page - - - - - - -
- -
-
Geeqie is a lightweight image viewer for Linux, BSDs and "compatibles". -

Geeqie Project Status

-

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.

-

- 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.

-

Main features

- + + + Geeqie Image Viewer -- Main Project Page + + + + + + +
+ +
+
+

Geeqie is a lightweight image viewer for Linux, BSDs and compatibles.

+

The latest version is 1.2.3 released on 2016-04-12.

-

Want to contribute?

+

Main Features

+
    +
  • Lightweight and fast.
  • +
  • Exif, IPTC and + XMP metadata browsing and editing.
  • +
  • Color management.
  • +
  • Interoperability and easy integration with other software.
  • +
  • Geeqie works on files and directories, there is no need to import images.
  • +
  • Fast preview for many raw image formats.
  • +
  • Tools for comparing images and sorting and managing photo collections.
  • +
-
    -
  • We are looking for translators and documentation writers.
  • -
  • Obviously this project page could do with some fancy webdesign, - screenshots, documentation and testimonials.
  • -
-

If you think you can help us out here, contact us on the mailing list.

+

Dependencies

+

Required libraries:

+ +

Optional libraries:

+ -

Requirements

- Required libraries: - - Optional libraries - +

History

+

Geeqie is actively maintained by an international team of contributers. You are now browsing the project's + official and only actual website.

+

Geeqie was forked from the GQview project in 2008 because it was not possible to contact the GQview author + and only maintainer.

+

It has quickly integrated existing patches and keeps moving development forward.

+

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.

+

After the deprecation of Gitosis we moved to www.geeqie.org to provide the project with a + stable address.

+

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.

+

Version History

+
    +
  • 1.2.3 - 2016-04-12
  • +
  • 1.2.2 - 2015-09-10
  • +
-

History

-

Back in 2008, Geeqie has been forked from the GQview - project, because it was not possible to contact the GQview author and only maintainer.

-

Geeqie has quickly integrated existing patches, and keeps moving the development forward.

-

We had this project on SF for a long time, then moved to - Gitosis when SF decided to bundle malware with downloads.

-

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.

-

There used to be some links to Source Forge here. - Those are unmaintained, and nobody is able to access it anymore.

- +

Contribute

+

Want to contribute?

+
    +
  • We are looking for translators and documentation writers.
  • +
  • We could do with some fancy web design, screenshots, documentation and testimonials.
  • +
+

If you think you can help us out here, contact us through the mailing list.

+
+ diff --git a/web/tidy.conf b/web/tidy.conf new file mode 100644 index 00000000..05d3ecc0 --- /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.20.1