[gnome-devel-docs/wip/develguide] Fix validation in platform-overview
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs/wip/develguide] Fix validation in platform-overview
- Date: Thu, 1 May 2014 08:57:12 +0000 (UTC)
commit bfdd0ec314891bd7292898645c9e7fd7d441ba32
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date: Thu May 1 10:45:18 2014 +0200
Fix validation in platform-overview
devel-guide/C/dev-launching-desktop.page | 6 ++++--
devel-guide/C/dev-launching-icons.page | 8 +++++---
devel-guide/C/dev-launching-mime.page | 3 ++-
devel-guide/C/dev-launching-startupnotify.page | 3 ++-
4 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/devel-guide/C/dev-launching-desktop.page b/devel-guide/C/dev-launching-desktop.page
index fff65ae..6fbdbe4 100644
--- a/devel-guide/C/dev-launching-desktop.page
+++ b/devel-guide/C/dev-launching-desktop.page
@@ -26,8 +26,10 @@
<p>Write and install a desktop file so that users can discover and launch
your application.</p>
- <p>GNOME uses the <link type="seealso"
href="http://standards.freedesktop.org/desktop-entry-spec/latest/index.html">freedesktop.org
- Desktop Entry</link> and <link type="seealso"
href="http://standards.freedesktop.org/desktop-menu-spec/latest/index.html">Desktop
+ <p>GNOME uses the
+ <link href="http://standards.freedesktop.org/desktop-entry-spec/latest/index.html">freedesktop.org
+ Desktop Entry</link> and
+ <link href="http://standards.freedesktop.org/desktop-menu-spec/latest/index.html">Desktop
Menu specifications</link> to describe application launchers. Installing a
desktop file is the standard way to register your application with GNOME and
other desktops.</p>
diff --git a/devel-guide/C/dev-launching-icons.page b/devel-guide/C/dev-launching-icons.page
index 3ed6496..6446f94 100644
--- a/devel-guide/C/dev-launching-icons.page
+++ b/devel-guide/C/dev-launching-icons.page
@@ -26,14 +26,16 @@
<p>Install an icon to identify your application.</p>
<p>When listing an icon in a desktop file, the image must be installed in a
- standard location, given by the <link type="seealso"
href="http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html">freedesktop.org
- Icon Theme</link> and <link type="seealso"
href="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon
+ standard location, given by the
+ <link href="http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html">freedesktop.org
+ Icon Theme</link> and
+ <link href="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon
Naming specifications</link>. As a minimum, an application should install a
48×48 pixel icon into <file><var>$prefix</var>/share/icons/hicolor/48x48/apps</file>
in PNG format.</p>
<p>To match with other icons, both in GNOME and other platforms, follow the
- <link type="seealso" href="http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines">Tango
+ <link href="http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines">Tango
Icon Theme guidelines</link> when creating icons and application artwork.</p>
</page>
diff --git a/devel-guide/C/dev-launching-mime.page b/devel-guide/C/dev-launching-mime.page
index a5caf27..be0de55 100644
--- a/devel-guide/C/dev-launching-mime.page
+++ b/devel-guide/C/dev-launching-mime.page
@@ -43,7 +43,8 @@ MimeType=image/png</code>
supported MIME type.</p>
<p>Custom MIME types can be added to the system-wide MIME database, but this
- is outside the scope of this guide. The <link type="seealso"
href="http://standards.freedesktop.org/shared-mime-info-spec/latest/">Shared
+ is outside the scope of this guide. The
+ <link href="http://standards.freedesktop.org/shared-mime-info-spec/latest/">Shared
MIME-Info Database</link> specification for more details.</p>
</page>
diff --git a/devel-guide/C/dev-launching-startupnotify.page b/devel-guide/C/dev-launching-startupnotify.page
index 343c40c..b682006 100644
--- a/devel-guide/C/dev-launching-startupnotify.page
+++ b/devel-guide/C/dev-launching-startupnotify.page
@@ -25,7 +25,8 @@
<p>Notify the user when your application has finished starting up.</p>
- <p>GNOME implements the <link type="seealso"
href="http://standards.freedesktop.org/desktop-entry-spec/latest/index.html">Startup
+ <p>GNOME implements the
+ <link href="http://standards.freedesktop.org/desktop-entry-spec/latest/index.html">Startup
Notification protocol</link>, to give feedback to the user when application
startup finishes.</p>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]