diff --git a/.gitignore b/.gitignore index 255751113..b489f7c5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ fix.sh -defaults.sh +misc/update_scripts/nix_scripts/tmux/powerline/powerline/config/defaults.sh diff --git a/lib/copy_this/NNBase.php b/NNBase.php similarity index 100% rename from lib/copy_this/NNBase.php rename to NNBase.php diff --git a/lib/copy_this/autoloaders.php b/autoloaders.php similarity index 100% rename from lib/copy_this/autoloaders.php rename to autoloaders.php diff --git a/lib/copy_this/cli/update_db.php b/cli/update_db.php similarity index 100% rename from lib/copy_this/cli/update_db.php rename to cli/update_db.php diff --git a/lib/copy_this/cli/verify_permissions.php b/cli/verify_permissions.php similarity index 100% rename from lib/copy_this/cli/verify_permissions.php rename to cli/verify_permissions.php diff --git a/lib/copy_this/cli/versions.php b/cli/versions.php similarity index 100% rename from lib/copy_this/cli/versions.php rename to cli/versions.php diff --git a/commit b/commit new file mode 100644 index 000000000..9cd1f6b5d --- /dev/null +++ b/commit @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +# Add changes. +git add -i + +# Edit changelog. +nano Changelog + +# Add changes to changelog. +git add Changelog + +# Commit changes. +git commit diff --git a/lib/copy_this/config_edit_before_copy/config.php b/config_edit_before_copy/config.php similarity index 100% rename from lib/copy_this/config_edit_before_copy/config.php rename to config_edit_before_copy/config.php diff --git a/lib/copy_this/config_edit_before_copy/readme.txt b/config_edit_before_copy/readme.txt similarity index 100% rename from lib/copy_this/config_edit_before_copy/readme.txt rename to config_edit_before_copy/readme.txt diff --git a/lib/copy_this/libs/getid3/.gitattributes b/lib/copy_this/libs/getid3/.gitattributes deleted file mode 100644 index 412eeda78..000000000 --- a/lib/copy_this/libs/getid3/.gitattributes +++ /dev/null @@ -1,22 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto - -# Custom for Visual Studio -*.cs diff=csharp -*.sln merge=union -*.csproj merge=union -*.vbproj merge=union -*.fsproj merge=union -*.dbproj merge=union - -# Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain diff --git a/lib/copy_this/libs/AmazonProductAPI.php b/libs/AmazonProductAPI.php similarity index 100% rename from lib/copy_this/libs/AmazonProductAPI.php rename to libs/AmazonProductAPI.php diff --git a/lib/copy_this/libs/GiantBombAPI.php b/libs/GiantBombAPI.php similarity index 100% rename from lib/copy_this/libs/GiantBombAPI.php rename to libs/GiantBombAPI.php diff --git a/lib/copy_this/libs/Git.php/Git.php b/libs/Git.php/Git.php similarity index 100% rename from lib/copy_this/libs/Git.php/Git.php rename to libs/Git.php/Git.php diff --git a/lib/copy_this/libs/Git.php/composer.json b/libs/Git.php/composer.json similarity index 100% rename from lib/copy_this/libs/Git.php/composer.json rename to libs/Git.php/composer.json diff --git a/lib/copy_this/libs/Git.php/license.txt b/libs/Git.php/license.txt similarity index 100% rename from lib/copy_this/libs/Git.php/license.txt rename to libs/Git.php/license.txt diff --git a/lib/copy_this/libs/Git.php/readme.md b/libs/Git.php/readme.md similarity index 100% rename from lib/copy_this/libs/Git.php/readme.md rename to libs/Git.php/readme.md diff --git a/lib/copy_this/libs/Git.php/test/test-suite.php b/libs/Git.php/test/test-suite.php similarity index 100% rename from lib/copy_this/libs/Git.php/test/test-suite.php rename to libs/Git.php/test/test-suite.php diff --git a/lib/copy_this/libs/Net_NNTP/LICENSE b/libs/Net_NNTP/LICENSE similarity index 100% rename from lib/copy_this/libs/Net_NNTP/LICENSE rename to libs/Net_NNTP/LICENSE diff --git a/lib/copy_this/libs/Net_NNTP/NNTP/Client.php b/libs/Net_NNTP/NNTP/Client.php similarity index 100% rename from lib/copy_this/libs/Net_NNTP/NNTP/Client.php rename to libs/Net_NNTP/NNTP/Client.php diff --git a/lib/copy_this/libs/Net_NNTP/NNTP/Protocol/Client.php b/libs/Net_NNTP/NNTP/Protocol/Client.php similarity index 100% rename from lib/copy_this/libs/Net_NNTP/NNTP/Protocol/Client.php rename to libs/Net_NNTP/NNTP/Protocol/Client.php diff --git a/lib/copy_this/libs/Net_NNTP/NNTP/Protocol/Responsecode.php b/libs/Net_NNTP/NNTP/Protocol/Responsecode.php similarity index 100% rename from lib/copy_this/libs/Net_NNTP/NNTP/Protocol/Responsecode.php rename to libs/Net_NNTP/NNTP/Protocol/Responsecode.php diff --git a/lib/copy_this/libs/PHPMailer/PHPMailerAutoload.php b/libs/PHPMailer/PHPMailerAutoload.php similarity index 100% rename from lib/copy_this/libs/PHPMailer/PHPMailerAutoload.php rename to libs/PHPMailer/PHPMailerAutoload.php diff --git a/lib/copy_this/libs/PHPMailer/VERSION b/libs/PHPMailer/VERSION similarity index 100% rename from lib/copy_this/libs/PHPMailer/VERSION rename to libs/PHPMailer/VERSION diff --git a/lib/copy_this/libs/PHPMailer/class.phpmailer.php b/libs/PHPMailer/class.phpmailer.php similarity index 100% rename from lib/copy_this/libs/PHPMailer/class.phpmailer.php rename to libs/PHPMailer/class.phpmailer.php diff --git a/lib/copy_this/libs/PHPMailer/class.pop3.php b/libs/PHPMailer/class.pop3.php similarity index 100% rename from lib/copy_this/libs/PHPMailer/class.pop3.php rename to libs/PHPMailer/class.pop3.php diff --git a/lib/copy_this/libs/PHPMailer/class.smtp.php b/libs/PHPMailer/class.smtp.php similarity index 100% rename from lib/copy_this/libs/PHPMailer/class.smtp.php rename to libs/PHPMailer/class.smtp.php diff --git a/lib/copy_this/libs/PHPMailer/extras/EasyPeasyICS.php b/libs/PHPMailer/extras/EasyPeasyICS.php similarity index 100% rename from lib/copy_this/libs/PHPMailer/extras/EasyPeasyICS.php rename to libs/PHPMailer/extras/EasyPeasyICS.php diff --git a/lib/copy_this/libs/PHPMailer/extras/README.md b/libs/PHPMailer/extras/README.md similarity index 100% rename from lib/copy_this/libs/PHPMailer/extras/README.md rename to libs/PHPMailer/extras/README.md diff --git a/lib/copy_this/libs/PHPMailer/extras/class.html2text.php b/libs/PHPMailer/extras/class.html2text.php similarity index 100% rename from lib/copy_this/libs/PHPMailer/extras/class.html2text.php rename to libs/PHPMailer/extras/class.html2text.php diff --git a/lib/copy_this/libs/PHPMailer/extras/htmlfilter.php b/libs/PHPMailer/extras/htmlfilter.php similarity index 100% rename from lib/copy_this/libs/PHPMailer/extras/htmlfilter.php rename to libs/PHPMailer/extras/htmlfilter.php diff --git a/lib/copy_this/libs/PHPMailer/extras/ntlm_sasl_client.php b/libs/PHPMailer/extras/ntlm_sasl_client.php similarity index 100% rename from lib/copy_this/libs/PHPMailer/extras/ntlm_sasl_client.php rename to libs/PHPMailer/extras/ntlm_sasl_client.php diff --git a/lib/copy_this/libs/ReCaptcha/ReCaptcha.php b/libs/ReCaptcha/ReCaptcha.php similarity index 100% rename from lib/copy_this/libs/ReCaptcha/ReCaptcha.php rename to libs/ReCaptcha/ReCaptcha.php diff --git a/lib/copy_this/libs/ReCaptcha/RequestMethod.php b/libs/ReCaptcha/RequestMethod.php similarity index 100% rename from lib/copy_this/libs/ReCaptcha/RequestMethod.php rename to libs/ReCaptcha/RequestMethod.php diff --git a/lib/copy_this/libs/ReCaptcha/RequestMethod/Post.php b/libs/ReCaptcha/RequestMethod/Post.php similarity index 100% rename from lib/copy_this/libs/ReCaptcha/RequestMethod/Post.php rename to libs/ReCaptcha/RequestMethod/Post.php diff --git a/lib/copy_this/libs/ReCaptcha/RequestMethod/Socket.php b/libs/ReCaptcha/RequestMethod/Socket.php similarity index 100% rename from lib/copy_this/libs/ReCaptcha/RequestMethod/Socket.php rename to libs/ReCaptcha/RequestMethod/Socket.php diff --git a/lib/copy_this/libs/ReCaptcha/RequestMethod/SocketPost.php b/libs/ReCaptcha/RequestMethod/SocketPost.php similarity index 100% rename from lib/copy_this/libs/ReCaptcha/RequestMethod/SocketPost.php rename to libs/ReCaptcha/RequestMethod/SocketPost.php diff --git a/lib/copy_this/libs/ReCaptcha/RequestParameters.php b/libs/ReCaptcha/RequestParameters.php similarity index 100% rename from lib/copy_this/libs/ReCaptcha/RequestParameters.php rename to libs/ReCaptcha/RequestParameters.php diff --git a/lib/copy_this/libs/ReCaptcha/Response.php b/libs/ReCaptcha/Response.php similarity index 100% rename from lib/copy_this/libs/ReCaptcha/Response.php rename to libs/ReCaptcha/Response.php diff --git a/lib/copy_this/libs/TMDb.php b/libs/TMDb.php similarity index 100% rename from lib/copy_this/libs/TMDb.php rename to libs/TMDb.php diff --git a/lib/copy_this/libs/ZipFile.php b/libs/ZipFile.php similarity index 100% rename from lib/copy_this/libs/ZipFile.php rename to libs/ZipFile.php diff --git a/lib/copy_this/libs/autoloader.php b/libs/autoloader.php similarity index 100% rename from lib/copy_this/libs/autoloader.php rename to libs/autoloader.php diff --git a/lib/copy_this/libs/forkdaemon-php/LICENSE b/libs/forkdaemon-php/LICENSE similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/LICENSE rename to libs/forkdaemon-php/LICENSE diff --git a/lib/copy_this/libs/forkdaemon-php/README.md b/libs/forkdaemon-php/README.md similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/README.md rename to libs/forkdaemon-php/README.md diff --git a/lib/copy_this/libs/forkdaemon-php/composer.json b/libs/forkdaemon-php/composer.json similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/composer.json rename to libs/forkdaemon-php/composer.json diff --git a/lib/copy_this/libs/forkdaemon-php/examples/blocking.php b/libs/forkdaemon-php/examples/blocking.php similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/examples/blocking.php rename to libs/forkdaemon-php/examples/blocking.php diff --git a/lib/copy_this/libs/forkdaemon-php/examples/bucket.php b/libs/forkdaemon-php/examples/bucket.php similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/examples/bucket.php rename to libs/forkdaemon-php/examples/bucket.php diff --git a/lib/copy_this/libs/forkdaemon-php/examples/identifier.php b/libs/forkdaemon-php/examples/identifier.php similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/examples/identifier.php rename to libs/forkdaemon-php/examples/identifier.php diff --git a/lib/copy_this/libs/forkdaemon-php/examples/nonblocking.php b/libs/forkdaemon-php/examples/nonblocking.php similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/examples/nonblocking.php rename to libs/forkdaemon-php/examples/nonblocking.php diff --git a/lib/copy_this/libs/forkdaemon-php/examples/result_callback.php b/libs/forkdaemon-php/examples/result_callback.php similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/examples/result_callback.php rename to libs/forkdaemon-php/examples/result_callback.php diff --git a/lib/copy_this/libs/forkdaemon-php/examples/result_deferred.php b/libs/forkdaemon-php/examples/result_deferred.php similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/examples/result_deferred.php rename to libs/forkdaemon-php/examples/result_deferred.php diff --git a/lib/copy_this/libs/forkdaemon-php/fork_daemon.php b/libs/forkdaemon-php/fork_daemon.php similarity index 100% rename from lib/copy_this/libs/forkdaemon-php/fork_daemon.php rename to libs/forkdaemon-php/fork_daemon.php diff --git a/.gitattributes b/libs/getid3/.gitattributes similarity index 100% rename from .gitattributes rename to libs/getid3/.gitattributes diff --git a/lib/copy_this/libs/getid3/.gitignore b/libs/getid3/.gitignore similarity index 100% rename from lib/copy_this/libs/getid3/.gitignore rename to libs/getid3/.gitignore diff --git a/lib/copy_this/libs/getid3/changelog.txt b/libs/getid3/changelog.txt similarity index 100% rename from lib/copy_this/libs/getid3/changelog.txt rename to libs/getid3/changelog.txt diff --git a/lib/copy_this/libs/getid3/demos/demo.audioinfo.class.php b/libs/getid3/demos/demo.audioinfo.class.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.audioinfo.class.php rename to libs/getid3/demos/demo.audioinfo.class.php diff --git a/lib/copy_this/libs/getid3/demos/demo.basic.php b/libs/getid3/demos/demo.basic.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.basic.php rename to libs/getid3/demos/demo.basic.php diff --git a/lib/copy_this/libs/getid3/demos/demo.browse.php b/libs/getid3/demos/demo.browse.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.browse.php rename to libs/getid3/demos/demo.browse.php diff --git a/lib/copy_this/libs/getid3/demos/demo.cache.dbm.php b/libs/getid3/demos/demo.cache.dbm.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.cache.dbm.php rename to libs/getid3/demos/demo.cache.dbm.php diff --git a/lib/copy_this/libs/getid3/demos/demo.cache.mysql.php b/libs/getid3/demos/demo.cache.mysql.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.cache.mysql.php rename to libs/getid3/demos/demo.cache.mysql.php diff --git a/lib/copy_this/libs/getid3/demos/demo.joinmp3.php b/libs/getid3/demos/demo.joinmp3.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.joinmp3.php rename to libs/getid3/demos/demo.joinmp3.php diff --git a/lib/copy_this/libs/getid3/demos/demo.mimeonly.php b/libs/getid3/demos/demo.mimeonly.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.mimeonly.php rename to libs/getid3/demos/demo.mimeonly.php diff --git a/lib/copy_this/libs/getid3/demos/demo.mp3header.php b/libs/getid3/demos/demo.mp3header.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.mp3header.php rename to libs/getid3/demos/demo.mp3header.php diff --git a/lib/copy_this/libs/getid3/demos/demo.mysql.php b/libs/getid3/demos/demo.mysql.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.mysql.php rename to libs/getid3/demos/demo.mysql.php diff --git a/lib/copy_this/libs/getid3/demos/demo.simple.php b/libs/getid3/demos/demo.simple.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.simple.php rename to libs/getid3/demos/demo.simple.php diff --git a/lib/copy_this/libs/getid3/demos/demo.simple.write.php b/libs/getid3/demos/demo.simple.write.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.simple.write.php rename to libs/getid3/demos/demo.simple.write.php diff --git a/lib/copy_this/libs/getid3/demos/demo.write.php b/libs/getid3/demos/demo.write.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.write.php rename to libs/getid3/demos/demo.write.php diff --git a/lib/copy_this/libs/getid3/demos/demo.zip.php b/libs/getid3/demos/demo.zip.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/demo.zip.php rename to libs/getid3/demos/demo.zip.php diff --git a/lib/copy_this/libs/getid3/demos/getid3.css b/libs/getid3/demos/getid3.css similarity index 100% rename from lib/copy_this/libs/getid3/demos/getid3.css rename to libs/getid3/demos/getid3.css diff --git a/lib/copy_this/libs/getid3/demos/getid3.demo.dirscan.php b/libs/getid3/demos/getid3.demo.dirscan.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/getid3.demo.dirscan.php rename to libs/getid3/demos/getid3.demo.dirscan.php diff --git a/lib/copy_this/libs/getid3/demos/index.php b/libs/getid3/demos/index.php similarity index 100% rename from lib/copy_this/libs/getid3/demos/index.php rename to libs/getid3/demos/index.php diff --git a/lib/copy_this/libs/getid3/dependencies.txt b/libs/getid3/dependencies.txt similarity index 100% rename from lib/copy_this/libs/getid3/dependencies.txt rename to libs/getid3/dependencies.txt diff --git a/lib/copy_this/libs/getid3/getID3-1.9.7.readme.txt b/libs/getid3/getID3-1.9.7.readme.txt similarity index 100% rename from lib/copy_this/libs/getid3/getID3-1.9.7.readme.txt rename to libs/getid3/getID3-1.9.7.readme.txt diff --git a/lib/copy_this/libs/getid3/getid3/extension.cache.dbm.php b/libs/getid3/getid3/extension.cache.dbm.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/extension.cache.dbm.php rename to libs/getid3/getid3/extension.cache.dbm.php diff --git a/lib/copy_this/libs/getid3/getid3/extension.cache.mysql.php b/libs/getid3/getid3/extension.cache.mysql.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/extension.cache.mysql.php rename to libs/getid3/getid3/extension.cache.mysql.php diff --git a/lib/copy_this/libs/getid3/getid3/extension.cache.sqlite3.php b/libs/getid3/getid3/extension.cache.sqlite3.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/extension.cache.sqlite3.php rename to libs/getid3/getid3/extension.cache.sqlite3.php diff --git a/lib/copy_this/libs/getid3/getid3/getid3.lib.php b/libs/getid3/getid3/getid3.lib.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/getid3.lib.php rename to libs/getid3/getid3/getid3.lib.php diff --git a/lib/copy_this/libs/getid3/getid3/getid3.php b/libs/getid3/getid3/getid3.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/getid3.php rename to libs/getid3/getid3/getid3.php diff --git a/lib/copy_this/libs/getid3/getid3/module.archive.gzip.php b/libs/getid3/getid3/module.archive.gzip.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.archive.gzip.php rename to libs/getid3/getid3/module.archive.gzip.php diff --git a/lib/copy_this/libs/getid3/getid3/module.archive.rar.php b/libs/getid3/getid3/module.archive.rar.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.archive.rar.php rename to libs/getid3/getid3/module.archive.rar.php diff --git a/lib/copy_this/libs/getid3/getid3/module.archive.szip.php b/libs/getid3/getid3/module.archive.szip.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.archive.szip.php rename to libs/getid3/getid3/module.archive.szip.php diff --git a/lib/copy_this/libs/getid3/getid3/module.archive.tar.php b/libs/getid3/getid3/module.archive.tar.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.archive.tar.php rename to libs/getid3/getid3/module.archive.tar.php diff --git a/lib/copy_this/libs/getid3/getid3/module.archive.zip.php b/libs/getid3/getid3/module.archive.zip.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.archive.zip.php rename to libs/getid3/getid3/module.archive.zip.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.asf.php b/libs/getid3/getid3/module.audio-video.asf.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.asf.php rename to libs/getid3/getid3/module.audio-video.asf.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.bink.php b/libs/getid3/getid3/module.audio-video.bink.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.bink.php rename to libs/getid3/getid3/module.audio-video.bink.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.flv.php b/libs/getid3/getid3/module.audio-video.flv.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.flv.php rename to libs/getid3/getid3/module.audio-video.flv.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.matroska.php b/libs/getid3/getid3/module.audio-video.matroska.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.matroska.php rename to libs/getid3/getid3/module.audio-video.matroska.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.mpeg.php b/libs/getid3/getid3/module.audio-video.mpeg.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.mpeg.php rename to libs/getid3/getid3/module.audio-video.mpeg.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.nsv.php b/libs/getid3/getid3/module.audio-video.nsv.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.nsv.php rename to libs/getid3/getid3/module.audio-video.nsv.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.quicktime.php b/libs/getid3/getid3/module.audio-video.quicktime.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.quicktime.php rename to libs/getid3/getid3/module.audio-video.quicktime.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.real.php b/libs/getid3/getid3/module.audio-video.real.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.real.php rename to libs/getid3/getid3/module.audio-video.real.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.riff.php b/libs/getid3/getid3/module.audio-video.riff.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.riff.php rename to libs/getid3/getid3/module.audio-video.riff.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.swf.php b/libs/getid3/getid3/module.audio-video.swf.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.swf.php rename to libs/getid3/getid3/module.audio-video.swf.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio-video.ts.php b/libs/getid3/getid3/module.audio-video.ts.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio-video.ts.php rename to libs/getid3/getid3/module.audio-video.ts.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.aa.php b/libs/getid3/getid3/module.audio.aa.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.aa.php rename to libs/getid3/getid3/module.audio.aa.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.aac.php b/libs/getid3/getid3/module.audio.aac.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.aac.php rename to libs/getid3/getid3/module.audio.aac.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.ac3.php b/libs/getid3/getid3/module.audio.ac3.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.ac3.php rename to libs/getid3/getid3/module.audio.ac3.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.au.php b/libs/getid3/getid3/module.audio.au.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.au.php rename to libs/getid3/getid3/module.audio.au.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.avr.php b/libs/getid3/getid3/module.audio.avr.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.avr.php rename to libs/getid3/getid3/module.audio.avr.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.bonk.php b/libs/getid3/getid3/module.audio.bonk.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.bonk.php rename to libs/getid3/getid3/module.audio.bonk.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.dss.php b/libs/getid3/getid3/module.audio.dss.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.dss.php rename to libs/getid3/getid3/module.audio.dss.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.dts.php b/libs/getid3/getid3/module.audio.dts.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.dts.php rename to libs/getid3/getid3/module.audio.dts.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.flac.php b/libs/getid3/getid3/module.audio.flac.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.flac.php rename to libs/getid3/getid3/module.audio.flac.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.la.php b/libs/getid3/getid3/module.audio.la.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.la.php rename to libs/getid3/getid3/module.audio.la.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.lpac.php b/libs/getid3/getid3/module.audio.lpac.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.lpac.php rename to libs/getid3/getid3/module.audio.lpac.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.midi.php b/libs/getid3/getid3/module.audio.midi.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.midi.php rename to libs/getid3/getid3/module.audio.midi.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.mod.php b/libs/getid3/getid3/module.audio.mod.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.mod.php rename to libs/getid3/getid3/module.audio.mod.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.monkey.php b/libs/getid3/getid3/module.audio.monkey.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.monkey.php rename to libs/getid3/getid3/module.audio.monkey.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.mp3.php b/libs/getid3/getid3/module.audio.mp3.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.mp3.php rename to libs/getid3/getid3/module.audio.mp3.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.mpc.php b/libs/getid3/getid3/module.audio.mpc.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.mpc.php rename to libs/getid3/getid3/module.audio.mpc.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.ogg.php b/libs/getid3/getid3/module.audio.ogg.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.ogg.php rename to libs/getid3/getid3/module.audio.ogg.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.optimfrog.php b/libs/getid3/getid3/module.audio.optimfrog.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.optimfrog.php rename to libs/getid3/getid3/module.audio.optimfrog.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.rkau.php b/libs/getid3/getid3/module.audio.rkau.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.rkau.php rename to libs/getid3/getid3/module.audio.rkau.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.shorten.php b/libs/getid3/getid3/module.audio.shorten.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.shorten.php rename to libs/getid3/getid3/module.audio.shorten.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.tta.php b/libs/getid3/getid3/module.audio.tta.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.tta.php rename to libs/getid3/getid3/module.audio.tta.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.voc.php b/libs/getid3/getid3/module.audio.voc.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.voc.php rename to libs/getid3/getid3/module.audio.voc.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.vqf.php b/libs/getid3/getid3/module.audio.vqf.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.vqf.php rename to libs/getid3/getid3/module.audio.vqf.php diff --git a/lib/copy_this/libs/getid3/getid3/module.audio.wavpack.php b/libs/getid3/getid3/module.audio.wavpack.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.audio.wavpack.php rename to libs/getid3/getid3/module.audio.wavpack.php diff --git a/lib/copy_this/libs/getid3/getid3/module.graphic.bmp.php b/libs/getid3/getid3/module.graphic.bmp.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.graphic.bmp.php rename to libs/getid3/getid3/module.graphic.bmp.php diff --git a/lib/copy_this/libs/getid3/getid3/module.graphic.efax.php b/libs/getid3/getid3/module.graphic.efax.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.graphic.efax.php rename to libs/getid3/getid3/module.graphic.efax.php diff --git a/lib/copy_this/libs/getid3/getid3/module.graphic.gif.php b/libs/getid3/getid3/module.graphic.gif.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.graphic.gif.php rename to libs/getid3/getid3/module.graphic.gif.php diff --git a/lib/copy_this/libs/getid3/getid3/module.graphic.jpg.php b/libs/getid3/getid3/module.graphic.jpg.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.graphic.jpg.php rename to libs/getid3/getid3/module.graphic.jpg.php diff --git a/lib/copy_this/libs/getid3/getid3/module.graphic.pcd.php b/libs/getid3/getid3/module.graphic.pcd.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.graphic.pcd.php rename to libs/getid3/getid3/module.graphic.pcd.php diff --git a/lib/copy_this/libs/getid3/getid3/module.graphic.png.php b/libs/getid3/getid3/module.graphic.png.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.graphic.png.php rename to libs/getid3/getid3/module.graphic.png.php diff --git a/lib/copy_this/libs/getid3/getid3/module.graphic.svg.php b/libs/getid3/getid3/module.graphic.svg.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.graphic.svg.php rename to libs/getid3/getid3/module.graphic.svg.php diff --git a/lib/copy_this/libs/getid3/getid3/module.graphic.tiff.php b/libs/getid3/getid3/module.graphic.tiff.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.graphic.tiff.php rename to libs/getid3/getid3/module.graphic.tiff.php diff --git a/lib/copy_this/libs/getid3/getid3/module.misc.cue.php b/libs/getid3/getid3/module.misc.cue.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.misc.cue.php rename to libs/getid3/getid3/module.misc.cue.php diff --git a/lib/copy_this/libs/getid3/getid3/module.misc.exe.php b/libs/getid3/getid3/module.misc.exe.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.misc.exe.php rename to libs/getid3/getid3/module.misc.exe.php diff --git a/lib/copy_this/libs/getid3/getid3/module.misc.iso.php b/libs/getid3/getid3/module.misc.iso.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.misc.iso.php rename to libs/getid3/getid3/module.misc.iso.php diff --git a/lib/copy_this/libs/getid3/getid3/module.misc.msoffice.php b/libs/getid3/getid3/module.misc.msoffice.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.misc.msoffice.php rename to libs/getid3/getid3/module.misc.msoffice.php diff --git a/lib/copy_this/libs/getid3/getid3/module.misc.par2.php b/libs/getid3/getid3/module.misc.par2.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.misc.par2.php rename to libs/getid3/getid3/module.misc.par2.php diff --git a/lib/copy_this/libs/getid3/getid3/module.misc.pdf.php b/libs/getid3/getid3/module.misc.pdf.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.misc.pdf.php rename to libs/getid3/getid3/module.misc.pdf.php diff --git a/lib/copy_this/libs/getid3/getid3/module.tag.apetag.php b/libs/getid3/getid3/module.tag.apetag.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.tag.apetag.php rename to libs/getid3/getid3/module.tag.apetag.php diff --git a/lib/copy_this/libs/getid3/getid3/module.tag.id3v1.php b/libs/getid3/getid3/module.tag.id3v1.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.tag.id3v1.php rename to libs/getid3/getid3/module.tag.id3v1.php diff --git a/lib/copy_this/libs/getid3/getid3/module.tag.id3v2.php b/libs/getid3/getid3/module.tag.id3v2.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.tag.id3v2.php rename to libs/getid3/getid3/module.tag.id3v2.php diff --git a/lib/copy_this/libs/getid3/getid3/module.tag.lyrics3.php b/libs/getid3/getid3/module.tag.lyrics3.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.tag.lyrics3.php rename to libs/getid3/getid3/module.tag.lyrics3.php diff --git a/lib/copy_this/libs/getid3/getid3/module.tag.xmp.php b/libs/getid3/getid3/module.tag.xmp.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/module.tag.xmp.php rename to libs/getid3/getid3/module.tag.xmp.php diff --git a/lib/copy_this/libs/getid3/getid3/write.apetag.php b/libs/getid3/getid3/write.apetag.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/write.apetag.php rename to libs/getid3/getid3/write.apetag.php diff --git a/lib/copy_this/libs/getid3/getid3/write.id3v1.php b/libs/getid3/getid3/write.id3v1.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/write.id3v1.php rename to libs/getid3/getid3/write.id3v1.php diff --git a/lib/copy_this/libs/getid3/getid3/write.id3v2.php b/libs/getid3/getid3/write.id3v2.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/write.id3v2.php rename to libs/getid3/getid3/write.id3v2.php diff --git a/lib/copy_this/libs/getid3/getid3/write.lyrics3.php b/libs/getid3/getid3/write.lyrics3.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/write.lyrics3.php rename to libs/getid3/getid3/write.lyrics3.php diff --git a/lib/copy_this/libs/getid3/getid3/write.metaflac.php b/libs/getid3/getid3/write.metaflac.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/write.metaflac.php rename to libs/getid3/getid3/write.metaflac.php diff --git a/lib/copy_this/libs/getid3/getid3/write.php b/libs/getid3/getid3/write.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/write.php rename to libs/getid3/getid3/write.php diff --git a/lib/copy_this/libs/getid3/getid3/write.real.php b/libs/getid3/getid3/write.real.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/write.real.php rename to libs/getid3/getid3/write.real.php diff --git a/lib/copy_this/libs/getid3/getid3/write.vorbiscomment.php b/libs/getid3/getid3/write.vorbiscomment.php similarity index 100% rename from lib/copy_this/libs/getid3/getid3/write.vorbiscomment.php rename to libs/getid3/getid3/write.vorbiscomment.php diff --git a/lib/copy_this/libs/getid3/helperapps/cygwin1.dll b/libs/getid3/helperapps/cygwin1.dll similarity index 100% rename from lib/copy_this/libs/getid3/helperapps/cygwin1.dll rename to libs/getid3/helperapps/cygwin1.dll diff --git a/lib/copy_this/libs/getid3/helperapps/head.exe b/libs/getid3/helperapps/head.exe similarity index 100% rename from lib/copy_this/libs/getid3/helperapps/head.exe rename to libs/getid3/helperapps/head.exe diff --git a/lib/copy_this/libs/getid3/helperapps/md5sum.exe b/libs/getid3/helperapps/md5sum.exe similarity index 100% rename from lib/copy_this/libs/getid3/helperapps/md5sum.exe rename to libs/getid3/helperapps/md5sum.exe diff --git a/lib/copy_this/libs/getid3/helperapps/metaflac.exe b/libs/getid3/helperapps/metaflac.exe similarity index 100% rename from lib/copy_this/libs/getid3/helperapps/metaflac.exe rename to libs/getid3/helperapps/metaflac.exe diff --git a/lib/copy_this/libs/getid3/helperapps/readme.helperapps.txt b/libs/getid3/helperapps/readme.helperapps.txt similarity index 100% rename from lib/copy_this/libs/getid3/helperapps/readme.helperapps.txt rename to libs/getid3/helperapps/readme.helperapps.txt diff --git a/lib/copy_this/libs/getid3/helperapps/sha1sum.exe b/libs/getid3/helperapps/sha1sum.exe similarity index 100% rename from lib/copy_this/libs/getid3/helperapps/sha1sum.exe rename to libs/getid3/helperapps/sha1sum.exe diff --git a/lib/copy_this/libs/getid3/helperapps/shorten.exe b/libs/getid3/helperapps/shorten.exe similarity index 100% rename from lib/copy_this/libs/getid3/helperapps/shorten.exe rename to libs/getid3/helperapps/shorten.exe diff --git a/lib/copy_this/libs/getid3/helperapps/tail.exe b/libs/getid3/helperapps/tail.exe similarity index 100% rename from lib/copy_this/libs/getid3/helperapps/tail.exe rename to libs/getid3/helperapps/tail.exe diff --git a/lib/copy_this/libs/getid3/helperapps/vorbiscomment.exe b/libs/getid3/helperapps/vorbiscomment.exe similarity index 100% rename from lib/copy_this/libs/getid3/helperapps/vorbiscomment.exe rename to libs/getid3/helperapps/vorbiscomment.exe diff --git a/lib/copy_this/libs/getid3/license.txt b/libs/getid3/license.txt similarity index 100% rename from lib/copy_this/libs/getid3/license.txt rename to libs/getid3/license.txt diff --git a/lib/copy_this/libs/getid3/licenses/licence.gpl-10.txt b/libs/getid3/licenses/licence.gpl-10.txt similarity index 100% rename from lib/copy_this/libs/getid3/licenses/licence.gpl-10.txt rename to libs/getid3/licenses/licence.gpl-10.txt diff --git a/lib/copy_this/libs/getid3/licenses/licence.gpl-20.txt b/libs/getid3/licenses/licence.gpl-20.txt similarity index 100% rename from lib/copy_this/libs/getid3/licenses/licence.gpl-20.txt rename to libs/getid3/licenses/licence.gpl-20.txt diff --git a/lib/copy_this/libs/getid3/licenses/licence.gpl-30.txt b/libs/getid3/licenses/licence.gpl-30.txt similarity index 100% rename from lib/copy_this/libs/getid3/licenses/licence.gpl-30.txt rename to libs/getid3/licenses/licence.gpl-30.txt diff --git a/lib/copy_this/libs/getid3/licenses/licence.lgpl-30.txt b/libs/getid3/licenses/licence.lgpl-30.txt similarity index 100% rename from lib/copy_this/libs/getid3/licenses/licence.lgpl-30.txt rename to libs/getid3/licenses/licence.lgpl-30.txt diff --git a/lib/copy_this/libs/getid3/licenses/licence.mpl-20.txt b/libs/getid3/licenses/licence.mpl-20.txt similarity index 100% rename from lib/copy_this/libs/getid3/licenses/licence.mpl-20.txt rename to libs/getid3/licenses/licence.mpl-20.txt diff --git a/lib/copy_this/libs/getid3/licenses/license.commercial.txt b/libs/getid3/licenses/license.commercial.txt similarity index 100% rename from lib/copy_this/libs/getid3/licenses/license.commercial.txt rename to libs/getid3/licenses/license.commercial.txt diff --git a/lib/copy_this/libs/getid3/structure.txt b/libs/getid3/structure.txt similarity index 100% rename from lib/copy_this/libs/getid3/structure.txt rename to libs/getid3/structure.txt diff --git a/lib/copy_this/libs/rarinfo/archiveinfo.php b/libs/rarinfo/archiveinfo.php similarity index 100% rename from lib/copy_this/libs/rarinfo/archiveinfo.php rename to libs/rarinfo/archiveinfo.php diff --git a/lib/copy_this/libs/rarinfo/archivereader.php b/libs/rarinfo/archivereader.php similarity index 100% rename from lib/copy_this/libs/rarinfo/archivereader.php rename to libs/rarinfo/archivereader.php diff --git a/lib/copy_this/libs/rarinfo/par2info.php b/libs/rarinfo/par2info.php similarity index 100% rename from lib/copy_this/libs/rarinfo/par2info.php rename to libs/rarinfo/par2info.php diff --git a/lib/copy_this/libs/rarinfo/pipereader.php b/libs/rarinfo/pipereader.php similarity index 100% rename from lib/copy_this/libs/rarinfo/pipereader.php rename to libs/rarinfo/pipereader.php diff --git a/lib/copy_this/libs/rarinfo/rarinfo.php b/libs/rarinfo/rarinfo.php similarity index 100% rename from lib/copy_this/libs/rarinfo/rarinfo.php rename to libs/rarinfo/rarinfo.php diff --git a/lib/copy_this/libs/rarinfo/sfvinfo.php b/libs/rarinfo/sfvinfo.php similarity index 100% rename from lib/copy_this/libs/rarinfo/sfvinfo.php rename to libs/rarinfo/sfvinfo.php diff --git a/lib/copy_this/libs/rarinfo/srrinfo.php b/libs/rarinfo/srrinfo.php similarity index 100% rename from lib/copy_this/libs/rarinfo/srrinfo.php rename to libs/rarinfo/srrinfo.php diff --git a/lib/copy_this/libs/rarinfo/szipinfo.php b/libs/rarinfo/szipinfo.php similarity index 100% rename from lib/copy_this/libs/rarinfo/szipinfo.php rename to libs/rarinfo/szipinfo.php diff --git a/lib/copy_this/libs/rarinfo/zipinfo.php b/libs/rarinfo/zipinfo.php similarity index 100% rename from lib/copy_this/libs/rarinfo/zipinfo.php rename to libs/rarinfo/zipinfo.php diff --git a/lib/copy_this/libs/simple_html_dom.php b/libs/simple_html_dom.php similarity index 100% rename from lib/copy_this/libs/simple_html_dom.php rename to libs/simple_html_dom.php diff --git a/lib/copy_this/libs/smarty/Smarty.class.php b/libs/smarty/Smarty.class.php similarity index 99% rename from lib/copy_this/libs/smarty/Smarty.class.php rename to libs/smarty/Smarty.class.php index 76ad37f1e..57b693cb6 100644 --- a/lib/copy_this/libs/smarty/Smarty.class.php +++ b/libs/smarty/Smarty.class.php @@ -79,7 +79,7 @@ if (!defined('SMARTY_RESOURCE_DATE_FORMAT')) { */ if (!class_exists('Smarty_Autoloader', false)) { if (!class_exists('Smarty_Internal_Data', true)) { - require_once 'Autoloader.php'; + require_once 'autoloader.php'; Smarty_Autoloader::registerBC(); } } diff --git a/lib/copy_this/libs/smarty/SmartyBC.class.php b/libs/smarty/SmartyBC.class.php similarity index 100% rename from lib/copy_this/libs/smarty/SmartyBC.class.php rename to libs/smarty/SmartyBC.class.php diff --git a/lib/copy_this/libs/smarty/autoloader.php b/libs/smarty/autoloader.php similarity index 100% rename from lib/copy_this/libs/smarty/autoloader.php rename to libs/smarty/autoloader.php diff --git a/lib/copy_this/libs/smarty/debug.tpl b/libs/smarty/debug.tpl similarity index 100% rename from lib/copy_this/libs/smarty/debug.tpl rename to libs/smarty/debug.tpl diff --git a/lib/copy_this/libs/smarty/plugins/block.php.php b/libs/smarty/plugins/block.php.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/block.php.php rename to libs/smarty/plugins/block.php.php diff --git a/lib/copy_this/libs/smarty/plugins/block.textformat.php b/libs/smarty/plugins/block.textformat.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/block.textformat.php rename to libs/smarty/plugins/block.textformat.php diff --git a/lib/copy_this/libs/smarty/plugins/function.counter.php b/libs/smarty/plugins/function.counter.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.counter.php rename to libs/smarty/plugins/function.counter.php diff --git a/lib/copy_this/libs/smarty/plugins/function.cycle.php b/libs/smarty/plugins/function.cycle.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.cycle.php rename to libs/smarty/plugins/function.cycle.php diff --git a/lib/copy_this/libs/smarty/plugins/function.fetch.php b/libs/smarty/plugins/function.fetch.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.fetch.php rename to libs/smarty/plugins/function.fetch.php diff --git a/lib/copy_this/libs/smarty/plugins/function.html_checkboxes.php b/libs/smarty/plugins/function.html_checkboxes.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.html_checkboxes.php rename to libs/smarty/plugins/function.html_checkboxes.php diff --git a/lib/copy_this/libs/smarty/plugins/function.html_image.php b/libs/smarty/plugins/function.html_image.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.html_image.php rename to libs/smarty/plugins/function.html_image.php diff --git a/lib/copy_this/libs/smarty/plugins/function.html_options.php b/libs/smarty/plugins/function.html_options.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.html_options.php rename to libs/smarty/plugins/function.html_options.php diff --git a/lib/copy_this/libs/smarty/plugins/function.html_options_multiple.php b/libs/smarty/plugins/function.html_options_multiple.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.html_options_multiple.php rename to libs/smarty/plugins/function.html_options_multiple.php diff --git a/lib/copy_this/libs/smarty/plugins/function.html_radios.php b/libs/smarty/plugins/function.html_radios.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.html_radios.php rename to libs/smarty/plugins/function.html_radios.php diff --git a/lib/copy_this/libs/smarty/plugins/function.html_select_date.php b/libs/smarty/plugins/function.html_select_date.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.html_select_date.php rename to libs/smarty/plugins/function.html_select_date.php diff --git a/lib/copy_this/libs/smarty/plugins/function.html_select_time.php b/libs/smarty/plugins/function.html_select_time.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.html_select_time.php rename to libs/smarty/plugins/function.html_select_time.php diff --git a/lib/copy_this/libs/smarty/plugins/function.html_table.php b/libs/smarty/plugins/function.html_table.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.html_table.php rename to libs/smarty/plugins/function.html_table.php diff --git a/lib/copy_this/libs/smarty/plugins/function.mailto.php b/libs/smarty/plugins/function.mailto.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.mailto.php rename to libs/smarty/plugins/function.mailto.php diff --git a/lib/copy_this/libs/smarty/plugins/function.math.php b/libs/smarty/plugins/function.math.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/function.math.php rename to libs/smarty/plugins/function.math.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.capitalize.php b/libs/smarty/plugins/modifier.capitalize.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.capitalize.php rename to libs/smarty/plugins/modifier.capitalize.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.date_format.php b/libs/smarty/plugins/modifier.date_format.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.date_format.php rename to libs/smarty/plugins/modifier.date_format.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.daysago.php b/libs/smarty/plugins/modifier.daysago.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.daysago.php rename to libs/smarty/plugins/modifier.daysago.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.debug_print_var.php b/libs/smarty/plugins/modifier.debug_print_var.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.debug_print_var.php rename to libs/smarty/plugins/modifier.debug_print_var.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.escape.php b/libs/smarty/plugins/modifier.escape.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.escape.php rename to libs/smarty/plugins/modifier.escape.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.fsize_format.php b/libs/smarty/plugins/modifier.fsize_format.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.fsize_format.php rename to libs/smarty/plugins/modifier.fsize_format.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.magicurl.php b/libs/smarty/plugins/modifier.magicurl.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.magicurl.php rename to libs/smarty/plugins/modifier.magicurl.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.nl2br.php b/libs/smarty/plugins/modifier.nl2br.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.nl2br.php rename to libs/smarty/plugins/modifier.nl2br.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.parray.php b/libs/smarty/plugins/modifier.parray.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.parray.php rename to libs/smarty/plugins/modifier.parray.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.phpdate_format.php b/libs/smarty/plugins/modifier.phpdate_format.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.phpdate_format.php rename to libs/smarty/plugins/modifier.phpdate_format.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.regex_replace.php b/libs/smarty/plugins/modifier.regex_replace.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.regex_replace.php rename to libs/smarty/plugins/modifier.regex_replace.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.replace.php b/libs/smarty/plugins/modifier.replace.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.replace.php rename to libs/smarty/plugins/modifier.replace.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.roundup.php b/libs/smarty/plugins/modifier.roundup.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.roundup.php rename to libs/smarty/plugins/modifier.roundup.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.spacify.php b/libs/smarty/plugins/modifier.spacify.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.spacify.php rename to libs/smarty/plugins/modifier.spacify.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.strtotime.php b/libs/smarty/plugins/modifier.strtotime.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.strtotime.php rename to libs/smarty/plugins/modifier.strtotime.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.timeago.php b/libs/smarty/plugins/modifier.timeago.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.timeago.php rename to libs/smarty/plugins/modifier.timeago.php diff --git a/lib/copy_this/libs/smarty/plugins/modifier.truncate.php b/libs/smarty/plugins/modifier.truncate.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifier.truncate.php rename to libs/smarty/plugins/modifier.truncate.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.cat.php b/libs/smarty/plugins/modifiercompiler.cat.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.cat.php rename to libs/smarty/plugins/modifiercompiler.cat.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.count_characters.php b/libs/smarty/plugins/modifiercompiler.count_characters.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.count_characters.php rename to libs/smarty/plugins/modifiercompiler.count_characters.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.count_paragraphs.php b/libs/smarty/plugins/modifiercompiler.count_paragraphs.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.count_paragraphs.php rename to libs/smarty/plugins/modifiercompiler.count_paragraphs.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.count_sentences.php b/libs/smarty/plugins/modifiercompiler.count_sentences.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.count_sentences.php rename to libs/smarty/plugins/modifiercompiler.count_sentences.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.count_words.php b/libs/smarty/plugins/modifiercompiler.count_words.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.count_words.php rename to libs/smarty/plugins/modifiercompiler.count_words.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.default.php b/libs/smarty/plugins/modifiercompiler.default.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.default.php rename to libs/smarty/plugins/modifiercompiler.default.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.escape.php b/libs/smarty/plugins/modifiercompiler.escape.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.escape.php rename to libs/smarty/plugins/modifiercompiler.escape.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.from_charset.php b/libs/smarty/plugins/modifiercompiler.from_charset.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.from_charset.php rename to libs/smarty/plugins/modifiercompiler.from_charset.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.indent.php b/libs/smarty/plugins/modifiercompiler.indent.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.indent.php rename to libs/smarty/plugins/modifiercompiler.indent.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.lower.php b/libs/smarty/plugins/modifiercompiler.lower.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.lower.php rename to libs/smarty/plugins/modifiercompiler.lower.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.noprint.php b/libs/smarty/plugins/modifiercompiler.noprint.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.noprint.php rename to libs/smarty/plugins/modifiercompiler.noprint.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.string_format.php b/libs/smarty/plugins/modifiercompiler.string_format.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.string_format.php rename to libs/smarty/plugins/modifiercompiler.string_format.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.strip.php b/libs/smarty/plugins/modifiercompiler.strip.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.strip.php rename to libs/smarty/plugins/modifiercompiler.strip.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.strip_tags.php b/libs/smarty/plugins/modifiercompiler.strip_tags.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.strip_tags.php rename to libs/smarty/plugins/modifiercompiler.strip_tags.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.to_charset.php b/libs/smarty/plugins/modifiercompiler.to_charset.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.to_charset.php rename to libs/smarty/plugins/modifiercompiler.to_charset.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.unescape.php b/libs/smarty/plugins/modifiercompiler.unescape.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.unescape.php rename to libs/smarty/plugins/modifiercompiler.unescape.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.upper.php b/libs/smarty/plugins/modifiercompiler.upper.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.upper.php rename to libs/smarty/plugins/modifiercompiler.upper.php diff --git a/lib/copy_this/libs/smarty/plugins/modifiercompiler.wordwrap.php b/libs/smarty/plugins/modifiercompiler.wordwrap.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/modifiercompiler.wordwrap.php rename to libs/smarty/plugins/modifiercompiler.wordwrap.php diff --git a/lib/copy_this/libs/smarty/plugins/outputfilter.trimwhitespace.php b/libs/smarty/plugins/outputfilter.trimwhitespace.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/outputfilter.trimwhitespace.php rename to libs/smarty/plugins/outputfilter.trimwhitespace.php diff --git a/lib/copy_this/libs/smarty/plugins/shared.escape_special_chars.php b/libs/smarty/plugins/shared.escape_special_chars.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/shared.escape_special_chars.php rename to libs/smarty/plugins/shared.escape_special_chars.php diff --git a/lib/copy_this/libs/smarty/plugins/shared.literal_compiler_param.php b/libs/smarty/plugins/shared.literal_compiler_param.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/shared.literal_compiler_param.php rename to libs/smarty/plugins/shared.literal_compiler_param.php diff --git a/lib/copy_this/libs/smarty/plugins/shared.make_timestamp.php b/libs/smarty/plugins/shared.make_timestamp.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/shared.make_timestamp.php rename to libs/smarty/plugins/shared.make_timestamp.php diff --git a/lib/copy_this/libs/smarty/plugins/shared.mb_str_replace.php b/libs/smarty/plugins/shared.mb_str_replace.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/shared.mb_str_replace.php rename to libs/smarty/plugins/shared.mb_str_replace.php diff --git a/lib/copy_this/libs/smarty/plugins/shared.mb_unicode.php b/libs/smarty/plugins/shared.mb_unicode.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/shared.mb_unicode.php rename to libs/smarty/plugins/shared.mb_unicode.php diff --git a/lib/copy_this/libs/smarty/plugins/shared.mb_wordwrap.php b/libs/smarty/plugins/shared.mb_wordwrap.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/shared.mb_wordwrap.php rename to libs/smarty/plugins/shared.mb_wordwrap.php diff --git a/lib/copy_this/libs/smarty/plugins/variablefilter.htmlspecialchars.php b/libs/smarty/plugins/variablefilter.htmlspecialchars.php similarity index 100% rename from lib/copy_this/libs/smarty/plugins/variablefilter.htmlspecialchars.php rename to libs/smarty/plugins/variablefilter.htmlspecialchars.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_cacheresource.php b/libs/smarty/sysplugins/smarty_cacheresource.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_cacheresource.php rename to libs/smarty/sysplugins/smarty_cacheresource.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_cacheresource_custom.php b/libs/smarty/sysplugins/smarty_cacheresource_custom.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_cacheresource_custom.php rename to libs/smarty/sysplugins/smarty_cacheresource_custom.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php b/libs/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php rename to libs/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_config_source.php b/libs/smarty/sysplugins/smarty_config_source.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_config_source.php rename to libs/smarty/sysplugins/smarty_config_source.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_data.php b/libs/smarty/sysplugins/smarty_data.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_data.php rename to libs/smarty/sysplugins/smarty_data.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_cacheresource_file.php b/libs/smarty/sysplugins/smarty_internal_cacheresource_file.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_cacheresource_file.php rename to libs/smarty/sysplugins/smarty_internal_cacheresource_file.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_append.php b/libs/smarty/sysplugins/smarty_internal_compile_append.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_append.php rename to libs/smarty/sysplugins/smarty_internal_compile_append.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_assign.php b/libs/smarty/sysplugins/smarty_internal_compile_assign.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_assign.php rename to libs/smarty/sysplugins/smarty_internal_compile_assign.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_block.php b/libs/smarty/sysplugins/smarty_internal_compile_block.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_block.php rename to libs/smarty/sysplugins/smarty_internal_compile_block.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_break.php b/libs/smarty/sysplugins/smarty_internal_compile_break.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_break.php rename to libs/smarty/sysplugins/smarty_internal_compile_break.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_call.php b/libs/smarty/sysplugins/smarty_internal_compile_call.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_call.php rename to libs/smarty/sysplugins/smarty_internal_compile_call.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_capture.php b/libs/smarty/sysplugins/smarty_internal_compile_capture.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_capture.php rename to libs/smarty/sysplugins/smarty_internal_compile_capture.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_config_load.php b/libs/smarty/sysplugins/smarty_internal_compile_config_load.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_config_load.php rename to libs/smarty/sysplugins/smarty_internal_compile_config_load.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_continue.php b/libs/smarty/sysplugins/smarty_internal_compile_continue.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_continue.php rename to libs/smarty/sysplugins/smarty_internal_compile_continue.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_debug.php b/libs/smarty/sysplugins/smarty_internal_compile_debug.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_debug.php rename to libs/smarty/sysplugins/smarty_internal_compile_debug.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_eval.php b/libs/smarty/sysplugins/smarty_internal_compile_eval.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_eval.php rename to libs/smarty/sysplugins/smarty_internal_compile_eval.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_extends.php b/libs/smarty/sysplugins/smarty_internal_compile_extends.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_extends.php rename to libs/smarty/sysplugins/smarty_internal_compile_extends.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_for.php b/libs/smarty/sysplugins/smarty_internal_compile_for.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_for.php rename to libs/smarty/sysplugins/smarty_internal_compile_for.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_foreach.php b/libs/smarty/sysplugins/smarty_internal_compile_foreach.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_foreach.php rename to libs/smarty/sysplugins/smarty_internal_compile_foreach.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_function.php b/libs/smarty/sysplugins/smarty_internal_compile_function.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_function.php rename to libs/smarty/sysplugins/smarty_internal_compile_function.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_if.php b/libs/smarty/sysplugins/smarty_internal_compile_if.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_if.php rename to libs/smarty/sysplugins/smarty_internal_compile_if.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_include.php b/libs/smarty/sysplugins/smarty_internal_compile_include.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_include.php rename to libs/smarty/sysplugins/smarty_internal_compile_include.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_include_php.php b/libs/smarty/sysplugins/smarty_internal_compile_include_php.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_include_php.php rename to libs/smarty/sysplugins/smarty_internal_compile_include_php.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_insert.php b/libs/smarty/sysplugins/smarty_internal_compile_insert.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_insert.php rename to libs/smarty/sysplugins/smarty_internal_compile_insert.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_ldelim.php b/libs/smarty/sysplugins/smarty_internal_compile_ldelim.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_ldelim.php rename to libs/smarty/sysplugins/smarty_internal_compile_ldelim.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_nocache.php b/libs/smarty/sysplugins/smarty_internal_compile_nocache.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_nocache.php rename to libs/smarty/sysplugins/smarty_internal_compile_nocache.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php b/libs/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php rename to libs/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php b/libs/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php rename to libs/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_modifier.php b/libs/smarty/sysplugins/smarty_internal_compile_private_modifier.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_modifier.php rename to libs/smarty/sysplugins/smarty_internal_compile_private_modifier.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php b/libs/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php rename to libs/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_object_function.php b/libs/smarty/sysplugins/smarty_internal_compile_private_object_function.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_object_function.php rename to libs/smarty/sysplugins/smarty_internal_compile_private_object_function.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_print_expression.php b/libs/smarty/sysplugins/smarty_internal_compile_private_print_expression.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_print_expression.php rename to libs/smarty/sysplugins/smarty_internal_compile_private_print_expression.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_registered_block.php b/libs/smarty/sysplugins/smarty_internal_compile_private_registered_block.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_registered_block.php rename to libs/smarty/sysplugins/smarty_internal_compile_private_registered_block.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_registered_function.php b/libs/smarty/sysplugins/smarty_internal_compile_private_registered_function.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_registered_function.php rename to libs/smarty/sysplugins/smarty_internal_compile_private_registered_function.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_special_variable.php b/libs/smarty/sysplugins/smarty_internal_compile_private_special_variable.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_private_special_variable.php rename to libs/smarty/sysplugins/smarty_internal_compile_private_special_variable.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_rdelim.php b/libs/smarty/sysplugins/smarty_internal_compile_rdelim.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_rdelim.php rename to libs/smarty/sysplugins/smarty_internal_compile_rdelim.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_section.php b/libs/smarty/sysplugins/smarty_internal_compile_section.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_section.php rename to libs/smarty/sysplugins/smarty_internal_compile_section.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_setfilter.php b/libs/smarty/sysplugins/smarty_internal_compile_setfilter.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_setfilter.php rename to libs/smarty/sysplugins/smarty_internal_compile_setfilter.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_while.php b/libs/smarty/sysplugins/smarty_internal_compile_while.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compile_while.php rename to libs/smarty/sysplugins/smarty_internal_compile_while.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_compilebase.php b/libs/smarty/sysplugins/smarty_internal_compilebase.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_compilebase.php rename to libs/smarty/sysplugins/smarty_internal_compilebase.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_config.php b/libs/smarty/sysplugins/smarty_internal_config.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_config.php rename to libs/smarty/sysplugins/smarty_internal_config.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_config_file_compiler.php b/libs/smarty/sysplugins/smarty_internal_config_file_compiler.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_config_file_compiler.php rename to libs/smarty/sysplugins/smarty_internal_config_file_compiler.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_configfilelexer.php b/libs/smarty/sysplugins/smarty_internal_configfilelexer.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_configfilelexer.php rename to libs/smarty/sysplugins/smarty_internal_configfilelexer.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_configfileparser.php b/libs/smarty/sysplugins/smarty_internal_configfileparser.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_configfileparser.php rename to libs/smarty/sysplugins/smarty_internal_configfileparser.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_data.php b/libs/smarty/sysplugins/smarty_internal_data.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_data.php rename to libs/smarty/sysplugins/smarty_internal_data.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_debug.php b/libs/smarty/sysplugins/smarty_internal_debug.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_debug.php rename to libs/smarty/sysplugins/smarty_internal_debug.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_extension_codeframe.php b/libs/smarty/sysplugins/smarty_internal_extension_codeframe.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_extension_codeframe.php rename to libs/smarty/sysplugins/smarty_internal_extension_codeframe.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_extension_config.php b/libs/smarty/sysplugins/smarty_internal_extension_config.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_extension_config.php rename to libs/smarty/sysplugins/smarty_internal_extension_config.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_extension_defaulttemplatehandler.php b/libs/smarty/sysplugins/smarty_internal_extension_defaulttemplatehandler.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_extension_defaulttemplatehandler.php rename to libs/smarty/sysplugins/smarty_internal_extension_defaulttemplatehandler.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_filter_handler.php b/libs/smarty/sysplugins/smarty_internal_filter_handler.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_filter_handler.php rename to libs/smarty/sysplugins/smarty_internal_filter_handler.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_function_call_handler.php b/libs/smarty/sysplugins/smarty_internal_function_call_handler.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_function_call_handler.php rename to libs/smarty/sysplugins/smarty_internal_function_call_handler.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_get_include_path.php b/libs/smarty/sysplugins/smarty_internal_get_include_path.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_get_include_path.php rename to libs/smarty/sysplugins/smarty_internal_get_include_path.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_nocache_insert.php b/libs/smarty/sysplugins/smarty_internal_nocache_insert.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_nocache_insert.php rename to libs/smarty/sysplugins/smarty_internal_nocache_insert.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree.php b/libs/smarty/sysplugins/smarty_internal_parsetree.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree.php rename to libs/smarty/sysplugins/smarty_internal_parsetree.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_code.php b/libs/smarty/sysplugins/smarty_internal_parsetree_code.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_code.php rename to libs/smarty/sysplugins/smarty_internal_parsetree_code.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_dq.php b/libs/smarty/sysplugins/smarty_internal_parsetree_dq.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_dq.php rename to libs/smarty/sysplugins/smarty_internal_parsetree_dq.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_dqcontent.php b/libs/smarty/sysplugins/smarty_internal_parsetree_dqcontent.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_dqcontent.php rename to libs/smarty/sysplugins/smarty_internal_parsetree_dqcontent.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_tag.php b/libs/smarty/sysplugins/smarty_internal_parsetree_tag.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_tag.php rename to libs/smarty/sysplugins/smarty_internal_parsetree_tag.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_template.php b/libs/smarty/sysplugins/smarty_internal_parsetree_template.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_template.php rename to libs/smarty/sysplugins/smarty_internal_parsetree_template.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_text.php b/libs/smarty/sysplugins/smarty_internal_parsetree_text.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_parsetree_text.php rename to libs/smarty/sysplugins/smarty_internal_parsetree_text.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_eval.php b/libs/smarty/sysplugins/smarty_internal_resource_eval.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_eval.php rename to libs/smarty/sysplugins/smarty_internal_resource_eval.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_extends.php b/libs/smarty/sysplugins/smarty_internal_resource_extends.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_extends.php rename to libs/smarty/sysplugins/smarty_internal_resource_extends.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_file.php b/libs/smarty/sysplugins/smarty_internal_resource_file.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_file.php rename to libs/smarty/sysplugins/smarty_internal_resource_file.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_php.php b/libs/smarty/sysplugins/smarty_internal_resource_php.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_php.php rename to libs/smarty/sysplugins/smarty_internal_resource_php.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_registered.php b/libs/smarty/sysplugins/smarty_internal_resource_registered.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_registered.php rename to libs/smarty/sysplugins/smarty_internal_resource_registered.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_stream.php b/libs/smarty/sysplugins/smarty_internal_resource_stream.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_stream.php rename to libs/smarty/sysplugins/smarty_internal_resource_stream.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_string.php b/libs/smarty/sysplugins/smarty_internal_resource_string.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_resource_string.php rename to libs/smarty/sysplugins/smarty_internal_resource_string.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php b/libs/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php rename to libs/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_template.php b/libs/smarty/sysplugins/smarty_internal_template.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_template.php rename to libs/smarty/sysplugins/smarty_internal_template.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_templatebase.php b/libs/smarty/sysplugins/smarty_internal_templatebase.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_templatebase.php rename to libs/smarty/sysplugins/smarty_internal_templatebase.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_templatecompilerbase.php b/libs/smarty/sysplugins/smarty_internal_templatecompilerbase.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_templatecompilerbase.php rename to libs/smarty/sysplugins/smarty_internal_templatecompilerbase.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_templatelexer.php b/libs/smarty/sysplugins/smarty_internal_templatelexer.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_templatelexer.php rename to libs/smarty/sysplugins/smarty_internal_templatelexer.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_templateparser.php b/libs/smarty/sysplugins/smarty_internal_templateparser.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_templateparser.php rename to libs/smarty/sysplugins/smarty_internal_templateparser.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_testinstall.php b/libs/smarty/sysplugins/smarty_internal_testinstall.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_testinstall.php rename to libs/smarty/sysplugins/smarty_internal_testinstall.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_utility.php b/libs/smarty/sysplugins/smarty_internal_utility.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_utility.php rename to libs/smarty/sysplugins/smarty_internal_utility.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_internal_write_file.php b/libs/smarty/sysplugins/smarty_internal_write_file.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_internal_write_file.php rename to libs/smarty/sysplugins/smarty_internal_write_file.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_resource.php b/libs/smarty/sysplugins/smarty_resource.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_resource.php rename to libs/smarty/sysplugins/smarty_resource.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_resource_custom.php b/libs/smarty/sysplugins/smarty_resource_custom.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_resource_custom.php rename to libs/smarty/sysplugins/smarty_resource_custom.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_resource_recompiled.php b/libs/smarty/sysplugins/smarty_resource_recompiled.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_resource_recompiled.php rename to libs/smarty/sysplugins/smarty_resource_recompiled.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_resource_uncompiled.php b/libs/smarty/sysplugins/smarty_resource_uncompiled.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_resource_uncompiled.php rename to libs/smarty/sysplugins/smarty_resource_uncompiled.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_security.php b/libs/smarty/sysplugins/smarty_security.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_security.php rename to libs/smarty/sysplugins/smarty_security.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_template_cached.php b/libs/smarty/sysplugins/smarty_template_cached.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_template_cached.php rename to libs/smarty/sysplugins/smarty_template_cached.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_template_compiled.php b/libs/smarty/sysplugins/smarty_template_compiled.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_template_compiled.php rename to libs/smarty/sysplugins/smarty_template_compiled.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_template_config.php b/libs/smarty/sysplugins/smarty_template_config.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_template_config.php rename to libs/smarty/sysplugins/smarty_template_config.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_template_source.php b/libs/smarty/sysplugins/smarty_template_source.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_template_source.php rename to libs/smarty/sysplugins/smarty_template_source.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_undefined_variable.php b/libs/smarty/sysplugins/smarty_undefined_variable.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_undefined_variable.php rename to libs/smarty/sysplugins/smarty_undefined_variable.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smarty_variable.php b/libs/smarty/sysplugins/smarty_variable.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smarty_variable.php rename to libs/smarty/sysplugins/smarty_variable.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smartycompilerexception.php b/libs/smarty/sysplugins/smartycompilerexception.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smartycompilerexception.php rename to libs/smarty/sysplugins/smartycompilerexception.php diff --git a/lib/copy_this/libs/smarty/sysplugins/smartyexception.php b/libs/smarty/sysplugins/smartyexception.php similarity index 100% rename from lib/copy_this/libs/smarty/sysplugins/smartyexception.php rename to libs/smarty/sysplugins/smartyexception.php diff --git a/lib/copy_this/libs/smarty/templates_c/.gitignore b/libs/smarty/templates_c/.gitignore similarity index 100% rename from lib/copy_this/libs/smarty/templates_c/.gitignore rename to libs/smarty/templates_c/.gitignore diff --git a/lib/copy_this/misc/reqscraper/config.dist.php b/misc/reqscraper/config.dist.php similarity index 100% rename from lib/copy_this/misc/reqscraper/config.dist.php rename to misc/reqscraper/config.dist.php diff --git a/lib/copy_this/misc/reqscraper/magpierss/extlib/Snoopy.class.inc b/misc/reqscraper/magpierss/extlib/Snoopy.class.inc similarity index 100% rename from lib/copy_this/misc/reqscraper/magpierss/extlib/Snoopy.class.inc rename to misc/reqscraper/magpierss/extlib/Snoopy.class.inc diff --git a/lib/copy_this/misc/reqscraper/magpierss/rss_cache.inc b/misc/reqscraper/magpierss/rss_cache.inc similarity index 100% rename from lib/copy_this/misc/reqscraper/magpierss/rss_cache.inc rename to misc/reqscraper/magpierss/rss_cache.inc diff --git a/lib/copy_this/misc/reqscraper/magpierss/rss_fetch.inc b/misc/reqscraper/magpierss/rss_fetch.inc similarity index 100% rename from lib/copy_this/misc/reqscraper/magpierss/rss_fetch.inc rename to misc/reqscraper/magpierss/rss_fetch.inc diff --git a/lib/copy_this/misc/reqscraper/magpierss/rss_parse.inc b/misc/reqscraper/magpierss/rss_parse.inc similarity index 100% rename from lib/copy_this/misc/reqscraper/magpierss/rss_parse.inc rename to misc/reqscraper/magpierss/rss_parse.inc diff --git a/lib/copy_this/misc/reqscraper/magpierss/rss_utils.inc b/misc/reqscraper/magpierss/rss_utils.inc similarity index 100% rename from lib/copy_this/misc/reqscraper/magpierss/rss_utils.inc rename to misc/reqscraper/magpierss/rss_utils.inc diff --git a/lib/copy_this/misc/reqscraper/query.php b/misc/reqscraper/query.php similarity index 100% rename from lib/copy_this/misc/reqscraper/query.php rename to misc/reqscraper/query.php diff --git a/lib/copy_this/misc/reqscraper/rss.php b/misc/reqscraper/rss.php similarity index 100% rename from lib/copy_this/misc/reqscraper/rss.php rename to misc/reqscraper/rss.php diff --git a/lib/copy_this/misc/reqscraper/schema.sql b/misc/reqscraper/schema.sql similarity index 100% rename from lib/copy_this/misc/reqscraper/schema.sql rename to misc/reqscraper/schema.sql diff --git a/lib/copy_this/misc/reqscraper/scrape.php b/misc/reqscraper/scrape.php similarity index 100% rename from lib/copy_this/misc/reqscraper/scrape.php rename to misc/reqscraper/scrape.php diff --git a/lib/copy_this/misc/reqscraper/update.sql b/misc/reqscraper/update.sql similarity index 100% rename from lib/copy_this/misc/reqscraper/update.sql rename to misc/reqscraper/update.sql diff --git a/lib/copy_this/misc/sphinxsearch/README.md b/misc/sphinxsearch/README.md similarity index 100% rename from lib/copy_this/misc/sphinxsearch/README.md rename to misc/sphinxsearch/README.md diff --git a/lib/copy_this/misc/sphinxsearch/create_se_tables.php b/misc/sphinxsearch/create_se_tables.php similarity index 100% rename from lib/copy_this/misc/sphinxsearch/create_se_tables.php rename to misc/sphinxsearch/create_se_tables.php diff --git a/lib/copy_this/misc/sphinxsearch/optimize.php b/misc/sphinxsearch/optimize.php similarity index 100% rename from lib/copy_this/misc/sphinxsearch/optimize.php rename to misc/sphinxsearch/optimize.php diff --git a/lib/copy_this/misc/sphinxsearch/populate_rt_indexes.php b/misc/sphinxsearch/populate_rt_indexes.php similarity index 100% rename from lib/copy_this/misc/sphinxsearch/populate_rt_indexes.php rename to misc/sphinxsearch/populate_rt_indexes.php diff --git a/lib/copy_this/misc/sphinxsearch/sphinx.conf b/misc/sphinxsearch/sphinx.conf similarity index 100% rename from lib/copy_this/misc/sphinxsearch/sphinx.conf rename to misc/sphinxsearch/sphinx.conf diff --git a/lib/copy_this/misc/sphinxsearch/toggle_search_type.php b/misc/sphinxsearch/toggle_search_type.php similarity index 100% rename from lib/copy_this/misc/sphinxsearch/toggle_search_type.php rename to misc/sphinxsearch/toggle_search_type.php diff --git a/lib/copy_this/misc/testing/checkblanklinenzbs.php b/misc/testing/checkblanklinenzbs.php similarity index 100% rename from lib/copy_this/misc/testing/checkblanklinenzbs.php rename to misc/testing/checkblanklinenzbs.php diff --git a/lib/copy_this/misc/testing/deletepreviews.php b/misc/testing/deletepreviews.php similarity index 100% rename from lib/copy_this/misc/testing/deletepreviews.php rename to misc/testing/deletepreviews.php diff --git a/lib/copy_this/misc/testing/deletereleases.php b/misc/testing/deletereleases.php similarity index 100% rename from lib/copy_this/misc/testing/deletereleases.php rename to misc/testing/deletereleases.php diff --git a/lib/copy_this/misc/testing/dumpnfo.php b/misc/testing/dumpnfo.php similarity index 100% rename from lib/copy_this/misc/testing/dumpnfo.php rename to misc/testing/dumpnfo.php diff --git a/lib/copy_this/misc/testing/fixTVRage.php b/misc/testing/fixTVRage.php similarity index 100% rename from lib/copy_this/misc/testing/fixTVRage.php rename to misc/testing/fixTVRage.php diff --git a/lib/copy_this/misc/testing/fix_filesize.php b/misc/testing/fix_filesize.php similarity index 100% rename from lib/copy_this/misc/testing/fix_filesize.php rename to misc/testing/fix_filesize.php diff --git a/lib/copy_this/misc/testing/fixreleasename.php b/misc/testing/fixreleasename.php similarity index 100% rename from lib/copy_this/misc/testing/fixreleasename.php rename to misc/testing/fixreleasename.php diff --git a/lib/copy_this/misc/testing/getConsole.php b/misc/testing/getConsole.php similarity index 100% rename from lib/copy_this/misc/testing/getConsole.php rename to misc/testing/getConsole.php diff --git a/lib/copy_this/misc/testing/getCovers.php b/misc/testing/getCovers.php similarity index 100% rename from lib/copy_this/misc/testing/getCovers.php rename to misc/testing/getCovers.php diff --git a/lib/copy_this/misc/testing/getPart.php b/misc/testing/getPart.php similarity index 100% rename from lib/copy_this/misc/testing/getPart.php rename to misc/testing/getPart.php diff --git a/lib/copy_this/misc/testing/getTMdb.php b/misc/testing/getTMdb.php similarity index 100% rename from lib/copy_this/misc/testing/getTMdb.php rename to misc/testing/getTMdb.php diff --git a/lib/copy_this/misc/testing/getTVInfo.php b/misc/testing/getTVInfo.php similarity index 100% rename from lib/copy_this/misc/testing/getTVInfo.php rename to misc/testing/getTVInfo.php diff --git a/lib/copy_this/misc/testing/memcache.php b/misc/testing/memcache.php similarity index 100% rename from lib/copy_this/misc/testing/memcache.php rename to misc/testing/memcache.php diff --git a/lib/copy_this/misc/testing/movecat.php b/misc/testing/movecat.php similarity index 100% rename from lib/copy_this/misc/testing/movecat.php rename to misc/testing/movecat.php diff --git a/lib/copy_this/misc/testing/parread.php b/misc/testing/parread.php similarity index 100% rename from lib/copy_this/misc/testing/parread.php rename to misc/testing/parread.php diff --git a/lib/copy_this/misc/testing/parsebooknames.php b/misc/testing/parsebooknames.php similarity index 100% rename from lib/copy_this/misc/testing/parsebooknames.php rename to misc/testing/parsebooknames.php diff --git a/lib/copy_this/misc/testing/predbUpdateAll.php b/misc/testing/predbUpdateAll.php similarity index 100% rename from lib/copy_this/misc/testing/predbUpdateAll.php rename to misc/testing/predbUpdateAll.php diff --git a/lib/copy_this/misc/testing/queryamazon.php b/misc/testing/queryamazon.php similarity index 100% rename from lib/copy_this/misc/testing/queryamazon.php rename to misc/testing/queryamazon.php diff --git a/lib/copy_this/misc/testing/refreshMovie.php b/misc/testing/refreshMovie.php similarity index 100% rename from lib/copy_this/misc/testing/refreshMovie.php rename to misc/testing/refreshMovie.php diff --git a/lib/copy_this/misc/testing/regexverify.php b/misc/testing/regexverify.php similarity index 100% rename from lib/copy_this/misc/testing/regexverify.php rename to misc/testing/regexverify.php diff --git a/lib/copy_this/misc/testing/removespecial.php b/misc/testing/removespecial.php similarity index 100% rename from lib/copy_this/misc/testing/removespecial.php rename to misc/testing/removespecial.php diff --git a/lib/copy_this/misc/testing/rottentom.php b/misc/testing/rottentom.php similarity index 100% rename from lib/copy_this/misc/testing/rottentom.php rename to misc/testing/rottentom.php diff --git a/lib/copy_this/misc/testing/spotnab.php b/misc/testing/spotnab.php similarity index 100% rename from lib/copy_this/misc/testing/spotnab.php rename to misc/testing/spotnab.php diff --git a/lib/copy_this/misc/testing/test_blacklist.php b/misc/testing/test_blacklist.php similarity index 100% rename from lib/copy_this/misc/testing/test_blacklist.php rename to misc/testing/test_blacklist.php diff --git a/lib/copy_this/misc/testing/test_regex.php b/misc/testing/test_regex.php similarity index 100% rename from lib/copy_this/misc/testing/test_regex.php rename to misc/testing/test_regex.php diff --git a/lib/copy_this/misc/testing/testnewamazon.php b/misc/testing/testnewamazon.php similarity index 100% rename from lib/copy_this/misc/testing/testnewamazon.php rename to misc/testing/testnewamazon.php diff --git a/lib/copy_this/misc/testing/tidynzbfolder.php b/misc/testing/tidynzbfolder.php similarity index 100% rename from lib/copy_this/misc/testing/tidynzbfolder.php rename to misc/testing/tidynzbfolder.php diff --git a/lib/copy_this/misc/testing/timetest.php b/misc/testing/timetest.php similarity index 100% rename from lib/copy_this/misc/testing/timetest.php rename to misc/testing/timetest.php diff --git a/lib/copy_this/misc/testing/transactiontest.php b/misc/testing/transactiontest.php similarity index 100% rename from lib/copy_this/misc/testing/transactiontest.php rename to misc/testing/transactiontest.php diff --git a/lib/copy_this/misc/testing/updateCategories.php b/misc/testing/updateCategories.php similarity index 100% rename from lib/copy_this/misc/testing/updateCategories.php rename to misc/testing/updateCategories.php diff --git a/lib/copy_this/misc/testing/updateTVRage.php b/misc/testing/updateTVRage.php similarity index 100% rename from lib/copy_this/misc/testing/updateTVRage.php rename to misc/testing/updateTVRage.php diff --git a/lib/copy_this/misc/testing/update_cleanup.php b/misc/testing/update_cleanup.php similarity index 100% rename from lib/copy_this/misc/testing/update_cleanup.php rename to misc/testing/update_cleanup.php diff --git a/lib/copy_this/misc/testing/update_parsing.php b/misc/testing/update_parsing.php similarity index 100% rename from lib/copy_this/misc/testing/update_parsing.php rename to misc/testing/update_parsing.php diff --git a/lib/copy_this/misc/testing/updateviddef.php b/misc/testing/updateviddef.php similarity index 100% rename from lib/copy_this/misc/testing/updateviddef.php rename to misc/testing/updateviddef.php diff --git a/lib/copy_this/misc/update_scripts/README.txt b/misc/update_scripts/README.txt similarity index 100% rename from lib/copy_this/misc/update_scripts/README.txt rename to misc/update_scripts/README.txt diff --git a/lib/copy_this/misc/update_scripts/backfill.php b/misc/update_scripts/backfill.php similarity index 100% rename from lib/copy_this/misc/update_scripts/backfill.php rename to misc/update_scripts/backfill.php diff --git a/lib/copy_this/misc/update_scripts/backfill_date.php b/misc/update_scripts/backfill_date.php similarity index 100% rename from lib/copy_this/misc/update_scripts/backfill_date.php rename to misc/update_scripts/backfill_date.php diff --git a/lib/copy_this/misc/update_scripts/backfill_threaded.php b/misc/update_scripts/backfill_threaded.php similarity index 100% rename from lib/copy_this/misc/update_scripts/backfill_threaded.php rename to misc/update_scripts/backfill_threaded.php diff --git a/lib/copy_this/misc/update_scripts/config.php b/misc/update_scripts/config.php similarity index 100% rename from lib/copy_this/misc/update_scripts/config.php rename to misc/update_scripts/config.php diff --git a/lib/copy_this/misc/update_scripts/import.php b/misc/update_scripts/import.php similarity index 100% rename from lib/copy_this/misc/update_scripts/import.php rename to misc/update_scripts/import.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/README.txt b/misc/update_scripts/nix_scripts/README.txt similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/README.txt rename to misc/update_scripts/nix_scripts/README.txt diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/.do_not_run/require.php b/misc/update_scripts/nix_scripts/multiprocessing/.do_not_run/require.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/.do_not_run/require.php rename to misc/update_scripts/nix_scripts/multiprocessing/.do_not_run/require.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/.do_not_run/switch.php b/misc/update_scripts/nix_scripts/multiprocessing/.do_not_run/switch.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/.do_not_run/switch.php rename to misc/update_scripts/nix_scripts/multiprocessing/.do_not_run/switch.php diff --git a/lib/IRCScraper/.gitignore b/misc/update_scripts/nix_scripts/multiprocessing/.gitignore similarity index 100% rename from lib/IRCScraper/.gitignore rename to misc/update_scripts/nix_scripts/multiprocessing/.gitignore diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/README.md b/misc/update_scripts/nix_scripts/multiprocessing/README.md similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/README.md rename to misc/update_scripts/nix_scripts/multiprocessing/README.md diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/backfill.php b/misc/update_scripts/nix_scripts/multiprocessing/backfill.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/backfill.php rename to misc/update_scripts/nix_scripts/multiprocessing/backfill.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/binaries.php b/misc/update_scripts/nix_scripts/multiprocessing/binaries.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/binaries.php rename to misc/update_scripts/nix_scripts/multiprocessing/binaries.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/fixrelnames.php b/misc/update_scripts/nix_scripts/multiprocessing/fixrelnames.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/fixrelnames.php rename to misc/update_scripts/nix_scripts/multiprocessing/fixrelnames.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/import.php b/misc/update_scripts/nix_scripts/multiprocessing/import.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/import.php rename to misc/update_scripts/nix_scripts/multiprocessing/import.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/postprocess.php b/misc/update_scripts/nix_scripts/multiprocessing/postprocess.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/postprocess.php rename to misc/update_scripts/nix_scripts/multiprocessing/postprocess.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/releases.php b/misc/update_scripts/nix_scripts/multiprocessing/releases.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/releases.php rename to misc/update_scripts/nix_scripts/multiprocessing/releases.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/requestid.php b/misc/update_scripts/nix_scripts/multiprocessing/requestid.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/requestid.php rename to misc/update_scripts/nix_scripts/multiprocessing/requestid.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/safe.php b/misc/update_scripts/nix_scripts/multiprocessing/safe.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/safe.php rename to misc/update_scripts/nix_scripts/multiprocessing/safe.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/settings.php.example b/misc/update_scripts/nix_scripts/multiprocessing/settings.php.example similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/settings.php.example rename to misc/update_scripts/nix_scripts/multiprocessing/settings.php.example diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/update_per_group.php b/misc/update_scripts/nix_scripts/multiprocessing/update_per_group.php similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/multiprocessing/update_per_group.php rename to misc/update_scripts/nix_scripts/multiprocessing/update_per_group.php diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/newznab.sh b/misc/update_scripts/nix_scripts/newznab.sh similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/newznab.sh rename to misc/update_scripts/nix_scripts/newznab.sh diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/newznab_screen.sh b/misc/update_scripts/nix_scripts/newznab_screen.sh similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/newznab_screen.sh rename to misc/update_scripts/nix_scripts/newznab_screen.sh diff --git a/lib/copy_this/misc/update_scripts/nix_scripts/newznab_ubuntu.sh b/misc/update_scripts/nix_scripts/newznab_ubuntu.sh similarity index 100% rename from lib/copy_this/misc/update_scripts/nix_scripts/newznab_ubuntu.sh rename to misc/update_scripts/nix_scripts/newznab_ubuntu.sh diff --git a/bin/.gitignore b/misc/update_scripts/nix_scripts/tmux/bin/.gitignore similarity index 100% rename from bin/.gitignore rename to misc/update_scripts/nix_scripts/tmux/bin/.gitignore diff --git a/bin/config.php b/misc/update_scripts/nix_scripts/tmux/bin/config.php similarity index 100% rename from bin/config.php rename to misc/update_scripts/nix_scripts/tmux/bin/config.php diff --git a/bin/fixreleasenames.php b/misc/update_scripts/nix_scripts/tmux/bin/fixreleasenames.php similarity index 98% rename from bin/fixreleasenames.php rename to misc/update_scripts/nix_scripts/tmux/bin/fixreleasenames.php index c3b4224ae..9f7e5bfbf 100644 --- a/bin/fixreleasenames.php +++ b/misc/update_scripts/nix_scripts/tmux/bin/fixreleasenames.php @@ -1,6 +1,6 @@ true]))->checkPre((isset($argv[1]) && is_numeric($argv[1]) ? $argv[1] : false)); \ No newline at end of file diff --git a/lib/removeCrapReleases.php b/misc/update_scripts/nix_scripts/tmux/lib/removeCrapReleases.php similarity index 98% rename from lib/removeCrapReleases.php rename to misc/update_scripts/nix_scripts/tmux/lib/removeCrapReleases.php index 728087ff2..05e93b22f 100644 --- a/lib/removeCrapReleases.php +++ b/misc/update_scripts/nix_scripts/tmux/lib/removeCrapReleases.php @@ -3,7 +3,7 @@ /* * This script deletes releases that match certain criteria, type php removeCrapReleases.php false for details. */ -require_once(dirname(__FILE__)."/../bin/config.php"); +require_once(dirname(__FILE__) . "/../bin/config.php"); $cli = new \ColorCLI(); $n = PHP_EOL; diff --git a/lib/requestid.php b/misc/update_scripts/nix_scripts/tmux/lib/requestid.php similarity index 96% rename from lib/requestid.php rename to misc/update_scripts/nix_scripts/tmux/lib/requestid.php index c0fd3b5ae..b1cdd773d 100644 --- a/lib/requestid.php +++ b/misc/update_scripts/nix_scripts/tmux/lib/requestid.php @@ -1,5 +1,5 @@