diff options
Diffstat (limited to 'basedir')
-rw-r--r-- | basedir/basedir-spec.xml | 69 |
1 files changed, 35 insertions, 34 deletions
diff --git a/basedir/basedir-spec.xml b/basedir/basedir-spec.xml index 8e6fff6..a8708e9 100644 --- a/basedir/basedir-spec.xml +++ b/basedir/basedir-spec.xml @@ -1,6 +1,6 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ - ]> + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ + ]> <article id="index"> <articleinfo> <title>XDG Base Directory Specification</title> @@ -8,31 +8,31 @@ <pubdate>24th November 2010</pubdate> <authorgroup> <author> - <firstname>Waldo</firstname> - <surname>Bastian</surname> - <affiliation> - <address> - <email>bastian@kde.org</email> - </address> - </affiliation> + <firstname>Waldo</firstname> + <surname>Bastian</surname> + <affiliation> + <address> + <email>bastian@kde.org</email> + </address> + </affiliation> </author> <author> - <firstname>Ryan</firstname> - <surname>Lortie</surname> - <affiliation> - <address> - <email>desrt@desrt.ca</email> - </address> - </affiliation> + <firstname>Ryan</firstname> + <surname>Lortie</surname> + <affiliation> + <address> + <email>desrt@desrt.ca</email> + </address> + </affiliation> </author> <author> - <firstname>Lennart</firstname> - <surname>Poettering</surname> - <affiliation> - <address> - <email>lennart@poettering.net</email> - </address> - </affiliation> + <firstname>Lennart</firstname> + <surname>Poettering</surname> + <affiliation> + <address> + <email>lennart@poettering.net</email> + </address> + </affiliation> </author> </authorgroup> </articleinfo> @@ -100,24 +100,25 @@ </itemizedlist> </para> - <para>All paths set in these environment variables must be - absolute. If an implementation encounters a relative path in any - of these variables it should consider the path invalid and ignore - it.</para> + <para> + All paths set in these environment variables must be + absolute. If an implementation encounters a relative path in any + of these variables it should consider the path invalid and ignore + it. + </para> </sect1> - <sect1 id="variables"> <title>Environment variables</title> <para> <literal>$XDG_DATA_HOME</literal> defines the base directory relative to - which user specific data files should be stored. If + which user-specific data files should be stored. If <literal>$XDG_DATA_HOME</literal> is either not set or empty, a default equal to <literal>$HOME</literal>/.local/share should be used. </para> <para> <literal>$XDG_CONFIG_HOME</literal> defines the base directory relative to - which user specific configuration files should be stored. If + which user-specific configuration files should be stored. If <literal>$XDG_CONFIG_HOME</literal> is either not set or empty, a default equal to <literal>$HOME</literal>/.config should be used. </para> @@ -130,7 +131,7 @@ </para> <para> If <literal>$XDG_DATA_DIRS</literal> is either not set or empty, a value equal to - /usr/local/share/:/usr/share/ should be used. + /usr/local/share:/usr/share should be used. </para> <para> <literal>$XDG_CONFIG_DIRS</literal> defines the preference-ordered set of @@ -156,7 +157,7 @@ </para> <para> <literal>$XDG_CACHE_HOME</literal> defines the base directory relative to - which user specific non-essential data files should be stored. If + which user-specific non-essential data files should be stored. If <literal>$XDG_CACHE_HOME</literal> is either not set or empty, a default equal to <literal>$HOME</literal>/.cache should be used. </para> @@ -219,7 +220,7 @@ </listitem> <listitem> <para> - A user specific version of the data file may be created in + A user-specific version of the data file may be created in <literal>$XDG_DATA_HOME</literal>/subdir/filename, taking into account the default value for <literal>$XDG_DATA_HOME</literal> if <literal>$XDG_DATA_HOME</literal> is not set. @@ -249,7 +250,7 @@ </listitem> <listitem> <para> - A user specific version of the configuration file may be created in + A user-specific version of the configuration file may be created in <literal>$XDG_CONFIG_HOME</literal>/subdir/filename, taking into account the default value for <literal>$XDG_CONFIG_HOME</literal> if <literal>$XDG_CONFIG_HOME</literal> is not set. |