summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-18 15:11:51 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-18 15:11:51 +0200
commitc41318c0672eecca19bcef6e6bd22af4b39c939b (patch)
treee854bc312d01bcee24af5401b4d3a9bb5c728f40
parentadded Ids for Atom feed (diff)
downloadthenautilus-c41318c0672eecca19bcef6e6bd22af4b39c939b.tar.gz
thenautilus-c41318c0672eecca19bcef6e6bd22af4b39c939b.tar.bz2
thenautilus-c41318c0672eecca19bcef6e6bd22af4b39c939b.zip
create Ids in new documents
-rwxr-xr-xnew-doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/new-doc b/new-doc
index 1fed4f8..ce987bc 100755
--- a/new-doc
+++ b/new-doc
@@ -29,6 +29,7 @@ for lang in $langs; do
================
EOF
echo ':CreationDate: '"$now"
+ echo ':Id: '"$docname"
if [[ ${#tags[@]} -gt 0 ]]; then
i=0
for tag in "${tags[@]}"; do