diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..6874495030 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +DDG-* +.build +*.sw* diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000000..9e67b09ce9 --- /dev/null +++ b/dist.ini @@ -0,0 +1,44 @@ +name = DDG-FatheadBundle-OpenSourceDuckDuckGo +author = Gabriel Weinberg +author = Torsten Raudssus +author = Michael Smith +author = Hunter Lang +license = Perl_5 +copyright_holder = DuckDuckGo, Inc. L +copyright_year = 2012 + +[Prereqs] + +[Prereqs / TestRequires] +Test::More = 0.98 +Test::Dirs = 0.03 +File::Temp = 0.22 + +[GatherDir] +[PruneCruft] +[ManifestSkip] +[ExtraTests] +[ExecDir] +[ShareDir] +[MakeMaker] +[Manifest] +[TestRelease] +[ConfirmRelease] +[UploadToDuckPAN] +[MetaJSON] +[MetaYAML] + +[AutoModuleShareDirs] +scan_namespaces = DDG::Goodie,DDG::Spice,DDG::Longtail,DDG::Fathead +sharedir_method = module_share_dir + +[Git::NextVersion] +version_regexp = ^(.+)$ +[PkgVersion] +[PodSyntaxTests] +[GithubMeta] +[Repository] +[EOLTests] +trailing_whitespace = 0 +[@Git] +tag_format = %v diff --git a/lib/DDG/Fathead/CSSRef.pm b/lib/DDG/Fathead/CssRef.pm similarity index 95% rename from lib/DDG/Fathead/CSSRef.pm rename to lib/DDG/Fathead/CssRef.pm index d5391e4d36..9384f401b6 100644 --- a/lib/DDG/Fathead/CSSRef.pm +++ b/lib/DDG/Fathead/CssRef.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::CSSRef; +package DDG::Fathead::CssRef; use DDG::Fathead; diff --git a/lib/DDG/Fathead/HGNCGeneNames.pm b/lib/DDG/Fathead/HgncGeneNames.pm similarity index 93% rename from lib/DDG/Fathead/HGNCGeneNames.pm rename to lib/DDG/Fathead/HgncGeneNames.pm index 2f7109509a..fc56746de7 100644 --- a/lib/DDG/Fathead/HGNCGeneNames.pm +++ b/lib/DDG/Fathead/HgncGeneNames.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::HGNCGeneNames; +package DDG::Fathead::HgncGeneNames; use DDG::Fathead; diff --git a/lib/DDG/Fathead/HTMLRef.pm b/lib/DDG/Fathead/HtmlRef.pm similarity index 94% rename from lib/DDG/Fathead/HTMLRef.pm rename to lib/DDG/Fathead/HtmlRef.pm index f12a657eed..9704c00f42 100644 --- a/lib/DDG/Fathead/HTMLRef.pm +++ b/lib/DDG/Fathead/HtmlRef.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::HTMLRef; +package DDG::Fathead::HtmlRef; use DDG::Fathead; diff --git a/lib/DDG/Fathead/ISO3166Codes.pm b/lib/DDG/Fathead/Iso3166Codes.pm similarity index 93% rename from lib/DDG/Fathead/ISO3166Codes.pm rename to lib/DDG/Fathead/Iso3166Codes.pm index 6c451c8f17..f723648fb6 100644 --- a/lib/DDG/Fathead/ISO3166Codes.pm +++ b/lib/DDG/Fathead/Iso3166Codes.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::ISO3166Codes; +package DDG::Fathead::Iso3166Codes; use DDG::Fathead; diff --git a/lib/DDG/Fathead/LDraw.pm b/lib/DDG/Fathead/LdrawOrg.pm similarity index 94% rename from lib/DDG/Fathead/LDraw.pm rename to lib/DDG/Fathead/LdrawOrg.pm index c0ed19131f..de7357e055 100644 --- a/lib/DDG/Fathead/LDraw.pm +++ b/lib/DDG/Fathead/LdrawOrg.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::LDraw; +package DDG::Fathead::LdrawOrg; use DDG::Fathead; diff --git a/lib/DDG/Fathead/MIMETypes.pm b/lib/DDG/Fathead/MIMETypes.pm index 92469b3f62..fdb5960ceb 100644 --- a/lib/DDG/Fathead/MIMETypes.pm +++ b/lib/DDG/Fathead/MIMETypes.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::MIMETypes; +package DDG::Fathead::MimeTypes; use DDG::Fathead; diff --git a/lib/DDG/Fathead/NodeJS.pm b/lib/DDG/Fathead/NodejsRef.pm similarity index 94% rename from lib/DDG/Fathead/NodeJS.pm rename to lib/DDG/Fathead/NodejsRef.pm index 5a6ceb9ea5..491cbf3fd0 100644 --- a/lib/DDG/Fathead/NodeJS.pm +++ b/lib/DDG/Fathead/NodejsRef.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::NodeJS; +package DDG::Fathead::NodejsRef; use DDG::Fathead; diff --git a/lib/DDG/Fathead/PCIIDs.pm b/lib/DDG/Fathead/PCIIDs.pm index 5488308679..64ef0e93f8 100644 --- a/lib/DDG/Fathead/PCIIDs.pm +++ b/lib/DDG/Fathead/PCIIDs.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::PCDIDs; +package DDG::Fathead::PciIds; use DDG::Fathead; diff --git a/lib/DDG/Fathead/Plone.pm b/lib/DDG/Fathead/Plone.pm index ad0fdb4966..b59da06c34 100644 --- a/lib/DDG/Fathead/Plone.pm +++ b/lib/DDG/Fathead/Plone.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::Plone; +package DDG::Fathead::PloneOrg; use DDG::Fathead; diff --git a/lib/DDG/Fathead/PyPI.pm b/lib/DDG/Fathead/Pypi.pm similarity index 94% rename from lib/DDG/Fathead/PyPI.pm rename to lib/DDG/Fathead/Pypi.pm index 8ab6e68c54..ba4d82bbbc 100644 --- a/lib/DDG/Fathead/PyPI.pm +++ b/lib/DDG/Fathead/Pypi.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::PyPI; +package DDG::Fathead::Pypi; use DDG::Fathead; diff --git a/lib/DDG/Fathead/RFC.pm b/lib/DDG/Fathead/RfcLookup.pm similarity index 92% rename from lib/DDG/Fathead/RFC.pm rename to lib/DDG/Fathead/RfcLookup.pm index 6d7876f20a..33880e9eb0 100644 --- a/lib/DDG/Fathead/RFC.pm +++ b/lib/DDG/Fathead/RfcLookup.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::RFC; +package DDG::Fathead::RfcLookup; use DDG::Fathead; diff --git a/lib/DDG/Fathead/XEP.pm b/lib/DDG/Fathead/Xep.pm similarity index 95% rename from lib/DDG/Fathead/XEP.pm rename to lib/DDG/Fathead/Xep.pm index 5e3205b873..fef081db46 100644 --- a/lib/DDG/Fathead/XEP.pm +++ b/lib/DDG/Fathead/Xep.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::XEP; +package DDG::Fathead::Xep; use DDG::Fathead; diff --git a/lib/DDG/Fathead/YUI3.pm b/lib/DDG/Fathead/Yui3.pm similarity index 95% rename from lib/DDG/Fathead/YUI3.pm rename to lib/DDG/Fathead/Yui3.pm index b1e991ce4f..341e58b7f3 100644 --- a/lib/DDG/Fathead/YUI3.pm +++ b/lib/DDG/Fathead/Yui3.pm @@ -1,4 +1,4 @@ -package DDG::Fathead::YUI3; +package DDG::Fathead::Yui3; use DDG::Fathead; diff --git a/lib/DDG/FatheadBundle/OpenSourceDuckDuckGo.pm b/lib/DDG/FatheadBundle/OpenSourceDuckDuckGo.pm new file mode 100644 index 0000000000..1166d0dd9f --- /dev/null +++ b/lib/DDG/FatheadBundle/OpenSourceDuckDuckGo.pm @@ -0,0 +1,6 @@ +package DDG::FatheadBundle::OpenSourceDuckDuckGo; +# ABSTRACT: The open source Fathead Bundle of DuckDuckGo + +# This package is only a namespace/version holder + +1; diff --git a/share/arch_pkgs/README.txt b/share/fathead/arch_pkgs/README.txt similarity index 100% rename from share/arch_pkgs/README.txt rename to share/fathead/arch_pkgs/README.txt diff --git a/share/arch_pkgs/fetch.sh b/share/fathead/arch_pkgs/fetch.sh similarity index 100% rename from share/arch_pkgs/fetch.sh rename to share/fathead/arch_pkgs/fetch.sh diff --git a/share/arch_pkgs/meta.txt b/share/fathead/arch_pkgs/meta.txt similarity index 100% rename from share/arch_pkgs/meta.txt rename to share/fathead/arch_pkgs/meta.txt diff --git a/share/arch_pkgs/output.txt b/share/fathead/arch_pkgs/output.txt similarity index 100% rename from share/arch_pkgs/output.txt rename to share/fathead/arch_pkgs/output.txt diff --git a/share/arch_pkgs/parse.py b/share/fathead/arch_pkgs/parse.py similarity index 100% rename from share/arch_pkgs/parse.py rename to share/fathead/arch_pkgs/parse.py diff --git a/share/arch_pkgs/parse.sh b/share/fathead/arch_pkgs/parse.sh similarity index 100% rename from share/arch_pkgs/parse.sh rename to share/fathead/arch_pkgs/parse.sh diff --git a/share/arch_pkgs/queries.txt b/share/fathead/arch_pkgs/queries.txt similarity index 100% rename from share/arch_pkgs/queries.txt rename to share/fathead/arch_pkgs/queries.txt diff --git a/share/bible/.gitignore b/share/fathead/bible/.gitignore similarity index 100% rename from share/bible/.gitignore rename to share/fathead/bible/.gitignore diff --git a/share/bible/README.txt b/share/fathead/bible/README.txt similarity index 100% rename from share/bible/README.txt rename to share/fathead/bible/README.txt diff --git a/share/bible/data.url b/share/fathead/bible/data.url similarity index 100% rename from share/bible/data.url rename to share/fathead/bible/data.url diff --git a/share/bible/fetch.sh b/share/fathead/bible/fetch.sh similarity index 100% rename from share/bible/fetch.sh rename to share/fathead/bible/fetch.sh diff --git a/share/bible/meta.txt b/share/fathead/bible/meta.txt similarity index 100% rename from share/bible/meta.txt rename to share/fathead/bible/meta.txt diff --git a/share/bible/parse.py b/share/fathead/bible/parse.py similarity index 100% rename from share/bible/parse.py rename to share/fathead/bible/parse.py diff --git a/share/bible/parse.sh b/share/fathead/bible/parse.sh similarity index 100% rename from share/bible/parse.sh rename to share/fathead/bible/parse.sh diff --git a/share/bible/queries.txt b/share/fathead/bible/queries.txt similarity index 100% rename from share/bible/queries.txt rename to share/fathead/bible/queries.txt diff --git a/share/c++_ref/README.txt b/share/fathead/c++_ref/README.txt similarity index 100% rename from share/c++_ref/README.txt rename to share/fathead/c++_ref/README.txt diff --git a/share/c++_ref/fetch.sh b/share/fathead/c++_ref/fetch.sh similarity index 100% rename from share/c++_ref/fetch.sh rename to share/fathead/c++_ref/fetch.sh diff --git a/share/c++_ref/jquery-1.5.min.js b/share/fathead/c++_ref/jquery-1.5.min.js similarity index 100% rename from share/c++_ref/jquery-1.5.min.js rename to share/fathead/c++_ref/jquery-1.5.min.js diff --git a/share/c++_ref/package.json b/share/fathead/c++_ref/package.json similarity index 100% rename from share/c++_ref/package.json rename to share/fathead/c++_ref/package.json diff --git a/share/c++_ref/parse.js b/share/fathead/c++_ref/parse.js similarity index 100% rename from share/c++_ref/parse.js rename to share/fathead/c++_ref/parse.js diff --git a/share/c++_ref/parse.sh b/share/fathead/c++_ref/parse.sh similarity index 100% rename from share/c++_ref/parse.sh rename to share/fathead/c++_ref/parse.sh diff --git a/share/c++_ref/queries.txt b/share/fathead/c++_ref/queries.txt similarity index 100% rename from share/c++_ref/queries.txt rename to share/fathead/c++_ref/queries.txt diff --git a/share/css_ref/README.txt b/share/fathead/css_ref/README.txt similarity index 100% rename from share/css_ref/README.txt rename to share/fathead/css_ref/README.txt diff --git a/share/css_ref/fetch.sh b/share/fathead/css_ref/fetch.sh similarity index 100% rename from share/css_ref/fetch.sh rename to share/fathead/css_ref/fetch.sh diff --git a/share/css_ref/jquery-1.5.min.js b/share/fathead/css_ref/jquery-1.5.min.js similarity index 100% rename from share/css_ref/jquery-1.5.min.js rename to share/fathead/css_ref/jquery-1.5.min.js diff --git a/share/css_ref/meta.txt b/share/fathead/css_ref/meta.txt similarity index 100% rename from share/css_ref/meta.txt rename to share/fathead/css_ref/meta.txt diff --git a/share/css_ref/output.txt b/share/fathead/css_ref/output.txt similarity index 100% rename from share/css_ref/output.txt rename to share/fathead/css_ref/output.txt diff --git a/share/css_ref/package.json b/share/fathead/css_ref/package.json similarity index 100% rename from share/css_ref/package.json rename to share/fathead/css_ref/package.json diff --git a/share/css_ref/parse.js b/share/fathead/css_ref/parse.js similarity index 100% rename from share/css_ref/parse.js rename to share/fathead/css_ref/parse.js diff --git a/share/css_ref/parse.sh b/share/fathead/css_ref/parse.sh similarity index 100% rename from share/css_ref/parse.sh rename to share/fathead/css_ref/parse.sh diff --git a/share/css_ref/queries.txt b/share/fathead/css_ref/queries.txt similarity index 100% rename from share/css_ref/queries.txt rename to share/fathead/css_ref/queries.txt diff --git a/share/file_formats/README.txt b/share/fathead/file_formats/README.txt similarity index 100% rename from share/file_formats/README.txt rename to share/fathead/file_formats/README.txt diff --git a/share/file_formats/fetch.sh b/share/fathead/file_formats/fetch.sh similarity index 100% rename from share/file_formats/fetch.sh rename to share/fathead/file_formats/fetch.sh diff --git a/share/file_formats/meta.txt b/share/fathead/file_formats/meta.txt similarity index 100% rename from share/file_formats/meta.txt rename to share/fathead/file_formats/meta.txt diff --git a/share/file_formats/parse.go b/share/fathead/file_formats/parse.go similarity index 100% rename from share/file_formats/parse.go rename to share/fathead/file_formats/parse.go diff --git a/share/file_formats/parse.sh b/share/fathead/file_formats/parse.sh similarity index 100% rename from share/file_formats/parse.sh rename to share/fathead/file_formats/parse.sh diff --git a/share/file_formats/queries.txt b/share/fathead/file_formats/queries.txt similarity index 100% rename from share/file_formats/queries.txt rename to share/fathead/file_formats/queries.txt diff --git a/share/firefox_about_config/README.txt b/share/fathead/firefox_about_config/README.txt similarity index 100% rename from share/firefox_about_config/README.txt rename to share/fathead/firefox_about_config/README.txt diff --git a/share/firefox_about_config/data.url b/share/fathead/firefox_about_config/data.url similarity index 100% rename from share/firefox_about_config/data.url rename to share/fathead/firefox_about_config/data.url diff --git a/share/firefox_about_config/fetch.sh b/share/fathead/firefox_about_config/fetch.sh similarity index 100% rename from share/firefox_about_config/fetch.sh rename to share/fathead/firefox_about_config/fetch.sh diff --git a/share/firefox_about_config/meta.txt b/share/fathead/firefox_about_config/meta.txt similarity index 100% rename from share/firefox_about_config/meta.txt rename to share/fathead/firefox_about_config/meta.txt diff --git a/share/firefox_about_config/output.txt b/share/fathead/firefox_about_config/output.txt similarity index 100% rename from share/firefox_about_config/output.txt rename to share/fathead/firefox_about_config/output.txt diff --git a/share/firefox_about_config/parse.py b/share/fathead/firefox_about_config/parse.py similarity index 100% rename from share/firefox_about_config/parse.py rename to share/fathead/firefox_about_config/parse.py diff --git a/share/firefox_about_config/parse.sh b/share/fathead/firefox_about_config/parse.sh similarity index 100% rename from share/firefox_about_config/parse.sh rename to share/fathead/firefox_about_config/parse.sh diff --git a/share/firefox_about_config/queries.txt b/share/fathead/firefox_about_config/queries.txt similarity index 100% rename from share/firefox_about_config/queries.txt rename to share/fathead/firefox_about_config/queries.txt diff --git a/share/hello_world/.gitignore b/share/fathead/hello_world/.gitignore similarity index 100% rename from share/hello_world/.gitignore rename to share/fathead/hello_world/.gitignore diff --git a/share/hello_world/README.txt b/share/fathead/hello_world/README.txt similarity index 100% rename from share/hello_world/README.txt rename to share/fathead/hello_world/README.txt diff --git a/share/hello_world/data.url b/share/fathead/hello_world/data.url similarity index 100% rename from share/hello_world/data.url rename to share/fathead/hello_world/data.url diff --git a/share/hello_world/fetch.sh b/share/fathead/hello_world/fetch.sh similarity index 100% rename from share/hello_world/fetch.sh rename to share/fathead/hello_world/fetch.sh diff --git a/share/hello_world/meta.txt b/share/fathead/hello_world/meta.txt similarity index 100% rename from share/hello_world/meta.txt rename to share/fathead/hello_world/meta.txt diff --git a/share/hello_world/output.txt b/share/fathead/hello_world/output.txt similarity index 100% rename from share/hello_world/output.txt rename to share/fathead/hello_world/output.txt diff --git a/share/hello_world/parse.py b/share/fathead/hello_world/parse.py similarity index 100% rename from share/hello_world/parse.py rename to share/fathead/hello_world/parse.py diff --git a/share/hello_world/parse.sh b/share/fathead/hello_world/parse.sh similarity index 100% rename from share/hello_world/parse.sh rename to share/fathead/hello_world/parse.sh diff --git a/share/hello_world/queries.txt b/share/fathead/hello_world/queries.txt similarity index 100% rename from share/hello_world/queries.txt rename to share/fathead/hello_world/queries.txt diff --git a/share/hgnc_gene_names/README.txt b/share/fathead/hgnc_gene_names/README.txt similarity index 100% rename from share/hgnc_gene_names/README.txt rename to share/fathead/hgnc_gene_names/README.txt diff --git a/share/hgnc_gene_names/data.url b/share/fathead/hgnc_gene_names/data.url similarity index 100% rename from share/hgnc_gene_names/data.url rename to share/fathead/hgnc_gene_names/data.url diff --git a/share/hgnc_gene_names/fetch.sh b/share/fathead/hgnc_gene_names/fetch.sh similarity index 100% rename from share/hgnc_gene_names/fetch.sh rename to share/fathead/hgnc_gene_names/fetch.sh diff --git a/share/hgnc_gene_names/meta.txt b/share/fathead/hgnc_gene_names/meta.txt similarity index 100% rename from share/hgnc_gene_names/meta.txt rename to share/fathead/hgnc_gene_names/meta.txt diff --git a/share/hgnc_gene_names/parse.pl b/share/fathead/hgnc_gene_names/parse.pl similarity index 100% rename from share/hgnc_gene_names/parse.pl rename to share/fathead/hgnc_gene_names/parse.pl diff --git a/share/hgnc_gene_names/parse.sh b/share/fathead/hgnc_gene_names/parse.sh similarity index 100% rename from share/hgnc_gene_names/parse.sh rename to share/fathead/hgnc_gene_names/parse.sh diff --git a/share/hgnc_gene_names/queries.txt b/share/fathead/hgnc_gene_names/queries.txt similarity index 100% rename from share/hgnc_gene_names/queries.txt rename to share/fathead/hgnc_gene_names/queries.txt diff --git a/share/html_ref/README.txt b/share/fathead/html_ref/README.txt similarity index 100% rename from share/html_ref/README.txt rename to share/fathead/html_ref/README.txt diff --git a/share/html_ref/data.url b/share/fathead/html_ref/data.url similarity index 100% rename from share/html_ref/data.url rename to share/fathead/html_ref/data.url diff --git a/share/html_ref/fetch.sh b/share/fathead/html_ref/fetch.sh similarity index 100% rename from share/html_ref/fetch.sh rename to share/fathead/html_ref/fetch.sh diff --git a/share/html_ref/meta.txt b/share/fathead/html_ref/meta.txt similarity index 100% rename from share/html_ref/meta.txt rename to share/fathead/html_ref/meta.txt diff --git a/share/html_ref/output.txt b/share/fathead/html_ref/output.txt similarity index 100% rename from share/html_ref/output.txt rename to share/fathead/html_ref/output.txt diff --git a/share/html_ref/parse.py b/share/fathead/html_ref/parse.py similarity index 100% rename from share/html_ref/parse.py rename to share/fathead/html_ref/parse.py diff --git a/share/html_ref/parse.sh b/share/fathead/html_ref/parse.sh similarity index 100% rename from share/html_ref/parse.sh rename to share/fathead/html_ref/parse.sh diff --git a/share/html_ref/queries.txt b/share/fathead/html_ref/queries.txt similarity index 100% rename from share/html_ref/queries.txt rename to share/fathead/html_ref/queries.txt diff --git a/share/iso_3166_codes/README.md b/share/fathead/iso_3166_codes/README.md similarity index 100% rename from share/iso_3166_codes/README.md rename to share/fathead/iso_3166_codes/README.md diff --git a/share/iso_3166_codes/data.url b/share/fathead/iso_3166_codes/data.url similarity index 100% rename from share/iso_3166_codes/data.url rename to share/fathead/iso_3166_codes/data.url diff --git a/share/iso_3166_codes/fetch.sh b/share/fathead/iso_3166_codes/fetch.sh similarity index 100% rename from share/iso_3166_codes/fetch.sh rename to share/fathead/iso_3166_codes/fetch.sh diff --git a/share/iso_3166_codes/meta.txt b/share/fathead/iso_3166_codes/meta.txt similarity index 100% rename from share/iso_3166_codes/meta.txt rename to share/fathead/iso_3166_codes/meta.txt diff --git a/share/iso_3166_codes/output.txt b/share/fathead/iso_3166_codes/output.txt similarity index 100% rename from share/iso_3166_codes/output.txt rename to share/fathead/iso_3166_codes/output.txt diff --git a/share/iso_3166_codes/parse.py b/share/fathead/iso_3166_codes/parse.py similarity index 100% rename from share/iso_3166_codes/parse.py rename to share/fathead/iso_3166_codes/parse.py diff --git a/share/iso_3166_codes/parse.sh b/share/fathead/iso_3166_codes/parse.sh similarity index 100% rename from share/iso_3166_codes/parse.sh rename to share/fathead/iso_3166_codes/parse.sh diff --git a/share/java/README.txt b/share/fathead/java/README.txt similarity index 100% rename from share/java/README.txt rename to share/fathead/java/README.txt diff --git a/share/java/data.url b/share/fathead/java/data.url similarity index 100% rename from share/java/data.url rename to share/fathead/java/data.url diff --git a/share/java/fetch.sh b/share/fathead/java/fetch.sh similarity index 100% rename from share/java/fetch.sh rename to share/fathead/java/fetch.sh diff --git a/share/java/meta.txt b/share/fathead/java/meta.txt similarity index 100% rename from share/java/meta.txt rename to share/fathead/java/meta.txt diff --git a/share/java/parse.py b/share/fathead/java/parse.py similarity index 100% rename from share/java/parse.py rename to share/fathead/java/parse.py diff --git a/share/ldraw_org/README.md b/share/fathead/ldraw_org/README.md similarity index 100% rename from share/ldraw_org/README.md rename to share/fathead/ldraw_org/README.md diff --git a/share/ldraw_org/fetch.sh b/share/fathead/ldraw_org/fetch.sh similarity index 100% rename from share/ldraw_org/fetch.sh rename to share/fathead/ldraw_org/fetch.sh diff --git a/share/ldraw_org/meta.txt b/share/fathead/ldraw_org/meta.txt similarity index 100% rename from share/ldraw_org/meta.txt rename to share/fathead/ldraw_org/meta.txt diff --git a/share/ldraw_org/parse.rb b/share/fathead/ldraw_org/parse.rb similarity index 100% rename from share/ldraw_org/parse.rb rename to share/fathead/ldraw_org/parse.rb diff --git a/share/ldraw_org/parse.sh b/share/fathead/ldraw_org/parse.sh similarity index 100% rename from share/ldraw_org/parse.sh rename to share/fathead/ldraw_org/parse.sh diff --git a/share/ldraw_org/queries.txt b/share/fathead/ldraw_org/queries.txt similarity index 100% rename from share/ldraw_org/queries.txt rename to share/fathead/ldraw_org/queries.txt diff --git a/share/lkddb/README.txt b/share/fathead/lkddb/README.txt similarity index 100% rename from share/lkddb/README.txt rename to share/fathead/lkddb/README.txt diff --git a/share/lkddb/data.url b/share/fathead/lkddb/data.url similarity index 100% rename from share/lkddb/data.url rename to share/fathead/lkddb/data.url diff --git a/share/lkddb/fetch.sh b/share/fathead/lkddb/fetch.sh similarity index 100% rename from share/lkddb/fetch.sh rename to share/fathead/lkddb/fetch.sh diff --git a/share/lkddb/meta.txt b/share/fathead/lkddb/meta.txt similarity index 100% rename from share/lkddb/meta.txt rename to share/fathead/lkddb/meta.txt diff --git a/share/lkddb/parse.py b/share/fathead/lkddb/parse.py similarity index 100% rename from share/lkddb/parse.py rename to share/fathead/lkddb/parse.py diff --git a/share/lkddb/parse.sh b/share/fathead/lkddb/parse.sh similarity index 100% rename from share/lkddb/parse.sh rename to share/fathead/lkddb/parse.sh diff --git a/share/lkddb/queries.txt b/share/fathead/lkddb/queries.txt similarity index 100% rename from share/lkddb/queries.txt rename to share/fathead/lkddb/queries.txt diff --git a/share/mime_types/README.txt b/share/fathead/mime_types/README.txt similarity index 100% rename from share/mime_types/README.txt rename to share/fathead/mime_types/README.txt diff --git a/share/mime_types/fetch.sh b/share/fathead/mime_types/fetch.sh similarity index 100% rename from share/mime_types/fetch.sh rename to share/fathead/mime_types/fetch.sh diff --git a/share/mime_types/meta.txt b/share/fathead/mime_types/meta.txt similarity index 100% rename from share/mime_types/meta.txt rename to share/fathead/mime_types/meta.txt diff --git a/share/mime_types/output.txt b/share/fathead/mime_types/output.txt similarity index 100% rename from share/mime_types/output.txt rename to share/fathead/mime_types/output.txt diff --git a/share/mime_types/parse.py b/share/fathead/mime_types/parse.py similarity index 100% rename from share/mime_types/parse.py rename to share/fathead/mime_types/parse.py diff --git a/share/mime_types/parse.sh b/share/fathead/mime_types/parse.sh similarity index 100% rename from share/mime_types/parse.sh rename to share/fathead/mime_types/parse.sh diff --git a/share/mime_types/queries.txt b/share/fathead/mime_types/queries.txt similarity index 100% rename from share/mime_types/queries.txt rename to share/fathead/mime_types/queries.txt diff --git a/share/nodejs_ref/README.txt b/share/fathead/nodejs_ref/README.txt similarity index 100% rename from share/nodejs_ref/README.txt rename to share/fathead/nodejs_ref/README.txt diff --git a/share/nodejs_ref/fetch.sh b/share/fathead/nodejs_ref/fetch.sh similarity index 100% rename from share/nodejs_ref/fetch.sh rename to share/fathead/nodejs_ref/fetch.sh diff --git a/share/nodejs_ref/jquery-1.5.min.js b/share/fathead/nodejs_ref/jquery-1.5.min.js similarity index 100% rename from share/nodejs_ref/jquery-1.5.min.js rename to share/fathead/nodejs_ref/jquery-1.5.min.js diff --git a/share/nodejs_ref/parse.js b/share/fathead/nodejs_ref/parse.js similarity index 100% rename from share/nodejs_ref/parse.js rename to share/fathead/nodejs_ref/parse.js diff --git a/share/nodejs_ref/parse.sh b/share/fathead/nodejs_ref/parse.sh similarity index 100% rename from share/nodejs_ref/parse.sh rename to share/fathead/nodejs_ref/parse.sh diff --git a/share/nodejs_ref/queries.txt b/share/fathead/nodejs_ref/queries.txt similarity index 100% rename from share/nodejs_ref/queries.txt rename to share/fathead/nodejs_ref/queries.txt diff --git a/share/pci_ids/README.txt b/share/fathead/pci_ids/README.txt similarity index 100% rename from share/pci_ids/README.txt rename to share/fathead/pci_ids/README.txt diff --git a/share/pci_ids/data.url b/share/fathead/pci_ids/data.url similarity index 100% rename from share/pci_ids/data.url rename to share/fathead/pci_ids/data.url diff --git a/share/pci_ids/fetch.sh b/share/fathead/pci_ids/fetch.sh similarity index 100% rename from share/pci_ids/fetch.sh rename to share/fathead/pci_ids/fetch.sh diff --git a/share/pci_ids/meta.txt b/share/fathead/pci_ids/meta.txt similarity index 100% rename from share/pci_ids/meta.txt rename to share/fathead/pci_ids/meta.txt diff --git a/share/pci_ids/parse.pl b/share/fathead/pci_ids/parse.pl similarity index 100% rename from share/pci_ids/parse.pl rename to share/fathead/pci_ids/parse.pl diff --git a/share/pci_ids/parse.sh b/share/fathead/pci_ids/parse.sh similarity index 100% rename from share/pci_ids/parse.sh rename to share/fathead/pci_ids/parse.sh diff --git a/share/pci_ids/queries.txt b/share/fathead/pci_ids/queries.txt similarity index 100% rename from share/pci_ids/queries.txt rename to share/fathead/pci_ids/queries.txt diff --git a/share/perl6_doc/README.md b/share/fathead/perl6_doc/README.md similarity index 100% rename from share/perl6_doc/README.md rename to share/fathead/perl6_doc/README.md diff --git a/share/perl6_doc/fetch.sh b/share/fathead/perl6_doc/fetch.sh similarity index 100% rename from share/perl6_doc/fetch.sh rename to share/fathead/perl6_doc/fetch.sh diff --git a/share/perl6_doc/meta.txt b/share/fathead/perl6_doc/meta.txt similarity index 100% rename from share/perl6_doc/meta.txt rename to share/fathead/perl6_doc/meta.txt diff --git a/share/perl6_doc/output.txt b/share/fathead/perl6_doc/output.txt similarity index 100% rename from share/perl6_doc/output.txt rename to share/fathead/perl6_doc/output.txt diff --git a/share/perl6_doc/parse.pl b/share/fathead/perl6_doc/parse.pl similarity index 100% rename from share/perl6_doc/parse.pl rename to share/fathead/perl6_doc/parse.pl diff --git a/share/perl6_doc/parse.sh b/share/fathead/perl6_doc/parse.sh similarity index 100% rename from share/perl6_doc/parse.sh rename to share/fathead/perl6_doc/parse.sh diff --git a/share/perl6_doc/queries.txt b/share/fathead/perl6_doc/queries.txt similarity index 100% rename from share/perl6_doc/queries.txt rename to share/fathead/perl6_doc/queries.txt diff --git a/share/plone_org/README.txt b/share/fathead/plone_org/README.txt similarity index 100% rename from share/plone_org/README.txt rename to share/fathead/plone_org/README.txt diff --git a/share/plone_org/fetch.sh b/share/fathead/plone_org/fetch.sh similarity index 100% rename from share/plone_org/fetch.sh rename to share/fathead/plone_org/fetch.sh diff --git a/share/plone_org/generate_fetch.rb b/share/fathead/plone_org/generate_fetch.rb similarity index 100% rename from share/plone_org/generate_fetch.rb rename to share/fathead/plone_org/generate_fetch.rb diff --git a/share/plone_org/meta.txt b/share/fathead/plone_org/meta.txt similarity index 100% rename from share/plone_org/meta.txt rename to share/fathead/plone_org/meta.txt diff --git a/share/plone_org/parse.rb b/share/fathead/plone_org/parse.rb similarity index 100% rename from share/plone_org/parse.rb rename to share/fathead/plone_org/parse.rb diff --git a/share/plone_org/parse.sh b/share/fathead/plone_org/parse.sh similarity index 100% rename from share/plone_org/parse.sh rename to share/fathead/plone_org/parse.sh diff --git a/share/plone_org/queries.txt b/share/fathead/plone_org/queries.txt similarity index 100% rename from share/plone_org/queries.txt rename to share/fathead/plone_org/queries.txt diff --git a/share/port_lookup/README.txt b/share/fathead/port_lookup/README.txt similarity index 100% rename from share/port_lookup/README.txt rename to share/fathead/port_lookup/README.txt diff --git a/share/port_lookup/fetch.sh b/share/fathead/port_lookup/fetch.sh similarity index 100% rename from share/port_lookup/fetch.sh rename to share/fathead/port_lookup/fetch.sh diff --git a/share/port_lookup/meta.txt b/share/fathead/port_lookup/meta.txt similarity index 100% rename from share/port_lookup/meta.txt rename to share/fathead/port_lookup/meta.txt diff --git a/share/port_lookup/parse.py b/share/fathead/port_lookup/parse.py similarity index 100% rename from share/port_lookup/parse.py rename to share/fathead/port_lookup/parse.py diff --git a/share/port_lookup/parse.sh b/share/fathead/port_lookup/parse.sh similarity index 100% rename from share/port_lookup/parse.sh rename to share/fathead/port_lookup/parse.sh diff --git a/share/port_lookup/queries.txt b/share/fathead/port_lookup/queries.txt similarity index 100% rename from share/port_lookup/queries.txt rename to share/fathead/port_lookup/queries.txt diff --git a/share/pypi/README.txt b/share/fathead/pypi/README.txt similarity index 100% rename from share/pypi/README.txt rename to share/fathead/pypi/README.txt diff --git a/share/pypi/fetch.sh b/share/fathead/pypi/fetch.sh similarity index 100% rename from share/pypi/fetch.sh rename to share/fathead/pypi/fetch.sh diff --git a/share/pypi/meta.txt b/share/fathead/pypi/meta.txt similarity index 100% rename from share/pypi/meta.txt rename to share/fathead/pypi/meta.txt diff --git a/share/pypi/parse.rb b/share/fathead/pypi/parse.rb similarity index 100% rename from share/pypi/parse.rb rename to share/fathead/pypi/parse.rb diff --git a/share/pypi/parse.sh b/share/fathead/pypi/parse.sh similarity index 100% rename from share/pypi/parse.sh rename to share/fathead/pypi/parse.sh diff --git a/share/pypi/queries.txt b/share/fathead/pypi/queries.txt similarity index 100% rename from share/pypi/queries.txt rename to share/fathead/pypi/queries.txt diff --git a/share/redis_commands/.gitignore b/share/fathead/redis_commands/.gitignore similarity index 100% rename from share/redis_commands/.gitignore rename to share/fathead/redis_commands/.gitignore diff --git a/share/redis_commands/README.txt b/share/fathead/redis_commands/README.txt similarity index 100% rename from share/redis_commands/README.txt rename to share/fathead/redis_commands/README.txt diff --git a/share/redis_commands/fetch.sh b/share/fathead/redis_commands/fetch.sh similarity index 100% rename from share/redis_commands/fetch.sh rename to share/fathead/redis_commands/fetch.sh diff --git a/share/redis_commands/meta.txt b/share/fathead/redis_commands/meta.txt similarity index 100% rename from share/redis_commands/meta.txt rename to share/fathead/redis_commands/meta.txt diff --git a/share/redis_commands/parse.py b/share/fathead/redis_commands/parse.py similarity index 100% rename from share/redis_commands/parse.py rename to share/fathead/redis_commands/parse.py diff --git a/share/redis_commands/parse.sh b/share/fathead/redis_commands/parse.sh similarity index 100% rename from share/redis_commands/parse.sh rename to share/fathead/redis_commands/parse.sh diff --git a/share/redis_commands/queries.txt b/share/fathead/redis_commands/queries.txt similarity index 100% rename from share/redis_commands/queries.txt rename to share/fathead/redis_commands/queries.txt diff --git a/share/rfc_lookup/fetch.sh b/share/fathead/rfc_lookup/fetch.sh similarity index 100% rename from share/rfc_lookup/fetch.sh rename to share/fathead/rfc_lookup/fetch.sh diff --git a/share/rfc_lookup/meta.txt b/share/fathead/rfc_lookup/meta.txt similarity index 100% rename from share/rfc_lookup/meta.txt rename to share/fathead/rfc_lookup/meta.txt diff --git a/share/rfc_lookup/parse.pl b/share/fathead/rfc_lookup/parse.pl similarity index 100% rename from share/rfc_lookup/parse.pl rename to share/fathead/rfc_lookup/parse.pl diff --git a/share/rfc_lookup/parse.sh b/share/fathead/rfc_lookup/parse.sh similarity index 100% rename from share/rfc_lookup/parse.sh rename to share/fathead/rfc_lookup/parse.sh diff --git a/share/rfc_lookup/queries.txt b/share/fathead/rfc_lookup/queries.txt similarity index 100% rename from share/rfc_lookup/queries.txt rename to share/fathead/rfc_lookup/queries.txt diff --git a/share/tcl_ref/README.md b/share/fathead/tcl_ref/README.md similarity index 100% rename from share/tcl_ref/README.md rename to share/fathead/tcl_ref/README.md diff --git a/share/tcl_ref/fetch.sh b/share/fathead/tcl_ref/fetch.sh similarity index 100% rename from share/tcl_ref/fetch.sh rename to share/fathead/tcl_ref/fetch.sh diff --git a/share/tcl_ref/meta.txt b/share/fathead/tcl_ref/meta.txt similarity index 100% rename from share/tcl_ref/meta.txt rename to share/fathead/tcl_ref/meta.txt diff --git a/share/tcl_ref/parse.sh b/share/fathead/tcl_ref/parse.sh similarity index 100% rename from share/tcl_ref/parse.sh rename to share/fathead/tcl_ref/parse.sh diff --git a/share/tcl_ref/parse.tcl b/share/fathead/tcl_ref/parse.tcl similarity index 100% rename from share/tcl_ref/parse.tcl rename to share/fathead/tcl_ref/parse.tcl diff --git a/share/tcl_ref/queries.txt b/share/fathead/tcl_ref/queries.txt similarity index 100% rename from share/tcl_ref/queries.txt rename to share/fathead/tcl_ref/queries.txt diff --git a/share/unix_man/README.txt b/share/fathead/unix_man/README.txt similarity index 100% rename from share/unix_man/README.txt rename to share/fathead/unix_man/README.txt diff --git a/share/unix_man/fetch.sh b/share/fathead/unix_man/fetch.sh similarity index 100% rename from share/unix_man/fetch.sh rename to share/fathead/unix_man/fetch.sh diff --git a/share/unix_man/meta.txt b/share/fathead/unix_man/meta.txt similarity index 100% rename from share/unix_man/meta.txt rename to share/fathead/unix_man/meta.txt diff --git a/share/unix_man/parse.pl b/share/fathead/unix_man/parse.pl similarity index 100% rename from share/unix_man/parse.pl rename to share/fathead/unix_man/parse.pl diff --git a/share/unix_man/parse.sh b/share/fathead/unix_man/parse.sh similarity index 100% rename from share/unix_man/parse.sh rename to share/fathead/unix_man/parse.sh diff --git a/share/unix_man/test.pl b/share/fathead/unix_man/test.pl similarity index 100% rename from share/unix_man/test.pl rename to share/fathead/unix_man/test.pl diff --git a/share/xep/README.txt b/share/fathead/xep/README.txt similarity index 100% rename from share/xep/README.txt rename to share/fathead/xep/README.txt diff --git a/share/xep/fetch.sh b/share/fathead/xep/fetch.sh similarity index 100% rename from share/xep/fetch.sh rename to share/fathead/xep/fetch.sh diff --git a/share/xep/meta.txt b/share/fathead/xep/meta.txt similarity index 100% rename from share/xep/meta.txt rename to share/fathead/xep/meta.txt diff --git a/share/xep/output.txt b/share/fathead/xep/output.txt similarity index 100% rename from share/xep/output.txt rename to share/fathead/xep/output.txt diff --git a/share/xep/parse.py b/share/fathead/xep/parse.py similarity index 100% rename from share/xep/parse.py rename to share/fathead/xep/parse.py diff --git a/share/xep/parse.sh b/share/fathead/xep/parse.sh similarity index 100% rename from share/xep/parse.sh rename to share/fathead/xep/parse.sh diff --git a/share/xep/queries.txt b/share/fathead/xep/queries.txt similarity index 100% rename from share/xep/queries.txt rename to share/fathead/xep/queries.txt diff --git a/share/yui3/README.txt b/share/fathead/yui3/README.txt similarity index 100% rename from share/yui3/README.txt rename to share/fathead/yui3/README.txt diff --git a/share/yui3/fetch.sh b/share/fathead/yui3/fetch.sh similarity index 100% rename from share/yui3/fetch.sh rename to share/fathead/yui3/fetch.sh diff --git a/share/yui3/meta.txt b/share/fathead/yui3/meta.txt similarity index 100% rename from share/yui3/meta.txt rename to share/fathead/yui3/meta.txt diff --git a/share/yui3/parse.py b/share/fathead/yui3/parse.py similarity index 100% rename from share/yui3/parse.py rename to share/fathead/yui3/parse.py diff --git a/share/yui3/parse.sh b/share/fathead/yui3/parse.sh similarity index 100% rename from share/yui3/parse.sh rename to share/fathead/yui3/parse.sh diff --git a/share/yui3/queries.txt b/share/fathead/yui3/queries.txt similarity index 100% rename from share/yui3/queries.txt rename to share/fathead/yui3/queries.txt