aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-03-25 11:34:16 +0100
committerStefan Ritter <xeno@thehappy.de>2009-03-25 11:34:16 +0100
commit0fa9b8c691c3b9b7757378f0c8b241904e15a375 (patch)
treeebca658c3284b7e77265986ac2316bf11568ff56
parentb778f15e3931ababa5c512bbeb10eeccd67a6bc7 (diff)
Modified FAQ
-rw-r--r--FAQ11
1 files changed, 8 insertions, 3 deletions
diff --git a/FAQ b/FAQ
index 3a88302..6792a1e 100644
--- a/FAQ
+++ b/FAQ
@@ -1,5 +1,10 @@
1) I edited an entry, now it is listed first on the page... wtf?
- Unix don't know a creation time for a file, so i had to use the last
- changed time for entries. You can use 'touch' to edit the timestamp.
- Syntax is 'touch foo.txt -t YYMMDDhhmm'.
+ Unix don't know a creation time for a file, so i had to use the last
+ changed time for entries. You can use 'touch' to edit the timestamp.
+ Syntax is 'touch foo.txt -t YYMMDDhhmm'.
+
+2) I pulled a new version, now my blog is broken!
+
+ Perhaps there is a new option in the configuration file. Compare the
+ distributed configuration with yours and add the missing line(s).