diff --git a/copy-all-stable.sh b/copy-all-stable.sh deleted file mode 100755 index 0ced998..0000000 --- a/copy-all-stable.sh +++ /dev/null @@ -1,27 +0,0 @@ -rm -rf ~/.local/share/profanity/plugins/* - -cp ascii.py ~/.local/share/profanity/plugins/. -cp syscmd.py ~/.local/share/profanity/plugins/. -cp paste.py ~/.local/share/profanity/plugins/. -cp browser.py ~/.local/share/profanity/plugins/. -cp platform-info.py ~/.local/share/profanity/plugins/. -cp say.py ~/.local/share/profanity/plugins/. -cp whoami.py ~/.local/share/profanity/plugins/. -cp wikipedia-prof.py ~/.local/share/profanity/plugins/. -cp clients.py ~/.local/share/profanity/plugins/. -cp presence_notify.py ~/.local/share/profanity/plugins/. -cp tests/python-test.py ~/.local/share/profanity/plugins/. - -cd pid -make clean -make -cp pid.so ~/.local/share/profanity/plugins/. -cd .. - -cd tests/test-c-plugin -make clean -make -cp test-c-plugin.so ~/.local/share/profanity/plugins/. -cd ../.. - - diff --git a/ChatStart.rb b/development/ChatStart.rb similarity index 100% rename from ChatStart.rb rename to development/ChatStart.rb diff --git a/chatterbot/chatterbot.py b/development/chatterbot/chatterbot.py similarity index 100% rename from chatterbot/chatterbot.py rename to development/chatterbot/chatterbot.py diff --git a/chatterbot/chatterbotapi.py b/development/chatterbot/chatterbotapi.py similarity index 100% rename from chatterbot/chatterbotapi.py rename to development/chatterbot/chatterbotapi.py diff --git a/jenkins.py b/development/jenkins.py similarity index 100% rename from jenkins.py rename to development/jenkins.py diff --git a/ascii.py b/stable/ascii.py similarity index 100% rename from ascii.py rename to stable/ascii.py diff --git a/browser.py b/stable/browser.py similarity index 100% rename from browser.py rename to stable/browser.py diff --git a/clients.py b/stable/clients.py similarity index 100% rename from clients.py rename to stable/clients.py diff --git a/emoticons.py b/stable/emoticons.py similarity index 100% rename from emoticons.py rename to stable/emoticons.py diff --git a/imgur.py b/stable/imgur.py similarity index 100% rename from imgur.py rename to stable/imgur.py diff --git a/paste.py b/stable/paste.py similarity index 100% rename from paste.py rename to stable/paste.py diff --git a/pid/Makefile b/stable/pid/Makefile similarity index 100% rename from pid/Makefile rename to stable/pid/Makefile diff --git a/pid/pid.c b/stable/pid/pid.c similarity index 100% rename from pid/pid.c rename to stable/pid/pid.c diff --git a/platform-info.py b/stable/platform-info.py similarity index 100% rename from platform-info.py rename to stable/platform-info.py diff --git a/presence_notify.py b/stable/presence_notify.py similarity index 100% rename from presence_notify.py rename to stable/presence_notify.py diff --git a/say.py b/stable/say.py similarity index 100% rename from say.py rename to stable/say.py diff --git a/sounds.py b/stable/sounds.py similarity index 100% rename from sounds.py rename to stable/sounds.py diff --git a/syscmd.py b/stable/syscmd.py similarity index 100% rename from syscmd.py rename to stable/syscmd.py diff --git a/whoami.py b/stable/whoami.py similarity index 100% rename from whoami.py rename to stable/whoami.py diff --git a/wikipedia-prof.py b/stable/wikipedia-prof.py similarity index 100% rename from wikipedia-prof.py rename to stable/wikipedia-prof.py