From c3d98b6a04930fda6107ac308e362393d8221824 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 24 Apr 2021 09:14:16 +0100 Subject: [PATCH] chore: move Plugin source into own dir --- {class => src/class}/config.php | 0 {class => src/class}/convert.php | 0 {class => src/class}/dashboard/init.php | 0 {class => src/class}/dashboard/layout.php | 0 {class => src/class}/dashboard/subpage-main.php | 0 {class => src/class}/hooks.php | 0 {class => src/class}/init.php | 0 {class => src/class}/language.php | 0 {class => src/class}/settings.php | 0 {class => src/class}/task.php | 0 {class => src/class}/template.php | 0 {class => src/class}/widgets/base.php | 0 .../class}/widgets/reference-container.php | 0 {class => src/class}/wysiwyg.php | 0 {css => src/css}/dev-amp-tooltips.css | 0 {css => src/css}/dev-common.css | 0 {css => src/css}/dev-layout-entry-content.css | 0 {css => src/css}/dev-layout-main-content.css | 0 {css => src/css}/dev-layout-reference-container.css | 0 {css => src/css}/dev-tooltips-alternative.css | 0 {css => src/css}/dev-tooltips.css | 0 {css => src/css}/settings.css | 0 footnotes.php => src/footnotes.php | 0 {img => src/img}/fn-wysiwyg.png | Bin {img => src/img}/footnotes.png | Bin includes.php => src/includes.php | 0 {js => src/js}/jquery.tools.js | 0 {js => src/js}/jquery.tools.min.js | 0 {js => src/js}/wysiwyg-editor.js | 0 {languages => src/languages}/footnotes-de_AT.mo | Bin {languages => src/languages}/footnotes-de_AT.po | 0 {languages => src/languages}/footnotes-de_DE.mo | Bin {languages => src/languages}/footnotes-de_DE.po | 0 {languages => src/languages}/footnotes-en_GB.mo | Bin {languages => src/languages}/footnotes-en_GB.po | 0 {languages => src/languages}/footnotes-en_US.mo | Bin {languages => src/languages}/footnotes-en_US.po | 0 {languages => src/languages}/footnotes-es_ES.mo | Bin {languages => src/languages}/footnotes-es_ES.po | 0 {languages => src/languages}/footnotes-fr_FR.mo | Bin {languages => src/languages}/footnotes-fr_FR.po | 0 {languages => src/languages}/footnotes.mo | Bin {languages => src/languages}/footnotes.pot | 0 license.txt => src/license.txt | 0 readme.txt => src/readme.txt | 0 .../dashboard/configure-label-solution.html | 0 .../dashboard/customize-css-migration.html | 0 .../templates}/dashboard/customize-css-new.html | 0 .../templates}/dashboard/customize-css.html | 0 .../dashboard/customize-hyperlink-arrow.html | 0 .../templates}/dashboard/customize-superscript.html | 0 .../templates}/dashboard/editor-button.html | 0 .../templates}/dashboard/expert-lookup.html | 0 .../templates}/dashboard/how-to-donate.html | 0 .../templates}/dashboard/how-to-help.html | 0 .../dashboard/mouse-over-box-appearance.html | 0 .../dashboard/mouse-over-box-dimensions.html | 0 .../dashboard/mouse-over-box-display.html | 0 .../dashboard/mouse-over-box-position.html | 0 .../templates}/dashboard/mouse-over-box-text.html | 0 .../templates}/dashboard/mouse-over-box-timing.html | 0 .../dashboard/mouse-over-box-truncation.html | 0 .../templates}/dashboard/other-plugins.html | 0 .../templates}/dashboard/settings-amp.html | 0 .../templates}/dashboard/settings-excerpts.html | 0 .../templates}/dashboard/settings-hard-links.html | 0 .../templates}/dashboard/settings-love.html | 0 .../templates}/dashboard/settings-numbering.html | 0 .../dashboard/settings-reference-container.html | 0 .../templates}/dashboard/settings-scrolling.html | 0 .../templates}/dashboard/settings-start-end.html | 0 .../templates}/public/amp-footnote-expand.html | 0 .../templates}/public/amp-footnote.html | 0 .../amp-reference-container-body-3column.html | 0 .../public/amp-reference-container-body-combi.html | 0 .../public/amp-reference-container-body-switch.html | 0 .../public/amp-reference-container-body.html | 0 .../public/amp-reference-container-collapsed.html | 0 .../templates}/public/amp-reference-container.html | 0 .../templates}/public/footnote-alternative.html | 0 {templates => src/templates}/public/footnote.html | 0 .../templates}/public/js-reference-container.html | 0 .../public/reference-container-body-3column.html | 0 .../public/reference-container-body-combi.html | 0 .../public/reference-container-body-switch.html | 0 .../templates}/public/reference-container-body.html | 0 .../templates}/public/reference-container.html | 0 {templates => src/templates}/public/tooltip.html | 0 88 files changed, 0 insertions(+), 0 deletions(-) rename {class => src/class}/config.php (100%) rename {class => src/class}/convert.php (100%) rename {class => src/class}/dashboard/init.php (100%) rename {class => src/class}/dashboard/layout.php (100%) rename {class => src/class}/dashboard/subpage-main.php (100%) rename {class => src/class}/hooks.php (100%) rename {class => src/class}/init.php (100%) rename {class => src/class}/language.php (100%) rename {class => src/class}/settings.php (100%) rename {class => src/class}/task.php (100%) rename {class => src/class}/template.php (100%) rename {class => src/class}/widgets/base.php (100%) rename {class => src/class}/widgets/reference-container.php (100%) rename {class => src/class}/wysiwyg.php (100%) rename {css => src/css}/dev-amp-tooltips.css (100%) rename {css => src/css}/dev-common.css (100%) rename {css => src/css}/dev-layout-entry-content.css (100%) rename {css => src/css}/dev-layout-main-content.css (100%) rename {css => src/css}/dev-layout-reference-container.css (100%) rename {css => src/css}/dev-tooltips-alternative.css (100%) rename {css => src/css}/dev-tooltips.css (100%) rename {css => src/css}/settings.css (100%) rename footnotes.php => src/footnotes.php (100%) rename {img => src/img}/fn-wysiwyg.png (100%) rename {img => src/img}/footnotes.png (100%) rename includes.php => src/includes.php (100%) rename {js => src/js}/jquery.tools.js (100%) rename {js => src/js}/jquery.tools.min.js (100%) rename {js => src/js}/wysiwyg-editor.js (100%) rename {languages => src/languages}/footnotes-de_AT.mo (100%) rename {languages => src/languages}/footnotes-de_AT.po (100%) rename {languages => src/languages}/footnotes-de_DE.mo (100%) rename {languages => src/languages}/footnotes-de_DE.po (100%) rename {languages => src/languages}/footnotes-en_GB.mo (100%) rename {languages => src/languages}/footnotes-en_GB.po (100%) rename {languages => src/languages}/footnotes-en_US.mo (100%) rename {languages => src/languages}/footnotes-en_US.po (100%) rename {languages => src/languages}/footnotes-es_ES.mo (100%) rename {languages => src/languages}/footnotes-es_ES.po (100%) rename {languages => src/languages}/footnotes-fr_FR.mo (100%) rename {languages => src/languages}/footnotes-fr_FR.po (100%) rename {languages => src/languages}/footnotes.mo (100%) rename {languages => src/languages}/footnotes.pot (100%) rename license.txt => src/license.txt (100%) rename readme.txt => src/readme.txt (100%) rename {templates => src/templates}/dashboard/configure-label-solution.html (100%) rename {templates => src/templates}/dashboard/customize-css-migration.html (100%) rename {templates => src/templates}/dashboard/customize-css-new.html (100%) rename {templates => src/templates}/dashboard/customize-css.html (100%) rename {templates => src/templates}/dashboard/customize-hyperlink-arrow.html (100%) rename {templates => src/templates}/dashboard/customize-superscript.html (100%) rename {templates => src/templates}/dashboard/editor-button.html (100%) rename {templates => src/templates}/dashboard/expert-lookup.html (100%) rename {templates => src/templates}/dashboard/how-to-donate.html (100%) rename {templates => src/templates}/dashboard/how-to-help.html (100%) rename {templates => src/templates}/dashboard/mouse-over-box-appearance.html (100%) rename {templates => src/templates}/dashboard/mouse-over-box-dimensions.html (100%) rename {templates => src/templates}/dashboard/mouse-over-box-display.html (100%) rename {templates => src/templates}/dashboard/mouse-over-box-position.html (100%) rename {templates => src/templates}/dashboard/mouse-over-box-text.html (100%) rename {templates => src/templates}/dashboard/mouse-over-box-timing.html (100%) rename {templates => src/templates}/dashboard/mouse-over-box-truncation.html (100%) rename {templates => src/templates}/dashboard/other-plugins.html (100%) rename {templates => src/templates}/dashboard/settings-amp.html (100%) rename {templates => src/templates}/dashboard/settings-excerpts.html (100%) rename {templates => src/templates}/dashboard/settings-hard-links.html (100%) rename {templates => src/templates}/dashboard/settings-love.html (100%) rename {templates => src/templates}/dashboard/settings-numbering.html (100%) rename {templates => src/templates}/dashboard/settings-reference-container.html (100%) rename {templates => src/templates}/dashboard/settings-scrolling.html (100%) rename {templates => src/templates}/dashboard/settings-start-end.html (100%) rename {templates => src/templates}/public/amp-footnote-expand.html (100%) rename {templates => src/templates}/public/amp-footnote.html (100%) rename {templates => src/templates}/public/amp-reference-container-body-3column.html (100%) rename {templates => src/templates}/public/amp-reference-container-body-combi.html (100%) rename {templates => src/templates}/public/amp-reference-container-body-switch.html (100%) rename {templates => src/templates}/public/amp-reference-container-body.html (100%) rename {templates => src/templates}/public/amp-reference-container-collapsed.html (100%) rename {templates => src/templates}/public/amp-reference-container.html (100%) rename {templates => src/templates}/public/footnote-alternative.html (100%) rename {templates => src/templates}/public/footnote.html (100%) rename {templates => src/templates}/public/js-reference-container.html (100%) rename {templates => src/templates}/public/reference-container-body-3column.html (100%) rename {templates => src/templates}/public/reference-container-body-combi.html (100%) rename {templates => src/templates}/public/reference-container-body-switch.html (100%) rename {templates => src/templates}/public/reference-container-body.html (100%) rename {templates => src/templates}/public/reference-container.html (100%) rename {templates => src/templates}/public/tooltip.html (100%) diff --git a/class/config.php b/src/class/config.php similarity index 100% rename from class/config.php rename to src/class/config.php diff --git a/class/convert.php b/src/class/convert.php similarity index 100% rename from class/convert.php rename to src/class/convert.php diff --git a/class/dashboard/init.php b/src/class/dashboard/init.php similarity index 100% rename from class/dashboard/init.php rename to src/class/dashboard/init.php diff --git a/class/dashboard/layout.php b/src/class/dashboard/layout.php similarity index 100% rename from class/dashboard/layout.php rename to src/class/dashboard/layout.php diff --git a/class/dashboard/subpage-main.php b/src/class/dashboard/subpage-main.php similarity index 100% rename from class/dashboard/subpage-main.php rename to src/class/dashboard/subpage-main.php diff --git a/class/hooks.php b/src/class/hooks.php similarity index 100% rename from class/hooks.php rename to src/class/hooks.php diff --git a/class/init.php b/src/class/init.php similarity index 100% rename from class/init.php rename to src/class/init.php diff --git a/class/language.php b/src/class/language.php similarity index 100% rename from class/language.php rename to src/class/language.php diff --git a/class/settings.php b/src/class/settings.php similarity index 100% rename from class/settings.php rename to src/class/settings.php diff --git a/class/task.php b/src/class/task.php similarity index 100% rename from class/task.php rename to src/class/task.php diff --git a/class/template.php b/src/class/template.php similarity index 100% rename from class/template.php rename to src/class/template.php diff --git a/class/widgets/base.php b/src/class/widgets/base.php similarity index 100% rename from class/widgets/base.php rename to src/class/widgets/base.php diff --git a/class/widgets/reference-container.php b/src/class/widgets/reference-container.php similarity index 100% rename from class/widgets/reference-container.php rename to src/class/widgets/reference-container.php diff --git a/class/wysiwyg.php b/src/class/wysiwyg.php similarity index 100% rename from class/wysiwyg.php rename to src/class/wysiwyg.php diff --git a/css/dev-amp-tooltips.css b/src/css/dev-amp-tooltips.css similarity index 100% rename from css/dev-amp-tooltips.css rename to src/css/dev-amp-tooltips.css diff --git a/css/dev-common.css b/src/css/dev-common.css similarity index 100% rename from css/dev-common.css rename to src/css/dev-common.css diff --git a/css/dev-layout-entry-content.css b/src/css/dev-layout-entry-content.css similarity index 100% rename from css/dev-layout-entry-content.css rename to src/css/dev-layout-entry-content.css diff --git a/css/dev-layout-main-content.css b/src/css/dev-layout-main-content.css similarity index 100% rename from css/dev-layout-main-content.css rename to src/css/dev-layout-main-content.css diff --git a/css/dev-layout-reference-container.css b/src/css/dev-layout-reference-container.css similarity index 100% rename from css/dev-layout-reference-container.css rename to src/css/dev-layout-reference-container.css diff --git a/css/dev-tooltips-alternative.css b/src/css/dev-tooltips-alternative.css similarity index 100% rename from css/dev-tooltips-alternative.css rename to src/css/dev-tooltips-alternative.css diff --git a/css/dev-tooltips.css b/src/css/dev-tooltips.css similarity index 100% rename from css/dev-tooltips.css rename to src/css/dev-tooltips.css diff --git a/css/settings.css b/src/css/settings.css similarity index 100% rename from css/settings.css rename to src/css/settings.css diff --git a/footnotes.php b/src/footnotes.php similarity index 100% rename from footnotes.php rename to src/footnotes.php diff --git a/img/fn-wysiwyg.png b/src/img/fn-wysiwyg.png similarity index 100% rename from img/fn-wysiwyg.png rename to src/img/fn-wysiwyg.png diff --git a/img/footnotes.png b/src/img/footnotes.png similarity index 100% rename from img/footnotes.png rename to src/img/footnotes.png diff --git a/includes.php b/src/includes.php similarity index 100% rename from includes.php rename to src/includes.php diff --git a/js/jquery.tools.js b/src/js/jquery.tools.js similarity index 100% rename from js/jquery.tools.js rename to src/js/jquery.tools.js diff --git a/js/jquery.tools.min.js b/src/js/jquery.tools.min.js similarity index 100% rename from js/jquery.tools.min.js rename to src/js/jquery.tools.min.js diff --git a/js/wysiwyg-editor.js b/src/js/wysiwyg-editor.js similarity index 100% rename from js/wysiwyg-editor.js rename to src/js/wysiwyg-editor.js diff --git a/languages/footnotes-de_AT.mo b/src/languages/footnotes-de_AT.mo similarity index 100% rename from languages/footnotes-de_AT.mo rename to src/languages/footnotes-de_AT.mo diff --git a/languages/footnotes-de_AT.po b/src/languages/footnotes-de_AT.po similarity index 100% rename from languages/footnotes-de_AT.po rename to src/languages/footnotes-de_AT.po diff --git a/languages/footnotes-de_DE.mo b/src/languages/footnotes-de_DE.mo similarity index 100% rename from languages/footnotes-de_DE.mo rename to src/languages/footnotes-de_DE.mo diff --git a/languages/footnotes-de_DE.po b/src/languages/footnotes-de_DE.po similarity index 100% rename from languages/footnotes-de_DE.po rename to src/languages/footnotes-de_DE.po diff --git a/languages/footnotes-en_GB.mo b/src/languages/footnotes-en_GB.mo similarity index 100% rename from languages/footnotes-en_GB.mo rename to src/languages/footnotes-en_GB.mo diff --git a/languages/footnotes-en_GB.po b/src/languages/footnotes-en_GB.po similarity index 100% rename from languages/footnotes-en_GB.po rename to src/languages/footnotes-en_GB.po diff --git a/languages/footnotes-en_US.mo b/src/languages/footnotes-en_US.mo similarity index 100% rename from languages/footnotes-en_US.mo rename to src/languages/footnotes-en_US.mo diff --git a/languages/footnotes-en_US.po b/src/languages/footnotes-en_US.po similarity index 100% rename from languages/footnotes-en_US.po rename to src/languages/footnotes-en_US.po diff --git a/languages/footnotes-es_ES.mo b/src/languages/footnotes-es_ES.mo similarity index 100% rename from languages/footnotes-es_ES.mo rename to src/languages/footnotes-es_ES.mo diff --git a/languages/footnotes-es_ES.po b/src/languages/footnotes-es_ES.po similarity index 100% rename from languages/footnotes-es_ES.po rename to src/languages/footnotes-es_ES.po diff --git a/languages/footnotes-fr_FR.mo b/src/languages/footnotes-fr_FR.mo similarity index 100% rename from languages/footnotes-fr_FR.mo rename to src/languages/footnotes-fr_FR.mo diff --git a/languages/footnotes-fr_FR.po b/src/languages/footnotes-fr_FR.po similarity index 100% rename from languages/footnotes-fr_FR.po rename to src/languages/footnotes-fr_FR.po diff --git a/languages/footnotes.mo b/src/languages/footnotes.mo similarity index 100% rename from languages/footnotes.mo rename to src/languages/footnotes.mo diff --git a/languages/footnotes.pot b/src/languages/footnotes.pot similarity index 100% rename from languages/footnotes.pot rename to src/languages/footnotes.pot diff --git a/license.txt b/src/license.txt similarity index 100% rename from license.txt rename to src/license.txt diff --git a/readme.txt b/src/readme.txt similarity index 100% rename from readme.txt rename to src/readme.txt diff --git a/templates/dashboard/configure-label-solution.html b/src/templates/dashboard/configure-label-solution.html similarity index 100% rename from templates/dashboard/configure-label-solution.html rename to src/templates/dashboard/configure-label-solution.html diff --git a/templates/dashboard/customize-css-migration.html b/src/templates/dashboard/customize-css-migration.html similarity index 100% rename from templates/dashboard/customize-css-migration.html rename to src/templates/dashboard/customize-css-migration.html diff --git a/templates/dashboard/customize-css-new.html b/src/templates/dashboard/customize-css-new.html similarity index 100% rename from templates/dashboard/customize-css-new.html rename to src/templates/dashboard/customize-css-new.html diff --git a/templates/dashboard/customize-css.html b/src/templates/dashboard/customize-css.html similarity index 100% rename from templates/dashboard/customize-css.html rename to src/templates/dashboard/customize-css.html diff --git a/templates/dashboard/customize-hyperlink-arrow.html b/src/templates/dashboard/customize-hyperlink-arrow.html similarity index 100% rename from templates/dashboard/customize-hyperlink-arrow.html rename to src/templates/dashboard/customize-hyperlink-arrow.html diff --git a/templates/dashboard/customize-superscript.html b/src/templates/dashboard/customize-superscript.html similarity index 100% rename from templates/dashboard/customize-superscript.html rename to src/templates/dashboard/customize-superscript.html diff --git a/templates/dashboard/editor-button.html b/src/templates/dashboard/editor-button.html similarity index 100% rename from templates/dashboard/editor-button.html rename to src/templates/dashboard/editor-button.html diff --git a/templates/dashboard/expert-lookup.html b/src/templates/dashboard/expert-lookup.html similarity index 100% rename from templates/dashboard/expert-lookup.html rename to src/templates/dashboard/expert-lookup.html diff --git a/templates/dashboard/how-to-donate.html b/src/templates/dashboard/how-to-donate.html similarity index 100% rename from templates/dashboard/how-to-donate.html rename to src/templates/dashboard/how-to-donate.html diff --git a/templates/dashboard/how-to-help.html b/src/templates/dashboard/how-to-help.html similarity index 100% rename from templates/dashboard/how-to-help.html rename to src/templates/dashboard/how-to-help.html diff --git a/templates/dashboard/mouse-over-box-appearance.html b/src/templates/dashboard/mouse-over-box-appearance.html similarity index 100% rename from templates/dashboard/mouse-over-box-appearance.html rename to src/templates/dashboard/mouse-over-box-appearance.html diff --git a/templates/dashboard/mouse-over-box-dimensions.html b/src/templates/dashboard/mouse-over-box-dimensions.html similarity index 100% rename from templates/dashboard/mouse-over-box-dimensions.html rename to src/templates/dashboard/mouse-over-box-dimensions.html diff --git a/templates/dashboard/mouse-over-box-display.html b/src/templates/dashboard/mouse-over-box-display.html similarity index 100% rename from templates/dashboard/mouse-over-box-display.html rename to src/templates/dashboard/mouse-over-box-display.html diff --git a/templates/dashboard/mouse-over-box-position.html b/src/templates/dashboard/mouse-over-box-position.html similarity index 100% rename from templates/dashboard/mouse-over-box-position.html rename to src/templates/dashboard/mouse-over-box-position.html diff --git a/templates/dashboard/mouse-over-box-text.html b/src/templates/dashboard/mouse-over-box-text.html similarity index 100% rename from templates/dashboard/mouse-over-box-text.html rename to src/templates/dashboard/mouse-over-box-text.html diff --git a/templates/dashboard/mouse-over-box-timing.html b/src/templates/dashboard/mouse-over-box-timing.html similarity index 100% rename from templates/dashboard/mouse-over-box-timing.html rename to src/templates/dashboard/mouse-over-box-timing.html diff --git a/templates/dashboard/mouse-over-box-truncation.html b/src/templates/dashboard/mouse-over-box-truncation.html similarity index 100% rename from templates/dashboard/mouse-over-box-truncation.html rename to src/templates/dashboard/mouse-over-box-truncation.html diff --git a/templates/dashboard/other-plugins.html b/src/templates/dashboard/other-plugins.html similarity index 100% rename from templates/dashboard/other-plugins.html rename to src/templates/dashboard/other-plugins.html diff --git a/templates/dashboard/settings-amp.html b/src/templates/dashboard/settings-amp.html similarity index 100% rename from templates/dashboard/settings-amp.html rename to src/templates/dashboard/settings-amp.html diff --git a/templates/dashboard/settings-excerpts.html b/src/templates/dashboard/settings-excerpts.html similarity index 100% rename from templates/dashboard/settings-excerpts.html rename to src/templates/dashboard/settings-excerpts.html diff --git a/templates/dashboard/settings-hard-links.html b/src/templates/dashboard/settings-hard-links.html similarity index 100% rename from templates/dashboard/settings-hard-links.html rename to src/templates/dashboard/settings-hard-links.html diff --git a/templates/dashboard/settings-love.html b/src/templates/dashboard/settings-love.html similarity index 100% rename from templates/dashboard/settings-love.html rename to src/templates/dashboard/settings-love.html diff --git a/templates/dashboard/settings-numbering.html b/src/templates/dashboard/settings-numbering.html similarity index 100% rename from templates/dashboard/settings-numbering.html rename to src/templates/dashboard/settings-numbering.html diff --git a/templates/dashboard/settings-reference-container.html b/src/templates/dashboard/settings-reference-container.html similarity index 100% rename from templates/dashboard/settings-reference-container.html rename to src/templates/dashboard/settings-reference-container.html diff --git a/templates/dashboard/settings-scrolling.html b/src/templates/dashboard/settings-scrolling.html similarity index 100% rename from templates/dashboard/settings-scrolling.html rename to src/templates/dashboard/settings-scrolling.html diff --git a/templates/dashboard/settings-start-end.html b/src/templates/dashboard/settings-start-end.html similarity index 100% rename from templates/dashboard/settings-start-end.html rename to src/templates/dashboard/settings-start-end.html diff --git a/templates/public/amp-footnote-expand.html b/src/templates/public/amp-footnote-expand.html similarity index 100% rename from templates/public/amp-footnote-expand.html rename to src/templates/public/amp-footnote-expand.html diff --git a/templates/public/amp-footnote.html b/src/templates/public/amp-footnote.html similarity index 100% rename from templates/public/amp-footnote.html rename to src/templates/public/amp-footnote.html diff --git a/templates/public/amp-reference-container-body-3column.html b/src/templates/public/amp-reference-container-body-3column.html similarity index 100% rename from templates/public/amp-reference-container-body-3column.html rename to src/templates/public/amp-reference-container-body-3column.html diff --git a/templates/public/amp-reference-container-body-combi.html b/src/templates/public/amp-reference-container-body-combi.html similarity index 100% rename from templates/public/amp-reference-container-body-combi.html rename to src/templates/public/amp-reference-container-body-combi.html diff --git a/templates/public/amp-reference-container-body-switch.html b/src/templates/public/amp-reference-container-body-switch.html similarity index 100% rename from templates/public/amp-reference-container-body-switch.html rename to src/templates/public/amp-reference-container-body-switch.html diff --git a/templates/public/amp-reference-container-body.html b/src/templates/public/amp-reference-container-body.html similarity index 100% rename from templates/public/amp-reference-container-body.html rename to src/templates/public/amp-reference-container-body.html diff --git a/templates/public/amp-reference-container-collapsed.html b/src/templates/public/amp-reference-container-collapsed.html similarity index 100% rename from templates/public/amp-reference-container-collapsed.html rename to src/templates/public/amp-reference-container-collapsed.html diff --git a/templates/public/amp-reference-container.html b/src/templates/public/amp-reference-container.html similarity index 100% rename from templates/public/amp-reference-container.html rename to src/templates/public/amp-reference-container.html diff --git a/templates/public/footnote-alternative.html b/src/templates/public/footnote-alternative.html similarity index 100% rename from templates/public/footnote-alternative.html rename to src/templates/public/footnote-alternative.html diff --git a/templates/public/footnote.html b/src/templates/public/footnote.html similarity index 100% rename from templates/public/footnote.html rename to src/templates/public/footnote.html diff --git a/templates/public/js-reference-container.html b/src/templates/public/js-reference-container.html similarity index 100% rename from templates/public/js-reference-container.html rename to src/templates/public/js-reference-container.html diff --git a/templates/public/reference-container-body-3column.html b/src/templates/public/reference-container-body-3column.html similarity index 100% rename from templates/public/reference-container-body-3column.html rename to src/templates/public/reference-container-body-3column.html diff --git a/templates/public/reference-container-body-combi.html b/src/templates/public/reference-container-body-combi.html similarity index 100% rename from templates/public/reference-container-body-combi.html rename to src/templates/public/reference-container-body-combi.html diff --git a/templates/public/reference-container-body-switch.html b/src/templates/public/reference-container-body-switch.html similarity index 100% rename from templates/public/reference-container-body-switch.html rename to src/templates/public/reference-container-body-switch.html diff --git a/templates/public/reference-container-body.html b/src/templates/public/reference-container-body.html similarity index 100% rename from templates/public/reference-container-body.html rename to src/templates/public/reference-container-body.html diff --git a/templates/public/reference-container.html b/src/templates/public/reference-container.html similarity index 100% rename from templates/public/reference-container.html rename to src/templates/public/reference-container.html diff --git a/templates/public/tooltip.html b/src/templates/public/tooltip.html similarity index 100% rename from templates/public/tooltip.html rename to src/templates/public/tooltip.html