diff --git a/style.css b/css/backend.css similarity index 100% rename from style.css rename to css/backend.css diff --git a/inc/img/feed.png b/img/feed.png similarity index 100% rename from inc/img/feed.png rename to img/feed.png diff --git a/inc/class.activity.report.behaviors.php b/src/ActivityBehaviors.php similarity index 100% rename from inc/class.activity.report.behaviors.php rename to src/ActivityBehaviors.php diff --git a/inc/class.activity.report.php b/src/ActivityReport.php similarity index 100% rename from inc/class.activity.report.php rename to src/ActivityReport.php diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.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/inc/lib.parselogs.config.php b/src/Formats.php similarity index 100% rename from inc/lib.parselogs.config.php rename to src/Formats.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/_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/_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