From ffb4055499c15b453533f12fda753cbc2ed9129d Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 30 May 2005 15:28:01 +0000 Subject: [PATCH] Renamed directory tags --- doc/{tags => templates}/Makefile | 0 doc/{tags => templates}/__doctype__ | 0 doc/{tags => templates}/__header2__ | 0 doc/{tags => templates}/__index1__ | 0 doc/{tags => templates}/__index2__ | 0 doc/templates/__maintitle__ | 1 + doc/{tags => templates}/exiv2.dot | 0 doc/{tags => templates}/gen.py | 0 doc/{tags => templates}/getting-started.html.in | 0 doc/{tags => templates}/gpl-license.html.in | 0 doc/{tags => templates}/iptc.awk | 0 doc/{tags => templates}/iptc.xsl | 0 doc/{tags => templates}/makernote.html.in | 0 doc/{tags => templates}/tags-canon.html.in | 0 doc/{tags => templates}/tags-exif.html.in | 0 doc/{tags => templates}/tags-fujifilm.html.in | 0 doc/{tags => templates}/tags-iptc.html.in | 0 doc/{tags => templates}/tags-nikon.html.in | 0 doc/{tags => templates}/tags-olympus.html.in | 0 doc/{tags => templates}/tags-sigma.html.in | 0 doc/{tags => templates}/tags-sony.html.in | 0 doc/{tags => templates}/tags.awk | 0 doc/{tags => templates}/tags.xsl | 0 23 files changed, 1 insertion(+) rename doc/{tags => templates}/Makefile (100%) rename doc/{tags => templates}/__doctype__ (100%) rename doc/{tags => templates}/__header2__ (100%) rename doc/{tags => templates}/__index1__ (100%) rename doc/{tags => templates}/__index2__ (100%) create mode 100644 doc/templates/__maintitle__ rename doc/{tags => templates}/exiv2.dot (100%) rename doc/{tags => templates}/gen.py (100%) rename doc/{tags => templates}/getting-started.html.in (100%) rename doc/{tags => templates}/gpl-license.html.in (100%) rename doc/{tags => templates}/iptc.awk (100%) rename doc/{tags => templates}/iptc.xsl (100%) rename doc/{tags => templates}/makernote.html.in (100%) rename doc/{tags => templates}/tags-canon.html.in (100%) rename doc/{tags => templates}/tags-exif.html.in (100%) rename doc/{tags => templates}/tags-fujifilm.html.in (100%) rename doc/{tags => templates}/tags-iptc.html.in (100%) rename doc/{tags => templates}/tags-nikon.html.in (100%) rename doc/{tags => templates}/tags-olympus.html.in (100%) rename doc/{tags => templates}/tags-sigma.html.in (100%) rename doc/{tags => templates}/tags-sony.html.in (100%) rename doc/{tags => templates}/tags.awk (100%) rename doc/{tags => templates}/tags.xsl (100%) diff --git a/doc/tags/Makefile b/doc/templates/Makefile similarity index 100% rename from doc/tags/Makefile rename to doc/templates/Makefile diff --git a/doc/tags/__doctype__ b/doc/templates/__doctype__ similarity index 100% rename from doc/tags/__doctype__ rename to doc/templates/__doctype__ diff --git a/doc/tags/__header2__ b/doc/templates/__header2__ similarity index 100% rename from doc/tags/__header2__ rename to doc/templates/__header2__ diff --git a/doc/tags/__index1__ b/doc/templates/__index1__ similarity index 100% rename from doc/tags/__index1__ rename to doc/templates/__index1__ diff --git a/doc/tags/__index2__ b/doc/templates/__index2__ similarity index 100% rename from doc/tags/__index2__ rename to doc/templates/__index2__ diff --git a/doc/templates/__maintitle__ b/doc/templates/__maintitle__ new file mode 100644 index 00000000..11c07322 --- /dev/null +++ b/doc/templates/__maintitle__ @@ -0,0 +1 @@ +

Exif and Iptc metadata manipulation library and tools

\ No newline at end of file diff --git a/doc/tags/exiv2.dot b/doc/templates/exiv2.dot similarity index 100% rename from doc/tags/exiv2.dot rename to doc/templates/exiv2.dot diff --git a/doc/tags/gen.py b/doc/templates/gen.py similarity index 100% rename from doc/tags/gen.py rename to doc/templates/gen.py diff --git a/doc/tags/getting-started.html.in b/doc/templates/getting-started.html.in similarity index 100% rename from doc/tags/getting-started.html.in rename to doc/templates/getting-started.html.in diff --git a/doc/tags/gpl-license.html.in b/doc/templates/gpl-license.html.in similarity index 100% rename from doc/tags/gpl-license.html.in rename to doc/templates/gpl-license.html.in diff --git a/doc/tags/iptc.awk b/doc/templates/iptc.awk similarity index 100% rename from doc/tags/iptc.awk rename to doc/templates/iptc.awk diff --git a/doc/tags/iptc.xsl b/doc/templates/iptc.xsl similarity index 100% rename from doc/tags/iptc.xsl rename to doc/templates/iptc.xsl diff --git a/doc/tags/makernote.html.in b/doc/templates/makernote.html.in similarity index 100% rename from doc/tags/makernote.html.in rename to doc/templates/makernote.html.in diff --git a/doc/tags/tags-canon.html.in b/doc/templates/tags-canon.html.in similarity index 100% rename from doc/tags/tags-canon.html.in rename to doc/templates/tags-canon.html.in diff --git a/doc/tags/tags-exif.html.in b/doc/templates/tags-exif.html.in similarity index 100% rename from doc/tags/tags-exif.html.in rename to doc/templates/tags-exif.html.in diff --git a/doc/tags/tags-fujifilm.html.in b/doc/templates/tags-fujifilm.html.in similarity index 100% rename from doc/tags/tags-fujifilm.html.in rename to doc/templates/tags-fujifilm.html.in diff --git a/doc/tags/tags-iptc.html.in b/doc/templates/tags-iptc.html.in similarity index 100% rename from doc/tags/tags-iptc.html.in rename to doc/templates/tags-iptc.html.in diff --git a/doc/tags/tags-nikon.html.in b/doc/templates/tags-nikon.html.in similarity index 100% rename from doc/tags/tags-nikon.html.in rename to doc/templates/tags-nikon.html.in diff --git a/doc/tags/tags-olympus.html.in b/doc/templates/tags-olympus.html.in similarity index 100% rename from doc/tags/tags-olympus.html.in rename to doc/templates/tags-olympus.html.in diff --git a/doc/tags/tags-sigma.html.in b/doc/templates/tags-sigma.html.in similarity index 100% rename from doc/tags/tags-sigma.html.in rename to doc/templates/tags-sigma.html.in diff --git a/doc/tags/tags-sony.html.in b/doc/templates/tags-sony.html.in similarity index 100% rename from doc/tags/tags-sony.html.in rename to doc/templates/tags-sony.html.in diff --git a/doc/tags/tags.awk b/doc/templates/tags.awk similarity index 100% rename from doc/tags/tags.awk rename to doc/templates/tags.awk diff --git a/doc/tags/tags.xsl b/doc/templates/tags.xsl similarity index 100% rename from doc/tags/tags.xsl rename to doc/templates/tags.xsl