aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-03-24 20:37:21 +0100
committerStefan Ritter <xeno@thehappy.de>2009-03-24 20:37:21 +0100
commit6bfd0d4bdea4265b1748b7ecee67183caf7707f3 (patch)
tree1468ebac64e863a559625d824fec2c5921a95ee9 /FAQ
parent44b517e5b4bd7b7be292614323047c12f26114dd (diff)
* Added a first FAQ
* Added atom feeds
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'.