aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ5
1 files changed, 5 insertions, 0 deletions
diff --git a/FAQ b/FAQ
new file mode 100644
index 0000000..3a88302
--- /dev/null
+++ b/FAQ
@@ -0,0 +1,5 @@
+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'.