aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/data-storage.page
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/data-storage.page')
-rw-r--r--help/C/data-storage.page12
1 files changed, 6 insertions, 6 deletions
diff --git a/help/C/data-storage.page b/help/C/data-storage.page
index 8ea0af392b..8e02401513 100644
--- a/help/C/data-storage.page
+++ b/help/C/data-storage.page
@@ -6,7 +6,7 @@
<link type="guide" xref="index#common-other-problems" />
- <revision pkgversion="2.32.1" version="0.2" date="2011-07-21" status="draft"/>
+ <revision pkgversion="3.1.91" version="0.3" date="2011-09-29" status="draft"/>
<credit type="author">
<name>Andre Klapper</name>
<email>ak-47@gmx.net</email>
@@ -20,7 +20,7 @@
<title>Data storage locations</title>
<note style="tip">
-<p>This is only interesting for advanced users that want to debug problems.</p>
+<p>This is only interesting for advanced users who want to debug problems.</p>
</note>
<p>If you run Evolution 2.32.0 or later, data will be stored according to the <link href="http://www.freedesktop.org/wiki/Specifications/basedir-spec">XDG Base Directory Specification</link>. By default this means:</p>
@@ -28,19 +28,19 @@
<terms>
<item>
<title>The user's data files</title>
-<p>$HOME/.local/share/evolution</p>
+<p><file>$HOME/.local/share/evolution</file></p>
</item>
<item>
<title>Various configuration and state files</title>
-<p>$HOME/.config/evolution</p>
+<p><file>$HOME/.config/evolution</file></p>
</item>
<item>
<title>Disposable data caches</title>
-<p>$HOME/.cache/evolution</p>
+<p><file>$HOME/.cache/evolution</file></p>
</item>
<item>
<title>Configuration settings in GConf</title>
-<p>$HOME/.gconf/apps/evolution</p>
+<p><file>$HOME/.gconf/apps/evolution</file></p>
</item>
</terms>