diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2005-02-24 17:53:52 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2005-02-24 17:53:52 +0000 |
commit | 320bb6dd79bd68a5e26fed89d433e1c9e4138de8 (patch) | |
tree | 5395d65dd82100947f12497337d61b946d135e97 /menu | |
parent | 2c71357aabdea54a3cd2253d39f77bdcbd766c35 (diff) | |
download | xdg-specs-320bb6dd79bd68a5e26fed89d433e1c9e4138de8.tar.xz |
Fixed links to www.freedesktop.org
Diffstat (limited to 'menu')
-rw-r--r-- | menu/ChangeLog | 4 | ||||
-rw-r--r-- | menu/menu-spec.xml | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/menu/ChangeLog b/menu/ChangeLog index b49b172..04a5209 100644 --- a/menu/ChangeLog +++ b/menu/ChangeLog @@ -1,3 +1,7 @@ +2005-02-24 Waldo Bastian <bastian@kde.org> + + * menu-spec.xml: Fixed links to www.freedesktop.org + 2004-12-13 Mark McLoughlin <mark@skynet.ie> * menu-spec.xml: elaboration from Waldo. diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml index 506c8eb..4a96308 100644 --- a/menu/menu-spec.xml +++ b/menu/menu-spec.xml @@ -75,7 +75,7 @@ <para> The basic scheme is very simple. Information about each application (menu item) is stored in a desktop entry (see <ulink - url="http://www.freedesktop.org/standards/desktop-entry-spec">Desktop + url="http://www.freedesktop.org/Standards/desktop-entry-spec">Desktop Entry Standard</ulink>). Then an XML configuration file defines the hierarchical arrangement (layout) of menu items, and which menu items are actually displayed. @@ -96,9 +96,9 @@ <sect1 id="paths"> <title>File locations</title> <para> - Files involved in this specification are located according to the "desktop - base directory specification" which can be found on <ulink - url="http://www.freedesktop.org/standards/">www.freedesktop.org</ulink>. + Files involved in this specification are located according to the <ulink + url="http://www.freedesktop.org/Standards/basedir-spec">"desktop + base directory specification"</ulink>. </para> <para> Here are the files defined by this specification: @@ -175,7 +175,7 @@ <title>Extensions to the desktop entry format</title> <para> This specification adds three new fields to <ulink -url="http://www.freedesktop.org/standards/desktop-entry-spec">desktop +url="http://www.freedesktop.org/Standards/desktop-entry-spec">desktop entries</ulink>: <varname>Categories</varname>, <varname>OnlyShowIn</varname> and <varname>NotShowIn</varname>. </para> @@ -1975,7 +1975,7 @@ entries</ulink>: <varname>Categories</varname>, <para> A desktop entry is a file with a name ending in the ".desktop" extension which conforms to the <ulink - url="http://www.freedesktop.org/standards/desktop-entry-spec">desktop + url="http://www.freedesktop.org/Standards/desktop-entry-spec">desktop entry specification</ulink>. It describes a menu item, including a name, an icon, and what to do when the item is selected. Desktop entries are also known as ".desktop files." @@ -2005,7 +2005,7 @@ entries</ulink>: <varname>Categories</varname>, <para> A directory entry is a file with a name ending in the ".directory" extension which conforms to the <ulink - url="http://www.freedesktop.org/standards/desktop-entry-spec">desktop + url="http://www.freedesktop.org/Standards/desktop-entry-spec">desktop entry specification</ulink>. It describes gives a localized name and an icon for a submenu. Directory entries are also known as ".directory files." |