aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/inside_dot_ikiwiki.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-23 13:15:10 -0400
committerJoey Hess <joey@kitenet.net>2010-06-23 13:15:10 -0400
commit0025798751dfc721aa81ce75f7baf87545bd1370 (patch)
treebb9d5d5a5ad83ab849de7008b68302837a99fb32 /doc/tips/inside_dot_ikiwiki.mdwn
parentbbbbf04f76dc5eb6824e5efd5f0ca128e32430ce (diff)
downloadikiwiki-0025798751dfc721aa81ce75f7baf87545bd1370.tar
ikiwiki-0025798751dfc721aa81ce75f7baf87545bd1370.tar.gz
clarify indexdb is cached info, rebuildable
Diffstat (limited to 'doc/tips/inside_dot_ikiwiki.mdwn')
-rw-r--r--doc/tips/inside_dot_ikiwiki.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/tips/inside_dot_ikiwiki.mdwn b/doc/tips/inside_dot_ikiwiki.mdwn
index b81ffae8d..a74d00f47 100644
--- a/doc/tips/inside_dot_ikiwiki.mdwn
+++ b/doc/tips/inside_dot_ikiwiki.mdwn
@@ -6,9 +6,10 @@ you need/want to.
## the index
-`.ikiwiki/indexdb` contains a cache of information about pages, as well
-as all persisitant state about pages. It used to be a (semi) human-readable
-text file, but is not anymore.
+`.ikiwiki/indexdb` contains a cache of information about pages.
+This information can always be recalculated by rebuilding the wiki.
+(So the file is safe to delete and need not be backed up.)
+It used to be a (semi) human-readable text file, but is not anymore.
To dump the contents of the file, enter a perl command like this.