diff --git a/js/index.js b/js/backend.js similarity index 100% rename from js/index.js rename to js/backend.js 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/class.adminepclist.php b/src/BackendList.php similarity index 100% rename from inc/class.adminepclist.php rename to src/BackendList.php diff --git a/inc/class.enhancepostcontent.php b/src/Epc.php similarity index 100% rename from inc/class.enhancepostcontent.php rename to src/Epc.php diff --git a/inc/class.epcfilter.php b/src/EpcFilter.php similarity index 100% rename from inc/class.epcfilter.php rename to src/EpcFilter.php diff --git a/inc/class.epcrecords.php b/src/EpcRecord.php similarity index 100% rename from inc/class.epcrecords.php rename to src/EpcRecord.php diff --git a/inc/class.epcfilterabbreviation.php b/src/Filter/EpcFilterAbbreviation.php similarity index 100% rename from inc/class.epcfilterabbreviation.php rename to src/Filter/EpcFilterAbbreviation.php diff --git a/inc/class.epcfilteracronym.php b/src/Filter/EpcFilterAcronym.php similarity index 100% rename from inc/class.epcfilteracronym.php rename to src/Filter/EpcFilterAcronym.php diff --git a/inc/class.epcfiltercitation.php b/src/Filter/EpcFilterCitation.php similarity index 100% rename from inc/class.epcfiltercitation.php rename to src/Filter/EpcFilterCitation.php diff --git a/inc/class.epcfilterdefinition.php b/src/Filter/EpcFilterDefinition.php similarity index 100% rename from inc/class.epcfilterdefinition.php rename to src/Filter/EpcFilterDefinition.php diff --git a/inc/class.epcfilterlink.php b/src/Filter/EpcFilterLink.php similarity index 100% rename from inc/class.epcfilterlink.php rename to src/Filter/EpcFilterLink.php diff --git a/inc/class.epcfilterreplace.php b/src/Filter/EpcFilterReplace.php similarity index 100% rename from inc/class.epcfilterreplace.php rename to src/Filter/EpcFilterReplace.php diff --git a/inc/class.epcfiltersearch.php b/src/Filter/EpcFilterSearch.php similarity index 100% rename from inc/class.epcfiltersearch.php rename to src/Filter/EpcFilterSearch.php diff --git a/inc/class.epcfiltertag.php b/src/Filter/EpcFilterTag.php similarity index 100% rename from inc/class.epcfiltertag.php rename to src/Filter/EpcFilterTag.php diff --git a/inc/class.epcfiltertwitter.php b/src/Filter/EpcFilterTwitter.php similarity index 100% rename from inc/class.epcfiltertwitter.php rename to src/Filter/EpcFilterTwitter.php diff --git a/inc/class.epcfilterupdate.php b/src/Filter/EpcFilterUpdate.php similarity index 100% rename from inc/class.epcfilterupdate.php rename to src/Filter/EpcFilterUpdate.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 diff --git a/_widgets.php b/src/Widgets.php similarity index 100% rename from _widgets.php rename to src/Widgets.php