diff --git a/format/desktop_entry/README b/format/desktop_entry/README index efeebec..3df32e2 100644 --- a/format/desktop_entry/README +++ b/format/desktop_entry/README @@ -1,12 +1,8 @@ -The desktop_entry module implements the XDG Desktop Entry Specification as -described in (https://specifications.freedesktop.org/desktop-entry-spec/latest). -Since other specifications make use of the basic desktop entry format (but with -different group names, entry requirements, etc.), this module implements: - -1. The generalized format, and -2. A second processing stage to retrieve values relevant to desktop entries and - to validate them. - -This module will attempt to accept malformed files for the purposes of retaining -their underlying representation, and being able to reproduce that representation -when writing updated information to the files. +The desktop_entry module implements the basic format used by the XDG Desktop +Entry Specification as described in +(https://specifications.freedesktop.org/desktop-entry-spec/latest). Since other +specifications make use of the basic desktop entry format (but with different +group names, entry requirements, etc.), this module only implements the +generalized format. This module will attempt to accept malformed files for the +purposes of retaining their underlying representation, and being able to +reproduce that representation when writing updated information to the files. diff --git a/xdg/desktop_entry/README b/xdg/desktop_entry/README new file mode 100644 index 0000000..79a94c6 --- /dev/null +++ b/xdg/desktop_entry/README @@ -0,0 +1,3 @@ +The desktop_entry module implements the XDG Desktop Entry Specification as +described in (https://specifications.freedesktop.org/desktop-entry-spec/latest). +For the generalized format, see [[format::desktop_entry]].