[eog-plugins] appdata: Escape ampersands in AppData XML



commit f5d9e7bc60bc0b35f645ed79d889a4f9ea39d2f1
Author: Felix Riemann <friemann gnome org>
Date:   Sat Aug 9 21:05:54 2014 +0200

    appdata: Escape ampersands in AppData XML
    
    Otherwise the XML is invalid and intltool will complain.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731676

 .../exif-display/eog-exif-display.metainfo.xml.in  |    2 +-
 .../eog-export-to-folder.metainfo.xml.in           |    2 +-
 .../fit-to-width/eog-fit-to-width.metainfo.xml.in  |    2 +-
 .../fullscreenbg/eog-fullscreenbg.metainfo.xml.in  |    2 +-
 .../eog-hide-titlebar.metainfo.xml.in              |    2 +-
 .../light-theme/eog-light-theme.metainfo.xml.in    |    2 +-
 plugins/map/eog-map.metainfo.xml.in                |    2 +-
 plugins/postasa/eog-postasa.metainfo.xml.in        |    2 +-
 plugins/postr/eog-postr.metainfo.xml.in            |    2 +-
 .../eog-pythonconsole.metainfo.xml.in              |    2 +-
 .../send-by-mail/eog-send-by-mail.metainfo.xml.in  |    2 +-
 .../eog-slideshowshuffle.metainfo.xml.in           |    2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/plugins/exif-display/eog-exif-display.metainfo.xml.in 
b/plugins/exif-display/eog-exif-display.metainfo.xml.in
index 4a8cbb5..3d182d6 100644
--- a/plugins/exif-display/eog-exif-display.metainfo.xml.in
+++ b/plugins/exif-display/eog-exif-display.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Exif Display</_name>
   <_summary>Displays a few camera setting Exif tags in the sidebar and optionally the statusbar</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/export-to-folder/eog-export-to-folder.metainfo.xml.in 
b/plugins/export-to-folder/eog-export-to-folder.metainfo.xml.in
index d6f4edd..ea4e40c 100644
--- a/plugins/export-to-folder/eog-export-to-folder.metainfo.xml.in
+++ b/plugins/export-to-folder/eog-export-to-folder.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Export to Folder</_name>
   <_summary>Export the current image to a separate directory</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/fit-to-width/eog-fit-to-width.metainfo.xml.in 
b/plugins/fit-to-width/eog-fit-to-width.metainfo.xml.in
index ce6e5cf..cfffcc1 100644
--- a/plugins/fit-to-width/eog-fit-to-width.metainfo.xml.in
+++ b/plugins/fit-to-width/eog-fit-to-width.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Zoom to fit image width</_name>
   <_summary>Adjusts the zoom to have the image's width fit into the window</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/fullscreenbg/eog-fullscreenbg.metainfo.xml.in 
b/plugins/fullscreenbg/eog-fullscreenbg.metainfo.xml.in
index 9830deb..41766c6 100644
--- a/plugins/fullscreenbg/eog-fullscreenbg.metainfo.xml.in
+++ b/plugins/fullscreenbg/eog-fullscreenbg.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Fullscreen Background</_name>
   <_summary>Enables changing background in fullscreen mode</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/hide-titlebar/eog-hide-titlebar.metainfo.xml.in 
b/plugins/hide-titlebar/eog-hide-titlebar.metainfo.xml.in
index d3899ec..745cbbe 100644
--- a/plugins/hide-titlebar/eog-hide-titlebar.metainfo.xml.in
+++ b/plugins/hide-titlebar/eog-hide-titlebar.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Hide Titlebar</_name>
   <_summary>Hides the titlebar of maximized windows</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/light-theme/eog-light-theme.metainfo.xml.in 
b/plugins/light-theme/eog-light-theme.metainfo.xml.in
index b8659cf..a01b813 100644
--- a/plugins/light-theme/eog-light-theme.metainfo.xml.in
+++ b/plugins/light-theme/eog-light-theme.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Disable dark theme</_name>
   <_summary>Disables dark theme</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/map/eog-map.metainfo.xml.in b/plugins/map/eog-map.metainfo.xml.in
index 65d8d73..a5bb6e9 100644
--- a/plugins/map/eog-map.metainfo.xml.in
+++ b/plugins/map/eog-map.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Map</_name>
   <_summary>Displays on a map in the side panel where the picture was taken</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/postasa/eog-postasa.metainfo.xml.in b/plugins/postasa/eog-postasa.metainfo.xml.in
index 7ed8d5c..a01dc31 100644
--- a/plugins/postasa/eog-postasa.metainfo.xml.in
+++ b/plugins/postasa/eog-postasa.metainfo.xml.in
@@ -5,7 +5,7 @@
   <_name>Picasa Web Uploader</_name>
   <_summary>Supports uploading photos to Google Picasa Web</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/postr/eog-postr.metainfo.xml.in b/plugins/postr/eog-postr.metainfo.xml.in
index 28ccd35..2a6b744 100644
--- a/plugins/postr/eog-postr.metainfo.xml.in
+++ b/plugins/postr/eog-postr.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Postr</_name>
   <_summary>Supports uploading photos to Flickr</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/pythonconsole/eog-pythonconsole.metainfo.xml.in 
b/plugins/pythonconsole/eog-pythonconsole.metainfo.xml.in
index 5f95d10..2da782e 100644
--- a/plugins/pythonconsole/eog-pythonconsole.metainfo.xml.in
+++ b/plugins/pythonconsole/eog-pythonconsole.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Python Console</_name>
   <_summary>Adds a python console</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/send-by-mail/eog-send-by-mail.metainfo.xml.in 
b/plugins/send-by-mail/eog-send-by-mail.metainfo.xml.in
index bbba717..6869b24 100644
--- a/plugins/send-by-mail/eog-send-by-mail.metainfo.xml.in
+++ b/plugins/send-by-mail/eog-send-by-mail.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Send by Mail</_name>
   <_summary>Sends an image attached to a new mail</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>
diff --git a/plugins/slideshowshuffle/eog-slideshowshuffle.metainfo.xml.in 
b/plugins/slideshowshuffle/eog-slideshowshuffle.metainfo.xml.in
index 70f2f6c..e86ecdc 100644
--- a/plugins/slideshowshuffle/eog-slideshowshuffle.metainfo.xml.in
+++ b/plugins/slideshowshuffle/eog-slideshowshuffle.metainfo.xml.in
@@ -6,7 +6,7 @@
   <_name>Slideshow Shuffle</_name>
   <_summary>Shuffles the photos in slideshow mode</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/EyeOfGnome/Plugins</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=eog&amp;component=plugins</url>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <updatecontact>i gnatenko brain gmail com</updatecontact>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]