From 3b7d21b12feef1bbff884a0ba6aa86b04271dd04 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 9 Jul 2012 20:14:14 -0400 Subject: [PATCH] hiding away some stuff that I'm mostly done with for now... --- {ares => .old/ares}/README | 0 {ares => .old/ares}/client.rb | 0 {ares => .old/ares}/run-client-shell | 0 {ares => .old/ares}/run-server | 0 {ares => .old/ares}/server/__init__.py | 0 {ares => .old/ares}/server/families.py | 0 {ares => .old/ares}/server/helpers.py | 0 {ares => .old/ares}/server/people.py | 0 {ares => .old/ares}/server/resource.py | 0 {ares => .old/ares}/www/families.json | 0 {ares => .old/ares}/www/families/%surname.json | 0 {ares => .old/ares}/www/people.json | 0 {ares => .old/ares}/www/people/%id.json | 0 {git-web-ui => .old/git-web-ui}/app.py | 0 .../git-web-ui}/static/.gitattributes | 0 {git-web-ui => .old/git-web-ui}/static/.gitignore | 0 {git-web-ui => .old/git-web-ui}/static/.htaccess | 0 {git-web-ui => .old/git-web-ui}/static/404.html | 0 .../static/apple-touch-icon-114x114-precomposed.png | Bin .../static/apple-touch-icon-57x57-precomposed.png | Bin .../static/apple-touch-icon-72x72-precomposed.png | Bin .../static/apple-touch-icon-precomposed.png | Bin .../git-web-ui}/static/apple-touch-icon.png | Bin .../git-web-ui}/static/css/style.css | 0 {git-web-ui => .old/git-web-ui}/static/favicon.ico | Bin {git-web-ui => .old/git-web-ui}/static/humans.txt | 0 .../git-web-ui}/static/img/.gitignore | 0 {git-web-ui => .old/git-web-ui}/static/index.html | 0 .../git-web-ui}/static/js/libs/jquery-1.7.1.js | 0 .../git-web-ui}/static/js/libs/jquery-1.7.1.min.js | 0 .../static/js/libs/modernizr-2.5.3.min.js | 0 .../git-web-ui}/static/js/plugins.js | 0 {git-web-ui => .old/git-web-ui}/static/js/script.js | 0 {git-web-ui => .old/git-web-ui}/static/robots.txt | 0 {ruby-soap => .old/ruby-soap}/uszip-client.rb | 0 {ruby-soap => .old/ruby-soap}/uszip.wsdl | 0 36 files changed, 0 insertions(+), 0 deletions(-) rename {ares => .old/ares}/README (100%) rename {ares => .old/ares}/client.rb (100%) rename {ares => .old/ares}/run-client-shell (100%) rename {ares => .old/ares}/run-server (100%) rename {ares => .old/ares}/server/__init__.py (100%) rename {ares => .old/ares}/server/families.py (100%) rename {ares => .old/ares}/server/helpers.py (100%) rename {ares => .old/ares}/server/people.py (100%) rename {ares => .old/ares}/server/resource.py (100%) rename {ares => .old/ares}/www/families.json (100%) rename {ares => .old/ares}/www/families/%surname.json (100%) rename {ares => .old/ares}/www/people.json (100%) rename {ares => .old/ares}/www/people/%id.json (100%) rename {git-web-ui => .old/git-web-ui}/app.py (100%) rename {git-web-ui => .old/git-web-ui}/static/.gitattributes (100%) rename {git-web-ui => .old/git-web-ui}/static/.gitignore (100%) rename {git-web-ui => .old/git-web-ui}/static/.htaccess (100%) rename {git-web-ui => .old/git-web-ui}/static/404.html (100%) rename {git-web-ui => .old/git-web-ui}/static/apple-touch-icon-114x114-precomposed.png (100%) rename {git-web-ui => .old/git-web-ui}/static/apple-touch-icon-57x57-precomposed.png (100%) rename {git-web-ui => .old/git-web-ui}/static/apple-touch-icon-72x72-precomposed.png (100%) rename {git-web-ui => .old/git-web-ui}/static/apple-touch-icon-precomposed.png (100%) rename {git-web-ui => .old/git-web-ui}/static/apple-touch-icon.png (100%) rename {git-web-ui => .old/git-web-ui}/static/css/style.css (100%) rename {git-web-ui => .old/git-web-ui}/static/favicon.ico (100%) rename {git-web-ui => .old/git-web-ui}/static/humans.txt (100%) rename {git-web-ui => .old/git-web-ui}/static/img/.gitignore (100%) rename {git-web-ui => .old/git-web-ui}/static/index.html (100%) rename {git-web-ui => .old/git-web-ui}/static/js/libs/jquery-1.7.1.js (100%) rename {git-web-ui => .old/git-web-ui}/static/js/libs/jquery-1.7.1.min.js (100%) rename {git-web-ui => .old/git-web-ui}/static/js/libs/modernizr-2.5.3.min.js (100%) rename {git-web-ui => .old/git-web-ui}/static/js/plugins.js (100%) rename {git-web-ui => .old/git-web-ui}/static/js/script.js (100%) rename {git-web-ui => .old/git-web-ui}/static/robots.txt (100%) rename {ruby-soap => .old/ruby-soap}/uszip-client.rb (100%) rename {ruby-soap => .old/ruby-soap}/uszip.wsdl (100%) diff --git a/ares/README b/.old/ares/README similarity index 100% rename from ares/README rename to .old/ares/README diff --git a/ares/client.rb b/.old/ares/client.rb similarity index 100% rename from ares/client.rb rename to .old/ares/client.rb diff --git a/ares/run-client-shell b/.old/ares/run-client-shell similarity index 100% rename from ares/run-client-shell rename to .old/ares/run-client-shell diff --git a/ares/run-server b/.old/ares/run-server similarity index 100% rename from ares/run-server rename to .old/ares/run-server diff --git a/ares/server/__init__.py b/.old/ares/server/__init__.py similarity index 100% rename from ares/server/__init__.py rename to .old/ares/server/__init__.py diff --git a/ares/server/families.py b/.old/ares/server/families.py similarity index 100% rename from ares/server/families.py rename to .old/ares/server/families.py diff --git a/ares/server/helpers.py b/.old/ares/server/helpers.py similarity index 100% rename from ares/server/helpers.py rename to .old/ares/server/helpers.py diff --git a/ares/server/people.py b/.old/ares/server/people.py similarity index 100% rename from ares/server/people.py rename to .old/ares/server/people.py diff --git a/ares/server/resource.py b/.old/ares/server/resource.py similarity index 100% rename from ares/server/resource.py rename to .old/ares/server/resource.py diff --git a/ares/www/families.json b/.old/ares/www/families.json similarity index 100% rename from ares/www/families.json rename to .old/ares/www/families.json diff --git a/ares/www/families/%surname.json b/.old/ares/www/families/%surname.json similarity index 100% rename from ares/www/families/%surname.json rename to .old/ares/www/families/%surname.json diff --git a/ares/www/people.json b/.old/ares/www/people.json similarity index 100% rename from ares/www/people.json rename to .old/ares/www/people.json diff --git a/ares/www/people/%id.json b/.old/ares/www/people/%id.json similarity index 100% rename from ares/www/people/%id.json rename to .old/ares/www/people/%id.json diff --git a/git-web-ui/app.py b/.old/git-web-ui/app.py similarity index 100% rename from git-web-ui/app.py rename to .old/git-web-ui/app.py diff --git a/git-web-ui/static/.gitattributes b/.old/git-web-ui/static/.gitattributes similarity index 100% rename from git-web-ui/static/.gitattributes rename to .old/git-web-ui/static/.gitattributes diff --git a/git-web-ui/static/.gitignore b/.old/git-web-ui/static/.gitignore similarity index 100% rename from git-web-ui/static/.gitignore rename to .old/git-web-ui/static/.gitignore diff --git a/git-web-ui/static/.htaccess b/.old/git-web-ui/static/.htaccess similarity index 100% rename from git-web-ui/static/.htaccess rename to .old/git-web-ui/static/.htaccess diff --git a/git-web-ui/static/404.html b/.old/git-web-ui/static/404.html similarity index 100% rename from git-web-ui/static/404.html rename to .old/git-web-ui/static/404.html diff --git a/git-web-ui/static/apple-touch-icon-114x114-precomposed.png b/.old/git-web-ui/static/apple-touch-icon-114x114-precomposed.png similarity index 100% rename from git-web-ui/static/apple-touch-icon-114x114-precomposed.png rename to .old/git-web-ui/static/apple-touch-icon-114x114-precomposed.png diff --git a/git-web-ui/static/apple-touch-icon-57x57-precomposed.png b/.old/git-web-ui/static/apple-touch-icon-57x57-precomposed.png similarity index 100% rename from git-web-ui/static/apple-touch-icon-57x57-precomposed.png rename to .old/git-web-ui/static/apple-touch-icon-57x57-precomposed.png diff --git a/git-web-ui/static/apple-touch-icon-72x72-precomposed.png b/.old/git-web-ui/static/apple-touch-icon-72x72-precomposed.png similarity index 100% rename from git-web-ui/static/apple-touch-icon-72x72-precomposed.png rename to .old/git-web-ui/static/apple-touch-icon-72x72-precomposed.png diff --git a/git-web-ui/static/apple-touch-icon-precomposed.png b/.old/git-web-ui/static/apple-touch-icon-precomposed.png similarity index 100% rename from git-web-ui/static/apple-touch-icon-precomposed.png rename to .old/git-web-ui/static/apple-touch-icon-precomposed.png diff --git a/git-web-ui/static/apple-touch-icon.png b/.old/git-web-ui/static/apple-touch-icon.png similarity index 100% rename from git-web-ui/static/apple-touch-icon.png rename to .old/git-web-ui/static/apple-touch-icon.png diff --git a/git-web-ui/static/css/style.css b/.old/git-web-ui/static/css/style.css similarity index 100% rename from git-web-ui/static/css/style.css rename to .old/git-web-ui/static/css/style.css diff --git a/git-web-ui/static/favicon.ico b/.old/git-web-ui/static/favicon.ico similarity index 100% rename from git-web-ui/static/favicon.ico rename to .old/git-web-ui/static/favicon.ico diff --git a/git-web-ui/static/humans.txt b/.old/git-web-ui/static/humans.txt similarity index 100% rename from git-web-ui/static/humans.txt rename to .old/git-web-ui/static/humans.txt diff --git a/git-web-ui/static/img/.gitignore b/.old/git-web-ui/static/img/.gitignore similarity index 100% rename from git-web-ui/static/img/.gitignore rename to .old/git-web-ui/static/img/.gitignore diff --git a/git-web-ui/static/index.html b/.old/git-web-ui/static/index.html similarity index 100% rename from git-web-ui/static/index.html rename to .old/git-web-ui/static/index.html diff --git a/git-web-ui/static/js/libs/jquery-1.7.1.js b/.old/git-web-ui/static/js/libs/jquery-1.7.1.js similarity index 100% rename from git-web-ui/static/js/libs/jquery-1.7.1.js rename to .old/git-web-ui/static/js/libs/jquery-1.7.1.js diff --git a/git-web-ui/static/js/libs/jquery-1.7.1.min.js b/.old/git-web-ui/static/js/libs/jquery-1.7.1.min.js similarity index 100% rename from git-web-ui/static/js/libs/jquery-1.7.1.min.js rename to .old/git-web-ui/static/js/libs/jquery-1.7.1.min.js diff --git a/git-web-ui/static/js/libs/modernizr-2.5.3.min.js b/.old/git-web-ui/static/js/libs/modernizr-2.5.3.min.js similarity index 100% rename from git-web-ui/static/js/libs/modernizr-2.5.3.min.js rename to .old/git-web-ui/static/js/libs/modernizr-2.5.3.min.js diff --git a/git-web-ui/static/js/plugins.js b/.old/git-web-ui/static/js/plugins.js similarity index 100% rename from git-web-ui/static/js/plugins.js rename to .old/git-web-ui/static/js/plugins.js diff --git a/git-web-ui/static/js/script.js b/.old/git-web-ui/static/js/script.js similarity index 100% rename from git-web-ui/static/js/script.js rename to .old/git-web-ui/static/js/script.js diff --git a/git-web-ui/static/robots.txt b/.old/git-web-ui/static/robots.txt similarity index 100% rename from git-web-ui/static/robots.txt rename to .old/git-web-ui/static/robots.txt diff --git a/ruby-soap/uszip-client.rb b/.old/ruby-soap/uszip-client.rb similarity index 100% rename from ruby-soap/uszip-client.rb rename to .old/ruby-soap/uszip-client.rb diff --git a/ruby-soap/uszip.wsdl b/.old/ruby-soap/uszip.wsdl similarity index 100% rename from ruby-soap/uszip.wsdl rename to .old/ruby-soap/uszip.wsdl