From faaaac0569094f61acc962bc2f4412b5f6f94b3a Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 24 Aug 2023 13:48:12 +0200 Subject: [PATCH] move files to prepare namespace --- default-templates/{ => mustek}/cinecturlink2-atom.xml | 0 default-templates/{ => mustek}/cinecturlink2-rss2.xml | 0 default-templates/{ => mustek}/cinecturlink2.html | 0 _admin.php => src/Backend.php | 0 inc/lib.cinecturlink2.list.php => src/BackendListingLinks.php | 0 _config.php => src/Config.php | 0 _public.php => src/Frontend.php | 0 inc/lib.cinecturlink2.context.php => src/FrontendContext.php | 0 _install.php => src/Install.php | 0 index.php => src/Manage.php | 0 .../PluginActivityReport.php | 0 inc/lib.sitemaps.cinecturlink2.php => src/PluginSitemaps.php | 0 _prepend.php => src/Prepend.php | 0 _uninstall.php => src/Uninstall.php | 0 inc/class.cinecturlink2.php => src/Utils.php | 0 _widgets.php => src/Widgets.php | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename default-templates/{ => mustek}/cinecturlink2-atom.xml (100%) rename default-templates/{ => mustek}/cinecturlink2-rss2.xml (100%) rename default-templates/{ => mustek}/cinecturlink2.html (100%) rename _admin.php => src/Backend.php (100%) rename inc/lib.cinecturlink2.list.php => src/BackendListingLinks.php (100%) rename _config.php => src/Config.php (100%) rename _public.php => src/Frontend.php (100%) rename inc/lib.cinecturlink2.context.php => src/FrontendContext.php (100%) rename _install.php => src/Install.php (100%) rename index.php => src/Manage.php (100%) rename inc/lib.cinecturlink2.activityreport.php => src/PluginActivityReport.php (100%) rename inc/lib.sitemaps.cinecturlink2.php => src/PluginSitemaps.php (100%) rename _prepend.php => src/Prepend.php (100%) rename _uninstall.php => src/Uninstall.php (100%) rename inc/class.cinecturlink2.php => src/Utils.php (100%) rename _widgets.php => src/Widgets.php (100%) diff --git a/default-templates/cinecturlink2-atom.xml b/default-templates/mustek/cinecturlink2-atom.xml similarity index 100% rename from default-templates/cinecturlink2-atom.xml rename to default-templates/mustek/cinecturlink2-atom.xml diff --git a/default-templates/cinecturlink2-rss2.xml b/default-templates/mustek/cinecturlink2-rss2.xml similarity index 100% rename from default-templates/cinecturlink2-rss2.xml rename to default-templates/mustek/cinecturlink2-rss2.xml diff --git a/default-templates/cinecturlink2.html b/default-templates/mustek/cinecturlink2.html similarity index 100% rename from default-templates/cinecturlink2.html rename to default-templates/mustek/cinecturlink2.html diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.php diff --git a/inc/lib.cinecturlink2.list.php b/src/BackendListingLinks.php similarity index 100% rename from inc/lib.cinecturlink2.list.php rename to src/BackendListingLinks.php diff --git a/_config.php b/src/Config.php similarity index 100% rename from _config.php rename to src/Config.php diff --git a/_public.php b/src/Frontend.php similarity index 100% rename from _public.php rename to src/Frontend.php diff --git a/inc/lib.cinecturlink2.context.php b/src/FrontendContext.php similarity index 100% rename from inc/lib.cinecturlink2.context.php rename to src/FrontendContext.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php diff --git a/index.php b/src/Manage.php similarity index 100% rename from index.php rename to src/Manage.php diff --git a/inc/lib.cinecturlink2.activityreport.php b/src/PluginActivityReport.php similarity index 100% rename from inc/lib.cinecturlink2.activityreport.php rename to src/PluginActivityReport.php diff --git a/inc/lib.sitemaps.cinecturlink2.php b/src/PluginSitemaps.php similarity index 100% rename from inc/lib.sitemaps.cinecturlink2.php rename to src/PluginSitemaps.php diff --git a/_prepend.php b/src/Prepend.php similarity index 100% rename from _prepend.php rename to src/Prepend.php diff --git a/_uninstall.php b/src/Uninstall.php similarity index 100% rename from _uninstall.php rename to src/Uninstall.php diff --git a/inc/class.cinecturlink2.php b/src/Utils.php similarity index 100% rename from inc/class.cinecturlink2.php rename to src/Utils.php diff --git a/_widgets.php b/src/Widgets.php similarity index 100% rename from _widgets.php rename to src/Widgets.php