From 2ffdf26ec264c0bc86886126e88f50851fddd0a6 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 8 May 2015 20:37:22 -0500 Subject: [PATCH] reorganizing project directories, part 1 --- BUGS => dr_botzo/BUGS | 0 COPYING => dr_botzo/COPYING | 0 EXTERNALS => dr_botzo/EXTERNALS | 0 README => dr_botzo/README | 0 TODO => dr_botzo/TODO | 0 dr.botzo.py => dr_botzo/dr.botzo.py | 0 dr_botzo/{ => dr_botzo}/__init__.py | 0 dr_botzo/{ => dr_botzo}/settings.py | 0 dr_botzo/{ => dr_botzo}/urls.py | 0 dr_botzo/{ => dr_botzo}/views.py | 0 dr_botzo/{ => dr_botzo}/wsgi.py | 0 {ircbot => dr_botzo/ircbot}/DrBotIRC.py | 0 {ircbot => dr_botzo/ircbot}/Module.py | 0 {ircbot => dr_botzo/ircbot}/dr.botzo.cfg.example | 0 {ircbot => dr_botzo/ircbot}/extlib/__init__.py | 0 {ircbot => dr_botzo/ircbot}/extlib/irclib.py | 0 {ircbot => dr_botzo/ircbot}/modules/Achievements.py | 0 {ircbot => dr_botzo/ircbot}/modules/Acro.py | 0 {ircbot => dr_botzo/ircbot}/modules/Babelfish.py | 0 {ircbot => dr_botzo/ircbot}/modules/Countdown.py | 0 {ircbot => dr_botzo/ircbot}/modules/Dice.py | 0 {ircbot => dr_botzo/ircbot}/modules/Dispatch.py | 0 {ircbot => dr_botzo/ircbot}/modules/Echo.py | 0 {ircbot => dr_botzo/ircbot}/modules/EightBall.py | 0 {ircbot => dr_botzo/ircbot}/modules/Facts.py | 0 {ircbot => dr_botzo/ircbot}/modules/IrcAdmin.py | 0 {ircbot => dr_botzo/ircbot}/modules/Karma.py | 0 {ircbot => dr_botzo/ircbot}/modules/Markov.py | 0 {ircbot => dr_botzo/ircbot}/modules/Pi.py | 0 {ircbot => dr_botzo/ircbot}/modules/Races.py | 0 {ircbot => dr_botzo/ircbot}/modules/Seen.py | 0 {ircbot => dr_botzo/ircbot}/modules/Storycraft.py | 0 {ircbot => dr_botzo/ircbot}/modules/TextTransform.py | 0 {ircbot => dr_botzo/ircbot}/modules/TopicDump.py | 0 {ircbot => dr_botzo/ircbot}/modules/Twitter.py | 0 {ircbot => dr_botzo/ircbot}/modules/Weather.py | 0 {ircbot => dr_botzo/ircbot}/modules/__init__.py | 0 {ircbot => dr_botzo/ircbot}/old-web/__init__.py | 0 {ircbot => dr_botzo/ircbot}/old-web/dr.botzo.wsgi | 0 {ircbot => dr_botzo/ircbot}/old-web/index/views.py | 0 {ircbot => dr_botzo/ircbot}/old-web/karma/__init__.py | 0 {ircbot => dr_botzo/ircbot}/old-web/karma/models.py | 0 {ircbot => dr_botzo/ircbot}/old-web/karma/tests.py | 0 {ircbot => dr_botzo/ircbot}/old-web/karma/urls.py | 0 {ircbot => dr_botzo/ircbot}/old-web/karma/views.py | 0 {ircbot => dr_botzo/ircbot}/old-web/manage.py | 0 {ircbot => dr_botzo/ircbot}/old-web/settings.py | 0 {ircbot => dr_botzo/ircbot}/old-web/static/storycraft/page.css | 0 {ircbot => dr_botzo/ircbot}/old-web/storycraft/__init__.py | 0 {ircbot => dr_botzo/ircbot}/old-web/storycraft/models.py | 0 {ircbot => dr_botzo/ircbot}/old-web/storycraft/urls.py | 0 {ircbot => dr_botzo/ircbot}/old-web/storycraft/views.py | 0 {ircbot => dr_botzo/ircbot}/old-web/templates/index.html | 0 {ircbot => dr_botzo/ircbot}/old-web/templates/karma/givers.html | 0 {ircbot => dr_botzo/ircbot}/old-web/templates/karma/index.html | 0 .../ircbot}/old-web/templates/karma/key_detail.html | 0 {ircbot => dr_botzo/ircbot}/old-web/templates/karma/stats.html | 0 .../ircbot}/old-web/templates/storycraft/game_index.html | 0 .../ircbot}/old-web/templates/storycraft/index.html | 0 .../ircbot}/old-web/templates/storycraft/tmpl_footer.html | 0 .../ircbot}/old-web/templates/storycraft/tmpl_game_story.html | 0 .../ircbot}/old-web/templates/storycraft/tmpl_game_summary.html | 0 {ircbot => dr_botzo/ircbot}/old-web/urls.py | 0 logging.cfg => dr_botzo/logging.cfg | 0 manage.py => dr_botzo/manage.py | 0 {markov => dr_botzo/markov}/__init__.py | 0 {markov => dr_botzo/markov}/admin.py | 0 {markov => dr_botzo/markov}/forms.py | 0 .../migrations/0001_markov_context_and_target_and_state.py | 0 .../migrations/0002_unique_target_name_and_context_name.py | 0 .../markov}/migrations/0003_markov_context_max_length_64.py | 0 .../markov}/migrations/0004_more_indexes_on_markov_state.py | 0 {markov => dr_botzo/markov}/migrations/__init__.py | 0 {markov => dr_botzo/markov}/models.py | 0 {markov => dr_botzo/markov}/urls.py | 0 {markov => dr_botzo/markov}/views.py | 0 {races => dr_botzo/races}/__init__.py | 0 {races => dr_botzo/races}/admin.py | 0 .../migrations/0001_race_and_racer_and_race_update_models.py | 0 .../races}/migrations/0002_raceupdate_fk_to_race.py | 0 .../migrations/0003_associate_raceupdates_with_racer_races.py | 0 {races => dr_botzo/races}/migrations/__init__.py | 0 {races => dr_botzo/races}/models.py | 0 {races => dr_botzo/races}/urls.py | 0 {races => dr_botzo/races}/views.py | 0 {requirements => dr_botzo/requirements}/core.txt | 0 {requirements => dr_botzo/requirements}/optional.txt | 0 {scripts => dr_botzo/scripts}/factfile-to-facts.py | 0 {scripts => dr_botzo/scripts}/import-file-into-markov_chain.py | 0 {scripts => dr_botzo/scripts}/port_seen_to_django.py | 0 {scripts => dr_botzo/scripts}/procmail-to-dispatch.py | 0 {seen => dr_botzo/seen}/__init__.py | 0 {seen => dr_botzo/seen}/admin.py | 0 {seen => dr_botzo/seen}/migrations/0001_seen_data.py | 0 {seen => dr_botzo/seen}/migrations/__init__.py | 0 {seen => dr_botzo/seen}/models.py | 0 {static => dr_botzo/static}/css/core.css | 0 {templates => dr_botzo/templates}/403.html | 0 {templates => dr_botzo/templates}/404.html | 0 {templates => dr_botzo/templates}/500.html | 0 {templates => dr_botzo/templates}/base.html | 0 {templates => dr_botzo/templates}/index.html | 0 {templates => dr_botzo/templates}/markov/context.html | 0 {templates => dr_botzo/templates}/markov/import_file.html | 0 {templates => dr_botzo/templates}/markov/teach_line.html | 0 {templates => dr_botzo/templates}/races/index.html | 0 {templates => dr_botzo/templates}/races/race_detail.html | 0 107 files changed, 0 insertions(+), 0 deletions(-) rename BUGS => dr_botzo/BUGS (100%) rename COPYING => dr_botzo/COPYING (100%) rename EXTERNALS => dr_botzo/EXTERNALS (100%) rename README => dr_botzo/README (100%) rename TODO => dr_botzo/TODO (100%) rename dr.botzo.py => dr_botzo/dr.botzo.py (100%) rename dr_botzo/{ => dr_botzo}/__init__.py (100%) rename dr_botzo/{ => dr_botzo}/settings.py (100%) rename dr_botzo/{ => dr_botzo}/urls.py (100%) rename dr_botzo/{ => dr_botzo}/views.py (100%) rename dr_botzo/{ => dr_botzo}/wsgi.py (100%) rename {ircbot => dr_botzo/ircbot}/DrBotIRC.py (100%) rename {ircbot => dr_botzo/ircbot}/Module.py (100%) rename {ircbot => dr_botzo/ircbot}/dr.botzo.cfg.example (100%) rename {ircbot => dr_botzo/ircbot}/extlib/__init__.py (100%) rename {ircbot => dr_botzo/ircbot}/extlib/irclib.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Achievements.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Acro.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Babelfish.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Countdown.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Dice.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Dispatch.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Echo.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/EightBall.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Facts.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/IrcAdmin.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Karma.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Markov.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Pi.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Races.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Seen.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Storycraft.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/TextTransform.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/TopicDump.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Twitter.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/Weather.py (100%) rename {ircbot => dr_botzo/ircbot}/modules/__init__.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/__init__.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/dr.botzo.wsgi (100%) rename {ircbot => dr_botzo/ircbot}/old-web/index/views.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/karma/__init__.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/karma/models.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/karma/tests.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/karma/urls.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/karma/views.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/manage.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/settings.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/static/storycraft/page.css (100%) rename {ircbot => dr_botzo/ircbot}/old-web/storycraft/__init__.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/storycraft/models.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/storycraft/urls.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/storycraft/views.py (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/index.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/karma/givers.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/karma/index.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/karma/key_detail.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/karma/stats.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/storycraft/game_index.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/storycraft/index.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/storycraft/tmpl_footer.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/storycraft/tmpl_game_story.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/templates/storycraft/tmpl_game_summary.html (100%) rename {ircbot => dr_botzo/ircbot}/old-web/urls.py (100%) rename logging.cfg => dr_botzo/logging.cfg (100%) rename manage.py => dr_botzo/manage.py (100%) rename {markov => dr_botzo/markov}/__init__.py (100%) rename {markov => dr_botzo/markov}/admin.py (100%) rename {markov => dr_botzo/markov}/forms.py (100%) rename {markov => dr_botzo/markov}/migrations/0001_markov_context_and_target_and_state.py (100%) rename {markov => dr_botzo/markov}/migrations/0002_unique_target_name_and_context_name.py (100%) rename {markov => dr_botzo/markov}/migrations/0003_markov_context_max_length_64.py (100%) rename {markov => dr_botzo/markov}/migrations/0004_more_indexes_on_markov_state.py (100%) rename {markov => dr_botzo/markov}/migrations/__init__.py (100%) rename {markov => dr_botzo/markov}/models.py (100%) rename {markov => dr_botzo/markov}/urls.py (100%) rename {markov => dr_botzo/markov}/views.py (100%) rename {races => dr_botzo/races}/__init__.py (100%) rename {races => dr_botzo/races}/admin.py (100%) rename {races => dr_botzo/races}/migrations/0001_race_and_racer_and_race_update_models.py (100%) rename {races => dr_botzo/races}/migrations/0002_raceupdate_fk_to_race.py (100%) rename {races => dr_botzo/races}/migrations/0003_associate_raceupdates_with_racer_races.py (100%) rename {races => dr_botzo/races}/migrations/__init__.py (100%) rename {races => dr_botzo/races}/models.py (100%) rename {races => dr_botzo/races}/urls.py (100%) rename {races => dr_botzo/races}/views.py (100%) rename {requirements => dr_botzo/requirements}/core.txt (100%) rename {requirements => dr_botzo/requirements}/optional.txt (100%) rename {scripts => dr_botzo/scripts}/factfile-to-facts.py (100%) rename {scripts => dr_botzo/scripts}/import-file-into-markov_chain.py (100%) rename {scripts => dr_botzo/scripts}/port_seen_to_django.py (100%) rename {scripts => dr_botzo/scripts}/procmail-to-dispatch.py (100%) rename {seen => dr_botzo/seen}/__init__.py (100%) rename {seen => dr_botzo/seen}/admin.py (100%) rename {seen => dr_botzo/seen}/migrations/0001_seen_data.py (100%) rename {seen => dr_botzo/seen}/migrations/__init__.py (100%) rename {seen => dr_botzo/seen}/models.py (100%) rename {static => dr_botzo/static}/css/core.css (100%) rename {templates => dr_botzo/templates}/403.html (100%) rename {templates => dr_botzo/templates}/404.html (100%) rename {templates => dr_botzo/templates}/500.html (100%) rename {templates => dr_botzo/templates}/base.html (100%) rename {templates => dr_botzo/templates}/index.html (100%) rename {templates => dr_botzo/templates}/markov/context.html (100%) rename {templates => dr_botzo/templates}/markov/import_file.html (100%) rename {templates => dr_botzo/templates}/markov/teach_line.html (100%) rename {templates => dr_botzo/templates}/races/index.html (100%) rename {templates => dr_botzo/templates}/races/race_detail.html (100%) diff --git a/BUGS b/dr_botzo/BUGS similarity index 100% rename from BUGS rename to dr_botzo/BUGS diff --git a/COPYING b/dr_botzo/COPYING similarity index 100% rename from COPYING rename to dr_botzo/COPYING diff --git a/EXTERNALS b/dr_botzo/EXTERNALS similarity index 100% rename from EXTERNALS rename to dr_botzo/EXTERNALS diff --git a/README b/dr_botzo/README similarity index 100% rename from README rename to dr_botzo/README diff --git a/TODO b/dr_botzo/TODO similarity index 100% rename from TODO rename to dr_botzo/TODO diff --git a/dr.botzo.py b/dr_botzo/dr.botzo.py similarity index 100% rename from dr.botzo.py rename to dr_botzo/dr.botzo.py diff --git a/dr_botzo/__init__.py b/dr_botzo/dr_botzo/__init__.py similarity index 100% rename from dr_botzo/__init__.py rename to dr_botzo/dr_botzo/__init__.py diff --git a/dr_botzo/settings.py b/dr_botzo/dr_botzo/settings.py similarity index 100% rename from dr_botzo/settings.py rename to dr_botzo/dr_botzo/settings.py diff --git a/dr_botzo/urls.py b/dr_botzo/dr_botzo/urls.py similarity index 100% rename from dr_botzo/urls.py rename to dr_botzo/dr_botzo/urls.py diff --git a/dr_botzo/views.py b/dr_botzo/dr_botzo/views.py similarity index 100% rename from dr_botzo/views.py rename to dr_botzo/dr_botzo/views.py diff --git a/dr_botzo/wsgi.py b/dr_botzo/dr_botzo/wsgi.py similarity index 100% rename from dr_botzo/wsgi.py rename to dr_botzo/dr_botzo/wsgi.py diff --git a/ircbot/DrBotIRC.py b/dr_botzo/ircbot/DrBotIRC.py similarity index 100% rename from ircbot/DrBotIRC.py rename to dr_botzo/ircbot/DrBotIRC.py diff --git a/ircbot/Module.py b/dr_botzo/ircbot/Module.py similarity index 100% rename from ircbot/Module.py rename to dr_botzo/ircbot/Module.py diff --git a/ircbot/dr.botzo.cfg.example b/dr_botzo/ircbot/dr.botzo.cfg.example similarity index 100% rename from ircbot/dr.botzo.cfg.example rename to dr_botzo/ircbot/dr.botzo.cfg.example diff --git a/ircbot/extlib/__init__.py b/dr_botzo/ircbot/extlib/__init__.py similarity index 100% rename from ircbot/extlib/__init__.py rename to dr_botzo/ircbot/extlib/__init__.py diff --git a/ircbot/extlib/irclib.py b/dr_botzo/ircbot/extlib/irclib.py similarity index 100% rename from ircbot/extlib/irclib.py rename to dr_botzo/ircbot/extlib/irclib.py diff --git a/ircbot/modules/Achievements.py b/dr_botzo/ircbot/modules/Achievements.py similarity index 100% rename from ircbot/modules/Achievements.py rename to dr_botzo/ircbot/modules/Achievements.py diff --git a/ircbot/modules/Acro.py b/dr_botzo/ircbot/modules/Acro.py similarity index 100% rename from ircbot/modules/Acro.py rename to dr_botzo/ircbot/modules/Acro.py diff --git a/ircbot/modules/Babelfish.py b/dr_botzo/ircbot/modules/Babelfish.py similarity index 100% rename from ircbot/modules/Babelfish.py rename to dr_botzo/ircbot/modules/Babelfish.py diff --git a/ircbot/modules/Countdown.py b/dr_botzo/ircbot/modules/Countdown.py similarity index 100% rename from ircbot/modules/Countdown.py rename to dr_botzo/ircbot/modules/Countdown.py diff --git a/ircbot/modules/Dice.py b/dr_botzo/ircbot/modules/Dice.py similarity index 100% rename from ircbot/modules/Dice.py rename to dr_botzo/ircbot/modules/Dice.py diff --git a/ircbot/modules/Dispatch.py b/dr_botzo/ircbot/modules/Dispatch.py similarity index 100% rename from ircbot/modules/Dispatch.py rename to dr_botzo/ircbot/modules/Dispatch.py diff --git a/ircbot/modules/Echo.py b/dr_botzo/ircbot/modules/Echo.py similarity index 100% rename from ircbot/modules/Echo.py rename to dr_botzo/ircbot/modules/Echo.py diff --git a/ircbot/modules/EightBall.py b/dr_botzo/ircbot/modules/EightBall.py similarity index 100% rename from ircbot/modules/EightBall.py rename to dr_botzo/ircbot/modules/EightBall.py diff --git a/ircbot/modules/Facts.py b/dr_botzo/ircbot/modules/Facts.py similarity index 100% rename from ircbot/modules/Facts.py rename to dr_botzo/ircbot/modules/Facts.py diff --git a/ircbot/modules/IrcAdmin.py b/dr_botzo/ircbot/modules/IrcAdmin.py similarity index 100% rename from ircbot/modules/IrcAdmin.py rename to dr_botzo/ircbot/modules/IrcAdmin.py diff --git a/ircbot/modules/Karma.py b/dr_botzo/ircbot/modules/Karma.py similarity index 100% rename from ircbot/modules/Karma.py rename to dr_botzo/ircbot/modules/Karma.py diff --git a/ircbot/modules/Markov.py b/dr_botzo/ircbot/modules/Markov.py similarity index 100% rename from ircbot/modules/Markov.py rename to dr_botzo/ircbot/modules/Markov.py diff --git a/ircbot/modules/Pi.py b/dr_botzo/ircbot/modules/Pi.py similarity index 100% rename from ircbot/modules/Pi.py rename to dr_botzo/ircbot/modules/Pi.py diff --git a/ircbot/modules/Races.py b/dr_botzo/ircbot/modules/Races.py similarity index 100% rename from ircbot/modules/Races.py rename to dr_botzo/ircbot/modules/Races.py diff --git a/ircbot/modules/Seen.py b/dr_botzo/ircbot/modules/Seen.py similarity index 100% rename from ircbot/modules/Seen.py rename to dr_botzo/ircbot/modules/Seen.py diff --git a/ircbot/modules/Storycraft.py b/dr_botzo/ircbot/modules/Storycraft.py similarity index 100% rename from ircbot/modules/Storycraft.py rename to dr_botzo/ircbot/modules/Storycraft.py diff --git a/ircbot/modules/TextTransform.py b/dr_botzo/ircbot/modules/TextTransform.py similarity index 100% rename from ircbot/modules/TextTransform.py rename to dr_botzo/ircbot/modules/TextTransform.py diff --git a/ircbot/modules/TopicDump.py b/dr_botzo/ircbot/modules/TopicDump.py similarity index 100% rename from ircbot/modules/TopicDump.py rename to dr_botzo/ircbot/modules/TopicDump.py diff --git a/ircbot/modules/Twitter.py b/dr_botzo/ircbot/modules/Twitter.py similarity index 100% rename from ircbot/modules/Twitter.py rename to dr_botzo/ircbot/modules/Twitter.py diff --git a/ircbot/modules/Weather.py b/dr_botzo/ircbot/modules/Weather.py similarity index 100% rename from ircbot/modules/Weather.py rename to dr_botzo/ircbot/modules/Weather.py diff --git a/ircbot/modules/__init__.py b/dr_botzo/ircbot/modules/__init__.py similarity index 100% rename from ircbot/modules/__init__.py rename to dr_botzo/ircbot/modules/__init__.py diff --git a/ircbot/old-web/__init__.py b/dr_botzo/ircbot/old-web/__init__.py similarity index 100% rename from ircbot/old-web/__init__.py rename to dr_botzo/ircbot/old-web/__init__.py diff --git a/ircbot/old-web/dr.botzo.wsgi b/dr_botzo/ircbot/old-web/dr.botzo.wsgi similarity index 100% rename from ircbot/old-web/dr.botzo.wsgi rename to dr_botzo/ircbot/old-web/dr.botzo.wsgi diff --git a/ircbot/old-web/index/views.py b/dr_botzo/ircbot/old-web/index/views.py similarity index 100% rename from ircbot/old-web/index/views.py rename to dr_botzo/ircbot/old-web/index/views.py diff --git a/ircbot/old-web/karma/__init__.py b/dr_botzo/ircbot/old-web/karma/__init__.py similarity index 100% rename from ircbot/old-web/karma/__init__.py rename to dr_botzo/ircbot/old-web/karma/__init__.py diff --git a/ircbot/old-web/karma/models.py b/dr_botzo/ircbot/old-web/karma/models.py similarity index 100% rename from ircbot/old-web/karma/models.py rename to dr_botzo/ircbot/old-web/karma/models.py diff --git a/ircbot/old-web/karma/tests.py b/dr_botzo/ircbot/old-web/karma/tests.py similarity index 100% rename from ircbot/old-web/karma/tests.py rename to dr_botzo/ircbot/old-web/karma/tests.py diff --git a/ircbot/old-web/karma/urls.py b/dr_botzo/ircbot/old-web/karma/urls.py similarity index 100% rename from ircbot/old-web/karma/urls.py rename to dr_botzo/ircbot/old-web/karma/urls.py diff --git a/ircbot/old-web/karma/views.py b/dr_botzo/ircbot/old-web/karma/views.py similarity index 100% rename from ircbot/old-web/karma/views.py rename to dr_botzo/ircbot/old-web/karma/views.py diff --git a/ircbot/old-web/manage.py b/dr_botzo/ircbot/old-web/manage.py similarity index 100% rename from ircbot/old-web/manage.py rename to dr_botzo/ircbot/old-web/manage.py diff --git a/ircbot/old-web/settings.py b/dr_botzo/ircbot/old-web/settings.py similarity index 100% rename from ircbot/old-web/settings.py rename to dr_botzo/ircbot/old-web/settings.py diff --git a/ircbot/old-web/static/storycraft/page.css b/dr_botzo/ircbot/old-web/static/storycraft/page.css similarity index 100% rename from ircbot/old-web/static/storycraft/page.css rename to dr_botzo/ircbot/old-web/static/storycraft/page.css diff --git a/ircbot/old-web/storycraft/__init__.py b/dr_botzo/ircbot/old-web/storycraft/__init__.py similarity index 100% rename from ircbot/old-web/storycraft/__init__.py rename to dr_botzo/ircbot/old-web/storycraft/__init__.py diff --git a/ircbot/old-web/storycraft/models.py b/dr_botzo/ircbot/old-web/storycraft/models.py similarity index 100% rename from ircbot/old-web/storycraft/models.py rename to dr_botzo/ircbot/old-web/storycraft/models.py diff --git a/ircbot/old-web/storycraft/urls.py b/dr_botzo/ircbot/old-web/storycraft/urls.py similarity index 100% rename from ircbot/old-web/storycraft/urls.py rename to dr_botzo/ircbot/old-web/storycraft/urls.py diff --git a/ircbot/old-web/storycraft/views.py b/dr_botzo/ircbot/old-web/storycraft/views.py similarity index 100% rename from ircbot/old-web/storycraft/views.py rename to dr_botzo/ircbot/old-web/storycraft/views.py diff --git a/ircbot/old-web/templates/index.html b/dr_botzo/ircbot/old-web/templates/index.html similarity index 100% rename from ircbot/old-web/templates/index.html rename to dr_botzo/ircbot/old-web/templates/index.html diff --git a/ircbot/old-web/templates/karma/givers.html b/dr_botzo/ircbot/old-web/templates/karma/givers.html similarity index 100% rename from ircbot/old-web/templates/karma/givers.html rename to dr_botzo/ircbot/old-web/templates/karma/givers.html diff --git a/ircbot/old-web/templates/karma/index.html b/dr_botzo/ircbot/old-web/templates/karma/index.html similarity index 100% rename from ircbot/old-web/templates/karma/index.html rename to dr_botzo/ircbot/old-web/templates/karma/index.html diff --git a/ircbot/old-web/templates/karma/key_detail.html b/dr_botzo/ircbot/old-web/templates/karma/key_detail.html similarity index 100% rename from ircbot/old-web/templates/karma/key_detail.html rename to dr_botzo/ircbot/old-web/templates/karma/key_detail.html diff --git a/ircbot/old-web/templates/karma/stats.html b/dr_botzo/ircbot/old-web/templates/karma/stats.html similarity index 100% rename from ircbot/old-web/templates/karma/stats.html rename to dr_botzo/ircbot/old-web/templates/karma/stats.html diff --git a/ircbot/old-web/templates/storycraft/game_index.html b/dr_botzo/ircbot/old-web/templates/storycraft/game_index.html similarity index 100% rename from ircbot/old-web/templates/storycraft/game_index.html rename to dr_botzo/ircbot/old-web/templates/storycraft/game_index.html diff --git a/ircbot/old-web/templates/storycraft/index.html b/dr_botzo/ircbot/old-web/templates/storycraft/index.html similarity index 100% rename from ircbot/old-web/templates/storycraft/index.html rename to dr_botzo/ircbot/old-web/templates/storycraft/index.html diff --git a/ircbot/old-web/templates/storycraft/tmpl_footer.html b/dr_botzo/ircbot/old-web/templates/storycraft/tmpl_footer.html similarity index 100% rename from ircbot/old-web/templates/storycraft/tmpl_footer.html rename to dr_botzo/ircbot/old-web/templates/storycraft/tmpl_footer.html diff --git a/ircbot/old-web/templates/storycraft/tmpl_game_story.html b/dr_botzo/ircbot/old-web/templates/storycraft/tmpl_game_story.html similarity index 100% rename from ircbot/old-web/templates/storycraft/tmpl_game_story.html rename to dr_botzo/ircbot/old-web/templates/storycraft/tmpl_game_story.html diff --git a/ircbot/old-web/templates/storycraft/tmpl_game_summary.html b/dr_botzo/ircbot/old-web/templates/storycraft/tmpl_game_summary.html similarity index 100% rename from ircbot/old-web/templates/storycraft/tmpl_game_summary.html rename to dr_botzo/ircbot/old-web/templates/storycraft/tmpl_game_summary.html diff --git a/ircbot/old-web/urls.py b/dr_botzo/ircbot/old-web/urls.py similarity index 100% rename from ircbot/old-web/urls.py rename to dr_botzo/ircbot/old-web/urls.py diff --git a/logging.cfg b/dr_botzo/logging.cfg similarity index 100% rename from logging.cfg rename to dr_botzo/logging.cfg diff --git a/manage.py b/dr_botzo/manage.py similarity index 100% rename from manage.py rename to dr_botzo/manage.py diff --git a/markov/__init__.py b/dr_botzo/markov/__init__.py similarity index 100% rename from markov/__init__.py rename to dr_botzo/markov/__init__.py diff --git a/markov/admin.py b/dr_botzo/markov/admin.py similarity index 100% rename from markov/admin.py rename to dr_botzo/markov/admin.py diff --git a/markov/forms.py b/dr_botzo/markov/forms.py similarity index 100% rename from markov/forms.py rename to dr_botzo/markov/forms.py diff --git a/markov/migrations/0001_markov_context_and_target_and_state.py b/dr_botzo/markov/migrations/0001_markov_context_and_target_and_state.py similarity index 100% rename from markov/migrations/0001_markov_context_and_target_and_state.py rename to dr_botzo/markov/migrations/0001_markov_context_and_target_and_state.py diff --git a/markov/migrations/0002_unique_target_name_and_context_name.py b/dr_botzo/markov/migrations/0002_unique_target_name_and_context_name.py similarity index 100% rename from markov/migrations/0002_unique_target_name_and_context_name.py rename to dr_botzo/markov/migrations/0002_unique_target_name_and_context_name.py diff --git a/markov/migrations/0003_markov_context_max_length_64.py b/dr_botzo/markov/migrations/0003_markov_context_max_length_64.py similarity index 100% rename from markov/migrations/0003_markov_context_max_length_64.py rename to dr_botzo/markov/migrations/0003_markov_context_max_length_64.py diff --git a/markov/migrations/0004_more_indexes_on_markov_state.py b/dr_botzo/markov/migrations/0004_more_indexes_on_markov_state.py similarity index 100% rename from markov/migrations/0004_more_indexes_on_markov_state.py rename to dr_botzo/markov/migrations/0004_more_indexes_on_markov_state.py diff --git a/markov/migrations/__init__.py b/dr_botzo/markov/migrations/__init__.py similarity index 100% rename from markov/migrations/__init__.py rename to dr_botzo/markov/migrations/__init__.py diff --git a/markov/models.py b/dr_botzo/markov/models.py similarity index 100% rename from markov/models.py rename to dr_botzo/markov/models.py diff --git a/markov/urls.py b/dr_botzo/markov/urls.py similarity index 100% rename from markov/urls.py rename to dr_botzo/markov/urls.py diff --git a/markov/views.py b/dr_botzo/markov/views.py similarity index 100% rename from markov/views.py rename to dr_botzo/markov/views.py diff --git a/races/__init__.py b/dr_botzo/races/__init__.py similarity index 100% rename from races/__init__.py rename to dr_botzo/races/__init__.py diff --git a/races/admin.py b/dr_botzo/races/admin.py similarity index 100% rename from races/admin.py rename to dr_botzo/races/admin.py diff --git a/races/migrations/0001_race_and_racer_and_race_update_models.py b/dr_botzo/races/migrations/0001_race_and_racer_and_race_update_models.py similarity index 100% rename from races/migrations/0001_race_and_racer_and_race_update_models.py rename to dr_botzo/races/migrations/0001_race_and_racer_and_race_update_models.py diff --git a/races/migrations/0002_raceupdate_fk_to_race.py b/dr_botzo/races/migrations/0002_raceupdate_fk_to_race.py similarity index 100% rename from races/migrations/0002_raceupdate_fk_to_race.py rename to dr_botzo/races/migrations/0002_raceupdate_fk_to_race.py diff --git a/races/migrations/0003_associate_raceupdates_with_racer_races.py b/dr_botzo/races/migrations/0003_associate_raceupdates_with_racer_races.py similarity index 100% rename from races/migrations/0003_associate_raceupdates_with_racer_races.py rename to dr_botzo/races/migrations/0003_associate_raceupdates_with_racer_races.py diff --git a/races/migrations/__init__.py b/dr_botzo/races/migrations/__init__.py similarity index 100% rename from races/migrations/__init__.py rename to dr_botzo/races/migrations/__init__.py diff --git a/races/models.py b/dr_botzo/races/models.py similarity index 100% rename from races/models.py rename to dr_botzo/races/models.py diff --git a/races/urls.py b/dr_botzo/races/urls.py similarity index 100% rename from races/urls.py rename to dr_botzo/races/urls.py diff --git a/races/views.py b/dr_botzo/races/views.py similarity index 100% rename from races/views.py rename to dr_botzo/races/views.py diff --git a/requirements/core.txt b/dr_botzo/requirements/core.txt similarity index 100% rename from requirements/core.txt rename to dr_botzo/requirements/core.txt diff --git a/requirements/optional.txt b/dr_botzo/requirements/optional.txt similarity index 100% rename from requirements/optional.txt rename to dr_botzo/requirements/optional.txt diff --git a/scripts/factfile-to-facts.py b/dr_botzo/scripts/factfile-to-facts.py similarity index 100% rename from scripts/factfile-to-facts.py rename to dr_botzo/scripts/factfile-to-facts.py diff --git a/scripts/import-file-into-markov_chain.py b/dr_botzo/scripts/import-file-into-markov_chain.py similarity index 100% rename from scripts/import-file-into-markov_chain.py rename to dr_botzo/scripts/import-file-into-markov_chain.py diff --git a/scripts/port_seen_to_django.py b/dr_botzo/scripts/port_seen_to_django.py similarity index 100% rename from scripts/port_seen_to_django.py rename to dr_botzo/scripts/port_seen_to_django.py diff --git a/scripts/procmail-to-dispatch.py b/dr_botzo/scripts/procmail-to-dispatch.py similarity index 100% rename from scripts/procmail-to-dispatch.py rename to dr_botzo/scripts/procmail-to-dispatch.py diff --git a/seen/__init__.py b/dr_botzo/seen/__init__.py similarity index 100% rename from seen/__init__.py rename to dr_botzo/seen/__init__.py diff --git a/seen/admin.py b/dr_botzo/seen/admin.py similarity index 100% rename from seen/admin.py rename to dr_botzo/seen/admin.py diff --git a/seen/migrations/0001_seen_data.py b/dr_botzo/seen/migrations/0001_seen_data.py similarity index 100% rename from seen/migrations/0001_seen_data.py rename to dr_botzo/seen/migrations/0001_seen_data.py diff --git a/seen/migrations/__init__.py b/dr_botzo/seen/migrations/__init__.py similarity index 100% rename from seen/migrations/__init__.py rename to dr_botzo/seen/migrations/__init__.py diff --git a/seen/models.py b/dr_botzo/seen/models.py similarity index 100% rename from seen/models.py rename to dr_botzo/seen/models.py diff --git a/static/css/core.css b/dr_botzo/static/css/core.css similarity index 100% rename from static/css/core.css rename to dr_botzo/static/css/core.css diff --git a/templates/403.html b/dr_botzo/templates/403.html similarity index 100% rename from templates/403.html rename to dr_botzo/templates/403.html diff --git a/templates/404.html b/dr_botzo/templates/404.html similarity index 100% rename from templates/404.html rename to dr_botzo/templates/404.html diff --git a/templates/500.html b/dr_botzo/templates/500.html similarity index 100% rename from templates/500.html rename to dr_botzo/templates/500.html diff --git a/templates/base.html b/dr_botzo/templates/base.html similarity index 100% rename from templates/base.html rename to dr_botzo/templates/base.html diff --git a/templates/index.html b/dr_botzo/templates/index.html similarity index 100% rename from templates/index.html rename to dr_botzo/templates/index.html diff --git a/templates/markov/context.html b/dr_botzo/templates/markov/context.html similarity index 100% rename from templates/markov/context.html rename to dr_botzo/templates/markov/context.html diff --git a/templates/markov/import_file.html b/dr_botzo/templates/markov/import_file.html similarity index 100% rename from templates/markov/import_file.html rename to dr_botzo/templates/markov/import_file.html diff --git a/templates/markov/teach_line.html b/dr_botzo/templates/markov/teach_line.html similarity index 100% rename from templates/markov/teach_line.html rename to dr_botzo/templates/markov/teach_line.html diff --git a/templates/races/index.html b/dr_botzo/templates/races/index.html similarity index 100% rename from templates/races/index.html rename to dr_botzo/templates/races/index.html diff --git a/templates/races/race_detail.html b/dr_botzo/templates/races/race_detail.html similarity index 100% rename from templates/races/race_detail.html rename to dr_botzo/templates/races/race_detail.html