[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

abarth at webkit.org abarth at webkit.org
Mon Dec 27 16:26:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 28d0634ec3cbe142b24a99ef1abec7d31804e513
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 21 07:01:15 2010 +0000

    Move BugsSite to Websites
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74394 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/.cvsignore b/Websites/bugs.webkit.org/.cvsignore
similarity index 100%
rename from BugsSite/.cvsignore
rename to Websites/bugs.webkit.org/.cvsignore
diff --git a/BugsSite/.htaccess b/Websites/bugs.webkit.org/.htaccess
similarity index 100%
rename from BugsSite/.htaccess
rename to Websites/bugs.webkit.org/.htaccess
diff --git a/BugsSite/Bugzilla.pm b/Websites/bugs.webkit.org/Bugzilla.pm
similarity index 100%
rename from BugsSite/Bugzilla.pm
rename to Websites/bugs.webkit.org/Bugzilla.pm
diff --git a/BugsSite/Bugzilla/.cvsignore b/Websites/bugs.webkit.org/Bugzilla/.cvsignore
similarity index 100%
rename from BugsSite/Bugzilla/.cvsignore
rename to Websites/bugs.webkit.org/Bugzilla/.cvsignore
diff --git a/BugsSite/Bugzilla/.htaccess b/Websites/bugs.webkit.org/Bugzilla/.htaccess
similarity index 100%
rename from BugsSite/Bugzilla/.htaccess
rename to Websites/bugs.webkit.org/Bugzilla/.htaccess
diff --git a/BugsSite/Bugzilla/Attachment.pm b/Websites/bugs.webkit.org/Bugzilla/Attachment.pm
similarity index 100%
rename from BugsSite/Bugzilla/Attachment.pm
rename to Websites/bugs.webkit.org/Bugzilla/Attachment.pm
diff --git a/BugsSite/Bugzilla/Attachment/PatchReader.pm b/Websites/bugs.webkit.org/Bugzilla/Attachment/PatchReader.pm
similarity index 100%
rename from BugsSite/Bugzilla/Attachment/PatchReader.pm
rename to Websites/bugs.webkit.org/Bugzilla/Attachment/PatchReader.pm
diff --git a/BugsSite/Bugzilla/Auth.pm b/Websites/bugs.webkit.org/Bugzilla/Auth.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth.pm
diff --git a/BugsSite/Bugzilla/Auth/Login.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Login.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Login.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Login.pm
diff --git a/BugsSite/Bugzilla/Auth/Login/CGI.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Login/CGI.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Login/CGI.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Login/CGI.pm
diff --git a/BugsSite/Bugzilla/Auth/Login/Cookie.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Login/Cookie.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Login/Cookie.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Login/Cookie.pm
diff --git a/BugsSite/Bugzilla/Auth/Login/Env.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Login/Env.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Login/Env.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Login/Env.pm
diff --git a/BugsSite/Bugzilla/Auth/Login/Stack.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Login/Stack.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Login/Stack.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Login/Stack.pm
diff --git a/BugsSite/Bugzilla/Auth/Persist/Cookie.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Persist/Cookie.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Persist/Cookie.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Persist/Cookie.pm
diff --git a/BugsSite/Bugzilla/Auth/Verify.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Verify.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Verify.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Verify.pm
diff --git a/BugsSite/Bugzilla/Auth/Verify/DB.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Verify/DB.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Verify/DB.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Verify/DB.pm
diff --git a/BugsSite/Bugzilla/Auth/Verify/LDAP.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Verify/LDAP.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Verify/LDAP.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Verify/LDAP.pm
diff --git a/BugsSite/Bugzilla/Auth/Verify/RADIUS.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Verify/RADIUS.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Verify/RADIUS.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Verify/RADIUS.pm
diff --git a/BugsSite/Bugzilla/Auth/Verify/Stack.pm b/Websites/bugs.webkit.org/Bugzilla/Auth/Verify/Stack.pm
similarity index 100%
rename from BugsSite/Bugzilla/Auth/Verify/Stack.pm
rename to Websites/bugs.webkit.org/Bugzilla/Auth/Verify/Stack.pm
diff --git a/BugsSite/Bugzilla/Bug.pm b/Websites/bugs.webkit.org/Bugzilla/Bug.pm
similarity index 100%
rename from BugsSite/Bugzilla/Bug.pm
rename to Websites/bugs.webkit.org/Bugzilla/Bug.pm
diff --git a/BugsSite/Bugzilla/BugMail.pm b/Websites/bugs.webkit.org/Bugzilla/BugMail.pm
similarity index 100%
rename from BugsSite/Bugzilla/BugMail.pm
rename to Websites/bugs.webkit.org/Bugzilla/BugMail.pm
diff --git a/BugsSite/Bugzilla/CGI.pm b/Websites/bugs.webkit.org/Bugzilla/CGI.pm
similarity index 100%
rename from BugsSite/Bugzilla/CGI.pm
rename to Websites/bugs.webkit.org/Bugzilla/CGI.pm
diff --git a/BugsSite/Bugzilla/Chart.pm b/Websites/bugs.webkit.org/Bugzilla/Chart.pm
similarity index 100%
rename from BugsSite/Bugzilla/Chart.pm
rename to Websites/bugs.webkit.org/Bugzilla/Chart.pm
diff --git a/BugsSite/Bugzilla/Classification.pm b/Websites/bugs.webkit.org/Bugzilla/Classification.pm
similarity index 100%
rename from BugsSite/Bugzilla/Classification.pm
rename to Websites/bugs.webkit.org/Bugzilla/Classification.pm
diff --git a/BugsSite/Bugzilla/Component.pm b/Websites/bugs.webkit.org/Bugzilla/Component.pm
similarity index 100%
rename from BugsSite/Bugzilla/Component.pm
rename to Websites/bugs.webkit.org/Bugzilla/Component.pm
diff --git a/BugsSite/Bugzilla/Config.pm b/Websites/bugs.webkit.org/Bugzilla/Config.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config.pm
diff --git a/BugsSite/Bugzilla/Config/Admin.pm b/Websites/bugs.webkit.org/Bugzilla/Config/Admin.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/Admin.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/Admin.pm
diff --git a/BugsSite/Bugzilla/Config/Attachment.pm b/Websites/bugs.webkit.org/Bugzilla/Config/Attachment.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/Attachment.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/Attachment.pm
diff --git a/BugsSite/Bugzilla/Config/Auth.pm b/Websites/bugs.webkit.org/Bugzilla/Config/Auth.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/Auth.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/Auth.pm
diff --git a/BugsSite/Bugzilla/Config/BugChange.pm b/Websites/bugs.webkit.org/Bugzilla/Config/BugChange.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/BugChange.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/BugChange.pm
diff --git a/BugsSite/Bugzilla/Config/BugFields.pm b/Websites/bugs.webkit.org/Bugzilla/Config/BugFields.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/BugFields.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/BugFields.pm
diff --git a/BugsSite/Bugzilla/Config/BugMove.pm b/Websites/bugs.webkit.org/Bugzilla/Config/BugMove.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/BugMove.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/BugMove.pm
diff --git a/BugsSite/Bugzilla/Config/Common.pm b/Websites/bugs.webkit.org/Bugzilla/Config/Common.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/Common.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/Common.pm
diff --git a/BugsSite/Bugzilla/Config/Core.pm b/Websites/bugs.webkit.org/Bugzilla/Config/Core.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/Core.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/Core.pm
diff --git a/BugsSite/Bugzilla/Config/DependencyGraph.pm b/Websites/bugs.webkit.org/Bugzilla/Config/DependencyGraph.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/DependencyGraph.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/DependencyGraph.pm
diff --git a/BugsSite/Bugzilla/Config/GroupSecurity.pm b/Websites/bugs.webkit.org/Bugzilla/Config/GroupSecurity.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/GroupSecurity.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/GroupSecurity.pm
diff --git a/BugsSite/Bugzilla/Config/LDAP.pm b/Websites/bugs.webkit.org/Bugzilla/Config/LDAP.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/LDAP.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/LDAP.pm
diff --git a/BugsSite/Bugzilla/Config/MTA.pm b/Websites/bugs.webkit.org/Bugzilla/Config/MTA.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/MTA.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/MTA.pm
diff --git a/BugsSite/Bugzilla/Config/PatchViewer.pm b/Websites/bugs.webkit.org/Bugzilla/Config/PatchViewer.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/PatchViewer.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/PatchViewer.pm
diff --git a/BugsSite/Bugzilla/Config/Query.pm b/Websites/bugs.webkit.org/Bugzilla/Config/Query.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/Query.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/Query.pm
diff --git a/BugsSite/Bugzilla/Config/RADIUS.pm b/Websites/bugs.webkit.org/Bugzilla/Config/RADIUS.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/RADIUS.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/RADIUS.pm
diff --git a/BugsSite/Bugzilla/Config/ShadowDB.pm b/Websites/bugs.webkit.org/Bugzilla/Config/ShadowDB.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/ShadowDB.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/ShadowDB.pm
diff --git a/BugsSite/Bugzilla/Config/UserMatch.pm b/Websites/bugs.webkit.org/Bugzilla/Config/UserMatch.pm
similarity index 100%
rename from BugsSite/Bugzilla/Config/UserMatch.pm
rename to Websites/bugs.webkit.org/Bugzilla/Config/UserMatch.pm
diff --git a/BugsSite/Bugzilla/Constants.pm b/Websites/bugs.webkit.org/Bugzilla/Constants.pm
similarity index 100%
rename from BugsSite/Bugzilla/Constants.pm
rename to Websites/bugs.webkit.org/Bugzilla/Constants.pm
diff --git a/BugsSite/Bugzilla/DB.pm b/Websites/bugs.webkit.org/Bugzilla/DB.pm
similarity index 100%
rename from BugsSite/Bugzilla/DB.pm
rename to Websites/bugs.webkit.org/Bugzilla/DB.pm
diff --git a/BugsSite/Bugzilla/DB/Mysql.pm b/Websites/bugs.webkit.org/Bugzilla/DB/Mysql.pm
similarity index 100%
rename from BugsSite/Bugzilla/DB/Mysql.pm
rename to Websites/bugs.webkit.org/Bugzilla/DB/Mysql.pm
diff --git a/BugsSite/Bugzilla/DB/Oracle.pm b/Websites/bugs.webkit.org/Bugzilla/DB/Oracle.pm
similarity index 100%
rename from BugsSite/Bugzilla/DB/Oracle.pm
rename to Websites/bugs.webkit.org/Bugzilla/DB/Oracle.pm
diff --git a/BugsSite/Bugzilla/DB/Pg.pm b/Websites/bugs.webkit.org/Bugzilla/DB/Pg.pm
similarity index 100%
rename from BugsSite/Bugzilla/DB/Pg.pm
rename to Websites/bugs.webkit.org/Bugzilla/DB/Pg.pm
diff --git a/BugsSite/Bugzilla/DB/Schema.pm b/Websites/bugs.webkit.org/Bugzilla/DB/Schema.pm
similarity index 100%
rename from BugsSite/Bugzilla/DB/Schema.pm
rename to Websites/bugs.webkit.org/Bugzilla/DB/Schema.pm
diff --git a/BugsSite/Bugzilla/DB/Schema/Mysql.pm b/Websites/bugs.webkit.org/Bugzilla/DB/Schema/Mysql.pm
similarity index 100%
rename from BugsSite/Bugzilla/DB/Schema/Mysql.pm
rename to Websites/bugs.webkit.org/Bugzilla/DB/Schema/Mysql.pm
diff --git a/BugsSite/Bugzilla/DB/Schema/Oracle.pm b/Websites/bugs.webkit.org/Bugzilla/DB/Schema/Oracle.pm
similarity index 100%
rename from BugsSite/Bugzilla/DB/Schema/Oracle.pm
rename to Websites/bugs.webkit.org/Bugzilla/DB/Schema/Oracle.pm
diff --git a/BugsSite/Bugzilla/DB/Schema/Pg.pm b/Websites/bugs.webkit.org/Bugzilla/DB/Schema/Pg.pm
similarity index 100%
rename from BugsSite/Bugzilla/DB/Schema/Pg.pm
rename to Websites/bugs.webkit.org/Bugzilla/DB/Schema/Pg.pm
diff --git a/BugsSite/Bugzilla/Error.pm b/Websites/bugs.webkit.org/Bugzilla/Error.pm
similarity index 100%
rename from BugsSite/Bugzilla/Error.pm
rename to Websites/bugs.webkit.org/Bugzilla/Error.pm
diff --git a/BugsSite/Bugzilla/Field.pm b/Websites/bugs.webkit.org/Bugzilla/Field.pm
similarity index 100%
rename from BugsSite/Bugzilla/Field.pm
rename to Websites/bugs.webkit.org/Bugzilla/Field.pm
diff --git a/BugsSite/Bugzilla/Flag.pm b/Websites/bugs.webkit.org/Bugzilla/Flag.pm
similarity index 100%
rename from BugsSite/Bugzilla/Flag.pm
rename to Websites/bugs.webkit.org/Bugzilla/Flag.pm
diff --git a/BugsSite/Bugzilla/FlagType.pm b/Websites/bugs.webkit.org/Bugzilla/FlagType.pm
similarity index 100%
rename from BugsSite/Bugzilla/FlagType.pm
rename to Websites/bugs.webkit.org/Bugzilla/FlagType.pm
diff --git a/BugsSite/Bugzilla/Group.pm b/Websites/bugs.webkit.org/Bugzilla/Group.pm
similarity index 100%
rename from BugsSite/Bugzilla/Group.pm
rename to Websites/bugs.webkit.org/Bugzilla/Group.pm
diff --git a/BugsSite/Bugzilla/Hook.pm b/Websites/bugs.webkit.org/Bugzilla/Hook.pm
similarity index 100%
rename from BugsSite/Bugzilla/Hook.pm
rename to Websites/bugs.webkit.org/Bugzilla/Hook.pm
diff --git a/BugsSite/Bugzilla/Install.pm b/Websites/bugs.webkit.org/Bugzilla/Install.pm
similarity index 100%
rename from BugsSite/Bugzilla/Install.pm
rename to Websites/bugs.webkit.org/Bugzilla/Install.pm
diff --git a/BugsSite/Bugzilla/Install/CPAN.pm b/Websites/bugs.webkit.org/Bugzilla/Install/CPAN.pm
similarity index 100%
rename from BugsSite/Bugzilla/Install/CPAN.pm
rename to Websites/bugs.webkit.org/Bugzilla/Install/CPAN.pm
diff --git a/BugsSite/Bugzilla/Install/DB.pm b/Websites/bugs.webkit.org/Bugzilla/Install/DB.pm
similarity index 100%
rename from BugsSite/Bugzilla/Install/DB.pm
rename to Websites/bugs.webkit.org/Bugzilla/Install/DB.pm
diff --git a/BugsSite/Bugzilla/Install/Filesystem.pm b/Websites/bugs.webkit.org/Bugzilla/Install/Filesystem.pm
similarity index 100%
rename from BugsSite/Bugzilla/Install/Filesystem.pm
rename to Websites/bugs.webkit.org/Bugzilla/Install/Filesystem.pm
diff --git a/BugsSite/Bugzilla/Install/Localconfig.pm b/Websites/bugs.webkit.org/Bugzilla/Install/Localconfig.pm
similarity index 100%
rename from BugsSite/Bugzilla/Install/Localconfig.pm
rename to Websites/bugs.webkit.org/Bugzilla/Install/Localconfig.pm
diff --git a/BugsSite/Bugzilla/Install/Requirements.pm b/Websites/bugs.webkit.org/Bugzilla/Install/Requirements.pm
similarity index 100%
rename from BugsSite/Bugzilla/Install/Requirements.pm
rename to Websites/bugs.webkit.org/Bugzilla/Install/Requirements.pm
diff --git a/BugsSite/Bugzilla/Install/Util.pm b/Websites/bugs.webkit.org/Bugzilla/Install/Util.pm
similarity index 100%
rename from BugsSite/Bugzilla/Install/Util.pm
rename to Websites/bugs.webkit.org/Bugzilla/Install/Util.pm
diff --git a/BugsSite/Bugzilla/Keyword.pm b/Websites/bugs.webkit.org/Bugzilla/Keyword.pm
similarity index 100%
rename from BugsSite/Bugzilla/Keyword.pm
rename to Websites/bugs.webkit.org/Bugzilla/Keyword.pm
diff --git a/BugsSite/Bugzilla/Mailer.pm b/Websites/bugs.webkit.org/Bugzilla/Mailer.pm
similarity index 100%
rename from BugsSite/Bugzilla/Mailer.pm
rename to Websites/bugs.webkit.org/Bugzilla/Mailer.pm
diff --git a/BugsSite/Bugzilla/Milestone.pm b/Websites/bugs.webkit.org/Bugzilla/Milestone.pm
similarity index 100%
rename from BugsSite/Bugzilla/Milestone.pm
rename to Websites/bugs.webkit.org/Bugzilla/Milestone.pm
diff --git a/BugsSite/Bugzilla/Object.pm b/Websites/bugs.webkit.org/Bugzilla/Object.pm
similarity index 100%
rename from BugsSite/Bugzilla/Object.pm
rename to Websites/bugs.webkit.org/Bugzilla/Object.pm
diff --git a/BugsSite/Bugzilla/Product.pm b/Websites/bugs.webkit.org/Bugzilla/Product.pm
similarity index 100%
rename from BugsSite/Bugzilla/Product.pm
rename to Websites/bugs.webkit.org/Bugzilla/Product.pm
diff --git a/BugsSite/Bugzilla/Search.pm b/Websites/bugs.webkit.org/Bugzilla/Search.pm
similarity index 100%
rename from BugsSite/Bugzilla/Search.pm
rename to Websites/bugs.webkit.org/Bugzilla/Search.pm
diff --git a/BugsSite/Bugzilla/Search/Quicksearch.pm b/Websites/bugs.webkit.org/Bugzilla/Search/Quicksearch.pm
similarity index 100%
rename from BugsSite/Bugzilla/Search/Quicksearch.pm
rename to Websites/bugs.webkit.org/Bugzilla/Search/Quicksearch.pm
diff --git a/BugsSite/Bugzilla/Search/Saved.pm b/Websites/bugs.webkit.org/Bugzilla/Search/Saved.pm
similarity index 100%
rename from BugsSite/Bugzilla/Search/Saved.pm
rename to Websites/bugs.webkit.org/Bugzilla/Search/Saved.pm
diff --git a/BugsSite/Bugzilla/Series.pm b/Websites/bugs.webkit.org/Bugzilla/Series.pm
similarity index 100%
rename from BugsSite/Bugzilla/Series.pm
rename to Websites/bugs.webkit.org/Bugzilla/Series.pm
diff --git a/BugsSite/Bugzilla/Status.pm b/Websites/bugs.webkit.org/Bugzilla/Status.pm
similarity index 100%
rename from BugsSite/Bugzilla/Status.pm
rename to Websites/bugs.webkit.org/Bugzilla/Status.pm
diff --git a/BugsSite/Bugzilla/Template.pm b/Websites/bugs.webkit.org/Bugzilla/Template.pm
similarity index 100%
rename from BugsSite/Bugzilla/Template.pm
rename to Websites/bugs.webkit.org/Bugzilla/Template.pm
diff --git a/BugsSite/Bugzilla/Template/Parser.pm b/Websites/bugs.webkit.org/Bugzilla/Template/Parser.pm
similarity index 100%
rename from BugsSite/Bugzilla/Template/Parser.pm
rename to Websites/bugs.webkit.org/Bugzilla/Template/Parser.pm
diff --git a/BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm b/Websites/bugs.webkit.org/Bugzilla/Template/Plugin/Bugzilla.pm
similarity index 100%
rename from BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm
rename to Websites/bugs.webkit.org/Bugzilla/Template/Plugin/Bugzilla.pm
diff --git a/BugsSite/Bugzilla/Template/Plugin/Hook.pm b/Websites/bugs.webkit.org/Bugzilla/Template/Plugin/Hook.pm
similarity index 100%
rename from BugsSite/Bugzilla/Template/Plugin/Hook.pm
rename to Websites/bugs.webkit.org/Bugzilla/Template/Plugin/Hook.pm
diff --git a/BugsSite/Bugzilla/Template/Plugin/User.pm b/Websites/bugs.webkit.org/Bugzilla/Template/Plugin/User.pm
similarity index 100%
rename from BugsSite/Bugzilla/Template/Plugin/User.pm
rename to Websites/bugs.webkit.org/Bugzilla/Template/Plugin/User.pm
diff --git a/BugsSite/Bugzilla/Token.pm b/Websites/bugs.webkit.org/Bugzilla/Token.pm
similarity index 100%
rename from BugsSite/Bugzilla/Token.pm
rename to Websites/bugs.webkit.org/Bugzilla/Token.pm
diff --git a/BugsSite/Bugzilla/Update.pm b/Websites/bugs.webkit.org/Bugzilla/Update.pm
similarity index 100%
rename from BugsSite/Bugzilla/Update.pm
rename to Websites/bugs.webkit.org/Bugzilla/Update.pm
diff --git a/BugsSite/Bugzilla/User.pm b/Websites/bugs.webkit.org/Bugzilla/User.pm
similarity index 100%
rename from BugsSite/Bugzilla/User.pm
rename to Websites/bugs.webkit.org/Bugzilla/User.pm
diff --git a/BugsSite/Bugzilla/User/Setting.pm b/Websites/bugs.webkit.org/Bugzilla/User/Setting.pm
similarity index 100%
rename from BugsSite/Bugzilla/User/Setting.pm
rename to Websites/bugs.webkit.org/Bugzilla/User/Setting.pm
diff --git a/BugsSite/Bugzilla/User/Setting/Lang.pm b/Websites/bugs.webkit.org/Bugzilla/User/Setting/Lang.pm
similarity index 100%
rename from BugsSite/Bugzilla/User/Setting/Lang.pm
rename to Websites/bugs.webkit.org/Bugzilla/User/Setting/Lang.pm
diff --git a/BugsSite/Bugzilla/User/Setting/Skin.pm b/Websites/bugs.webkit.org/Bugzilla/User/Setting/Skin.pm
similarity index 100%
rename from BugsSite/Bugzilla/User/Setting/Skin.pm
rename to Websites/bugs.webkit.org/Bugzilla/User/Setting/Skin.pm
diff --git a/BugsSite/Bugzilla/Util.pm b/Websites/bugs.webkit.org/Bugzilla/Util.pm
similarity index 100%
rename from BugsSite/Bugzilla/Util.pm
rename to Websites/bugs.webkit.org/Bugzilla/Util.pm
diff --git a/BugsSite/Bugzilla/Version.pm b/Websites/bugs.webkit.org/Bugzilla/Version.pm
similarity index 100%
rename from BugsSite/Bugzilla/Version.pm
rename to Websites/bugs.webkit.org/Bugzilla/Version.pm
diff --git a/BugsSite/Bugzilla/WebService.pm b/Websites/bugs.webkit.org/Bugzilla/WebService.pm
similarity index 100%
rename from BugsSite/Bugzilla/WebService.pm
rename to Websites/bugs.webkit.org/Bugzilla/WebService.pm
diff --git a/BugsSite/Bugzilla/WebService/Bug.pm b/Websites/bugs.webkit.org/Bugzilla/WebService/Bug.pm
similarity index 100%
rename from BugsSite/Bugzilla/WebService/Bug.pm
rename to Websites/bugs.webkit.org/Bugzilla/WebService/Bug.pm
diff --git a/BugsSite/Bugzilla/WebService/Bugzilla.pm b/Websites/bugs.webkit.org/Bugzilla/WebService/Bugzilla.pm
similarity index 100%
rename from BugsSite/Bugzilla/WebService/Bugzilla.pm
rename to Websites/bugs.webkit.org/Bugzilla/WebService/Bugzilla.pm
diff --git a/BugsSite/Bugzilla/WebService/Constants.pm b/Websites/bugs.webkit.org/Bugzilla/WebService/Constants.pm
similarity index 100%
rename from BugsSite/Bugzilla/WebService/Constants.pm
rename to Websites/bugs.webkit.org/Bugzilla/WebService/Constants.pm
diff --git a/BugsSite/Bugzilla/WebService/Product.pm b/Websites/bugs.webkit.org/Bugzilla/WebService/Product.pm
similarity index 100%
rename from BugsSite/Bugzilla/WebService/Product.pm
rename to Websites/bugs.webkit.org/Bugzilla/WebService/Product.pm
diff --git a/BugsSite/Bugzilla/WebService/User.pm b/Websites/bugs.webkit.org/Bugzilla/WebService/User.pm
similarity index 100%
rename from BugsSite/Bugzilla/WebService/User.pm
rename to Websites/bugs.webkit.org/Bugzilla/WebService/User.pm
diff --git a/BugsSite/ChangeLog b/Websites/bugs.webkit.org/ChangeLog
similarity index 100%
rename from BugsSite/ChangeLog
rename to Websites/bugs.webkit.org/ChangeLog
diff --git a/BugsSite/PrettyPatch/PrettyPatch.rb b/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
similarity index 100%
rename from BugsSite/PrettyPatch/PrettyPatch.rb
rename to Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
diff --git a/BugsSite/PrettyPatch/diff.rb b/Websites/bugs.webkit.org/PrettyPatch/diff.rb
similarity index 100%
rename from BugsSite/PrettyPatch/diff.rb
rename to Websites/bugs.webkit.org/PrettyPatch/diff.rb
diff --git a/BugsSite/PrettyPatch/prettify.rb b/Websites/bugs.webkit.org/PrettyPatch/prettify.rb
similarity index 100%
rename from BugsSite/PrettyPatch/prettify.rb
rename to Websites/bugs.webkit.org/PrettyPatch/prettify.rb
diff --git a/BugsSite/QUICKSTART b/Websites/bugs.webkit.org/QUICKSTART
similarity index 100%
rename from BugsSite/QUICKSTART
rename to Websites/bugs.webkit.org/QUICKSTART
diff --git a/BugsSite/README b/Websites/bugs.webkit.org/README
similarity index 100%
rename from BugsSite/README
rename to Websites/bugs.webkit.org/README
diff --git a/BugsSite/UPGRADING b/Websites/bugs.webkit.org/UPGRADING
similarity index 100%
rename from BugsSite/UPGRADING
rename to Websites/bugs.webkit.org/UPGRADING
diff --git a/BugsSite/UPGRADING-pre-2.8 b/Websites/bugs.webkit.org/UPGRADING-pre-2.8
similarity index 100%
rename from BugsSite/UPGRADING-pre-2.8
rename to Websites/bugs.webkit.org/UPGRADING-pre-2.8
diff --git a/BugsSite/admin.cgi b/Websites/bugs.webkit.org/admin.cgi
similarity index 100%
rename from BugsSite/admin.cgi
rename to Websites/bugs.webkit.org/admin.cgi
diff --git a/BugsSite/attachment.cgi b/Websites/bugs.webkit.org/attachment.cgi
similarity index 100%
rename from BugsSite/attachment.cgi
rename to Websites/bugs.webkit.org/attachment.cgi
diff --git a/BugsSite/buglist.cgi b/Websites/bugs.webkit.org/buglist.cgi
similarity index 100%
rename from BugsSite/buglist.cgi
rename to Websites/bugs.webkit.org/buglist.cgi
diff --git a/BugsSite/bugzilla.dtd b/Websites/bugs.webkit.org/bugzilla.dtd
similarity index 100%
rename from BugsSite/bugzilla.dtd
rename to Websites/bugs.webkit.org/bugzilla.dtd
diff --git a/BugsSite/chart.cgi b/Websites/bugs.webkit.org/chart.cgi
similarity index 100%
rename from BugsSite/chart.cgi
rename to Websites/bugs.webkit.org/chart.cgi
diff --git a/BugsSite/checksetup.pl b/Websites/bugs.webkit.org/checksetup.pl
similarity index 100%
rename from BugsSite/checksetup.pl
rename to Websites/bugs.webkit.org/checksetup.pl
diff --git a/BugsSite/code-review.js b/Websites/bugs.webkit.org/code-review.js
similarity index 100%
rename from BugsSite/code-review.js
rename to Websites/bugs.webkit.org/code-review.js
diff --git a/BugsSite/colchange.cgi b/Websites/bugs.webkit.org/colchange.cgi
similarity index 100%
rename from BugsSite/colchange.cgi
rename to Websites/bugs.webkit.org/colchange.cgi
diff --git a/BugsSite/collectstats.pl b/Websites/bugs.webkit.org/collectstats.pl
similarity index 100%
rename from BugsSite/collectstats.pl
rename to Websites/bugs.webkit.org/collectstats.pl
diff --git a/BugsSite/committers-autocomplete.js b/Websites/bugs.webkit.org/committers-autocomplete.js
similarity index 100%
rename from BugsSite/committers-autocomplete.js
rename to Websites/bugs.webkit.org/committers-autocomplete.js
diff --git a/BugsSite/config.cgi b/Websites/bugs.webkit.org/config.cgi
similarity index 100%
rename from BugsSite/config.cgi
rename to Websites/bugs.webkit.org/config.cgi
diff --git a/BugsSite/contrib/README b/Websites/bugs.webkit.org/contrib/README
similarity index 100%
rename from BugsSite/contrib/README
rename to Websites/bugs.webkit.org/contrib/README
diff --git a/BugsSite/contrib/bugzilla-submit/README b/Websites/bugs.webkit.org/contrib/bugzilla-submit/README
similarity index 100%
rename from BugsSite/contrib/bugzilla-submit/README
rename to Websites/bugs.webkit.org/contrib/bugzilla-submit/README
diff --git a/BugsSite/contrib/bugzilla-submit/bugdata.txt b/Websites/bugs.webkit.org/contrib/bugzilla-submit/bugdata.txt
similarity index 100%
rename from BugsSite/contrib/bugzilla-submit/bugdata.txt
rename to Websites/bugs.webkit.org/contrib/bugzilla-submit/bugdata.txt
diff --git a/BugsSite/contrib/bugzilla-submit/bugzilla-submit b/Websites/bugs.webkit.org/contrib/bugzilla-submit/bugzilla-submit
similarity index 100%
rename from BugsSite/contrib/bugzilla-submit/bugzilla-submit
rename to Websites/bugs.webkit.org/contrib/bugzilla-submit/bugzilla-submit
diff --git a/BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml b/Websites/bugs.webkit.org/contrib/bugzilla-submit/bugzilla-submit.xml
similarity index 100%
rename from BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml
rename to Websites/bugs.webkit.org/contrib/bugzilla-submit/bugzilla-submit.xml
diff --git a/BugsSite/contrib/bugzilla_ldapsync.rb b/Websites/bugs.webkit.org/contrib/bugzilla_ldapsync.rb
similarity index 100%
rename from BugsSite/contrib/bugzilla_ldapsync.rb
rename to Websites/bugs.webkit.org/contrib/bugzilla_ldapsync.rb
diff --git a/BugsSite/contrib/bz_webservice_demo.pl b/Websites/bugs.webkit.org/contrib/bz_webservice_demo.pl
similarity index 100%
rename from BugsSite/contrib/bz_webservice_demo.pl
rename to Websites/bugs.webkit.org/contrib/bz_webservice_demo.pl
diff --git a/BugsSite/contrib/bzdbcopy.pl b/Websites/bugs.webkit.org/contrib/bzdbcopy.pl
similarity index 100%
rename from BugsSite/contrib/bzdbcopy.pl
rename to Websites/bugs.webkit.org/contrib/bzdbcopy.pl
diff --git a/BugsSite/contrib/cmdline/bugcount b/Websites/bugs.webkit.org/contrib/cmdline/bugcount
similarity index 100%
rename from BugsSite/contrib/cmdline/bugcount
rename to Websites/bugs.webkit.org/contrib/cmdline/bugcount
diff --git a/BugsSite/contrib/cmdline/bugids b/Websites/bugs.webkit.org/contrib/cmdline/bugids
similarity index 100%
rename from BugsSite/contrib/cmdline/bugids
rename to Websites/bugs.webkit.org/contrib/cmdline/bugids
diff --git a/BugsSite/contrib/cmdline/buglist b/Websites/bugs.webkit.org/contrib/cmdline/buglist
similarity index 100%
rename from BugsSite/contrib/cmdline/buglist
rename to Websites/bugs.webkit.org/contrib/cmdline/buglist
diff --git a/BugsSite/contrib/cmdline/bugs b/Websites/bugs.webkit.org/contrib/cmdline/bugs
similarity index 100%
rename from BugsSite/contrib/cmdline/bugs
rename to Websites/bugs.webkit.org/contrib/cmdline/bugs
diff --git a/BugsSite/contrib/cmdline/bugslink b/Websites/bugs.webkit.org/contrib/cmdline/bugslink
similarity index 100%
rename from BugsSite/contrib/cmdline/bugslink
rename to Websites/bugs.webkit.org/contrib/cmdline/bugslink
diff --git a/BugsSite/contrib/cmdline/makequery b/Websites/bugs.webkit.org/contrib/cmdline/makequery
similarity index 100%
rename from BugsSite/contrib/cmdline/makequery
rename to Websites/bugs.webkit.org/contrib/cmdline/makequery
diff --git a/BugsSite/contrib/cmdline/query.conf b/Websites/bugs.webkit.org/contrib/cmdline/query.conf
similarity index 100%
rename from BugsSite/contrib/cmdline/query.conf
rename to Websites/bugs.webkit.org/contrib/cmdline/query.conf
diff --git a/BugsSite/contrib/cvs-update.pl b/Websites/bugs.webkit.org/contrib/cvs-update.pl
similarity index 100%
rename from BugsSite/contrib/cvs-update.pl
rename to Websites/bugs.webkit.org/contrib/cvs-update.pl
diff --git a/BugsSite/contrib/gnats2bz.pl b/Websites/bugs.webkit.org/contrib/gnats2bz.pl
similarity index 100%
rename from BugsSite/contrib/gnats2bz.pl
rename to Websites/bugs.webkit.org/contrib/gnats2bz.pl
diff --git a/BugsSite/contrib/gnatsparse/README b/Websites/bugs.webkit.org/contrib/gnatsparse/README
similarity index 100%
rename from BugsSite/contrib/gnatsparse/README
rename to Websites/bugs.webkit.org/contrib/gnatsparse/README
diff --git a/BugsSite/contrib/gnatsparse/gnatsparse.py b/Websites/bugs.webkit.org/contrib/gnatsparse/gnatsparse.py
similarity index 100%
rename from BugsSite/contrib/gnatsparse/gnatsparse.py
rename to Websites/bugs.webkit.org/contrib/gnatsparse/gnatsparse.py
diff --git a/BugsSite/contrib/gnatsparse/magic.py b/Websites/bugs.webkit.org/contrib/gnatsparse/magic.py
similarity index 100%
rename from BugsSite/contrib/gnatsparse/magic.py
rename to Websites/bugs.webkit.org/contrib/gnatsparse/magic.py
diff --git a/BugsSite/contrib/gnatsparse/specialuu.py b/Websites/bugs.webkit.org/contrib/gnatsparse/specialuu.py
similarity index 100%
rename from BugsSite/contrib/gnatsparse/specialuu.py
rename to Websites/bugs.webkit.org/contrib/gnatsparse/specialuu.py
diff --git a/BugsSite/contrib/jb2bz.py b/Websites/bugs.webkit.org/contrib/jb2bz.py
similarity index 100%
rename from BugsSite/contrib/jb2bz.py
rename to Websites/bugs.webkit.org/contrib/jb2bz.py
diff --git a/BugsSite/contrib/merge-users.pl b/Websites/bugs.webkit.org/contrib/merge-users.pl
similarity index 100%
rename from BugsSite/contrib/merge-users.pl
rename to Websites/bugs.webkit.org/contrib/merge-users.pl
diff --git a/BugsSite/contrib/mysqld-watcher.pl b/Websites/bugs.webkit.org/contrib/mysqld-watcher.pl
similarity index 100%
rename from BugsSite/contrib/mysqld-watcher.pl
rename to Websites/bugs.webkit.org/contrib/mysqld-watcher.pl
diff --git a/BugsSite/contrib/recode-overrides.txt b/Websites/bugs.webkit.org/contrib/recode-overrides.txt
similarity index 100%
rename from BugsSite/contrib/recode-overrides.txt
rename to Websites/bugs.webkit.org/contrib/recode-overrides.txt
diff --git a/BugsSite/contrib/recode.pl b/Websites/bugs.webkit.org/contrib/recode.pl
similarity index 100%
rename from BugsSite/contrib/recode.pl
rename to Websites/bugs.webkit.org/contrib/recode.pl
diff --git a/BugsSite/contrib/sendbugmail.pl b/Websites/bugs.webkit.org/contrib/sendbugmail.pl
similarity index 100%
rename from BugsSite/contrib/sendbugmail.pl
rename to Websites/bugs.webkit.org/contrib/sendbugmail.pl
diff --git a/BugsSite/contrib/sendunsentbugmail.pl b/Websites/bugs.webkit.org/contrib/sendunsentbugmail.pl
similarity index 100%
rename from BugsSite/contrib/sendunsentbugmail.pl
rename to Websites/bugs.webkit.org/contrib/sendunsentbugmail.pl
diff --git a/BugsSite/contrib/syncLDAP.pl b/Websites/bugs.webkit.org/contrib/syncLDAP.pl
similarity index 100%
rename from BugsSite/contrib/syncLDAP.pl
rename to Websites/bugs.webkit.org/contrib/syncLDAP.pl
diff --git a/BugsSite/contrib/yp_nomail.sh b/Websites/bugs.webkit.org/contrib/yp_nomail.sh
similarity index 100%
rename from BugsSite/contrib/yp_nomail.sh
rename to Websites/bugs.webkit.org/contrib/yp_nomail.sh
diff --git a/BugsSite/createaccount.cgi b/Websites/bugs.webkit.org/createaccount.cgi
similarity index 100%
rename from BugsSite/createaccount.cgi
rename to Websites/bugs.webkit.org/createaccount.cgi
diff --git a/BugsSite/data/.htaccess b/Websites/bugs.webkit.org/data/.htaccess
similarity index 100%
rename from BugsSite/data/.htaccess
rename to Websites/bugs.webkit.org/data/.htaccess
diff --git a/BugsSite/data/attachments/.htaccess b/Websites/bugs.webkit.org/data/attachments/.htaccess
similarity index 100%
rename from BugsSite/data/attachments/.htaccess
rename to Websites/bugs.webkit.org/data/attachments/.htaccess
diff --git a/BugsSite/data/mail b/Websites/bugs.webkit.org/data/mail
similarity index 100%
rename from BugsSite/data/mail
rename to Websites/bugs.webkit.org/data/mail
diff --git a/BugsSite/data/params b/Websites/bugs.webkit.org/data/params
similarity index 100%
rename from BugsSite/data/params
rename to Websites/bugs.webkit.org/data/params
diff --git a/BugsSite/data/webdot/.htaccess b/Websites/bugs.webkit.org/data/webdot/.htaccess
similarity index 100%
rename from BugsSite/data/webdot/.htaccess
rename to Websites/bugs.webkit.org/data/webdot/.htaccess
diff --git a/BugsSite/describecomponents.cgi b/Websites/bugs.webkit.org/describecomponents.cgi
similarity index 100%
rename from BugsSite/describecomponents.cgi
rename to Websites/bugs.webkit.org/describecomponents.cgi
diff --git a/BugsSite/describekeywords.cgi b/Websites/bugs.webkit.org/describekeywords.cgi
similarity index 100%
rename from BugsSite/describekeywords.cgi
rename to Websites/bugs.webkit.org/describekeywords.cgi
diff --git a/BugsSite/docs/en/.cvsignore b/Websites/bugs.webkit.org/docs/en/.cvsignore
similarity index 100%
rename from BugsSite/docs/en/.cvsignore
rename to Websites/bugs.webkit.org/docs/en/.cvsignore
diff --git a/BugsSite/docs/en/README.docs b/Websites/bugs.webkit.org/docs/en/README.docs
similarity index 100%
rename from BugsSite/docs/en/README.docs
rename to Websites/bugs.webkit.org/docs/en/README.docs
diff --git a/BugsSite/docs/en/images/bzLifecycle.xml b/Websites/bugs.webkit.org/docs/en/images/bzLifecycle.xml
similarity index 100%
rename from BugsSite/docs/en/images/bzLifecycle.xml
rename to Websites/bugs.webkit.org/docs/en/images/bzLifecycle.xml
diff --git a/BugsSite/docs/en/rel_notes.txt b/Websites/bugs.webkit.org/docs/en/rel_notes.txt
similarity index 100%
rename from BugsSite/docs/en/rel_notes.txt
rename to Websites/bugs.webkit.org/docs/en/rel_notes.txt
diff --git a/BugsSite/docs/en/xml/.cvsignore b/Websites/bugs.webkit.org/docs/en/xml/.cvsignore
similarity index 100%
rename from BugsSite/docs/en/xml/.cvsignore
rename to Websites/bugs.webkit.org/docs/en/xml/.cvsignore
diff --git a/BugsSite/docs/en/xml/Bugzilla-Guide.xml b/Websites/bugs.webkit.org/docs/en/xml/Bugzilla-Guide.xml
similarity index 100%
rename from BugsSite/docs/en/xml/Bugzilla-Guide.xml
rename to Websites/bugs.webkit.org/docs/en/xml/Bugzilla-Guide.xml
diff --git a/BugsSite/docs/en/xml/about.xml b/Websites/bugs.webkit.org/docs/en/xml/about.xml
similarity index 100%
rename from BugsSite/docs/en/xml/about.xml
rename to Websites/bugs.webkit.org/docs/en/xml/about.xml
diff --git a/BugsSite/docs/en/xml/administration.xml b/Websites/bugs.webkit.org/docs/en/xml/administration.xml
similarity index 100%
rename from BugsSite/docs/en/xml/administration.xml
rename to Websites/bugs.webkit.org/docs/en/xml/administration.xml
diff --git a/BugsSite/docs/en/xml/conventions.xml b/Websites/bugs.webkit.org/docs/en/xml/conventions.xml
similarity index 100%
rename from BugsSite/docs/en/xml/conventions.xml
rename to Websites/bugs.webkit.org/docs/en/xml/conventions.xml
diff --git a/BugsSite/docs/en/xml/customization.xml b/Websites/bugs.webkit.org/docs/en/xml/customization.xml
similarity index 100%
rename from BugsSite/docs/en/xml/customization.xml
rename to Websites/bugs.webkit.org/docs/en/xml/customization.xml
diff --git a/BugsSite/docs/en/xml/gfdl.xml b/Websites/bugs.webkit.org/docs/en/xml/gfdl.xml
similarity index 100%
rename from BugsSite/docs/en/xml/gfdl.xml
rename to Websites/bugs.webkit.org/docs/en/xml/gfdl.xml
diff --git a/BugsSite/docs/en/xml/glossary.xml b/Websites/bugs.webkit.org/docs/en/xml/glossary.xml
similarity index 100%
rename from BugsSite/docs/en/xml/glossary.xml
rename to Websites/bugs.webkit.org/docs/en/xml/glossary.xml
diff --git a/BugsSite/docs/en/xml/index.xml b/Websites/bugs.webkit.org/docs/en/xml/index.xml
similarity index 100%
rename from BugsSite/docs/en/xml/index.xml
rename to Websites/bugs.webkit.org/docs/en/xml/index.xml
diff --git a/BugsSite/docs/en/xml/installation.xml b/Websites/bugs.webkit.org/docs/en/xml/installation.xml
similarity index 100%
rename from BugsSite/docs/en/xml/installation.xml
rename to Websites/bugs.webkit.org/docs/en/xml/installation.xml
diff --git a/BugsSite/docs/en/xml/integration.xml b/Websites/bugs.webkit.org/docs/en/xml/integration.xml
similarity index 100%
rename from BugsSite/docs/en/xml/integration.xml
rename to Websites/bugs.webkit.org/docs/en/xml/integration.xml
diff --git a/BugsSite/docs/en/xml/introduction.xml b/Websites/bugs.webkit.org/docs/en/xml/introduction.xml
similarity index 100%
rename from BugsSite/docs/en/xml/introduction.xml
rename to Websites/bugs.webkit.org/docs/en/xml/introduction.xml
diff --git a/BugsSite/docs/en/xml/modules.xml b/Websites/bugs.webkit.org/docs/en/xml/modules.xml
similarity index 100%
rename from BugsSite/docs/en/xml/modules.xml
rename to Websites/bugs.webkit.org/docs/en/xml/modules.xml
diff --git a/BugsSite/docs/en/xml/patches.xml b/Websites/bugs.webkit.org/docs/en/xml/patches.xml
similarity index 100%
rename from BugsSite/docs/en/xml/patches.xml
rename to Websites/bugs.webkit.org/docs/en/xml/patches.xml
diff --git a/BugsSite/docs/en/xml/requiredsoftware.xml b/Websites/bugs.webkit.org/docs/en/xml/requiredsoftware.xml
similarity index 100%
rename from BugsSite/docs/en/xml/requiredsoftware.xml
rename to Websites/bugs.webkit.org/docs/en/xml/requiredsoftware.xml
diff --git a/BugsSite/docs/en/xml/security.xml b/Websites/bugs.webkit.org/docs/en/xml/security.xml
similarity index 100%
rename from BugsSite/docs/en/xml/security.xml
rename to Websites/bugs.webkit.org/docs/en/xml/security.xml
diff --git a/BugsSite/docs/en/xml/troubleshooting.xml b/Websites/bugs.webkit.org/docs/en/xml/troubleshooting.xml
similarity index 100%
rename from BugsSite/docs/en/xml/troubleshooting.xml
rename to Websites/bugs.webkit.org/docs/en/xml/troubleshooting.xml
diff --git a/BugsSite/docs/en/xml/using.xml b/Websites/bugs.webkit.org/docs/en/xml/using.xml
similarity index 100%
rename from BugsSite/docs/en/xml/using.xml
rename to Websites/bugs.webkit.org/docs/en/xml/using.xml
diff --git a/BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm b/Websites/bugs.webkit.org/docs/lib/Pod/Simple/HTML/Bugzilla.pm
similarity index 100%
rename from BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm
rename to Websites/bugs.webkit.org/docs/lib/Pod/Simple/HTML/Bugzilla.pm
diff --git a/BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm b/Websites/bugs.webkit.org/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
similarity index 100%
rename from BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
rename to Websites/bugs.webkit.org/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
diff --git a/BugsSite/docs/makedocs.pl b/Websites/bugs.webkit.org/docs/makedocs.pl
similarity index 100%
rename from BugsSite/docs/makedocs.pl
rename to Websites/bugs.webkit.org/docs/makedocs.pl
diff --git a/BugsSite/docs/style.css b/Websites/bugs.webkit.org/docs/style.css
similarity index 100%
rename from BugsSite/docs/style.css
rename to Websites/bugs.webkit.org/docs/style.css
diff --git a/BugsSite/duplicates.cgi b/Websites/bugs.webkit.org/duplicates.cgi
similarity index 100%
rename from BugsSite/duplicates.cgi
rename to Websites/bugs.webkit.org/duplicates.cgi
diff --git a/BugsSite/editclassifications.cgi b/Websites/bugs.webkit.org/editclassifications.cgi
similarity index 100%
rename from BugsSite/editclassifications.cgi
rename to Websites/bugs.webkit.org/editclassifications.cgi
diff --git a/BugsSite/editcomponents.cgi b/Websites/bugs.webkit.org/editcomponents.cgi
similarity index 100%
rename from BugsSite/editcomponents.cgi
rename to Websites/bugs.webkit.org/editcomponents.cgi
diff --git a/BugsSite/editfields.cgi b/Websites/bugs.webkit.org/editfields.cgi
similarity index 100%
rename from BugsSite/editfields.cgi
rename to Websites/bugs.webkit.org/editfields.cgi
diff --git a/BugsSite/editflagtypes.cgi b/Websites/bugs.webkit.org/editflagtypes.cgi
similarity index 100%
rename from BugsSite/editflagtypes.cgi
rename to Websites/bugs.webkit.org/editflagtypes.cgi
diff --git a/BugsSite/editgroups.cgi b/Websites/bugs.webkit.org/editgroups.cgi
similarity index 100%
rename from BugsSite/editgroups.cgi
rename to Websites/bugs.webkit.org/editgroups.cgi
diff --git a/BugsSite/editkeywords.cgi b/Websites/bugs.webkit.org/editkeywords.cgi
similarity index 100%
rename from BugsSite/editkeywords.cgi
rename to Websites/bugs.webkit.org/editkeywords.cgi
diff --git a/BugsSite/editmilestones.cgi b/Websites/bugs.webkit.org/editmilestones.cgi
similarity index 100%
rename from BugsSite/editmilestones.cgi
rename to Websites/bugs.webkit.org/editmilestones.cgi
diff --git a/BugsSite/editparams.cgi b/Websites/bugs.webkit.org/editparams.cgi
similarity index 100%
rename from BugsSite/editparams.cgi
rename to Websites/bugs.webkit.org/editparams.cgi
diff --git a/BugsSite/editproducts.cgi b/Websites/bugs.webkit.org/editproducts.cgi
similarity index 100%
rename from BugsSite/editproducts.cgi
rename to Websites/bugs.webkit.org/editproducts.cgi
diff --git a/BugsSite/editsettings.cgi b/Websites/bugs.webkit.org/editsettings.cgi
similarity index 100%
rename from BugsSite/editsettings.cgi
rename to Websites/bugs.webkit.org/editsettings.cgi
diff --git a/BugsSite/editusers.cgi b/Websites/bugs.webkit.org/editusers.cgi
similarity index 100%
rename from BugsSite/editusers.cgi
rename to Websites/bugs.webkit.org/editusers.cgi
diff --git a/BugsSite/editvalues.cgi b/Websites/bugs.webkit.org/editvalues.cgi
similarity index 100%
rename from BugsSite/editvalues.cgi
rename to Websites/bugs.webkit.org/editvalues.cgi
diff --git a/BugsSite/editversions.cgi b/Websites/bugs.webkit.org/editversions.cgi
similarity index 100%
rename from BugsSite/editversions.cgi
rename to Websites/bugs.webkit.org/editversions.cgi
diff --git a/BugsSite/editwhines.cgi b/Websites/bugs.webkit.org/editwhines.cgi
similarity index 100%
rename from BugsSite/editwhines.cgi
rename to Websites/bugs.webkit.org/editwhines.cgi
diff --git a/BugsSite/editworkflow.cgi b/Websites/bugs.webkit.org/editworkflow.cgi
similarity index 100%
rename from BugsSite/editworkflow.cgi
rename to Websites/bugs.webkit.org/editworkflow.cgi
diff --git a/BugsSite/email_in.pl b/Websites/bugs.webkit.org/email_in.pl
similarity index 100%
rename from BugsSite/email_in.pl
rename to Websites/bugs.webkit.org/email_in.pl
diff --git a/BugsSite/enter_bug.cgi b/Websites/bugs.webkit.org/enter_bug.cgi
similarity index 100%
rename from BugsSite/enter_bug.cgi
rename to Websites/bugs.webkit.org/enter_bug.cgi
diff --git a/BugsSite/extensions/example/code/bug-end_of_update.pl b/Websites/bugs.webkit.org/extensions/example/code/bug-end_of_update.pl
similarity index 100%
rename from BugsSite/extensions/example/code/bug-end_of_update.pl
rename to Websites/bugs.webkit.org/extensions/example/code/bug-end_of_update.pl
diff --git a/BugsSite/extensions/example/code/buglist-columns.pl b/Websites/bugs.webkit.org/extensions/example/code/buglist-columns.pl
similarity index 100%
rename from BugsSite/extensions/example/code/buglist-columns.pl
rename to Websites/bugs.webkit.org/extensions/example/code/buglist-columns.pl
diff --git a/BugsSite/extensions/example/code/colchange-columns.pl b/Websites/bugs.webkit.org/extensions/example/code/colchange-columns.pl
similarity index 100%
rename from BugsSite/extensions/example/code/colchange-columns.pl
rename to Websites/bugs.webkit.org/extensions/example/code/colchange-columns.pl
diff --git a/BugsSite/extensions/example/code/config.pl b/Websites/bugs.webkit.org/extensions/example/code/config.pl
similarity index 100%
rename from BugsSite/extensions/example/code/config.pl
rename to Websites/bugs.webkit.org/extensions/example/code/config.pl
diff --git a/BugsSite/extensions/example/code/flag-end_of_update.pl b/Websites/bugs.webkit.org/extensions/example/code/flag-end_of_update.pl
similarity index 100%
rename from BugsSite/extensions/example/code/flag-end_of_update.pl
rename to Websites/bugs.webkit.org/extensions/example/code/flag-end_of_update.pl
diff --git a/BugsSite/extensions/example/code/install-before_final_checks.pl b/Websites/bugs.webkit.org/extensions/example/code/install-before_final_checks.pl
similarity index 100%
rename from BugsSite/extensions/example/code/install-before_final_checks.pl
rename to Websites/bugs.webkit.org/extensions/example/code/install-before_final_checks.pl
diff --git a/BugsSite/extensions/example/code/product-confirm_delete.pl b/Websites/bugs.webkit.org/extensions/example/code/product-confirm_delete.pl
similarity index 100%
rename from BugsSite/extensions/example/code/product-confirm_delete.pl
rename to Websites/bugs.webkit.org/extensions/example/code/product-confirm_delete.pl
diff --git a/BugsSite/extensions/example/code/webservice-error_codes.pl b/Websites/bugs.webkit.org/extensions/example/code/webservice-error_codes.pl
similarity index 100%
rename from BugsSite/extensions/example/code/webservice-error_codes.pl
rename to Websites/bugs.webkit.org/extensions/example/code/webservice-error_codes.pl
diff --git a/BugsSite/extensions/example/code/webservice.pl b/Websites/bugs.webkit.org/extensions/example/code/webservice.pl
similarity index 100%
rename from BugsSite/extensions/example/code/webservice.pl
rename to Websites/bugs.webkit.org/extensions/example/code/webservice.pl
diff --git a/BugsSite/extensions/example/disabled b/Websites/bugs.webkit.org/extensions/example/disabled
similarity index 100%
rename from BugsSite/extensions/example/disabled
rename to Websites/bugs.webkit.org/extensions/example/disabled
diff --git a/BugsSite/extensions/example/info.pl b/Websites/bugs.webkit.org/extensions/example/info.pl
similarity index 100%
rename from BugsSite/extensions/example/info.pl
rename to Websites/bugs.webkit.org/extensions/example/info.pl
diff --git a/BugsSite/extensions/example/lib/ConfigExample.pm b/Websites/bugs.webkit.org/extensions/example/lib/ConfigExample.pm
similarity index 100%
rename from BugsSite/extensions/example/lib/ConfigExample.pm
rename to Websites/bugs.webkit.org/extensions/example/lib/ConfigExample.pm
diff --git a/BugsSite/extensions/example/lib/WSExample.pm b/Websites/bugs.webkit.org/extensions/example/lib/WSExample.pm
similarity index 100%
rename from BugsSite/extensions/example/lib/WSExample.pm
rename to Websites/bugs.webkit.org/extensions/example/lib/WSExample.pm
diff --git a/BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl b/Websites/bugs.webkit.org/extensions/example/template/en/default/admin/params/example.html.tmpl
similarity index 100%
rename from BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl
rename to Websites/bugs.webkit.org/extensions/example/template/en/default/admin/params/example.html.tmpl
diff --git a/BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl b/Websites/bugs.webkit.org/extensions/example/template/en/global/user-error-errors.html.tmpl
similarity index 100%
rename from BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl
rename to Websites/bugs.webkit.org/extensions/example/template/en/global/user-error-errors.html.tmpl
diff --git a/BugsSite/importxml.pl b/Websites/bugs.webkit.org/importxml.pl
similarity index 100%
rename from BugsSite/importxml.pl
rename to Websites/bugs.webkit.org/importxml.pl
diff --git a/BugsSite/index.cgi b/Websites/bugs.webkit.org/index.cgi
similarity index 100%
rename from BugsSite/index.cgi
rename to Websites/bugs.webkit.org/index.cgi
diff --git a/BugsSite/install-module.pl b/Websites/bugs.webkit.org/install-module.pl
similarity index 100%
rename from BugsSite/install-module.pl
rename to Websites/bugs.webkit.org/install-module.pl
diff --git a/BugsSite/js/TUI.js b/Websites/bugs.webkit.org/js/TUI.js
similarity index 100%
rename from BugsSite/js/TUI.js
rename to Websites/bugs.webkit.org/js/TUI.js
diff --git a/BugsSite/js/attachment.js b/Websites/bugs.webkit.org/js/attachment.js
similarity index 100%
rename from BugsSite/js/attachment.js
rename to Websites/bugs.webkit.org/js/attachment.js
diff --git a/BugsSite/js/expanding-tree.js b/Websites/bugs.webkit.org/js/expanding-tree.js
similarity index 100%
rename from BugsSite/js/expanding-tree.js
rename to Websites/bugs.webkit.org/js/expanding-tree.js
diff --git a/BugsSite/js/field.js b/Websites/bugs.webkit.org/js/field.js
similarity index 100%
rename from BugsSite/js/field.js
rename to Websites/bugs.webkit.org/js/field.js
diff --git a/BugsSite/js/help.js b/Websites/bugs.webkit.org/js/help.js
similarity index 100%
rename from BugsSite/js/help.js
rename to Websites/bugs.webkit.org/js/help.js
diff --git a/BugsSite/js/params.js b/Websites/bugs.webkit.org/js/params.js
similarity index 100%
rename from BugsSite/js/params.js
rename to Websites/bugs.webkit.org/js/params.js
diff --git a/BugsSite/js/productform.js b/Websites/bugs.webkit.org/js/productform.js
similarity index 100%
rename from BugsSite/js/productform.js
rename to Websites/bugs.webkit.org/js/productform.js
diff --git a/BugsSite/js/util.js b/Websites/bugs.webkit.org/js/util.js
similarity index 100%
rename from BugsSite/js/util.js
rename to Websites/bugs.webkit.org/js/util.js
diff --git a/BugsSite/js/yui/calendar.js b/Websites/bugs.webkit.org/js/yui/calendar.js
similarity index 100%
rename from BugsSite/js/yui/calendar.js
rename to Websites/bugs.webkit.org/js/yui/calendar.js
diff --git a/BugsSite/js/yui/yahoo-dom-event.js b/Websites/bugs.webkit.org/js/yui/yahoo-dom-event.js
similarity index 100%
rename from BugsSite/js/yui/yahoo-dom-event.js
rename to Websites/bugs.webkit.org/js/yui/yahoo-dom-event.js
diff --git a/BugsSite/lib/.htaccess b/Websites/bugs.webkit.org/lib/.htaccess
similarity index 100%
rename from BugsSite/lib/.htaccess
rename to Websites/bugs.webkit.org/lib/.htaccess
diff --git a/BugsSite/lib/README b/Websites/bugs.webkit.org/lib/README
similarity index 100%
rename from BugsSite/lib/README
rename to Websites/bugs.webkit.org/lib/README
diff --git a/BugsSite/long_list.cgi b/Websites/bugs.webkit.org/long_list.cgi
similarity index 100%
rename from BugsSite/long_list.cgi
rename to Websites/bugs.webkit.org/long_list.cgi
diff --git a/BugsSite/mod_perl.pl b/Websites/bugs.webkit.org/mod_perl.pl
similarity index 100%
rename from BugsSite/mod_perl.pl
rename to Websites/bugs.webkit.org/mod_perl.pl
diff --git a/BugsSite/page.cgi b/Websites/bugs.webkit.org/page.cgi
similarity index 100%
rename from BugsSite/page.cgi
rename to Websites/bugs.webkit.org/page.cgi
diff --git a/BugsSite/post_bug.cgi b/Websites/bugs.webkit.org/post_bug.cgi
similarity index 100%
rename from BugsSite/post_bug.cgi
rename to Websites/bugs.webkit.org/post_bug.cgi
diff --git a/BugsSite/process_bug.cgi b/Websites/bugs.webkit.org/process_bug.cgi
similarity index 100%
rename from BugsSite/process_bug.cgi
rename to Websites/bugs.webkit.org/process_bug.cgi
diff --git a/BugsSite/query.cgi b/Websites/bugs.webkit.org/query.cgi
similarity index 100%
rename from BugsSite/query.cgi
rename to Websites/bugs.webkit.org/query.cgi
diff --git a/BugsSite/quips.cgi b/Websites/bugs.webkit.org/quips.cgi
similarity index 100%
rename from BugsSite/quips.cgi
rename to Websites/bugs.webkit.org/quips.cgi
diff --git a/BugsSite/relogin.cgi b/Websites/bugs.webkit.org/relogin.cgi
similarity index 100%
rename from BugsSite/relogin.cgi
rename to Websites/bugs.webkit.org/relogin.cgi
diff --git a/BugsSite/report.cgi b/Websites/bugs.webkit.org/report.cgi
similarity index 100%
rename from BugsSite/report.cgi
rename to Websites/bugs.webkit.org/report.cgi
diff --git a/BugsSite/reports.cgi b/Websites/bugs.webkit.org/reports.cgi
similarity index 100%
rename from BugsSite/reports.cgi
rename to Websites/bugs.webkit.org/reports.cgi
diff --git a/BugsSite/request.cgi b/Websites/bugs.webkit.org/request.cgi
similarity index 100%
rename from BugsSite/request.cgi
rename to Websites/bugs.webkit.org/request.cgi
diff --git a/BugsSite/robots.txt b/Websites/bugs.webkit.org/robots.txt
similarity index 100%
rename from BugsSite/robots.txt
rename to Websites/bugs.webkit.org/robots.txt
diff --git a/BugsSite/runtests.pl b/Websites/bugs.webkit.org/runtests.pl
similarity index 100%
rename from BugsSite/runtests.pl
rename to Websites/bugs.webkit.org/runtests.pl
diff --git a/BugsSite/sanitycheck.cgi b/Websites/bugs.webkit.org/sanitycheck.cgi
similarity index 100%
rename from BugsSite/sanitycheck.cgi
rename to Websites/bugs.webkit.org/sanitycheck.cgi
diff --git a/BugsSite/sanitycheck.pl b/Websites/bugs.webkit.org/sanitycheck.pl
similarity index 100%
rename from BugsSite/sanitycheck.pl
rename to Websites/bugs.webkit.org/sanitycheck.pl
diff --git a/BugsSite/search_plugin.cgi b/Websites/bugs.webkit.org/search_plugin.cgi
similarity index 100%
rename from BugsSite/search_plugin.cgi
rename to Websites/bugs.webkit.org/search_plugin.cgi
diff --git a/BugsSite/show_activity.cgi b/Websites/bugs.webkit.org/show_activity.cgi
similarity index 100%
rename from BugsSite/show_activity.cgi
rename to Websites/bugs.webkit.org/show_activity.cgi
diff --git a/BugsSite/show_bug.cgi b/Websites/bugs.webkit.org/show_bug.cgi
similarity index 100%
rename from BugsSite/show_bug.cgi
rename to Websites/bugs.webkit.org/show_bug.cgi
diff --git a/BugsSite/showattachment.cgi b/Websites/bugs.webkit.org/showattachment.cgi
similarity index 100%
rename from BugsSite/showattachment.cgi
rename to Websites/bugs.webkit.org/showattachment.cgi
diff --git a/BugsSite/showdependencygraph.cgi b/Websites/bugs.webkit.org/showdependencygraph.cgi
similarity index 100%
rename from BugsSite/showdependencygraph.cgi
rename to Websites/bugs.webkit.org/showdependencygraph.cgi
diff --git a/BugsSite/showdependencytree.cgi b/Websites/bugs.webkit.org/showdependencytree.cgi
similarity index 100%
rename from BugsSite/showdependencytree.cgi
rename to Websites/bugs.webkit.org/showdependencytree.cgi
diff --git a/BugsSite/sidebar.cgi b/Websites/bugs.webkit.org/sidebar.cgi
similarity index 100%
rename from BugsSite/sidebar.cgi
rename to Websites/bugs.webkit.org/sidebar.cgi
diff --git a/BugsSite/skins/.cvsignore b/Websites/bugs.webkit.org/skins/.cvsignore
similarity index 100%
rename from BugsSite/skins/.cvsignore
rename to Websites/bugs.webkit.org/skins/.cvsignore
diff --git a/BugsSite/skins/contrib/Dusk/.cvsignore b/Websites/bugs.webkit.org/skins/contrib/Dusk/.cvsignore
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/.cvsignore
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/.cvsignore
diff --git a/BugsSite/skins/contrib/Dusk/IE-fixes.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/IE-fixes.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/IE-fixes.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/IE-fixes.css
diff --git a/BugsSite/skins/contrib/Dusk/admin.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/admin.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/admin.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/admin.css
diff --git a/BugsSite/skins/contrib/Dusk/buglist.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/buglist.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/buglist.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/buglist.css
diff --git a/BugsSite/skins/contrib/Dusk/create_attachment.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/create_attachment.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/create_attachment.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/create_attachment.css
diff --git a/BugsSite/skins/contrib/Dusk/dependency-tree.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/dependency-tree.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/dependency-tree.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/dependency-tree.css
diff --git a/BugsSite/skins/contrib/Dusk/duplicates.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/duplicates.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/duplicates.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/duplicates.css
diff --git a/BugsSite/skins/contrib/Dusk/editusers.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/editusers.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/editusers.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/editusers.css
diff --git a/BugsSite/skins/contrib/Dusk/global.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/global.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/global.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/global.css
diff --git a/BugsSite/skins/contrib/Dusk/help.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/help.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/help.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/help.css
diff --git a/BugsSite/skins/contrib/Dusk/index.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/index.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/index.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/index.css
diff --git a/BugsSite/skins/contrib/Dusk/panel.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/panel.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/panel.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/panel.css
diff --git a/BugsSite/skins/contrib/Dusk/params.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/params.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/params.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/params.css
diff --git a/BugsSite/skins/contrib/Dusk/release-notes.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/release-notes.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/release-notes.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/release-notes.css
diff --git a/BugsSite/skins/contrib/Dusk/show_bug.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/show_bug.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/show_bug.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/show_bug.css
diff --git a/BugsSite/skins/contrib/Dusk/show_multiple.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/show_multiple.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/show_multiple.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/show_multiple.css
diff --git a/BugsSite/skins/contrib/Dusk/summarize-time.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/summarize-time.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/summarize-time.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/summarize-time.css
diff --git a/BugsSite/skins/contrib/Dusk/voting.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/voting.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/voting.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/voting.css
diff --git a/BugsSite/skins/contrib/Dusk/yui/calendar.css b/Websites/bugs.webkit.org/skins/contrib/Dusk/yui/calendar.css
similarity index 100%
rename from BugsSite/skins/contrib/Dusk/yui/calendar.css
rename to Websites/bugs.webkit.org/skins/contrib/Dusk/yui/calendar.css
diff --git a/BugsSite/skins/custom/IE-fixes.css b/Websites/bugs.webkit.org/skins/custom/IE-fixes.css
similarity index 100%
rename from BugsSite/skins/custom/IE-fixes.css
rename to Websites/bugs.webkit.org/skins/custom/IE-fixes.css
diff --git a/BugsSite/skins/custom/admin.css b/Websites/bugs.webkit.org/skins/custom/admin.css
similarity index 100%
rename from BugsSite/skins/custom/admin.css
rename to Websites/bugs.webkit.org/skins/custom/admin.css
diff --git a/BugsSite/skins/custom/buglist.css b/Websites/bugs.webkit.org/skins/custom/buglist.css
similarity index 100%
rename from BugsSite/skins/custom/buglist.css
rename to Websites/bugs.webkit.org/skins/custom/buglist.css
diff --git a/BugsSite/skins/custom/create_attachment.css b/Websites/bugs.webkit.org/skins/custom/create_attachment.css
similarity index 100%
rename from BugsSite/skins/custom/create_attachment.css
rename to Websites/bugs.webkit.org/skins/custom/create_attachment.css
diff --git a/BugsSite/skins/custom/dependency-tree.css b/Websites/bugs.webkit.org/skins/custom/dependency-tree.css
similarity index 100%
rename from BugsSite/skins/custom/dependency-tree.css
rename to Websites/bugs.webkit.org/skins/custom/dependency-tree.css
diff --git a/BugsSite/skins/custom/duplicates.css b/Websites/bugs.webkit.org/skins/custom/duplicates.css
similarity index 100%
rename from BugsSite/skins/custom/duplicates.css
rename to Websites/bugs.webkit.org/skins/custom/duplicates.css
diff --git a/BugsSite/skins/custom/editusers.css b/Websites/bugs.webkit.org/skins/custom/editusers.css
similarity index 100%
rename from BugsSite/skins/custom/editusers.css
rename to Websites/bugs.webkit.org/skins/custom/editusers.css
diff --git a/BugsSite/skins/custom/global.css b/Websites/bugs.webkit.org/skins/custom/global.css
similarity index 100%
rename from BugsSite/skins/custom/global.css
rename to Websites/bugs.webkit.org/skins/custom/global.css
diff --git a/BugsSite/skins/custom/help.css b/Websites/bugs.webkit.org/skins/custom/help.css
similarity index 100%
rename from BugsSite/skins/custom/help.css
rename to Websites/bugs.webkit.org/skins/custom/help.css
diff --git a/BugsSite/skins/custom/index.css b/Websites/bugs.webkit.org/skins/custom/index.css
similarity index 100%
rename from BugsSite/skins/custom/index.css
rename to Websites/bugs.webkit.org/skins/custom/index.css
diff --git a/BugsSite/skins/custom/panel.css b/Websites/bugs.webkit.org/skins/custom/panel.css
similarity index 100%
rename from BugsSite/skins/custom/panel.css
rename to Websites/bugs.webkit.org/skins/custom/panel.css
diff --git a/BugsSite/skins/custom/params.css b/Websites/bugs.webkit.org/skins/custom/params.css
similarity index 100%
rename from BugsSite/skins/custom/params.css
rename to Websites/bugs.webkit.org/skins/custom/params.css
diff --git a/BugsSite/skins/custom/release-notes.css b/Websites/bugs.webkit.org/skins/custom/release-notes.css
similarity index 100%
rename from BugsSite/skins/custom/release-notes.css
rename to Websites/bugs.webkit.org/skins/custom/release-notes.css
diff --git a/BugsSite/skins/custom/show_bug.css b/Websites/bugs.webkit.org/skins/custom/show_bug.css
similarity index 100%
rename from BugsSite/skins/custom/show_bug.css
rename to Websites/bugs.webkit.org/skins/custom/show_bug.css
diff --git a/BugsSite/skins/custom/show_multiple.css b/Websites/bugs.webkit.org/skins/custom/show_multiple.css
similarity index 100%
rename from BugsSite/skins/custom/show_multiple.css
rename to Websites/bugs.webkit.org/skins/custom/show_multiple.css
diff --git a/BugsSite/skins/custom/summarize-time.css b/Websites/bugs.webkit.org/skins/custom/summarize-time.css
similarity index 100%
rename from BugsSite/skins/custom/summarize-time.css
rename to Websites/bugs.webkit.org/skins/custom/summarize-time.css
diff --git a/BugsSite/skins/custom/voting.css b/Websites/bugs.webkit.org/skins/custom/voting.css
similarity index 100%
rename from BugsSite/skins/custom/voting.css
rename to Websites/bugs.webkit.org/skins/custom/voting.css
diff --git a/BugsSite/skins/custom/yui/calendar.css b/Websites/bugs.webkit.org/skins/custom/yui/calendar.css
similarity index 100%
rename from BugsSite/skins/custom/yui/calendar.css
rename to Websites/bugs.webkit.org/skins/custom/yui/calendar.css
diff --git a/BugsSite/skins/standard/IE-fixes.css b/Websites/bugs.webkit.org/skins/standard/IE-fixes.css
similarity index 100%
rename from BugsSite/skins/standard/IE-fixes.css
rename to Websites/bugs.webkit.org/skins/standard/IE-fixes.css
diff --git a/BugsSite/skins/standard/admin.css b/Websites/bugs.webkit.org/skins/standard/admin.css
similarity index 100%
rename from BugsSite/skins/standard/admin.css
rename to Websites/bugs.webkit.org/skins/standard/admin.css
diff --git a/BugsSite/skins/standard/buglist.css b/Websites/bugs.webkit.org/skins/standard/buglist.css
similarity index 100%
rename from BugsSite/skins/standard/buglist.css
rename to Websites/bugs.webkit.org/skins/standard/buglist.css
diff --git a/BugsSite/skins/standard/create_attachment.css b/Websites/bugs.webkit.org/skins/standard/create_attachment.css
similarity index 100%
rename from BugsSite/skins/standard/create_attachment.css
rename to Websites/bugs.webkit.org/skins/standard/create_attachment.css
diff --git a/BugsSite/skins/standard/dependency-tree.css b/Websites/bugs.webkit.org/skins/standard/dependency-tree.css
similarity index 100%
rename from BugsSite/skins/standard/dependency-tree.css
rename to Websites/bugs.webkit.org/skins/standard/dependency-tree.css
diff --git a/BugsSite/skins/standard/duplicates.css b/Websites/bugs.webkit.org/skins/standard/duplicates.css
similarity index 100%
rename from BugsSite/skins/standard/duplicates.css
rename to Websites/bugs.webkit.org/skins/standard/duplicates.css
diff --git a/BugsSite/skins/standard/editusers.css b/Websites/bugs.webkit.org/skins/standard/editusers.css
similarity index 100%
rename from BugsSite/skins/standard/editusers.css
rename to Websites/bugs.webkit.org/skins/standard/editusers.css
diff --git a/BugsSite/skins/standard/global.css b/Websites/bugs.webkit.org/skins/standard/global.css
similarity index 100%
rename from BugsSite/skins/standard/global.css
rename to Websites/bugs.webkit.org/skins/standard/global.css
diff --git a/BugsSite/skins/standard/help.css b/Websites/bugs.webkit.org/skins/standard/help.css
similarity index 100%
rename from BugsSite/skins/standard/help.css
rename to Websites/bugs.webkit.org/skins/standard/help.css
diff --git a/BugsSite/skins/standard/index.css b/Websites/bugs.webkit.org/skins/standard/index.css
similarity index 100%
rename from BugsSite/skins/standard/index.css
rename to Websites/bugs.webkit.org/skins/standard/index.css
diff --git a/BugsSite/skins/standard/panel.css b/Websites/bugs.webkit.org/skins/standard/panel.css
similarity index 100%
rename from BugsSite/skins/standard/panel.css
rename to Websites/bugs.webkit.org/skins/standard/panel.css
diff --git a/BugsSite/skins/standard/params.css b/Websites/bugs.webkit.org/skins/standard/params.css
similarity index 100%
rename from BugsSite/skins/standard/params.css
rename to Websites/bugs.webkit.org/skins/standard/params.css
diff --git a/BugsSite/skins/standard/release-notes.css b/Websites/bugs.webkit.org/skins/standard/release-notes.css
similarity index 100%
rename from BugsSite/skins/standard/release-notes.css
rename to Websites/bugs.webkit.org/skins/standard/release-notes.css
diff --git a/BugsSite/skins/standard/show_bug.css b/Websites/bugs.webkit.org/skins/standard/show_bug.css
similarity index 100%
rename from BugsSite/skins/standard/show_bug.css
rename to Websites/bugs.webkit.org/skins/standard/show_bug.css
diff --git a/BugsSite/skins/standard/show_multiple.css b/Websites/bugs.webkit.org/skins/standard/show_multiple.css
similarity index 100%
rename from BugsSite/skins/standard/show_multiple.css
rename to Websites/bugs.webkit.org/skins/standard/show_multiple.css
diff --git a/BugsSite/skins/standard/summarize-time.css b/Websites/bugs.webkit.org/skins/standard/summarize-time.css
similarity index 100%
rename from BugsSite/skins/standard/summarize-time.css
rename to Websites/bugs.webkit.org/skins/standard/summarize-time.css
diff --git a/BugsSite/skins/standard/voting.css b/Websites/bugs.webkit.org/skins/standard/voting.css
similarity index 100%
rename from BugsSite/skins/standard/voting.css
rename to Websites/bugs.webkit.org/skins/standard/voting.css
diff --git a/BugsSite/skins/standard/yui/calendar.css b/Websites/bugs.webkit.org/skins/standard/yui/calendar.css
similarity index 100%
rename from BugsSite/skins/standard/yui/calendar.css
rename to Websites/bugs.webkit.org/skins/standard/yui/calendar.css
diff --git a/BugsSite/summarize_time.cgi b/Websites/bugs.webkit.org/summarize_time.cgi
similarity index 100%
rename from BugsSite/summarize_time.cgi
rename to Websites/bugs.webkit.org/summarize_time.cgi
diff --git a/BugsSite/t/001compile.t b/Websites/bugs.webkit.org/t/001compile.t
similarity index 100%
rename from BugsSite/t/001compile.t
rename to Websites/bugs.webkit.org/t/001compile.t
diff --git a/BugsSite/t/002goodperl.t b/Websites/bugs.webkit.org/t/002goodperl.t
similarity index 100%
rename from BugsSite/t/002goodperl.t
rename to Websites/bugs.webkit.org/t/002goodperl.t
diff --git a/BugsSite/t/003safesys.t b/Websites/bugs.webkit.org/t/003safesys.t
similarity index 100%
rename from BugsSite/t/003safesys.t
rename to Websites/bugs.webkit.org/t/003safesys.t
diff --git a/BugsSite/t/004template.t b/Websites/bugs.webkit.org/t/004template.t
similarity index 100%
rename from BugsSite/t/004template.t
rename to Websites/bugs.webkit.org/t/004template.t
diff --git a/BugsSite/t/005no_tabs.t b/Websites/bugs.webkit.org/t/005no_tabs.t
similarity index 100%
rename from BugsSite/t/005no_tabs.t
rename to Websites/bugs.webkit.org/t/005no_tabs.t
diff --git a/BugsSite/t/006spellcheck.t b/Websites/bugs.webkit.org/t/006spellcheck.t
similarity index 100%
rename from BugsSite/t/006spellcheck.t
rename to Websites/bugs.webkit.org/t/006spellcheck.t
diff --git a/BugsSite/t/007util.t b/Websites/bugs.webkit.org/t/007util.t
similarity index 100%
rename from BugsSite/t/007util.t
rename to Websites/bugs.webkit.org/t/007util.t
diff --git a/BugsSite/t/008filter.t b/Websites/bugs.webkit.org/t/008filter.t
similarity index 100%
rename from BugsSite/t/008filter.t
rename to Websites/bugs.webkit.org/t/008filter.t
diff --git a/BugsSite/t/009bugwords.t b/Websites/bugs.webkit.org/t/009bugwords.t
similarity index 100%
rename from BugsSite/t/009bugwords.t
rename to Websites/bugs.webkit.org/t/009bugwords.t
diff --git a/BugsSite/t/010dependencies.t b/Websites/bugs.webkit.org/t/010dependencies.t
similarity index 100%
rename from BugsSite/t/010dependencies.t
rename to Websites/bugs.webkit.org/t/010dependencies.t
diff --git a/BugsSite/t/011pod.t b/Websites/bugs.webkit.org/t/011pod.t
similarity index 100%
rename from BugsSite/t/011pod.t
rename to Websites/bugs.webkit.org/t/011pod.t
diff --git a/BugsSite/t/012throwables.t b/Websites/bugs.webkit.org/t/012throwables.t
similarity index 100%
rename from BugsSite/t/012throwables.t
rename to Websites/bugs.webkit.org/t/012throwables.t
diff --git a/BugsSite/t/Support/Files.pm b/Websites/bugs.webkit.org/t/Support/Files.pm
similarity index 100%
rename from BugsSite/t/Support/Files.pm
rename to Websites/bugs.webkit.org/t/Support/Files.pm
diff --git a/BugsSite/t/Support/Systemexec.pm b/Websites/bugs.webkit.org/t/Support/Systemexec.pm
similarity index 100%
rename from BugsSite/t/Support/Systemexec.pm
rename to Websites/bugs.webkit.org/t/Support/Systemexec.pm
diff --git a/BugsSite/t/Support/Templates.pm b/Websites/bugs.webkit.org/t/Support/Templates.pm
similarity index 100%
rename from BugsSite/t/Support/Templates.pm
rename to Websites/bugs.webkit.org/t/Support/Templates.pm
diff --git a/BugsSite/template/.cvsignore b/Websites/bugs.webkit.org/template/.cvsignore
similarity index 100%
rename from BugsSite/template/.cvsignore
rename to Websites/bugs.webkit.org/template/.cvsignore
diff --git a/BugsSite/template/.htaccess b/Websites/bugs.webkit.org/template/.htaccess
similarity index 100%
rename from BugsSite/template/.htaccess
rename to Websites/bugs.webkit.org/template/.htaccess
diff --git a/BugsSite/template/en/.cvsignore b/Websites/bugs.webkit.org/template/en/.cvsignore
similarity index 100%
rename from BugsSite/template/en/.cvsignore
rename to Websites/bugs.webkit.org/template/en/.cvsignore
diff --git a/BugsSite/template/en/custom/attachment/content-types.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/attachment/content-types.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/attachment/content-types.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/attachment/content-types.html.tmpl
diff --git a/BugsSite/template/en/custom/attachment/create.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/attachment/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/attachment/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/attachment/create.html.tmpl
diff --git a/BugsSite/template/en/custom/attachment/created.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/attachment/created.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/attachment/created.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/attachment/created.html.tmpl
diff --git a/BugsSite/template/en/custom/attachment/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/attachment/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/attachment/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/attachment/edit.html.tmpl
diff --git a/BugsSite/template/en/custom/attachment/list.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/attachment/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/attachment/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/attachment/list.html.tmpl
diff --git a/BugsSite/template/en/custom/attachment/review.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/attachment/review.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/attachment/review.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/attachment/review.html.tmpl
diff --git a/BugsSite/template/en/custom/attachment/reviewform.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/attachment/reviewform.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/attachment/reviewform.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/attachment/reviewform.html.tmpl
diff --git a/BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/attachment/rietveldreview.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/attachment/rietveldreview.html.tmpl
diff --git a/BugsSite/template/en/custom/bug/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/bug/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/bug/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/bug/edit.html.tmpl
diff --git a/BugsSite/template/en/custom/bug/navigate.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/bug/navigate.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/bug/navigate.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/bug/navigate.html.tmpl
diff --git a/BugsSite/template/en/custom/flag/list.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/flag/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/flag/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/flag/list.html.tmpl
diff --git a/BugsSite/template/en/custom/global/choose-product.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/global/choose-product.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/global/choose-product.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/global/choose-product.html.tmpl
diff --git a/BugsSite/template/en/custom/global/header.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/global/header.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/global/header.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/global/header.html.tmpl
diff --git a/BugsSite/template/en/custom/list/list.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/list/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/list/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/list/list.html.tmpl
diff --git a/BugsSite/template/en/custom/request/email.txt.tmpl b/Websites/bugs.webkit.org/template/en/custom/request/email.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/request/email.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/request/email.txt.tmpl
diff --git a/BugsSite/template/en/custom/request/queue.html.tmpl b/Websites/bugs.webkit.org/template/en/custom/request/queue.html.tmpl
similarity index 100%
rename from BugsSite/template/en/custom/request/queue.html.tmpl
rename to Websites/bugs.webkit.org/template/en/custom/request/queue.html.tmpl
diff --git a/BugsSite/template/en/default/account/auth/login-small.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/auth/login-small.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/auth/login-small.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/auth/login-small.html.tmpl
diff --git a/BugsSite/template/en/default/account/auth/login.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/auth/login.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/auth/login.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/auth/login.html.tmpl
diff --git a/BugsSite/template/en/default/account/cancel-token.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/account/cancel-token.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/cancel-token.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/cancel-token.txt.tmpl
diff --git a/BugsSite/template/en/default/account/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/create.html.tmpl
diff --git a/BugsSite/template/en/default/account/created.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/created.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/created.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/created.html.tmpl
diff --git a/BugsSite/template/en/default/account/email/change-new.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/account/email/change-new.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/email/change-new.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/email/change-new.txt.tmpl
diff --git a/BugsSite/template/en/default/account/email/change-old.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/account/email/change-old.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/email/change-old.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/email/change-old.txt.tmpl
diff --git a/BugsSite/template/en/default/account/email/confirm-new.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/email/confirm-new.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/email/confirm-new.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/email/confirm-new.html.tmpl
diff --git a/BugsSite/template/en/default/account/email/confirm.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/email/confirm.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/email/confirm.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/email/confirm.html.tmpl
diff --git a/BugsSite/template/en/default/account/email/request-new.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/account/email/request-new.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/email/request-new.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/email/request-new.txt.tmpl
diff --git a/BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/account/password/forgotten-password.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/password/forgotten-password.txt.tmpl
diff --git a/BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/password/set-forgotten-password.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/password/set-forgotten-password.html.tmpl
diff --git a/BugsSite/template/en/default/account/prefs/account.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/prefs/account.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/prefs/account.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/prefs/account.html.tmpl
diff --git a/BugsSite/template/en/default/account/prefs/email.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/prefs/email.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/prefs/email.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/prefs/email.html.tmpl
diff --git a/BugsSite/template/en/default/account/prefs/permissions.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/prefs/permissions.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/prefs/permissions.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/prefs/permissions.html.tmpl
diff --git a/BugsSite/template/en/default/account/prefs/prefs.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/prefs/prefs.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/prefs/prefs.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/prefs/prefs.html.tmpl
diff --git a/BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/prefs/saved-searches.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/prefs/saved-searches.html.tmpl
diff --git a/BugsSite/template/en/default/account/prefs/settings.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/prefs/settings.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/prefs/settings.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/prefs/settings.html.tmpl
diff --git a/BugsSite/template/en/default/account/profile-activity.html.tmpl b/Websites/bugs.webkit.org/template/en/default/account/profile-activity.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/account/profile-activity.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/account/profile-activity.html.tmpl
diff --git a/BugsSite/template/en/default/admin/admin.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/admin.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/admin.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/admin.html.tmpl
diff --git a/BugsSite/template/en/default/admin/classifications/add.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/classifications/add.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/classifications/add.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/classifications/add.html.tmpl
diff --git a/BugsSite/template/en/default/admin/classifications/del.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/classifications/del.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/classifications/del.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/classifications/del.html.tmpl
diff --git a/BugsSite/template/en/default/admin/classifications/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/classifications/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/classifications/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/classifications/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/classifications/reclassify.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/classifications/reclassify.html.tmpl
diff --git a/BugsSite/template/en/default/admin/classifications/select.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/classifications/select.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/classifications/select.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/classifications/select.html.tmpl
diff --git a/BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/components/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/components/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/components/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/components/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/components/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/components/create.html.tmpl
diff --git a/BugsSite/template/en/default/admin/components/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/components/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/components/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/components/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/components/footer.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/components/footer.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/components/footer.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/components/footer.html.tmpl
diff --git a/BugsSite/template/en/default/admin/components/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/components/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/components/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/components/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/components/select-product.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/components/select-product.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/components/select-product.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/components/select-product.html.tmpl
diff --git a/BugsSite/template/en/default/admin/confirm-action.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/confirm-action.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/confirm-action.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/confirm-action.html.tmpl
diff --git a/BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/custom_fields/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/custom_fields/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/custom_fields/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/custom_fields/create.html.tmpl
diff --git a/BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/custom_fields/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/custom_fields/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/custom_fields/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/custom_fields/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/custom_fields/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/custom_fields/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/create.html.tmpl
diff --git a/BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/footer.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/footer.html.tmpl
diff --git a/BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/select-field.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/fieldvalues/select-field.html.tmpl
diff --git a/BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/flag-type/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/flag-type/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/flag-type/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/flag-type/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/flag-type/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/flag-type/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/flag-type/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/flag-type/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/flag-type/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/flag-type/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/groups/confirm-remove.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/groups/confirm-remove.html.tmpl
diff --git a/BugsSite/template/en/default/admin/groups/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/groups/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/groups/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/groups/create.html.tmpl
diff --git a/BugsSite/template/en/default/admin/groups/delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/groups/delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/groups/delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/groups/delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/groups/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/groups/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/groups/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/groups/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/groups/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/groups/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/groups/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/groups/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/keywords/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/keywords/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/keywords/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/keywords/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/keywords/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/keywords/create.html.tmpl
diff --git a/BugsSite/template/en/default/admin/keywords/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/keywords/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/keywords/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/keywords/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/keywords/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/keywords/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/keywords/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/keywords/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/milestones/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/milestones/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/milestones/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/milestones/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/milestones/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/milestones/create.html.tmpl
diff --git a/BugsSite/template/en/default/admin/milestones/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/milestones/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/milestones/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/milestones/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/milestones/footer.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/milestones/footer.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/milestones/footer.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/milestones/footer.html.tmpl
diff --git a/BugsSite/template/en/default/admin/milestones/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/milestones/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/milestones/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/milestones/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/milestones/select-product.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/milestones/select-product.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/milestones/select-product.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/milestones/select-product.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/admin.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/admin.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/admin.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/admin.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/attachment.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/attachment.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/attachment.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/attachment.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/auth.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/auth.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/auth.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/auth.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/bugchange.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/bugchange.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/bugchange.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/bugchange.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/bugfields.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/bugfields.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/bugfields.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/bugfields.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/bugmove.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/bugmove.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/bugmove.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/bugmove.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/common.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/common.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/common.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/common.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/core.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/core.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/core.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/core.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/dependencygraph.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/dependencygraph.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/editparams.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/editparams.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/editparams.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/editparams.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/groupsecurity.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/groupsecurity.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/index.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/index.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/index.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/index.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/ldap.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/ldap.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/ldap.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/ldap.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/mta.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/mta.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/mta.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/mta.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/patchviewer.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/patchviewer.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/patchviewer.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/patchviewer.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/query.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/query.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/query.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/query.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/radius.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/radius.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/radius.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/radius.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/shadowdb.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/shadowdb.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/shadowdb.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/shadowdb.html.tmpl
diff --git a/BugsSite/template/en/default/admin/params/usermatch.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/params/usermatch.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/params/usermatch.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/params/usermatch.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/create.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/edit-common.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/edit-common.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/edit-common.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/edit-common.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/footer.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/footer.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/footer.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/footer.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/groupcontrol/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/groupcontrol/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/groupcontrol/updated.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/groupcontrol/updated.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/list-classifications.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/list-classifications.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/list-classifications.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/list-classifications.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/products/updated.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/products/updated.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/products/updated.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/products/updated.html.tmpl
diff --git a/BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/sanitycheck/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/sanitycheck/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/sanitycheck/messages.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/sanitycheck/messages.html.tmpl
diff --git a/BugsSite/template/en/default/admin/settings/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/settings/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/settings/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/settings/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/sudo.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/sudo.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/sudo.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/sudo.html.tmpl
diff --git a/BugsSite/template/en/default/admin/table.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/table.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/table.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/table.html.tmpl
diff --git a/BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/users/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/users/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/users/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/users/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/users/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/users/create.html.tmpl
diff --git a/BugsSite/template/en/default/admin/users/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/users/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/users/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/users/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/users/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/users/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/users/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/users/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/users/listselectvars.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/users/listselectvars.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/users/listselectvars.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/users/listselectvars.html.tmpl
diff --git a/BugsSite/template/en/default/admin/users/responsibilities.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/users/responsibilities.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/users/responsibilities.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/users/responsibilities.html.tmpl
diff --git a/BugsSite/template/en/default/admin/users/search.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/users/search.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/users/search.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/users/search.html.tmpl
diff --git a/BugsSite/template/en/default/admin/users/userdata.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/users/userdata.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/users/userdata.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/users/userdata.html.tmpl
diff --git a/BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/versions/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/versions/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/admin/versions/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/versions/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/versions/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/versions/create.html.tmpl
diff --git a/BugsSite/template/en/default/admin/versions/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/versions/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/versions/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/versions/edit.html.tmpl
diff --git a/BugsSite/template/en/default/admin/versions/footer.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/versions/footer.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/versions/footer.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/versions/footer.html.tmpl
diff --git a/BugsSite/template/en/default/admin/versions/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/versions/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/versions/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/versions/list.html.tmpl
diff --git a/BugsSite/template/en/default/admin/versions/select-product.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/versions/select-product.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/versions/select-product.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/versions/select-product.html.tmpl
diff --git a/BugsSite/template/en/default/admin/workflow/comment.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/workflow/comment.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/workflow/comment.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/workflow/comment.html.tmpl
diff --git a/BugsSite/template/en/default/admin/workflow/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/admin/workflow/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/admin/workflow/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/admin/workflow/edit.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/cancel-create-dupe.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/cancel-create-dupe.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/choose.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/choose.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/choose.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/choose.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/confirm-delete.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/confirm-delete.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/confirm-delete.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/confirm-delete.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/content-types.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/content-types.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/content-types.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/content-types.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/create.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/created.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/created.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/created.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/created.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/createformcontents.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/createformcontents.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/createformcontents.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/createformcontents.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/delete_reason.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/delete_reason.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/delete_reason.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/delete_reason.txt.tmpl
diff --git a/BugsSite/template/en/default/attachment/diff-file.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/diff-file.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/diff-file.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/diff-file.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/diff-footer.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/diff-footer.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/diff-footer.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/diff-footer.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/diff-header.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/diff-header.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/diff-header.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/diff-header.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/edit.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/list.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/midair.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/midair.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/midair.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/midair.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/show-multiple.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/show-multiple.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/show-multiple.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/show-multiple.html.tmpl
diff --git a/BugsSite/template/en/default/attachment/updated.html.tmpl b/Websites/bugs.webkit.org/template/en/default/attachment/updated.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/attachment/updated.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/attachment/updated.html.tmpl
diff --git a/BugsSite/template/en/default/bug/activity/show.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/activity/show.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/activity/show.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/activity/show.html.tmpl
diff --git a/BugsSite/template/en/default/bug/activity/table.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/activity/table.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/activity/table.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/activity/table.html.tmpl
diff --git a/BugsSite/template/en/default/bug/choose.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/choose.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/choose.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/choose.html.tmpl
diff --git a/BugsSite/template/en/default/bug/comments.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/comments.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/comments.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/comments.html.tmpl
diff --git a/BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/create/comment-guided.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/create/comment-guided.txt.tmpl
diff --git a/BugsSite/template/en/default/bug/create/comment.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/create/comment.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/create/comment.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/create/comment.txt.tmpl
diff --git a/BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/create/confirm-create-dupe.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/create/confirm-create-dupe.html.tmpl
diff --git a/BugsSite/template/en/default/bug/create/create-guided.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/create/create-guided.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/create/create-guided.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/create/create-guided.html.tmpl
diff --git a/BugsSite/template/en/default/bug/create/create.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/create/create.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/create/create.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/create/create.html.tmpl
diff --git a/BugsSite/template/en/default/bug/create/created.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/create/created.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/create/created.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/create/created.html.tmpl
diff --git a/BugsSite/template/en/default/bug/create/make-template.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/create/make-template.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/create/make-template.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/create/make-template.html.tmpl
diff --git a/BugsSite/template/en/default/bug/create/user-message.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/create/user-message.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/create/user-message.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/create/user-message.html.tmpl
diff --git a/BugsSite/template/en/default/bug/dependency-graph.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/dependency-graph.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/dependency-graph.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/dependency-graph.html.tmpl
diff --git a/BugsSite/template/en/default/bug/dependency-tree.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/dependency-tree.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/dependency-tree.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/dependency-tree.html.tmpl
diff --git a/BugsSite/template/en/default/bug/edit.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/edit.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/edit.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/edit.html.tmpl
diff --git a/BugsSite/template/en/default/bug/field.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/field.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/field.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/field.html.tmpl
diff --git a/BugsSite/template/en/default/bug/knob.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/knob.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/knob.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/knob.html.tmpl
diff --git a/BugsSite/template/en/default/bug/navigate.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/navigate.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/navigate.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/navigate.html.tmpl
diff --git a/BugsSite/template/en/default/bug/process/bugmail.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/process/bugmail.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/process/bugmail.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/process/bugmail.html.tmpl
diff --git a/BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/process/confirm-duplicate.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/process/confirm-duplicate.html.tmpl
diff --git a/BugsSite/template/en/default/bug/process/header.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/process/header.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/process/header.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/process/header.html.tmpl
diff --git a/BugsSite/template/en/default/bug/process/midair.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/process/midair.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/process/midair.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/process/midair.html.tmpl
diff --git a/BugsSite/template/en/default/bug/process/results.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/process/results.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/process/results.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/process/results.html.tmpl
diff --git a/BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/process/verify-new-product.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/process/verify-new-product.html.tmpl
diff --git a/BugsSite/template/en/default/bug/show-multiple.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/show-multiple.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/show-multiple.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/show-multiple.html.tmpl
diff --git a/BugsSite/template/en/default/bug/show.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/show.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/show.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/show.html.tmpl
diff --git a/BugsSite/template/en/default/bug/show.xml.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/show.xml.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/show.xml.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/show.xml.tmpl
diff --git a/BugsSite/template/en/default/bug/summarize-time.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/summarize-time.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/summarize-time.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/summarize-time.html.tmpl
diff --git a/BugsSite/template/en/default/bug/time.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/time.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/time.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/time.html.tmpl
diff --git a/BugsSite/template/en/default/bug/votes/delete-all.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/votes/delete-all.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/votes/delete-all.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/votes/delete-all.html.tmpl
diff --git a/BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/votes/list-for-bug.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/votes/list-for-bug.html.tmpl
diff --git a/BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl b/Websites/bugs.webkit.org/template/en/default/bug/votes/list-for-user.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/bug/votes/list-for-user.html.tmpl
diff --git a/BugsSite/template/en/default/config.js.tmpl b/Websites/bugs.webkit.org/template/en/default/config.js.tmpl
similarity index 100%
rename from BugsSite/template/en/default/config.js.tmpl
rename to Websites/bugs.webkit.org/template/en/default/config.js.tmpl
diff --git a/BugsSite/template/en/default/config.rdf.tmpl b/Websites/bugs.webkit.org/template/en/default/config.rdf.tmpl
similarity index 100%
rename from BugsSite/template/en/default/config.rdf.tmpl
rename to Websites/bugs.webkit.org/template/en/default/config.rdf.tmpl
diff --git a/BugsSite/template/en/default/email/newchangedmail.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/email/newchangedmail.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/email/newchangedmail.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/email/newchangedmail.txt.tmpl
diff --git a/BugsSite/template/en/default/email/sanitycheck.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/email/sanitycheck.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/email/sanitycheck.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/email/sanitycheck.txt.tmpl
diff --git a/BugsSite/template/en/default/email/sudo.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/email/sudo.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/email/sudo.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/email/sudo.txt.tmpl
diff --git a/BugsSite/template/en/default/email/votes-removed.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/email/votes-removed.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/email/votes-removed.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/email/votes-removed.txt.tmpl
diff --git a/BugsSite/template/en/default/email/whine.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/email/whine.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/email/whine.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/email/whine.txt.tmpl
diff --git a/BugsSite/template/en/default/filterexceptions.pl b/Websites/bugs.webkit.org/template/en/default/filterexceptions.pl
similarity index 100%
rename from BugsSite/template/en/default/filterexceptions.pl
rename to Websites/bugs.webkit.org/template/en/default/filterexceptions.pl
diff --git a/BugsSite/template/en/default/flag/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/flag/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/flag/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/flag/list.html.tmpl
diff --git a/BugsSite/template/en/default/global/banner.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/banner.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/banner.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/banner.html.tmpl
diff --git a/BugsSite/template/en/default/global/choose-classification.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/choose-classification.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/choose-classification.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/choose-classification.html.tmpl
diff --git a/BugsSite/template/en/default/global/choose-product.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/choose-product.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/choose-product.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/choose-product.html.tmpl
diff --git a/BugsSite/template/en/default/global/code-error.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/code-error.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/code-error.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/code-error.html.tmpl
diff --git a/BugsSite/template/en/default/global/common-links.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/common-links.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/common-links.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/common-links.html.tmpl
diff --git a/BugsSite/template/en/default/global/confirm-action.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/confirm-action.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/confirm-action.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/confirm-action.html.tmpl
diff --git a/BugsSite/template/en/default/global/confirm-user-match.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/confirm-user-match.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/confirm-user-match.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/confirm-user-match.html.tmpl
diff --git a/BugsSite/template/en/default/global/docslinks.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/docslinks.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/docslinks.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/docslinks.html.tmpl
diff --git a/BugsSite/template/en/default/global/field-descs.none.tmpl b/Websites/bugs.webkit.org/template/en/default/global/field-descs.none.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/field-descs.none.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/field-descs.none.tmpl
diff --git a/BugsSite/template/en/default/global/footer.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/footer.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/footer.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/footer.html.tmpl
diff --git a/BugsSite/template/en/default/global/header.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/header.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/header.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/header.html.tmpl
diff --git a/BugsSite/template/en/default/global/help.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/help.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/help.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/help.html.tmpl
diff --git a/BugsSite/template/en/default/global/hidden-fields.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/hidden-fields.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/hidden-fields.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/hidden-fields.html.tmpl
diff --git a/BugsSite/template/en/default/global/initialize.none.tmpl b/Websites/bugs.webkit.org/template/en/default/global/initialize.none.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/initialize.none.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/initialize.none.tmpl
diff --git a/BugsSite/template/en/default/global/js-products.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/js-products.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/js-products.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/js-products.html.tmpl
diff --git a/BugsSite/template/en/default/global/message.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/message.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/message.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/message.html.tmpl
diff --git a/BugsSite/template/en/default/global/message.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/global/message.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/message.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/message.txt.tmpl
diff --git a/BugsSite/template/en/default/global/messages.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/messages.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/messages.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/messages.html.tmpl
diff --git a/BugsSite/template/en/default/global/per-bug-queries.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/per-bug-queries.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/per-bug-queries.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/per-bug-queries.html.tmpl
diff --git a/BugsSite/template/en/default/global/select-menu.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/select-menu.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/select-menu.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/select-menu.html.tmpl
diff --git a/BugsSite/template/en/default/global/setting-descs.none.tmpl b/Websites/bugs.webkit.org/template/en/default/global/setting-descs.none.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/setting-descs.none.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/setting-descs.none.tmpl
diff --git a/BugsSite/template/en/default/global/site-navigation.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/site-navigation.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/site-navigation.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/site-navigation.html.tmpl
diff --git a/BugsSite/template/en/default/global/tabs.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/tabs.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/tabs.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/tabs.html.tmpl
diff --git a/BugsSite/template/en/default/global/textarea.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/textarea.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/textarea.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/textarea.html.tmpl
diff --git a/BugsSite/template/en/default/global/useful-links.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/useful-links.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/useful-links.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/useful-links.html.tmpl
diff --git a/BugsSite/template/en/default/global/user-error.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/user-error.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/user-error.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/user-error.html.tmpl
diff --git a/BugsSite/template/en/default/global/userselect.html.tmpl b/Websites/bugs.webkit.org/template/en/default/global/userselect.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/userselect.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/userselect.html.tmpl
diff --git a/BugsSite/template/en/default/global/variables.none.tmpl b/Websites/bugs.webkit.org/template/en/default/global/variables.none.tmpl
similarity index 100%
rename from BugsSite/template/en/default/global/variables.none.tmpl
rename to Websites/bugs.webkit.org/template/en/default/global/variables.none.tmpl
diff --git a/BugsSite/template/en/default/index.html.tmpl b/Websites/bugs.webkit.org/template/en/default/index.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/index.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/index.html.tmpl
diff --git a/BugsSite/template/en/default/list/change-columns.html.tmpl b/Websites/bugs.webkit.org/template/en/default/list/change-columns.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/change-columns.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/change-columns.html.tmpl
diff --git a/BugsSite/template/en/default/list/edit-multiple.html.tmpl b/Websites/bugs.webkit.org/template/en/default/list/edit-multiple.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/edit-multiple.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/edit-multiple.html.tmpl
diff --git a/BugsSite/template/en/default/list/list-simple.html.tmpl b/Websites/bugs.webkit.org/template/en/default/list/list-simple.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/list-simple.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/list-simple.html.tmpl
diff --git a/BugsSite/template/en/default/list/list.atom.tmpl b/Websites/bugs.webkit.org/template/en/default/list/list.atom.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/list.atom.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/list.atom.tmpl
diff --git a/BugsSite/template/en/default/list/list.csv.tmpl b/Websites/bugs.webkit.org/template/en/default/list/list.csv.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/list.csv.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/list.csv.tmpl
diff --git a/BugsSite/template/en/default/list/list.html.tmpl b/Websites/bugs.webkit.org/template/en/default/list/list.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/list.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/list.html.tmpl
diff --git a/BugsSite/template/en/default/list/list.ics.tmpl b/Websites/bugs.webkit.org/template/en/default/list/list.ics.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/list.ics.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/list.ics.tmpl
diff --git a/BugsSite/template/en/default/list/list.js.tmpl b/Websites/bugs.webkit.org/template/en/default/list/list.js.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/list.js.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/list.js.tmpl
diff --git a/BugsSite/template/en/default/list/list.rdf.tmpl b/Websites/bugs.webkit.org/template/en/default/list/list.rdf.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/list.rdf.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/list.rdf.tmpl
diff --git a/BugsSite/template/en/default/list/quips.html.tmpl b/Websites/bugs.webkit.org/template/en/default/list/quips.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/quips.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/quips.html.tmpl
diff --git a/BugsSite/template/en/default/list/server-push.html.tmpl b/Websites/bugs.webkit.org/template/en/default/list/server-push.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/server-push.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/server-push.html.tmpl
diff --git a/BugsSite/template/en/default/list/table.html.tmpl b/Websites/bugs.webkit.org/template/en/default/list/table.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/list/table.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/list/table.html.tmpl
diff --git a/BugsSite/template/en/default/pages/bug-writing.html.tmpl b/Websites/bugs.webkit.org/template/en/default/pages/bug-writing.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/pages/bug-writing.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/pages/bug-writing.html.tmpl
diff --git a/BugsSite/template/en/default/pages/fields.html.tmpl b/Websites/bugs.webkit.org/template/en/default/pages/fields.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/pages/fields.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/pages/fields.html.tmpl
diff --git a/BugsSite/template/en/default/pages/linked.html.tmpl b/Websites/bugs.webkit.org/template/en/default/pages/linked.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/pages/linked.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/pages/linked.html.tmpl
diff --git a/BugsSite/template/en/default/pages/linkify.html.tmpl b/Websites/bugs.webkit.org/template/en/default/pages/linkify.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/pages/linkify.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/pages/linkify.html.tmpl
diff --git a/BugsSite/template/en/default/pages/quicksearch.html.tmpl b/Websites/bugs.webkit.org/template/en/default/pages/quicksearch.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/pages/quicksearch.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/pages/quicksearch.html.tmpl
diff --git a/BugsSite/template/en/default/pages/quicksearchhack.html.tmpl b/Websites/bugs.webkit.org/template/en/default/pages/quicksearchhack.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/pages/quicksearchhack.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/pages/quicksearchhack.html.tmpl
diff --git a/BugsSite/template/en/default/pages/release-notes.html.tmpl b/Websites/bugs.webkit.org/template/en/default/pages/release-notes.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/pages/release-notes.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/pages/release-notes.html.tmpl
diff --git a/BugsSite/template/en/default/pages/sudo.html.tmpl b/Websites/bugs.webkit.org/template/en/default/pages/sudo.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/pages/sudo.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/pages/sudo.html.tmpl
diff --git a/BugsSite/template/en/default/pages/voting.html.tmpl b/Websites/bugs.webkit.org/template/en/default/pages/voting.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/pages/voting.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/pages/voting.html.tmpl
diff --git a/BugsSite/template/en/default/reports/chart.csv.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/chart.csv.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/chart.csv.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/chart.csv.tmpl
diff --git a/BugsSite/template/en/default/reports/chart.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/chart.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/chart.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/chart.html.tmpl
diff --git a/BugsSite/template/en/default/reports/chart.png.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/chart.png.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/chart.png.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/chart.png.tmpl
diff --git a/BugsSite/template/en/default/reports/components.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/components.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/components.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/components.html.tmpl
diff --git a/BugsSite/template/en/default/reports/create-chart.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/create-chart.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/create-chart.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/create-chart.html.tmpl
diff --git a/BugsSite/template/en/default/reports/duplicates-simple.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/duplicates-simple.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/duplicates-simple.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/duplicates-simple.html.tmpl
diff --git a/BugsSite/template/en/default/reports/duplicates-table.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/duplicates-table.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/duplicates-table.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/duplicates-table.html.tmpl
diff --git a/BugsSite/template/en/default/reports/duplicates.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/duplicates.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/duplicates.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/duplicates.html.tmpl
diff --git a/BugsSite/template/en/default/reports/edit-series.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/edit-series.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/edit-series.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/edit-series.html.tmpl
diff --git a/BugsSite/template/en/default/reports/keywords.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/keywords.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/keywords.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/keywords.html.tmpl
diff --git a/BugsSite/template/en/default/reports/menu.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/menu.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/menu.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/menu.html.tmpl
diff --git a/BugsSite/template/en/default/reports/old-charts.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/old-charts.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/old-charts.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/old-charts.html.tmpl
diff --git a/BugsSite/template/en/default/reports/report-bar.png.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/report-bar.png.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/report-bar.png.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/report-bar.png.tmpl
diff --git a/BugsSite/template/en/default/reports/report-line.png.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/report-line.png.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/report-line.png.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/report-line.png.tmpl
diff --git a/BugsSite/template/en/default/reports/report-pie.png.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/report-pie.png.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/report-pie.png.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/report-pie.png.tmpl
diff --git a/BugsSite/template/en/default/reports/report-simple.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/report-simple.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/report-simple.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/report-simple.html.tmpl
diff --git a/BugsSite/template/en/default/reports/report-table.csv.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/report-table.csv.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/report-table.csv.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/report-table.csv.tmpl
diff --git a/BugsSite/template/en/default/reports/report-table.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/report-table.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/report-table.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/report-table.html.tmpl
diff --git a/BugsSite/template/en/default/reports/report.csv.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/report.csv.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/report.csv.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/report.csv.tmpl
diff --git a/BugsSite/template/en/default/reports/report.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/report.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/report.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/report.html.tmpl
diff --git a/BugsSite/template/en/default/reports/series-common.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/series-common.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/series-common.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/series-common.html.tmpl
diff --git a/BugsSite/template/en/default/reports/series.html.tmpl b/Websites/bugs.webkit.org/template/en/default/reports/series.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/reports/series.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/reports/series.html.tmpl
diff --git a/BugsSite/template/en/default/request/email.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/request/email.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/request/email.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/request/email.txt.tmpl
diff --git a/BugsSite/template/en/default/request/queue.html.tmpl b/Websites/bugs.webkit.org/template/en/default/request/queue.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/request/queue.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/request/queue.html.tmpl
diff --git a/BugsSite/template/en/default/search/boolean-charts.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/boolean-charts.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/boolean-charts.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/boolean-charts.html.tmpl
diff --git a/BugsSite/template/en/default/search/form.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/form.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/form.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/form.html.tmpl
diff --git a/BugsSite/template/en/default/search/knob.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/knob.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/knob.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/knob.html.tmpl
diff --git a/BugsSite/template/en/default/search/search-advanced.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/search-advanced.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/search-advanced.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/search-advanced.html.tmpl
diff --git a/BugsSite/template/en/default/search/search-create-series.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/search-create-series.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/search-create-series.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/search-create-series.html.tmpl
diff --git a/BugsSite/template/en/default/search/search-help.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/search-help.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/search-help.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/search-help.html.tmpl
diff --git a/BugsSite/template/en/default/search/search-plugin.xml.tmpl b/Websites/bugs.webkit.org/template/en/default/search/search-plugin.xml.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/search-plugin.xml.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/search-plugin.xml.tmpl
diff --git a/BugsSite/template/en/default/search/search-report-graph.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/search-report-graph.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/search-report-graph.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/search-report-graph.html.tmpl
diff --git a/BugsSite/template/en/default/search/search-report-select.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/search-report-select.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/search-report-select.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/search-report-select.html.tmpl
diff --git a/BugsSite/template/en/default/search/search-report-table.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/search-report-table.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/search-report-table.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/search-report-table.html.tmpl
diff --git a/BugsSite/template/en/default/search/search-specific.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/search-specific.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/search-specific.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/search-specific.html.tmpl
diff --git a/BugsSite/template/en/default/search/tabs.html.tmpl b/Websites/bugs.webkit.org/template/en/default/search/tabs.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/search/tabs.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/search/tabs.html.tmpl
diff --git a/BugsSite/template/en/default/setup/strings.txt.pl b/Websites/bugs.webkit.org/template/en/default/setup/strings.txt.pl
similarity index 100%
rename from BugsSite/template/en/default/setup/strings.txt.pl
rename to Websites/bugs.webkit.org/template/en/default/setup/strings.txt.pl
diff --git a/BugsSite/template/en/default/sidebar.xul.tmpl b/Websites/bugs.webkit.org/template/en/default/sidebar.xul.tmpl
similarity index 100%
rename from BugsSite/template/en/default/sidebar.xul.tmpl
rename to Websites/bugs.webkit.org/template/en/default/sidebar.xul.tmpl
diff --git a/BugsSite/template/en/default/welcome-admin.html.tmpl b/Websites/bugs.webkit.org/template/en/default/welcome-admin.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/welcome-admin.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/welcome-admin.html.tmpl
diff --git a/BugsSite/template/en/default/whine/mail.html.tmpl b/Websites/bugs.webkit.org/template/en/default/whine/mail.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/whine/mail.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/whine/mail.html.tmpl
diff --git a/BugsSite/template/en/default/whine/mail.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/whine/mail.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/whine/mail.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/whine/mail.txt.tmpl
diff --git a/BugsSite/template/en/default/whine/multipart-mime.txt.tmpl b/Websites/bugs.webkit.org/template/en/default/whine/multipart-mime.txt.tmpl
similarity index 100%
rename from BugsSite/template/en/default/whine/multipart-mime.txt.tmpl
rename to Websites/bugs.webkit.org/template/en/default/whine/multipart-mime.txt.tmpl
diff --git a/BugsSite/template/en/default/whine/schedule.html.tmpl b/Websites/bugs.webkit.org/template/en/default/whine/schedule.html.tmpl
similarity index 100%
rename from BugsSite/template/en/default/whine/schedule.html.tmpl
rename to Websites/bugs.webkit.org/template/en/default/whine/schedule.html.tmpl
diff --git a/BugsSite/template/en/extension/filterexceptions.pl b/Websites/bugs.webkit.org/template/en/extension/filterexceptions.pl
similarity index 100%
rename from BugsSite/template/en/extension/filterexceptions.pl
rename to Websites/bugs.webkit.org/template/en/extension/filterexceptions.pl
diff --git a/BugsSite/testagent.cgi b/Websites/bugs.webkit.org/testagent.cgi
similarity index 100%
rename from BugsSite/testagent.cgi
rename to Websites/bugs.webkit.org/testagent.cgi
diff --git a/BugsSite/testserver.pl b/Websites/bugs.webkit.org/testserver.pl
similarity index 100%
rename from BugsSite/testserver.pl
rename to Websites/bugs.webkit.org/testserver.pl
diff --git a/BugsSite/token.cgi b/Websites/bugs.webkit.org/token.cgi
similarity index 100%
rename from BugsSite/token.cgi
rename to Websites/bugs.webkit.org/token.cgi
diff --git a/BugsSite/userprefs.cgi b/Websites/bugs.webkit.org/userprefs.cgi
similarity index 100%
rename from BugsSite/userprefs.cgi
rename to Websites/bugs.webkit.org/userprefs.cgi
diff --git a/BugsSite/votes.cgi b/Websites/bugs.webkit.org/votes.cgi
similarity index 100%
rename from BugsSite/votes.cgi
rename to Websites/bugs.webkit.org/votes.cgi
diff --git a/BugsSite/whine.pl b/Websites/bugs.webkit.org/whine.pl
similarity index 100%
rename from BugsSite/whine.pl
rename to Websites/bugs.webkit.org/whine.pl
diff --git a/BugsSite/whineatnews.pl b/Websites/bugs.webkit.org/whineatnews.pl
similarity index 100%
rename from BugsSite/whineatnews.pl
rename to Websites/bugs.webkit.org/whineatnews.pl
diff --git a/BugsSite/xml.cgi b/Websites/bugs.webkit.org/xml.cgi
similarity index 100%
rename from BugsSite/xml.cgi
rename to Websites/bugs.webkit.org/xml.cgi
diff --git a/BugsSite/xmlrpc.cgi b/Websites/bugs.webkit.org/xmlrpc.cgi
similarity index 100%
rename from BugsSite/xmlrpc.cgi
rename to Websites/bugs.webkit.org/xmlrpc.cgi

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list