From e86954cc7f2087923d7740033ad375384445fe5c Mon Sep 17 00:00:00 2001
From: Stuart Buchanan <stuart_d_buchanan@yahoo.co.uk>
Date: Sun, 2 Apr 2017 21:04:01 +0100
Subject: [PATCH] Add additional manufacturers and eras.

Note on eras:  I've added every decade since flight started for
consistency and completeness.  For example, the Bell X-1 is from
the 1940s but is post-WW2.
---
 catalog/catalogTags.py | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/catalog/catalogTags.py b/catalog/catalogTags.py
index 353dd49..3b382fa 100644
--- a/catalog/catalogTags.py
+++ b/catalog/catalogTags.py
@@ -24,27 +24,35 @@ manufacturerTags = [
     "boeing",
     "bombardier",
     "cessna",
+    "dassault",
     "diamond",
     "douglas",
     "embraer",
     "eurocopter",
+    "fairchild",
+    "fairey",
     "fokker",
+    "grumman",
     "lockheed",
     "pilatus",
     "piper",
     "robin",
-    "vickers"
+    "vickers",
+    "vought"
 ]
 
 eraTags = [
+    "1910s",
     "1920s",
     "1930s",
+    "1940s",
     "1950s",
     "1960s",
     "1970s",
     "1980s",
     "1990s",
     "2000s",
+    "2010s",
     "coldwar",
     "early-pioneers",
     "golden-age",
@@ -83,7 +91,8 @@ featureTags = [
     "triplane",
     "v-tail",
     "variable-geometry",
-    "vtol"
+    "vtol",
+    "wing-fold"
 ]
 
 propulsionTags = [