diff --git a/catalog/single-craft-catalog-test/README b/catalog/single-craft-catalog-test/README
new file mode 100644
index 0000000..583e987
--- /dev/null
+++ b/catalog/single-craft-catalog-test/README
@@ -0,0 +1,6 @@
+Configuration files for testing the catalog updating script on a single aircraft. This is useful for seeing what will be packed into the zip archive. To use these:
+
+* Copy all *.xml and *.lst files into a local testing directory X.
+* Modify the *.xml files:
+ * Replace all instances of '/data/fgaddon_catalog_p51d/' with the directory X.
+ * Update any other tags as necessary.
diff --git a/catalog/single-craft-catalog-test/catalog.config.xml b/catalog/single-craft-catalog-test/catalog.config.xml
new file mode 100644
index 0000000..63b9728
--- /dev/null
+++ b/catalog/single-craft-catalog-test/catalog.config.xml
@@ -0,0 +1,12 @@
+
+
+
+ /data/fgaddon-catalog_p51d/ftp
+ /data/fgaddon-catalog_p51d/ftp/Aircraft/
+
+ svn
+ false
+ /flightgear/flightgear-fgaddon/Aircraft
+ p51d
+
+
diff --git a/catalog/single-craft-catalog-test/template.xml b/catalog/single-craft-catalog-test/template.xml
new file mode 100644
index 0000000..b01b34f
--- /dev/null
+++ b/catalog/single-craft-catalog-test/template.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ HEAD
+ localhost
+ GPL
+ /data/fgaddon-catalog_p51d/ftp/Aircraft/catalog.xml
+ p51d FGAddon aircraft test
+ This is a test of the catalog updating script to allow aircraft authors to see what will be present in the zip archive of their aircraft.
+
+
diff --git a/catalog/single-craft-catalog-test/zip-excludes.lst b/catalog/single-craft-catalog-test/zip-excludes.lst
new file mode 100644
index 0000000..c9d7f98
--- /dev/null
+++ b/catalog/single-craft-catalog-test/zip-excludes.lst
@@ -0,0 +1,11 @@
+*/.svn/*
+*.xcf*
+*.XCF*
+*.blend*
+*.psd
+*~
+*/dev/*
+*/Dev/*
+*/development/*
+*/src/*
+*/Resources/*