diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66bb121 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/settings.py diff --git a/.pydevproject b/.pydevproject index 8566fa7..7db6057 100644 --- a/.pydevproject +++ b/.pydevproject @@ -2,36 +2,37 @@ -Default -python 2.5 - -GOOGLE_APP_ENGINE -/usr/local/google_appengine - - -${GOOGLE_APP_ENGINE} -${GOOGLE_APP_ENGINE}/lib/antlr3 -${GOOGLE_APP_ENGINE}/lib/django_1_3 -${GOOGLE_APP_ENGINE}/lib/enum -${GOOGLE_APP_ENGINE}/lib/fancy_urllib -${GOOGLE_APP_ENGINE}/lib/google-api-python-client -${GOOGLE_APP_ENGINE}/lib/graphy -${GOOGLE_APP_ENGINE}/lib/grizzled -${GOOGLE_APP_ENGINE}/lib/httplib2 -${GOOGLE_APP_ENGINE}/lib/ipaddr -${GOOGLE_APP_ENGINE}/lib/jinja2 -${GOOGLE_APP_ENGINE}/lib/markupsafe -${GOOGLE_APP_ENGINE}/lib/oauth2 -${GOOGLE_APP_ENGINE}/lib/prettytable -${GOOGLE_APP_ENGINE}/lib/protorpc -${GOOGLE_APP_ENGINE}/lib/python-gflags/tests -${GOOGLE_APP_ENGINE}/lib/simplejson -${GOOGLE_APP_ENGINE}/lib/sqlcmd -${GOOGLE_APP_ENGINE}/lib/webapp2 -${GOOGLE_APP_ENGINE}/lib/webob -${GOOGLE_APP_ENGINE}/lib/yaml/lib - - -/openalive/src - + Default + python 2.5 + + GOOGLE_APP_ENGINE + /usr/local/google_appengine + + + ${GOOGLE_APP_ENGINE} + ${GOOGLE_APP_ENGINE}/lib/antlr3 + ${GOOGLE_APP_ENGINE}/lib/django_1_3 + ${GOOGLE_APP_ENGINE}/lib/enum + ${GOOGLE_APP_ENGINE}/lib/fancy_urllib + ${GOOGLE_APP_ENGINE}/lib/google-api-python-client + ${GOOGLE_APP_ENGINE}/lib/graphy + ${GOOGLE_APP_ENGINE}/lib/grizzled + ${GOOGLE_APP_ENGINE}/lib/httplib2 + ${GOOGLE_APP_ENGINE}/lib/ipaddr + ${GOOGLE_APP_ENGINE}/lib/jinja2 + ${GOOGLE_APP_ENGINE}/lib/markupsafe + ${GOOGLE_APP_ENGINE}/lib/oauth2 + ${GOOGLE_APP_ENGINE}/lib/prettytable + ${GOOGLE_APP_ENGINE}/lib/protorpc + ${GOOGLE_APP_ENGINE}/lib/python-gflags/tests + ${GOOGLE_APP_ENGINE}/lib/simplejson + ${GOOGLE_APP_ENGINE}/lib/sqlcmd + ${GOOGLE_APP_ENGINE}/lib/webapp2 + ${GOOGLE_APP_ENGINE}/lib/webob + ${GOOGLE_APP_ENGINE}/lib/yaml/lib + + + /openalive + diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs index a17039a..5cfdc92 100644 --- a/.settings/org.eclipse.core.resources.prefs +++ b/.settings/org.eclipse.core.resources.prefs @@ -1,3 +1,2 @@ -#Thu Feb 09 21:58:29 PST 2012 -eclipse.preferences.version=1 -encoding//src/lib/polib.py=utf-8 +#Wed Feb 15 17:13:02 PST 2012 +eclipse.preferences.version=1 \ No newline at end of file diff --git a/src/action/__init__.py b/action/__init__.py similarity index 100% rename from src/action/__init__.py rename to action/__init__.py diff --git a/src/action/i18n.py b/action/i18n.py similarity index 100% rename from src/action/i18n.py rename to action/i18n.py diff --git a/src/action/index.py b/action/index.py similarity index 100% rename from src/action/index.py rename to action/index.py diff --git a/src/action/my.py b/action/my.py similarity index 100% rename from src/action/my.py rename to action/my.py diff --git a/app.yaml b/app.yaml index a21f4a1..85e890b 100644 --- a/app.yaml +++ b/app.yaml @@ -16,11 +16,11 @@ handlers: login: admin - url: /static - static_dir: src/static + static_dir: static - url: /favicon.ico - static_files: src/static/favicon.ico - upload: src/static/favicon.ico + static_files: static/favicon.ico + upload: static/favicon.ico - url: /.* script: bootstrap.py diff --git a/src/bin/auto_translate.py b/bin/auto_translate.py similarity index 100% rename from src/bin/auto_translate.py rename to bin/auto_translate.py diff --git a/build.properties b/build.properties new file mode 100644 index 0000000..b966b82 --- /dev/null +++ b/build.properties @@ -0,0 +1 @@ +port=8080 \ No newline at end of file diff --git a/build.xml b/build.xml index 9c34425..6be8905 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + ${ant.project.name} build file @@ -15,7 +15,10 @@ - + + + + @@ -24,10 +27,38 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/conf/__init__.py b/conf/__init__.py similarity index 100% rename from src/conf/__init__.py rename to conf/__init__.py diff --git a/src/conf/locale/en/LC_MESSAGES/django.mo b/conf/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from src/conf/locale/en/LC_MESSAGES/django.mo rename to conf/locale/en/LC_MESSAGES/django.mo diff --git a/src/conf/locale/en/LC_MESSAGES/django.po b/conf/locale/en/LC_MESSAGES/django.po similarity index 74% rename from src/conf/locale/en/LC_MESSAGES/django.po rename to conf/locale/en/LC_MESSAGES/django.po index 7adf625..31843a4 100644 --- a/src/conf/locale/en/LC_MESSAGES/django.po +++ b/conf/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-10 14:53-0800\n" +"POT-Creation-Date: 2012-02-15 17:30-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,22 +25,20 @@ msgstr "Do not specify." msgid "Korean" msgstr "Korean" -#: templates/index.html:8 +#: templates/index.html:78 msgid "Welcome." msgstr "Welcome." -#: templates/index.html:11 +#: templates/_snippets/nav.html:19 msgid "Login" msgstr "Login" -#: templates/index.html:13 +#: templates/_snippets/nav.html:21 msgid "Logout" msgstr "Logout" -#: templates/index.html:17 -msgid "Create New Quiz" -msgstr "Create New Quiz" +#~ msgid "Create New Quiz" +#~ msgstr "Create New Quiz" -#: templates/index.html:18 -msgid "My Page" -msgstr "My Page" +#~ msgid "My Page" +#~ msgstr "My Page" diff --git a/src/conf/locale/en/LC_MESSAGES/djangojs.mo b/conf/locale/en/LC_MESSAGES/djangojs.mo similarity index 100% rename from src/conf/locale/en/LC_MESSAGES/djangojs.mo rename to conf/locale/en/LC_MESSAGES/djangojs.mo diff --git a/src/conf/locale/en/LC_MESSAGES/djangojs.po b/conf/locale/en/LC_MESSAGES/djangojs.po similarity index 100% rename from src/conf/locale/en/LC_MESSAGES/djangojs.po rename to conf/locale/en/LC_MESSAGES/djangojs.po diff --git a/src/conf/locale/es/LC_MESSAGES/django.mo b/conf/locale/es/LC_MESSAGES/django.mo similarity index 100% rename from src/conf/locale/es/LC_MESSAGES/django.mo rename to conf/locale/es/LC_MESSAGES/django.mo diff --git a/src/conf/locale/es/LC_MESSAGES/django.po b/conf/locale/es/LC_MESSAGES/django.po similarity index 74% rename from src/conf/locale/es/LC_MESSAGES/django.po rename to conf/locale/es/LC_MESSAGES/django.po index 7f9f136..f8a7548 100644 --- a/src/conf/locale/es/LC_MESSAGES/django.po +++ b/conf/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-10 14:53-0800\n" +"POT-Creation-Date: 2012-02-15 17:30-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,22 +25,20 @@ msgstr "No se especifica." msgid "Korean" msgstr "Coreano" -#: templates/index.html:8 +#: templates/index.html:78 msgid "Welcome." msgstr "Bienvenido." -#: templates/index.html:11 +#: templates/_snippets/nav.html:19 msgid "Login" msgstr "Iniciar sesión" -#: templates/index.html:13 +#: templates/_snippets/nav.html:21 msgid "Logout" msgstr "Cerrar sesión" -#: templates/index.html:17 -msgid "Create New Quiz" -msgstr "Crear New Quiz" +#~ msgid "Create New Quiz" +#~ msgstr "Crear New Quiz" -#: templates/index.html:18 -msgid "My Page" -msgstr "Mi página" +#~ msgid "My Page" +#~ msgstr "Mi página" diff --git a/src/conf/locale/es/LC_MESSAGES/djangojs.mo b/conf/locale/es/LC_MESSAGES/djangojs.mo similarity index 100% rename from src/conf/locale/es/LC_MESSAGES/djangojs.mo rename to conf/locale/es/LC_MESSAGES/djangojs.mo diff --git a/src/conf/locale/es/LC_MESSAGES/djangojs.po b/conf/locale/es/LC_MESSAGES/djangojs.po similarity index 100% rename from src/conf/locale/es/LC_MESSAGES/djangojs.po rename to conf/locale/es/LC_MESSAGES/djangojs.po diff --git a/src/conf/locale/fr/LC_MESSAGES/django.mo b/conf/locale/fr/LC_MESSAGES/django.mo similarity index 100% rename from src/conf/locale/fr/LC_MESSAGES/django.mo rename to conf/locale/fr/LC_MESSAGES/django.mo diff --git a/src/conf/locale/fr/LC_MESSAGES/django.po b/conf/locale/fr/LC_MESSAGES/django.po similarity index 74% rename from src/conf/locale/fr/LC_MESSAGES/django.po rename to conf/locale/fr/LC_MESSAGES/django.po index 8979c7e..6dfb3e1 100644 --- a/src/conf/locale/fr/LC_MESSAGES/django.po +++ b/conf/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-10 14:53-0800\n" +"POT-Creation-Date: 2012-02-15 17:30-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,22 +25,20 @@ msgstr "Ne spécifiez pas." msgid "Korean" msgstr "Coréen" -#: templates/index.html:8 +#: templates/index.html:78 msgid "Welcome." msgstr "Bienvenue." -#: templates/index.html:11 +#: templates/_snippets/nav.html:19 msgid "Login" msgstr "Login" -#: templates/index.html:13 +#: templates/_snippets/nav.html:21 msgid "Logout" msgstr "Déconnexion" -#: templates/index.html:17 -msgid "Create New Quiz" -msgstr "Créer New Quiz" +#~ msgid "Create New Quiz" +#~ msgstr "Créer New Quiz" -#: templates/index.html:18 -msgid "My Page" -msgstr "Ma Page" +#~ msgid "My Page" +#~ msgstr "Ma Page" diff --git a/src/conf/locale/fr/LC_MESSAGES/djangojs.mo b/conf/locale/fr/LC_MESSAGES/djangojs.mo similarity index 100% rename from src/conf/locale/fr/LC_MESSAGES/djangojs.mo rename to conf/locale/fr/LC_MESSAGES/djangojs.mo diff --git a/src/conf/locale/fr/LC_MESSAGES/djangojs.po b/conf/locale/fr/LC_MESSAGES/djangojs.po similarity index 100% rename from src/conf/locale/fr/LC_MESSAGES/djangojs.po rename to conf/locale/fr/LC_MESSAGES/djangojs.po diff --git a/src/conf/locale/it/LC_MESSAGES/django.mo b/conf/locale/it/LC_MESSAGES/django.mo similarity index 100% rename from src/conf/locale/it/LC_MESSAGES/django.mo rename to conf/locale/it/LC_MESSAGES/django.mo diff --git a/src/conf/locale/it/LC_MESSAGES/django.po b/conf/locale/it/LC_MESSAGES/django.po similarity index 74% rename from src/conf/locale/it/LC_MESSAGES/django.po rename to conf/locale/it/LC_MESSAGES/django.po index 7273fe9..f66ce78 100644 --- a/src/conf/locale/it/LC_MESSAGES/django.po +++ b/conf/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-10 14:53-0800\n" +"POT-Creation-Date: 2012-02-15 17:30-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,22 +25,20 @@ msgstr "Non specificato." msgid "Korean" msgstr "Coreano" -#: templates/index.html:8 +#: templates/index.html:78 msgid "Welcome." msgstr "Benvenuto." -#: templates/index.html:11 +#: templates/_snippets/nav.html:19 msgid "Login" msgstr "Accesso" -#: templates/index.html:13 +#: templates/_snippets/nav.html:21 msgid "Logout" msgstr "Logout" -#: templates/index.html:17 -msgid "Create New Quiz" -msgstr "Crea nuovo Quiz" +#~ msgid "Create New Quiz" +#~ msgstr "Crea nuovo Quiz" -#: templates/index.html:18 -msgid "My Page" -msgstr "My Page" +#~ msgid "My Page" +#~ msgstr "My Page" diff --git a/src/conf/locale/it/LC_MESSAGES/djangojs.mo b/conf/locale/it/LC_MESSAGES/djangojs.mo similarity index 100% rename from src/conf/locale/it/LC_MESSAGES/djangojs.mo rename to conf/locale/it/LC_MESSAGES/djangojs.mo diff --git a/src/conf/locale/it/LC_MESSAGES/djangojs.po b/conf/locale/it/LC_MESSAGES/djangojs.po similarity index 100% rename from src/conf/locale/it/LC_MESSAGES/djangojs.po rename to conf/locale/it/LC_MESSAGES/djangojs.po diff --git a/src/conf/locale/ja/LC_MESSAGES/django.mo b/conf/locale/ja/LC_MESSAGES/django.mo similarity index 100% rename from src/conf/locale/ja/LC_MESSAGES/django.mo rename to conf/locale/ja/LC_MESSAGES/django.mo diff --git a/src/conf/locale/ja/LC_MESSAGES/django.po b/conf/locale/ja/LC_MESSAGES/django.po similarity index 73% rename from src/conf/locale/ja/LC_MESSAGES/django.po rename to conf/locale/ja/LC_MESSAGES/django.po index 3bafdf7..7cc6965 100644 --- a/src/conf/locale/ja/LC_MESSAGES/django.po +++ b/conf/locale/ja/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-10 14:53-0800\n" +"POT-Creation-Date: 2012-02-15 17:30-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,22 +25,20 @@ msgstr "指定しないでください。" msgid "Korean" msgstr "韓国語" -#: templates/index.html:8 +#: templates/index.html:78 msgid "Welcome." msgstr "ようこそ。" -#: templates/index.html:11 +#: templates/_snippets/nav.html:19 msgid "Login" msgstr "ログイン" -#: templates/index.html:13 +#: templates/_snippets/nav.html:21 msgid "Logout" msgstr "ログアウト" -#: templates/index.html:17 -msgid "Create New Quiz" -msgstr "新しいクイズを作成します。" +#~ msgid "Create New Quiz" +#~ msgstr "新しいクイズを作成します。" -#: templates/index.html:18 -msgid "My Page" -msgstr "マイページ" +#~ msgid "My Page" +#~ msgstr "マイページ" diff --git a/src/conf/locale/ja/LC_MESSAGES/djangojs.mo b/conf/locale/ja/LC_MESSAGES/djangojs.mo similarity index 100% rename from src/conf/locale/ja/LC_MESSAGES/djangojs.mo rename to conf/locale/ja/LC_MESSAGES/djangojs.mo diff --git a/src/conf/locale/ja/LC_MESSAGES/djangojs.po b/conf/locale/ja/LC_MESSAGES/djangojs.po similarity index 100% rename from src/conf/locale/ja/LC_MESSAGES/djangojs.po rename to conf/locale/ja/LC_MESSAGES/djangojs.po diff --git a/src/conf/locale/ko/LC_MESSAGES/django.mo b/conf/locale/ko/LC_MESSAGES/django.mo similarity index 100% rename from src/conf/locale/ko/LC_MESSAGES/django.mo rename to conf/locale/ko/LC_MESSAGES/django.mo diff --git a/src/conf/locale/ko/LC_MESSAGES/django.po b/conf/locale/ko/LC_MESSAGES/django.po similarity index 73% rename from src/conf/locale/ko/LC_MESSAGES/django.po rename to conf/locale/ko/LC_MESSAGES/django.po index b7276b5..3b9fe85 100644 --- a/src/conf/locale/ko/LC_MESSAGES/django.po +++ b/conf/locale/ko/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-10 14:53-0800\n" +"POT-Creation-Date: 2012-02-15 17:30-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,22 +25,20 @@ msgstr "지정하지 마십시오." msgid "Korean" msgstr "한국의" -#: templates/index.html:8 +#: templates/index.html:78 msgid "Welcome." msgstr "환영합니다." -#: templates/index.html:11 +#: templates/_snippets/nav.html:19 msgid "Login" msgstr "로그인" -#: templates/index.html:13 +#: templates/_snippets/nav.html:21 msgid "Logout" msgstr "로그아웃" -#: templates/index.html:17 -msgid "Create New Quiz" -msgstr "새로운 퀴즈 만들기" +#~ msgid "Create New Quiz" +#~ msgstr "새로운 퀴즈 만들기" -#: templates/index.html:18 -msgid "My Page" -msgstr "마이 페이지" +#~ msgid "My Page" +#~ msgstr "마이 페이지" diff --git a/src/conf/locale/ko/LC_MESSAGES/djangojs.mo b/conf/locale/ko/LC_MESSAGES/djangojs.mo similarity index 100% rename from src/conf/locale/ko/LC_MESSAGES/djangojs.mo rename to conf/locale/ko/LC_MESSAGES/djangojs.mo diff --git a/src/conf/locale/ko/LC_MESSAGES/djangojs.po b/conf/locale/ko/LC_MESSAGES/djangojs.po similarity index 100% rename from src/conf/locale/ko/LC_MESSAGES/djangojs.po rename to conf/locale/ko/LC_MESSAGES/djangojs.po diff --git a/src/conf/locale/zh/LC_MESSAGES/django.mo b/conf/locale/zh/LC_MESSAGES/django.mo similarity index 100% rename from src/conf/locale/zh/LC_MESSAGES/django.mo rename to conf/locale/zh/LC_MESSAGES/django.mo diff --git a/src/conf/locale/zh/LC_MESSAGES/django.po b/conf/locale/zh/LC_MESSAGES/django.po similarity index 73% rename from src/conf/locale/zh/LC_MESSAGES/django.po rename to conf/locale/zh/LC_MESSAGES/django.po index a5ceb7a..7e16d91 100644 --- a/src/conf/locale/zh/LC_MESSAGES/django.po +++ b/conf/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-10 14:53-0800\n" +"POT-Creation-Date: 2012-02-15 17:30-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,22 +25,20 @@ msgstr "不指定。" msgid "Korean" msgstr "韩国" -#: templates/index.html:8 +#: templates/index.html:78 msgid "Welcome." msgstr "欢迎。" -#: templates/index.html:11 +#: templates/_snippets/nav.html:19 msgid "Login" msgstr "登录" -#: templates/index.html:13 +#: templates/_snippets/nav.html:21 msgid "Logout" msgstr "登出" -#: templates/index.html:17 -msgid "Create New Quiz" -msgstr "创建新的测验" +#~ msgid "Create New Quiz" +#~ msgstr "创建新的测验" -#: templates/index.html:18 -msgid "My Page" -msgstr "我的页面" +#~ msgid "My Page" +#~ msgstr "我的页面" diff --git a/src/conf/locale/zh/LC_MESSAGES/djangojs.mo b/conf/locale/zh/LC_MESSAGES/djangojs.mo similarity index 100% rename from src/conf/locale/zh/LC_MESSAGES/djangojs.mo rename to conf/locale/zh/LC_MESSAGES/djangojs.mo diff --git a/src/conf/locale/zh/LC_MESSAGES/djangojs.po b/conf/locale/zh/LC_MESSAGES/djangojs.po similarity index 100% rename from src/conf/locale/zh/LC_MESSAGES/djangojs.po rename to conf/locale/zh/LC_MESSAGES/djangojs.po diff --git a/src/lib/__init__.py b/lib/__init__.py similarity index 100% rename from src/lib/__init__.py rename to lib/__init__.py diff --git a/src/lib/controller.py b/lib/controller.py similarity index 100% rename from src/lib/controller.py rename to lib/controller.py diff --git a/src/lib/decorators.py b/lib/decorators.py similarity index 100% rename from src/lib/decorators.py rename to lib/decorators.py diff --git a/src/lib/polib.py b/lib/polib.py similarity index 100% rename from src/lib/polib.py rename to lib/polib.py diff --git a/src/lib/template_library.py b/lib/template_library.py similarity index 100% rename from src/lib/template_library.py rename to lib/template_library.py diff --git a/src/lib/test.py b/lib/test.py similarity index 100% rename from src/lib/test.py rename to lib/test.py diff --git a/src/lib/translator.py b/lib/translator.py similarity index 100% rename from src/lib/translator.py rename to lib/translator.py diff --git a/src/models.py b/models.py similarity index 100% rename from src/models.py rename to models.py diff --git a/src/pytz/__init__.py b/pytz/__init__.py similarity index 100% rename from src/pytz/__init__.py rename to pytz/__init__.py diff --git a/src/pytz/gae.py b/pytz/gae.py similarity index 100% rename from src/pytz/gae.py rename to pytz/gae.py diff --git a/src/pytz/reference.py b/pytz/reference.py similarity index 100% rename from src/pytz/reference.py rename to pytz/reference.py diff --git a/src/pytz/tzfile.py b/pytz/tzfile.py similarity index 100% rename from src/pytz/tzfile.py rename to pytz/tzfile.py diff --git a/src/pytz/tzinfo.py b/pytz/tzinfo.py similarity index 100% rename from src/pytz/tzinfo.py rename to pytz/tzinfo.py diff --git a/src/pytz/zoneinfo.zip b/pytz/zoneinfo.zip similarity index 100% rename from src/pytz/zoneinfo.zip rename to pytz/zoneinfo.zip diff --git a/src/settings.py.example b/settings.py.example similarity index 100% rename from src/settings.py.example rename to settings.py.example diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index 7764adf..0000000 --- a/src/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/settings.py -/settings.py -/settings.py diff --git a/src/static/css/bootstrap-responsive.css b/static/css/bootstrap-responsive.css similarity index 100% rename from src/static/css/bootstrap-responsive.css rename to static/css/bootstrap-responsive.css diff --git a/src/static/css/bootstrap-responsive.min.css b/static/css/bootstrap-responsive.min.css similarity index 100% rename from src/static/css/bootstrap-responsive.min.css rename to static/css/bootstrap-responsive.min.css diff --git a/src/static/css/bootstrap.css b/static/css/bootstrap.css similarity index 100% rename from src/static/css/bootstrap.css rename to static/css/bootstrap.css diff --git a/src/static/css/bootstrap.min.css b/static/css/bootstrap.min.css similarity index 100% rename from src/static/css/bootstrap.min.css rename to static/css/bootstrap.min.css diff --git a/src/static/css/openalive.css b/static/css/openalive.css similarity index 100% rename from src/static/css/openalive.css rename to static/css/openalive.css diff --git a/src/static/favicon.ico b/static/favicon.ico similarity index 100% rename from src/static/favicon.ico rename to static/favicon.ico diff --git a/src/static/img/glyphicons-halflings-white.png b/static/img/glyphicons-halflings-white.png similarity index 100% rename from src/static/img/glyphicons-halflings-white.png rename to static/img/glyphicons-halflings-white.png diff --git a/src/static/img/glyphicons-halflings.png b/static/img/glyphicons-halflings.png similarity index 100% rename from src/static/img/glyphicons-halflings.png rename to static/img/glyphicons-halflings.png diff --git a/src/static/js/bootstrap.js b/static/js/bootstrap.js similarity index 100% rename from src/static/js/bootstrap.js rename to static/js/bootstrap.js diff --git a/src/static/js/bootstrap.min.js b/static/js/bootstrap.min.js similarity index 100% rename from src/static/js/bootstrap.min.js rename to static/js/bootstrap.min.js diff --git a/src/static/js/client.js b/static/js/client.js similarity index 100% rename from src/static/js/client.js rename to static/js/client.js diff --git a/src/static/tiny_mce/jquery.tinymce.js b/static/tiny_mce/jquery.tinymce.js similarity index 100% rename from src/static/tiny_mce/jquery.tinymce.js rename to static/tiny_mce/jquery.tinymce.js diff --git a/src/static/tiny_mce/langs/en.js b/static/tiny_mce/langs/en.js similarity index 100% rename from src/static/tiny_mce/langs/en.js rename to static/tiny_mce/langs/en.js diff --git a/src/static/tiny_mce/license.txt b/static/tiny_mce/license.txt similarity index 100% rename from src/static/tiny_mce/license.txt rename to static/tiny_mce/license.txt diff --git a/src/static/tiny_mce/plugins/advhr/css/advhr.css b/static/tiny_mce/plugins/advhr/css/advhr.css similarity index 100% rename from src/static/tiny_mce/plugins/advhr/css/advhr.css rename to static/tiny_mce/plugins/advhr/css/advhr.css diff --git a/src/static/tiny_mce/plugins/advhr/editor_plugin.js b/static/tiny_mce/plugins/advhr/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/advhr/editor_plugin.js rename to static/tiny_mce/plugins/advhr/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/advhr/editor_plugin_src.js b/static/tiny_mce/plugins/advhr/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/advhr/editor_plugin_src.js rename to static/tiny_mce/plugins/advhr/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/advhr/js/rule.js b/static/tiny_mce/plugins/advhr/js/rule.js similarity index 100% rename from src/static/tiny_mce/plugins/advhr/js/rule.js rename to static/tiny_mce/plugins/advhr/js/rule.js diff --git a/src/static/tiny_mce/plugins/advhr/langs/en_dlg.js b/static/tiny_mce/plugins/advhr/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/advhr/langs/en_dlg.js rename to static/tiny_mce/plugins/advhr/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/advhr/rule.htm b/static/tiny_mce/plugins/advhr/rule.htm similarity index 100% rename from src/static/tiny_mce/plugins/advhr/rule.htm rename to static/tiny_mce/plugins/advhr/rule.htm diff --git a/src/static/tiny_mce/plugins/advimage/css/advimage.css b/static/tiny_mce/plugins/advimage/css/advimage.css similarity index 100% rename from src/static/tiny_mce/plugins/advimage/css/advimage.css rename to static/tiny_mce/plugins/advimage/css/advimage.css diff --git a/src/static/tiny_mce/plugins/advimage/editor_plugin.js b/static/tiny_mce/plugins/advimage/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/advimage/editor_plugin.js rename to static/tiny_mce/plugins/advimage/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/advimage/editor_plugin_src.js b/static/tiny_mce/plugins/advimage/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/advimage/editor_plugin_src.js rename to static/tiny_mce/plugins/advimage/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/advimage/image.htm b/static/tiny_mce/plugins/advimage/image.htm similarity index 100% rename from src/static/tiny_mce/plugins/advimage/image.htm rename to static/tiny_mce/plugins/advimage/image.htm diff --git a/src/static/tiny_mce/plugins/advimage/img/sample.gif b/static/tiny_mce/plugins/advimage/img/sample.gif similarity index 100% rename from src/static/tiny_mce/plugins/advimage/img/sample.gif rename to static/tiny_mce/plugins/advimage/img/sample.gif diff --git a/src/static/tiny_mce/plugins/advimage/js/image.js b/static/tiny_mce/plugins/advimage/js/image.js similarity index 100% rename from src/static/tiny_mce/plugins/advimage/js/image.js rename to static/tiny_mce/plugins/advimage/js/image.js diff --git a/src/static/tiny_mce/plugins/advimage/langs/en_dlg.js b/static/tiny_mce/plugins/advimage/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/advimage/langs/en_dlg.js rename to static/tiny_mce/plugins/advimage/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/advlink/css/advlink.css b/static/tiny_mce/plugins/advlink/css/advlink.css similarity index 100% rename from src/static/tiny_mce/plugins/advlink/css/advlink.css rename to static/tiny_mce/plugins/advlink/css/advlink.css diff --git a/src/static/tiny_mce/plugins/advlink/editor_plugin.js b/static/tiny_mce/plugins/advlink/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/advlink/editor_plugin.js rename to static/tiny_mce/plugins/advlink/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/advlink/editor_plugin_src.js b/static/tiny_mce/plugins/advlink/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/advlink/editor_plugin_src.js rename to static/tiny_mce/plugins/advlink/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/advlink/js/advlink.js b/static/tiny_mce/plugins/advlink/js/advlink.js similarity index 100% rename from src/static/tiny_mce/plugins/advlink/js/advlink.js rename to static/tiny_mce/plugins/advlink/js/advlink.js diff --git a/src/static/tiny_mce/plugins/advlink/langs/en_dlg.js b/static/tiny_mce/plugins/advlink/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/advlink/langs/en_dlg.js rename to static/tiny_mce/plugins/advlink/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/advlink/link.htm b/static/tiny_mce/plugins/advlink/link.htm similarity index 100% rename from src/static/tiny_mce/plugins/advlink/link.htm rename to static/tiny_mce/plugins/advlink/link.htm diff --git a/src/static/tiny_mce/plugins/advlist/editor_plugin.js b/static/tiny_mce/plugins/advlist/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/advlist/editor_plugin.js rename to static/tiny_mce/plugins/advlist/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/advlist/editor_plugin_src.js b/static/tiny_mce/plugins/advlist/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/advlist/editor_plugin_src.js rename to static/tiny_mce/plugins/advlist/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/autolink/editor_plugin.js b/static/tiny_mce/plugins/autolink/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/autolink/editor_plugin.js rename to static/tiny_mce/plugins/autolink/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/autolink/editor_plugin_src.js b/static/tiny_mce/plugins/autolink/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/autolink/editor_plugin_src.js rename to static/tiny_mce/plugins/autolink/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/autoresize/editor_plugin.js b/static/tiny_mce/plugins/autoresize/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/autoresize/editor_plugin.js rename to static/tiny_mce/plugins/autoresize/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/autoresize/editor_plugin_src.js b/static/tiny_mce/plugins/autoresize/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/autoresize/editor_plugin_src.js rename to static/tiny_mce/plugins/autoresize/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/autosave/editor_plugin.js b/static/tiny_mce/plugins/autosave/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/autosave/editor_plugin.js rename to static/tiny_mce/plugins/autosave/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/autosave/editor_plugin_src.js b/static/tiny_mce/plugins/autosave/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/autosave/editor_plugin_src.js rename to static/tiny_mce/plugins/autosave/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/autosave/langs/en.js b/static/tiny_mce/plugins/autosave/langs/en.js similarity index 100% rename from src/static/tiny_mce/plugins/autosave/langs/en.js rename to static/tiny_mce/plugins/autosave/langs/en.js diff --git a/src/static/tiny_mce/plugins/bbcode/editor_plugin.js b/static/tiny_mce/plugins/bbcode/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/bbcode/editor_plugin.js rename to static/tiny_mce/plugins/bbcode/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/bbcode/editor_plugin_src.js b/static/tiny_mce/plugins/bbcode/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/bbcode/editor_plugin_src.js rename to static/tiny_mce/plugins/bbcode/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/contextmenu/editor_plugin.js b/static/tiny_mce/plugins/contextmenu/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/contextmenu/editor_plugin.js rename to static/tiny_mce/plugins/contextmenu/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/contextmenu/editor_plugin_src.js b/static/tiny_mce/plugins/contextmenu/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/contextmenu/editor_plugin_src.js rename to static/tiny_mce/plugins/contextmenu/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/directionality/editor_plugin.js b/static/tiny_mce/plugins/directionality/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/directionality/editor_plugin.js rename to static/tiny_mce/plugins/directionality/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/directionality/editor_plugin_src.js b/static/tiny_mce/plugins/directionality/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/directionality/editor_plugin_src.js rename to static/tiny_mce/plugins/directionality/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/emotions/editor_plugin.js b/static/tiny_mce/plugins/emotions/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/emotions/editor_plugin.js rename to static/tiny_mce/plugins/emotions/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/emotions/editor_plugin_src.js b/static/tiny_mce/plugins/emotions/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/emotions/editor_plugin_src.js rename to static/tiny_mce/plugins/emotions/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/emotions/emotions.htm b/static/tiny_mce/plugins/emotions/emotions.htm similarity index 100% rename from src/static/tiny_mce/plugins/emotions/emotions.htm rename to static/tiny_mce/plugins/emotions/emotions.htm diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-cool.gif b/static/tiny_mce/plugins/emotions/img/smiley-cool.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-cool.gif rename to static/tiny_mce/plugins/emotions/img/smiley-cool.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-cry.gif b/static/tiny_mce/plugins/emotions/img/smiley-cry.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-cry.gif rename to static/tiny_mce/plugins/emotions/img/smiley-cry.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-embarassed.gif b/static/tiny_mce/plugins/emotions/img/smiley-embarassed.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-embarassed.gif rename to static/tiny_mce/plugins/emotions/img/smiley-embarassed.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif b/static/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif rename to static/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-frown.gif b/static/tiny_mce/plugins/emotions/img/smiley-frown.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-frown.gif rename to static/tiny_mce/plugins/emotions/img/smiley-frown.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-innocent.gif b/static/tiny_mce/plugins/emotions/img/smiley-innocent.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-innocent.gif rename to static/tiny_mce/plugins/emotions/img/smiley-innocent.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-kiss.gif b/static/tiny_mce/plugins/emotions/img/smiley-kiss.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-kiss.gif rename to static/tiny_mce/plugins/emotions/img/smiley-kiss.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-laughing.gif b/static/tiny_mce/plugins/emotions/img/smiley-laughing.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-laughing.gif rename to static/tiny_mce/plugins/emotions/img/smiley-laughing.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif b/static/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif rename to static/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-sealed.gif b/static/tiny_mce/plugins/emotions/img/smiley-sealed.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-sealed.gif rename to static/tiny_mce/plugins/emotions/img/smiley-sealed.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-smile.gif b/static/tiny_mce/plugins/emotions/img/smiley-smile.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-smile.gif rename to static/tiny_mce/plugins/emotions/img/smiley-smile.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-surprised.gif b/static/tiny_mce/plugins/emotions/img/smiley-surprised.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-surprised.gif rename to static/tiny_mce/plugins/emotions/img/smiley-surprised.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif b/static/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif rename to static/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-undecided.gif b/static/tiny_mce/plugins/emotions/img/smiley-undecided.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-undecided.gif rename to static/tiny_mce/plugins/emotions/img/smiley-undecided.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-wink.gif b/static/tiny_mce/plugins/emotions/img/smiley-wink.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-wink.gif rename to static/tiny_mce/plugins/emotions/img/smiley-wink.gif diff --git a/src/static/tiny_mce/plugins/emotions/img/smiley-yell.gif b/static/tiny_mce/plugins/emotions/img/smiley-yell.gif similarity index 100% rename from src/static/tiny_mce/plugins/emotions/img/smiley-yell.gif rename to static/tiny_mce/plugins/emotions/img/smiley-yell.gif diff --git a/src/static/tiny_mce/plugins/emotions/js/emotions.js b/static/tiny_mce/plugins/emotions/js/emotions.js similarity index 100% rename from src/static/tiny_mce/plugins/emotions/js/emotions.js rename to static/tiny_mce/plugins/emotions/js/emotions.js diff --git a/src/static/tiny_mce/plugins/emotions/langs/en_dlg.js b/static/tiny_mce/plugins/emotions/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/emotions/langs/en_dlg.js rename to static/tiny_mce/plugins/emotions/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/example/dialog.htm b/static/tiny_mce/plugins/example/dialog.htm similarity index 100% rename from src/static/tiny_mce/plugins/example/dialog.htm rename to static/tiny_mce/plugins/example/dialog.htm diff --git a/src/static/tiny_mce/plugins/example/editor_plugin.js b/static/tiny_mce/plugins/example/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/example/editor_plugin.js rename to static/tiny_mce/plugins/example/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/example/editor_plugin_src.js b/static/tiny_mce/plugins/example/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/example/editor_plugin_src.js rename to static/tiny_mce/plugins/example/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/example/img/example.gif b/static/tiny_mce/plugins/example/img/example.gif similarity index 100% rename from src/static/tiny_mce/plugins/example/img/example.gif rename to static/tiny_mce/plugins/example/img/example.gif diff --git a/src/static/tiny_mce/plugins/example/js/dialog.js b/static/tiny_mce/plugins/example/js/dialog.js similarity index 100% rename from src/static/tiny_mce/plugins/example/js/dialog.js rename to static/tiny_mce/plugins/example/js/dialog.js diff --git a/src/static/tiny_mce/plugins/example/langs/en.js b/static/tiny_mce/plugins/example/langs/en.js similarity index 100% rename from src/static/tiny_mce/plugins/example/langs/en.js rename to static/tiny_mce/plugins/example/langs/en.js diff --git a/src/static/tiny_mce/plugins/example/langs/en_dlg.js b/static/tiny_mce/plugins/example/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/example/langs/en_dlg.js rename to static/tiny_mce/plugins/example/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/example_dependency/editor_plugin.js b/static/tiny_mce/plugins/example_dependency/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/example_dependency/editor_plugin.js rename to static/tiny_mce/plugins/example_dependency/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/example_dependency/editor_plugin_src.js b/static/tiny_mce/plugins/example_dependency/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/example_dependency/editor_plugin_src.js rename to static/tiny_mce/plugins/example_dependency/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/fullpage/css/fullpage.css b/static/tiny_mce/plugins/fullpage/css/fullpage.css similarity index 100% rename from src/static/tiny_mce/plugins/fullpage/css/fullpage.css rename to static/tiny_mce/plugins/fullpage/css/fullpage.css diff --git a/src/static/tiny_mce/plugins/fullpage/editor_plugin.js b/static/tiny_mce/plugins/fullpage/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/fullpage/editor_plugin.js rename to static/tiny_mce/plugins/fullpage/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/fullpage/editor_plugin_src.js b/static/tiny_mce/plugins/fullpage/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/fullpage/editor_plugin_src.js rename to static/tiny_mce/plugins/fullpage/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/fullpage/fullpage.htm b/static/tiny_mce/plugins/fullpage/fullpage.htm similarity index 100% rename from src/static/tiny_mce/plugins/fullpage/fullpage.htm rename to static/tiny_mce/plugins/fullpage/fullpage.htm diff --git a/src/static/tiny_mce/plugins/fullpage/js/fullpage.js b/static/tiny_mce/plugins/fullpage/js/fullpage.js similarity index 100% rename from src/static/tiny_mce/plugins/fullpage/js/fullpage.js rename to static/tiny_mce/plugins/fullpage/js/fullpage.js diff --git a/src/static/tiny_mce/plugins/fullpage/langs/en_dlg.js b/static/tiny_mce/plugins/fullpage/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/fullpage/langs/en_dlg.js rename to static/tiny_mce/plugins/fullpage/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/fullscreen/editor_plugin.js b/static/tiny_mce/plugins/fullscreen/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/fullscreen/editor_plugin.js rename to static/tiny_mce/plugins/fullscreen/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/fullscreen/editor_plugin_src.js b/static/tiny_mce/plugins/fullscreen/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/fullscreen/editor_plugin_src.js rename to static/tiny_mce/plugins/fullscreen/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/fullscreen/fullscreen.htm b/static/tiny_mce/plugins/fullscreen/fullscreen.htm similarity index 100% rename from src/static/tiny_mce/plugins/fullscreen/fullscreen.htm rename to static/tiny_mce/plugins/fullscreen/fullscreen.htm diff --git a/src/static/tiny_mce/plugins/iespell/editor_plugin.js b/static/tiny_mce/plugins/iespell/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/iespell/editor_plugin.js rename to static/tiny_mce/plugins/iespell/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/iespell/editor_plugin_src.js b/static/tiny_mce/plugins/iespell/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/iespell/editor_plugin_src.js rename to static/tiny_mce/plugins/iespell/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/inlinepopups/editor_plugin.js b/static/tiny_mce/plugins/inlinepopups/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/editor_plugin.js rename to static/tiny_mce/plugins/inlinepopups/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/inlinepopups/editor_plugin_src.js b/static/tiny_mce/plugins/inlinepopups/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/editor_plugin_src.js rename to static/tiny_mce/plugins/inlinepopups/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif b/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif rename to static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif diff --git a/src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif b/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif rename to static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif diff --git a/src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif b/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif rename to static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif diff --git a/src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif b/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif rename to static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif diff --git a/src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif b/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif rename to static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif diff --git a/src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif b/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif rename to static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif diff --git a/src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif b/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif rename to static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif diff --git a/src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css b/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css rename to static/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css diff --git a/src/static/tiny_mce/plugins/inlinepopups/template.htm b/static/tiny_mce/plugins/inlinepopups/template.htm similarity index 100% rename from src/static/tiny_mce/plugins/inlinepopups/template.htm rename to static/tiny_mce/plugins/inlinepopups/template.htm diff --git a/src/static/tiny_mce/plugins/insertdatetime/editor_plugin.js b/static/tiny_mce/plugins/insertdatetime/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/insertdatetime/editor_plugin.js rename to static/tiny_mce/plugins/insertdatetime/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/insertdatetime/editor_plugin_src.js b/static/tiny_mce/plugins/insertdatetime/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/insertdatetime/editor_plugin_src.js rename to static/tiny_mce/plugins/insertdatetime/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/layer/editor_plugin.js b/static/tiny_mce/plugins/layer/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/layer/editor_plugin.js rename to static/tiny_mce/plugins/layer/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/layer/editor_plugin_src.js b/static/tiny_mce/plugins/layer/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/layer/editor_plugin_src.js rename to static/tiny_mce/plugins/layer/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/legacyoutput/editor_plugin.js b/static/tiny_mce/plugins/legacyoutput/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/legacyoutput/editor_plugin.js rename to static/tiny_mce/plugins/legacyoutput/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/legacyoutput/editor_plugin_src.js b/static/tiny_mce/plugins/legacyoutput/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/legacyoutput/editor_plugin_src.js rename to static/tiny_mce/plugins/legacyoutput/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/lists/editor_plugin.js b/static/tiny_mce/plugins/lists/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/lists/editor_plugin.js rename to static/tiny_mce/plugins/lists/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/lists/editor_plugin_src.js b/static/tiny_mce/plugins/lists/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/lists/editor_plugin_src.js rename to static/tiny_mce/plugins/lists/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/media/css/media.css b/static/tiny_mce/plugins/media/css/media.css similarity index 100% rename from src/static/tiny_mce/plugins/media/css/media.css rename to static/tiny_mce/plugins/media/css/media.css diff --git a/src/static/tiny_mce/plugins/media/editor_plugin.js b/static/tiny_mce/plugins/media/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/media/editor_plugin.js rename to static/tiny_mce/plugins/media/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/media/editor_plugin_src.js b/static/tiny_mce/plugins/media/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/media/editor_plugin_src.js rename to static/tiny_mce/plugins/media/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/media/js/embed.js b/static/tiny_mce/plugins/media/js/embed.js similarity index 100% rename from src/static/tiny_mce/plugins/media/js/embed.js rename to static/tiny_mce/plugins/media/js/embed.js diff --git a/src/static/tiny_mce/plugins/media/js/media.js b/static/tiny_mce/plugins/media/js/media.js similarity index 100% rename from src/static/tiny_mce/plugins/media/js/media.js rename to static/tiny_mce/plugins/media/js/media.js diff --git a/src/static/tiny_mce/plugins/media/langs/en_dlg.js b/static/tiny_mce/plugins/media/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/media/langs/en_dlg.js rename to static/tiny_mce/plugins/media/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/media/media.htm b/static/tiny_mce/plugins/media/media.htm similarity index 100% rename from src/static/tiny_mce/plugins/media/media.htm rename to static/tiny_mce/plugins/media/media.htm diff --git a/src/static/tiny_mce/plugins/media/moxieplayer.swf b/static/tiny_mce/plugins/media/moxieplayer.swf similarity index 100% rename from src/static/tiny_mce/plugins/media/moxieplayer.swf rename to static/tiny_mce/plugins/media/moxieplayer.swf diff --git a/src/static/tiny_mce/plugins/nonbreaking/editor_plugin.js b/static/tiny_mce/plugins/nonbreaking/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/nonbreaking/editor_plugin.js rename to static/tiny_mce/plugins/nonbreaking/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/nonbreaking/editor_plugin_src.js b/static/tiny_mce/plugins/nonbreaking/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/nonbreaking/editor_plugin_src.js rename to static/tiny_mce/plugins/nonbreaking/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/noneditable/editor_plugin.js b/static/tiny_mce/plugins/noneditable/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/noneditable/editor_plugin.js rename to static/tiny_mce/plugins/noneditable/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/noneditable/editor_plugin_src.js b/static/tiny_mce/plugins/noneditable/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/noneditable/editor_plugin_src.js rename to static/tiny_mce/plugins/noneditable/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/pagebreak/editor_plugin.js b/static/tiny_mce/plugins/pagebreak/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/pagebreak/editor_plugin.js rename to static/tiny_mce/plugins/pagebreak/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/pagebreak/editor_plugin_src.js b/static/tiny_mce/plugins/pagebreak/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/pagebreak/editor_plugin_src.js rename to static/tiny_mce/plugins/pagebreak/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/paste/editor_plugin.js b/static/tiny_mce/plugins/paste/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/paste/editor_plugin.js rename to static/tiny_mce/plugins/paste/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/paste/editor_plugin_src.js b/static/tiny_mce/plugins/paste/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/paste/editor_plugin_src.js rename to static/tiny_mce/plugins/paste/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/paste/js/pastetext.js b/static/tiny_mce/plugins/paste/js/pastetext.js similarity index 100% rename from src/static/tiny_mce/plugins/paste/js/pastetext.js rename to static/tiny_mce/plugins/paste/js/pastetext.js diff --git a/src/static/tiny_mce/plugins/paste/js/pasteword.js b/static/tiny_mce/plugins/paste/js/pasteword.js similarity index 100% rename from src/static/tiny_mce/plugins/paste/js/pasteword.js rename to static/tiny_mce/plugins/paste/js/pasteword.js diff --git a/src/static/tiny_mce/plugins/paste/langs/en_dlg.js b/static/tiny_mce/plugins/paste/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/paste/langs/en_dlg.js rename to static/tiny_mce/plugins/paste/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/paste/pastetext.htm b/static/tiny_mce/plugins/paste/pastetext.htm similarity index 100% rename from src/static/tiny_mce/plugins/paste/pastetext.htm rename to static/tiny_mce/plugins/paste/pastetext.htm diff --git a/src/static/tiny_mce/plugins/paste/pasteword.htm b/static/tiny_mce/plugins/paste/pasteword.htm similarity index 100% rename from src/static/tiny_mce/plugins/paste/pasteword.htm rename to static/tiny_mce/plugins/paste/pasteword.htm diff --git a/src/static/tiny_mce/plugins/preview/editor_plugin.js b/static/tiny_mce/plugins/preview/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/preview/editor_plugin.js rename to static/tiny_mce/plugins/preview/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/preview/editor_plugin_src.js b/static/tiny_mce/plugins/preview/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/preview/editor_plugin_src.js rename to static/tiny_mce/plugins/preview/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/preview/example.html b/static/tiny_mce/plugins/preview/example.html similarity index 100% rename from src/static/tiny_mce/plugins/preview/example.html rename to static/tiny_mce/plugins/preview/example.html diff --git a/src/static/tiny_mce/plugins/preview/jscripts/embed.js b/static/tiny_mce/plugins/preview/jscripts/embed.js similarity index 100% rename from src/static/tiny_mce/plugins/preview/jscripts/embed.js rename to static/tiny_mce/plugins/preview/jscripts/embed.js diff --git a/src/static/tiny_mce/plugins/preview/preview.html b/static/tiny_mce/plugins/preview/preview.html similarity index 100% rename from src/static/tiny_mce/plugins/preview/preview.html rename to static/tiny_mce/plugins/preview/preview.html diff --git a/src/static/tiny_mce/plugins/print/editor_plugin.js b/static/tiny_mce/plugins/print/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/print/editor_plugin.js rename to static/tiny_mce/plugins/print/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/print/editor_plugin_src.js b/static/tiny_mce/plugins/print/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/print/editor_plugin_src.js rename to static/tiny_mce/plugins/print/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/save/editor_plugin.js b/static/tiny_mce/plugins/save/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/save/editor_plugin.js rename to static/tiny_mce/plugins/save/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/save/editor_plugin_src.js b/static/tiny_mce/plugins/save/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/save/editor_plugin_src.js rename to static/tiny_mce/plugins/save/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/searchreplace/css/searchreplace.css b/static/tiny_mce/plugins/searchreplace/css/searchreplace.css similarity index 100% rename from src/static/tiny_mce/plugins/searchreplace/css/searchreplace.css rename to static/tiny_mce/plugins/searchreplace/css/searchreplace.css diff --git a/src/static/tiny_mce/plugins/searchreplace/editor_plugin.js b/static/tiny_mce/plugins/searchreplace/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/searchreplace/editor_plugin.js rename to static/tiny_mce/plugins/searchreplace/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/searchreplace/editor_plugin_src.js b/static/tiny_mce/plugins/searchreplace/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/searchreplace/editor_plugin_src.js rename to static/tiny_mce/plugins/searchreplace/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/searchreplace/js/searchreplace.js b/static/tiny_mce/plugins/searchreplace/js/searchreplace.js similarity index 100% rename from src/static/tiny_mce/plugins/searchreplace/js/searchreplace.js rename to static/tiny_mce/plugins/searchreplace/js/searchreplace.js diff --git a/src/static/tiny_mce/plugins/searchreplace/langs/en_dlg.js b/static/tiny_mce/plugins/searchreplace/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/searchreplace/langs/en_dlg.js rename to static/tiny_mce/plugins/searchreplace/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/searchreplace/searchreplace.htm b/static/tiny_mce/plugins/searchreplace/searchreplace.htm similarity index 100% rename from src/static/tiny_mce/plugins/searchreplace/searchreplace.htm rename to static/tiny_mce/plugins/searchreplace/searchreplace.htm diff --git a/src/static/tiny_mce/plugins/spellchecker/css/content.css b/static/tiny_mce/plugins/spellchecker/css/content.css similarity index 100% rename from src/static/tiny_mce/plugins/spellchecker/css/content.css rename to static/tiny_mce/plugins/spellchecker/css/content.css diff --git a/src/static/tiny_mce/plugins/spellchecker/editor_plugin.js b/static/tiny_mce/plugins/spellchecker/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/spellchecker/editor_plugin.js rename to static/tiny_mce/plugins/spellchecker/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/spellchecker/editor_plugin_src.js b/static/tiny_mce/plugins/spellchecker/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/spellchecker/editor_plugin_src.js rename to static/tiny_mce/plugins/spellchecker/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/spellchecker/img/wline.gif b/static/tiny_mce/plugins/spellchecker/img/wline.gif similarity index 100% rename from src/static/tiny_mce/plugins/spellchecker/img/wline.gif rename to static/tiny_mce/plugins/spellchecker/img/wline.gif diff --git a/src/static/tiny_mce/plugins/style/css/props.css b/static/tiny_mce/plugins/style/css/props.css similarity index 100% rename from src/static/tiny_mce/plugins/style/css/props.css rename to static/tiny_mce/plugins/style/css/props.css diff --git a/src/static/tiny_mce/plugins/style/editor_plugin.js b/static/tiny_mce/plugins/style/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/style/editor_plugin.js rename to static/tiny_mce/plugins/style/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/style/editor_plugin_src.js b/static/tiny_mce/plugins/style/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/style/editor_plugin_src.js rename to static/tiny_mce/plugins/style/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/style/js/props.js b/static/tiny_mce/plugins/style/js/props.js similarity index 100% rename from src/static/tiny_mce/plugins/style/js/props.js rename to static/tiny_mce/plugins/style/js/props.js diff --git a/src/static/tiny_mce/plugins/style/langs/en_dlg.js b/static/tiny_mce/plugins/style/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/style/langs/en_dlg.js rename to static/tiny_mce/plugins/style/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/style/props.htm b/static/tiny_mce/plugins/style/props.htm similarity index 100% rename from src/static/tiny_mce/plugins/style/props.htm rename to static/tiny_mce/plugins/style/props.htm diff --git a/src/static/tiny_mce/plugins/tabfocus/editor_plugin.js b/static/tiny_mce/plugins/tabfocus/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/tabfocus/editor_plugin.js rename to static/tiny_mce/plugins/tabfocus/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/tabfocus/editor_plugin_src.js b/static/tiny_mce/plugins/tabfocus/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/tabfocus/editor_plugin_src.js rename to static/tiny_mce/plugins/tabfocus/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/table/cell.htm b/static/tiny_mce/plugins/table/cell.htm similarity index 100% rename from src/static/tiny_mce/plugins/table/cell.htm rename to static/tiny_mce/plugins/table/cell.htm diff --git a/src/static/tiny_mce/plugins/table/css/cell.css b/static/tiny_mce/plugins/table/css/cell.css similarity index 100% rename from src/static/tiny_mce/plugins/table/css/cell.css rename to static/tiny_mce/plugins/table/css/cell.css diff --git a/src/static/tiny_mce/plugins/table/css/row.css b/static/tiny_mce/plugins/table/css/row.css similarity index 100% rename from src/static/tiny_mce/plugins/table/css/row.css rename to static/tiny_mce/plugins/table/css/row.css diff --git a/src/static/tiny_mce/plugins/table/css/table.css b/static/tiny_mce/plugins/table/css/table.css similarity index 100% rename from src/static/tiny_mce/plugins/table/css/table.css rename to static/tiny_mce/plugins/table/css/table.css diff --git a/src/static/tiny_mce/plugins/table/editor_plugin.js b/static/tiny_mce/plugins/table/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/table/editor_plugin.js rename to static/tiny_mce/plugins/table/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/table/editor_plugin_src.js b/static/tiny_mce/plugins/table/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/table/editor_plugin_src.js rename to static/tiny_mce/plugins/table/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/table/js/cell.js b/static/tiny_mce/plugins/table/js/cell.js similarity index 100% rename from src/static/tiny_mce/plugins/table/js/cell.js rename to static/tiny_mce/plugins/table/js/cell.js diff --git a/src/static/tiny_mce/plugins/table/js/merge_cells.js b/static/tiny_mce/plugins/table/js/merge_cells.js similarity index 100% rename from src/static/tiny_mce/plugins/table/js/merge_cells.js rename to static/tiny_mce/plugins/table/js/merge_cells.js diff --git a/src/static/tiny_mce/plugins/table/js/row.js b/static/tiny_mce/plugins/table/js/row.js similarity index 100% rename from src/static/tiny_mce/plugins/table/js/row.js rename to static/tiny_mce/plugins/table/js/row.js diff --git a/src/static/tiny_mce/plugins/table/js/table.js b/static/tiny_mce/plugins/table/js/table.js similarity index 100% rename from src/static/tiny_mce/plugins/table/js/table.js rename to static/tiny_mce/plugins/table/js/table.js diff --git a/src/static/tiny_mce/plugins/table/langs/en_dlg.js b/static/tiny_mce/plugins/table/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/table/langs/en_dlg.js rename to static/tiny_mce/plugins/table/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/table/merge_cells.htm b/static/tiny_mce/plugins/table/merge_cells.htm similarity index 100% rename from src/static/tiny_mce/plugins/table/merge_cells.htm rename to static/tiny_mce/plugins/table/merge_cells.htm diff --git a/src/static/tiny_mce/plugins/table/row.htm b/static/tiny_mce/plugins/table/row.htm similarity index 100% rename from src/static/tiny_mce/plugins/table/row.htm rename to static/tiny_mce/plugins/table/row.htm diff --git a/src/static/tiny_mce/plugins/table/table.htm b/static/tiny_mce/plugins/table/table.htm similarity index 100% rename from src/static/tiny_mce/plugins/table/table.htm rename to static/tiny_mce/plugins/table/table.htm diff --git a/src/static/tiny_mce/plugins/template/blank.htm b/static/tiny_mce/plugins/template/blank.htm similarity index 100% rename from src/static/tiny_mce/plugins/template/blank.htm rename to static/tiny_mce/plugins/template/blank.htm diff --git a/src/static/tiny_mce/plugins/template/css/template.css b/static/tiny_mce/plugins/template/css/template.css similarity index 100% rename from src/static/tiny_mce/plugins/template/css/template.css rename to static/tiny_mce/plugins/template/css/template.css diff --git a/src/static/tiny_mce/plugins/template/editor_plugin.js b/static/tiny_mce/plugins/template/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/template/editor_plugin.js rename to static/tiny_mce/plugins/template/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/template/editor_plugin_src.js b/static/tiny_mce/plugins/template/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/template/editor_plugin_src.js rename to static/tiny_mce/plugins/template/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/template/js/template.js b/static/tiny_mce/plugins/template/js/template.js similarity index 100% rename from src/static/tiny_mce/plugins/template/js/template.js rename to static/tiny_mce/plugins/template/js/template.js diff --git a/src/static/tiny_mce/plugins/template/langs/en_dlg.js b/static/tiny_mce/plugins/template/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/template/langs/en_dlg.js rename to static/tiny_mce/plugins/template/langs/en_dlg.js diff --git a/src/static/tiny_mce/plugins/template/template.htm b/static/tiny_mce/plugins/template/template.htm similarity index 100% rename from src/static/tiny_mce/plugins/template/template.htm rename to static/tiny_mce/plugins/template/template.htm diff --git a/src/static/tiny_mce/plugins/visualchars/editor_plugin.js b/static/tiny_mce/plugins/visualchars/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/visualchars/editor_plugin.js rename to static/tiny_mce/plugins/visualchars/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/visualchars/editor_plugin_src.js b/static/tiny_mce/plugins/visualchars/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/visualchars/editor_plugin_src.js rename to static/tiny_mce/plugins/visualchars/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/wordcount/editor_plugin.js b/static/tiny_mce/plugins/wordcount/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/wordcount/editor_plugin.js rename to static/tiny_mce/plugins/wordcount/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/wordcount/editor_plugin_src.js b/static/tiny_mce/plugins/wordcount/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/wordcount/editor_plugin_src.js rename to static/tiny_mce/plugins/wordcount/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/abbr.htm b/static/tiny_mce/plugins/xhtmlxtras/abbr.htm similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/abbr.htm rename to static/tiny_mce/plugins/xhtmlxtras/abbr.htm diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/acronym.htm b/static/tiny_mce/plugins/xhtmlxtras/acronym.htm similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/acronym.htm rename to static/tiny_mce/plugins/xhtmlxtras/acronym.htm diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/attributes.htm b/static/tiny_mce/plugins/xhtmlxtras/attributes.htm similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/attributes.htm rename to static/tiny_mce/plugins/xhtmlxtras/attributes.htm diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/cite.htm b/static/tiny_mce/plugins/xhtmlxtras/cite.htm similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/cite.htm rename to static/tiny_mce/plugins/xhtmlxtras/cite.htm diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/css/attributes.css b/static/tiny_mce/plugins/xhtmlxtras/css/attributes.css similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/css/attributes.css rename to static/tiny_mce/plugins/xhtmlxtras/css/attributes.css diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/css/popup.css b/static/tiny_mce/plugins/xhtmlxtras/css/popup.css similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/css/popup.css rename to static/tiny_mce/plugins/xhtmlxtras/css/popup.css diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/del.htm b/static/tiny_mce/plugins/xhtmlxtras/del.htm similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/del.htm rename to static/tiny_mce/plugins/xhtmlxtras/del.htm diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/editor_plugin.js b/static/tiny_mce/plugins/xhtmlxtras/editor_plugin.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/editor_plugin.js rename to static/tiny_mce/plugins/xhtmlxtras/editor_plugin.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js b/static/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js rename to static/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/ins.htm b/static/tiny_mce/plugins/xhtmlxtras/ins.htm similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/ins.htm rename to static/tiny_mce/plugins/xhtmlxtras/ins.htm diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/js/abbr.js b/static/tiny_mce/plugins/xhtmlxtras/js/abbr.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/js/abbr.js rename to static/tiny_mce/plugins/xhtmlxtras/js/abbr.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/js/acronym.js b/static/tiny_mce/plugins/xhtmlxtras/js/acronym.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/js/acronym.js rename to static/tiny_mce/plugins/xhtmlxtras/js/acronym.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/js/attributes.js b/static/tiny_mce/plugins/xhtmlxtras/js/attributes.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/js/attributes.js rename to static/tiny_mce/plugins/xhtmlxtras/js/attributes.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/js/cite.js b/static/tiny_mce/plugins/xhtmlxtras/js/cite.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/js/cite.js rename to static/tiny_mce/plugins/xhtmlxtras/js/cite.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/js/del.js b/static/tiny_mce/plugins/xhtmlxtras/js/del.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/js/del.js rename to static/tiny_mce/plugins/xhtmlxtras/js/del.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/js/element_common.js b/static/tiny_mce/plugins/xhtmlxtras/js/element_common.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/js/element_common.js rename to static/tiny_mce/plugins/xhtmlxtras/js/element_common.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/js/ins.js b/static/tiny_mce/plugins/xhtmlxtras/js/ins.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/js/ins.js rename to static/tiny_mce/plugins/xhtmlxtras/js/ins.js diff --git a/src/static/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js b/static/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js rename to static/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js diff --git a/src/static/tiny_mce/themes/advanced/about.htm b/static/tiny_mce/themes/advanced/about.htm similarity index 100% rename from src/static/tiny_mce/themes/advanced/about.htm rename to static/tiny_mce/themes/advanced/about.htm diff --git a/src/static/tiny_mce/themes/advanced/anchor.htm b/static/tiny_mce/themes/advanced/anchor.htm similarity index 100% rename from src/static/tiny_mce/themes/advanced/anchor.htm rename to static/tiny_mce/themes/advanced/anchor.htm diff --git a/src/static/tiny_mce/themes/advanced/charmap.htm b/static/tiny_mce/themes/advanced/charmap.htm similarity index 100% rename from src/static/tiny_mce/themes/advanced/charmap.htm rename to static/tiny_mce/themes/advanced/charmap.htm diff --git a/src/static/tiny_mce/themes/advanced/color_picker.htm b/static/tiny_mce/themes/advanced/color_picker.htm similarity index 100% rename from src/static/tiny_mce/themes/advanced/color_picker.htm rename to static/tiny_mce/themes/advanced/color_picker.htm diff --git a/src/static/tiny_mce/themes/advanced/editor_template.js b/static/tiny_mce/themes/advanced/editor_template.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/editor_template.js rename to static/tiny_mce/themes/advanced/editor_template.js diff --git a/src/static/tiny_mce/themes/advanced/editor_template_src.js b/static/tiny_mce/themes/advanced/editor_template_src.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/editor_template_src.js rename to static/tiny_mce/themes/advanced/editor_template_src.js diff --git a/src/static/tiny_mce/themes/advanced/image.htm b/static/tiny_mce/themes/advanced/image.htm similarity index 100% rename from src/static/tiny_mce/themes/advanced/image.htm rename to static/tiny_mce/themes/advanced/image.htm diff --git a/src/static/tiny_mce/themes/advanced/img/colorpicker.jpg b/static/tiny_mce/themes/advanced/img/colorpicker.jpg similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/colorpicker.jpg rename to static/tiny_mce/themes/advanced/img/colorpicker.jpg diff --git a/src/static/tiny_mce/themes/advanced/img/flash.gif b/static/tiny_mce/themes/advanced/img/flash.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/flash.gif rename to static/tiny_mce/themes/advanced/img/flash.gif diff --git a/src/static/tiny_mce/themes/advanced/img/icons.gif b/static/tiny_mce/themes/advanced/img/icons.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/icons.gif rename to static/tiny_mce/themes/advanced/img/icons.gif diff --git a/src/static/tiny_mce/themes/advanced/img/iframe.gif b/static/tiny_mce/themes/advanced/img/iframe.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/iframe.gif rename to static/tiny_mce/themes/advanced/img/iframe.gif diff --git a/src/static/tiny_mce/themes/advanced/img/pagebreak.gif b/static/tiny_mce/themes/advanced/img/pagebreak.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/pagebreak.gif rename to static/tiny_mce/themes/advanced/img/pagebreak.gif diff --git a/src/static/tiny_mce/themes/advanced/img/quicktime.gif b/static/tiny_mce/themes/advanced/img/quicktime.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/quicktime.gif rename to static/tiny_mce/themes/advanced/img/quicktime.gif diff --git a/src/static/tiny_mce/themes/advanced/img/realmedia.gif b/static/tiny_mce/themes/advanced/img/realmedia.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/realmedia.gif rename to static/tiny_mce/themes/advanced/img/realmedia.gif diff --git a/src/static/tiny_mce/themes/advanced/img/shockwave.gif b/static/tiny_mce/themes/advanced/img/shockwave.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/shockwave.gif rename to static/tiny_mce/themes/advanced/img/shockwave.gif diff --git a/src/static/tiny_mce/themes/advanced/img/trans.gif b/static/tiny_mce/themes/advanced/img/trans.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/trans.gif rename to static/tiny_mce/themes/advanced/img/trans.gif diff --git a/src/static/tiny_mce/themes/advanced/img/video.gif b/static/tiny_mce/themes/advanced/img/video.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/video.gif rename to static/tiny_mce/themes/advanced/img/video.gif diff --git a/src/static/tiny_mce/themes/advanced/img/windowsmedia.gif b/static/tiny_mce/themes/advanced/img/windowsmedia.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/img/windowsmedia.gif rename to static/tiny_mce/themes/advanced/img/windowsmedia.gif diff --git a/src/static/tiny_mce/themes/advanced/js/about.js b/static/tiny_mce/themes/advanced/js/about.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/js/about.js rename to static/tiny_mce/themes/advanced/js/about.js diff --git a/src/static/tiny_mce/themes/advanced/js/anchor.js b/static/tiny_mce/themes/advanced/js/anchor.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/js/anchor.js rename to static/tiny_mce/themes/advanced/js/anchor.js diff --git a/src/static/tiny_mce/themes/advanced/js/charmap.js b/static/tiny_mce/themes/advanced/js/charmap.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/js/charmap.js rename to static/tiny_mce/themes/advanced/js/charmap.js diff --git a/src/static/tiny_mce/themes/advanced/js/color_picker.js b/static/tiny_mce/themes/advanced/js/color_picker.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/js/color_picker.js rename to static/tiny_mce/themes/advanced/js/color_picker.js diff --git a/src/static/tiny_mce/themes/advanced/js/image.js b/static/tiny_mce/themes/advanced/js/image.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/js/image.js rename to static/tiny_mce/themes/advanced/js/image.js diff --git a/src/static/tiny_mce/themes/advanced/js/link.js b/static/tiny_mce/themes/advanced/js/link.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/js/link.js rename to static/tiny_mce/themes/advanced/js/link.js diff --git a/src/static/tiny_mce/themes/advanced/js/source_editor.js b/static/tiny_mce/themes/advanced/js/source_editor.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/js/source_editor.js rename to static/tiny_mce/themes/advanced/js/source_editor.js diff --git a/src/static/tiny_mce/themes/advanced/langs/en.js b/static/tiny_mce/themes/advanced/langs/en.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/langs/en.js rename to static/tiny_mce/themes/advanced/langs/en.js diff --git a/src/static/tiny_mce/themes/advanced/langs/en_dlg.js b/static/tiny_mce/themes/advanced/langs/en_dlg.js similarity index 100% rename from src/static/tiny_mce/themes/advanced/langs/en_dlg.js rename to static/tiny_mce/themes/advanced/langs/en_dlg.js diff --git a/src/static/tiny_mce/themes/advanced/link.htm b/static/tiny_mce/themes/advanced/link.htm similarity index 100% rename from src/static/tiny_mce/themes/advanced/link.htm rename to static/tiny_mce/themes/advanced/link.htm diff --git a/src/static/tiny_mce/themes/advanced/shortcuts.htm b/static/tiny_mce/themes/advanced/shortcuts.htm similarity index 100% rename from src/static/tiny_mce/themes/advanced/shortcuts.htm rename to static/tiny_mce/themes/advanced/shortcuts.htm diff --git a/src/static/tiny_mce/themes/advanced/skins/default/content.css b/static/tiny_mce/themes/advanced/skins/default/content.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/default/content.css rename to static/tiny_mce/themes/advanced/skins/default/content.css diff --git a/src/static/tiny_mce/themes/advanced/skins/default/dialog.css b/static/tiny_mce/themes/advanced/skins/default/dialog.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/default/dialog.css rename to static/tiny_mce/themes/advanced/skins/default/dialog.css diff --git a/src/static/tiny_mce/themes/advanced/skins/default/img/buttons.png b/static/tiny_mce/themes/advanced/skins/default/img/buttons.png similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/default/img/buttons.png rename to static/tiny_mce/themes/advanced/skins/default/img/buttons.png diff --git a/src/static/tiny_mce/themes/advanced/skins/default/img/items.gif b/static/tiny_mce/themes/advanced/skins/default/img/items.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/default/img/items.gif rename to static/tiny_mce/themes/advanced/skins/default/img/items.gif diff --git a/src/static/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif b/static/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif rename to static/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif diff --git a/src/static/tiny_mce/themes/advanced/skins/default/img/menu_check.gif b/static/tiny_mce/themes/advanced/skins/default/img/menu_check.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/default/img/menu_check.gif rename to static/tiny_mce/themes/advanced/skins/default/img/menu_check.gif diff --git a/src/static/tiny_mce/themes/advanced/skins/default/img/progress.gif b/static/tiny_mce/themes/advanced/skins/default/img/progress.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/default/img/progress.gif rename to static/tiny_mce/themes/advanced/skins/default/img/progress.gif diff --git a/src/static/tiny_mce/themes/advanced/skins/default/img/tabs.gif b/static/tiny_mce/themes/advanced/skins/default/img/tabs.gif similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/default/img/tabs.gif rename to static/tiny_mce/themes/advanced/skins/default/img/tabs.gif diff --git a/src/static/tiny_mce/themes/advanced/skins/default/ui.css b/static/tiny_mce/themes/advanced/skins/default/ui.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/default/ui.css rename to static/tiny_mce/themes/advanced/skins/default/ui.css diff --git a/src/static/tiny_mce/themes/advanced/skins/highcontrast/content.css b/static/tiny_mce/themes/advanced/skins/highcontrast/content.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/highcontrast/content.css rename to static/tiny_mce/themes/advanced/skins/highcontrast/content.css diff --git a/src/static/tiny_mce/themes/advanced/skins/highcontrast/dialog.css b/static/tiny_mce/themes/advanced/skins/highcontrast/dialog.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/highcontrast/dialog.css rename to static/tiny_mce/themes/advanced/skins/highcontrast/dialog.css diff --git a/src/static/tiny_mce/themes/advanced/skins/highcontrast/ui.css b/static/tiny_mce/themes/advanced/skins/highcontrast/ui.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/highcontrast/ui.css rename to static/tiny_mce/themes/advanced/skins/highcontrast/ui.css diff --git a/src/static/tiny_mce/themes/advanced/skins/o2k7/content.css b/static/tiny_mce/themes/advanced/skins/o2k7/content.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/o2k7/content.css rename to static/tiny_mce/themes/advanced/skins/o2k7/content.css diff --git a/src/static/tiny_mce/themes/advanced/skins/o2k7/dialog.css b/static/tiny_mce/themes/advanced/skins/o2k7/dialog.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/o2k7/dialog.css rename to static/tiny_mce/themes/advanced/skins/o2k7/dialog.css diff --git a/src/static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png b/static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png rename to static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png diff --git a/src/static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png b/static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png rename to static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png diff --git a/src/static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png b/static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png rename to static/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png diff --git a/src/static/tiny_mce/themes/advanced/skins/o2k7/ui.css b/static/tiny_mce/themes/advanced/skins/o2k7/ui.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/o2k7/ui.css rename to static/tiny_mce/themes/advanced/skins/o2k7/ui.css diff --git a/src/static/tiny_mce/themes/advanced/skins/o2k7/ui_black.css b/static/tiny_mce/themes/advanced/skins/o2k7/ui_black.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/o2k7/ui_black.css rename to static/tiny_mce/themes/advanced/skins/o2k7/ui_black.css diff --git a/src/static/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css b/static/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css similarity index 100% rename from src/static/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css rename to static/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css diff --git a/src/static/tiny_mce/themes/advanced/source_editor.htm b/static/tiny_mce/themes/advanced/source_editor.htm similarity index 100% rename from src/static/tiny_mce/themes/advanced/source_editor.htm rename to static/tiny_mce/themes/advanced/source_editor.htm diff --git a/src/static/tiny_mce/themes/simple/editor_template.js b/static/tiny_mce/themes/simple/editor_template.js similarity index 100% rename from src/static/tiny_mce/themes/simple/editor_template.js rename to static/tiny_mce/themes/simple/editor_template.js diff --git a/src/static/tiny_mce/themes/simple/editor_template_src.js b/static/tiny_mce/themes/simple/editor_template_src.js similarity index 100% rename from src/static/tiny_mce/themes/simple/editor_template_src.js rename to static/tiny_mce/themes/simple/editor_template_src.js diff --git a/src/static/tiny_mce/themes/simple/img/icons.gif b/static/tiny_mce/themes/simple/img/icons.gif similarity index 100% rename from src/static/tiny_mce/themes/simple/img/icons.gif rename to static/tiny_mce/themes/simple/img/icons.gif diff --git a/src/static/tiny_mce/themes/simple/langs/en.js b/static/tiny_mce/themes/simple/langs/en.js similarity index 100% rename from src/static/tiny_mce/themes/simple/langs/en.js rename to static/tiny_mce/themes/simple/langs/en.js diff --git a/src/static/tiny_mce/themes/simple/skins/default/content.css b/static/tiny_mce/themes/simple/skins/default/content.css similarity index 100% rename from src/static/tiny_mce/themes/simple/skins/default/content.css rename to static/tiny_mce/themes/simple/skins/default/content.css diff --git a/src/static/tiny_mce/themes/simple/skins/default/ui.css b/static/tiny_mce/themes/simple/skins/default/ui.css similarity index 100% rename from src/static/tiny_mce/themes/simple/skins/default/ui.css rename to static/tiny_mce/themes/simple/skins/default/ui.css diff --git a/src/static/tiny_mce/themes/simple/skins/o2k7/content.css b/static/tiny_mce/themes/simple/skins/o2k7/content.css similarity index 100% rename from src/static/tiny_mce/themes/simple/skins/o2k7/content.css rename to static/tiny_mce/themes/simple/skins/o2k7/content.css diff --git a/src/static/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png b/static/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png similarity index 100% rename from src/static/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png rename to static/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png diff --git a/src/static/tiny_mce/themes/simple/skins/o2k7/ui.css b/static/tiny_mce/themes/simple/skins/o2k7/ui.css similarity index 100% rename from src/static/tiny_mce/themes/simple/skins/o2k7/ui.css rename to static/tiny_mce/themes/simple/skins/o2k7/ui.css diff --git a/src/static/tiny_mce/tiny_mce.js b/static/tiny_mce/tiny_mce.js similarity index 100% rename from src/static/tiny_mce/tiny_mce.js rename to static/tiny_mce/tiny_mce.js diff --git a/src/static/tiny_mce/tiny_mce_popup.js b/static/tiny_mce/tiny_mce_popup.js similarity index 100% rename from src/static/tiny_mce/tiny_mce_popup.js rename to static/tiny_mce/tiny_mce_popup.js diff --git a/src/static/tiny_mce/tiny_mce_src.js b/static/tiny_mce/tiny_mce_src.js similarity index 100% rename from src/static/tiny_mce/tiny_mce_src.js rename to static/tiny_mce/tiny_mce_src.js diff --git a/src/static/tiny_mce/utils/editable_selects.js b/static/tiny_mce/utils/editable_selects.js similarity index 100% rename from src/static/tiny_mce/utils/editable_selects.js rename to static/tiny_mce/utils/editable_selects.js diff --git a/src/static/tiny_mce/utils/form_utils.js b/static/tiny_mce/utils/form_utils.js similarity index 100% rename from src/static/tiny_mce/utils/form_utils.js rename to static/tiny_mce/utils/form_utils.js diff --git a/src/static/tiny_mce/utils/mctabs.js b/static/tiny_mce/utils/mctabs.js similarity index 100% rename from src/static/tiny_mce/utils/mctabs.js rename to static/tiny_mce/utils/mctabs.js diff --git a/src/static/tiny_mce/utils/validate.js b/static/tiny_mce/utils/validate.js similarity index 100% rename from src/static/tiny_mce/utils/validate.js rename to static/tiny_mce/utils/validate.js diff --git a/src/templates/_snippets/footer.html b/templates/_snippets/footer.html similarity index 100% rename from src/templates/_snippets/footer.html rename to templates/_snippets/footer.html diff --git a/src/templates/_snippets/header.html b/templates/_snippets/header.html similarity index 100% rename from src/templates/_snippets/header.html rename to templates/_snippets/header.html diff --git a/src/templates/_snippets/nav.html b/templates/_snippets/nav.html similarity index 100% rename from src/templates/_snippets/nav.html rename to templates/_snippets/nav.html diff --git a/src/templates/_snippets/scripts.html b/templates/_snippets/scripts.html similarity index 100% rename from src/templates/_snippets/scripts.html rename to templates/_snippets/scripts.html diff --git a/src/templates/index.html b/templates/index.html similarity index 100% rename from src/templates/index.html rename to templates/index.html diff --git a/src/templates/my.html b/templates/my.html similarity index 100% rename from src/templates/my.html rename to templates/my.html