From 59d7a4d988cabe70259a6b74e6977774e87eaa1a Mon Sep 17 00:00:00 2001 From: Doomsdayrs Date: Tue, 10 May 2022 20:30:00 +0000 Subject: [PATCH 1/2] Convert README to MD --- README => README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) rename README => README.md (79%) diff --git a/README b/README.md similarity index 79% rename from README rename to README.md index 402219f..2d05eaa 100644 --- a/README +++ b/README.md @@ -1,8 +1,7 @@ +# gexiv2 +A GObject-based Exiv2 wrapper - gexiv2 - A GObject-based Exiv2 wrapper - -------------------------------------- - - * Introduction +## Introduction gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications. @@ -11,12 +10,12 @@ gexiv2's development and to make sure you're running the latest version. - * Installation & Licensing +## Installation & Licensing Please consult the INSTALL and COPYING files for more information. - * Contacting the developers +## Contacting the developers gexiv2 project page: https://wiki.gnome.org/Projects/gexiv2 -- GitLab From 3a1c5415f5c4842d36b1feb6a4edaf8a5d43106e Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 19 Aug 2023 11:04:03 +0200 Subject: [PATCH 2/2] doc: Merge information from Wiki into README --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d05eaa..ce984fb 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,32 @@ A GObject-based Exiv2 wrapper ## Contacting the developers - gexiv2 project page: https://wiki.gnome.org/Projects/gexiv2 + For reporting issues, please use Gitlab: + https://gitlab.gnome.org/GNOME/gexiv2/issues/new We also encourage you to discuss gexiv2 on GNOME Discourse. See https://discourse.gnome.org/tag/gexiv2 for details. + If you prefer chat, try Shotwell's matrix room: + https://matrix.to/#/#shotwell:gnome.org +## Further resources + + [Git repository](https://gitlab.gnome.org/GNOME/gexiv2) + [API documentation](https://gnome.pages.gitlab.gnome.org/gexiv2/docs) + [Issue list](https://gitlab.gnome.org/GNOME/gexiv2/issues) + [All source archives](https://download.gnome.org/sources/gexiv2/) + [Release history](https://download.gnome.org/sources/gexiv2/) + +## Provenience + + The Yorba Foundation inherited the initial gexiv2 code from Mike Gemuende + (his initial repository was available at gitorious but is now defunct + here). + + Yorba transferred the copyright to the Software Freedom Conservancy in + 2016. It has been maintained by people from the GNOME community since. + Copyright 2016 Software Freedom Conservancy Inc. -- GitLab