From 148c4b3ee1a035f65f62f8eb7685d74d8be4b9e3 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 13 Nov 2016 17:01:39 +0000 Subject: [PATCH] Restructure project --- copy-all-stable.sh | 27 ------------------- ChatStart.rb => development/ChatStart.rb | 0 .../chatterbot}/chatterbot.py | 0 .../chatterbot}/chatterbotapi.py | 0 jenkins.py => development/jenkins.py | 0 ascii.py => stable/ascii.py | 0 browser.py => stable/browser.py | 0 clients.py => stable/clients.py | 0 emoticons.py => stable/emoticons.py | 0 imgur.py => stable/imgur.py | 0 paste.py => stable/paste.py | 0 {pid => stable/pid}/Makefile | 0 {pid => stable/pid}/pid.c | 0 platform-info.py => stable/platform-info.py | 0 .../presence_notify.py | 0 say.py => stable/say.py | 0 sounds.py => stable/sounds.py | 0 syscmd.py => stable/syscmd.py | 0 whoami.py => stable/whoami.py | 0 wikipedia-prof.py => stable/wikipedia-prof.py | 0 20 files changed, 27 deletions(-) delete mode 100755 copy-all-stable.sh rename ChatStart.rb => development/ChatStart.rb (100%) rename {chatterbot => development/chatterbot}/chatterbot.py (100%) rename {chatterbot => development/chatterbot}/chatterbotapi.py (100%) rename jenkins.py => development/jenkins.py (100%) rename ascii.py => stable/ascii.py (100%) rename browser.py => stable/browser.py (100%) rename clients.py => stable/clients.py (100%) rename emoticons.py => stable/emoticons.py (100%) rename imgur.py => stable/imgur.py (100%) rename paste.py => stable/paste.py (100%) rename {pid => stable/pid}/Makefile (100%) rename {pid => stable/pid}/pid.c (100%) rename platform-info.py => stable/platform-info.py (100%) rename presence_notify.py => stable/presence_notify.py (100%) rename say.py => stable/say.py (100%) rename sounds.py => stable/sounds.py (100%) rename syscmd.py => stable/syscmd.py (100%) rename whoami.py => stable/whoami.py (100%) rename wikipedia-prof.py => stable/wikipedia-prof.py (100%) 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