From 009ce9358168cc06c76fc2f4162829e552e633a3 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 14 Jan 2017 15:51:30 +0100 Subject: [PATCH] Move default template to vintage folder --- .gitignore | 1 + tpl/{default => vintage}/404.html | 0 tpl/{default => vintage}/addlink.html | 0 tpl/{default => vintage}/changepassword.html | 0 tpl/{default => vintage}/changetag.html | 0 tpl/{default => vintage}/configure.html | 0 tpl/{default => vintage}/css/reset.css | 0 tpl/{default => vintage}/css/shaarli.css | 0 tpl/{default => vintage}/daily.html | 0 tpl/{default => vintage}/dailyrss.html | 0 tpl/{default => vintage}/editlink.html | 0 tpl/{default => vintage}/export.bookmarks.html | 0 tpl/{default => vintage}/export.html | 0 tpl/{default => vintage}/feed.atom.html | 0 tpl/{default => vintage}/feed.rss.html | 0 .../images/50pc_transparent.png | Bin .../images/Paper_texture_v5_by_bashcorpo_w1000.jpg | Bin tpl/{default => vintage}/images/calendar.png | Bin tpl/{default => vintage}/images/floral_left.png | Bin tpl/{default => vintage}/images/floral_right.png | Bin tpl/{default => vintage}/images/private.png | Bin tpl/{default => vintage}/images/squiggle.png | Bin .../images/squiggle_closing.png | Bin tpl/{default => vintage}/images/tag_blue.png | Bin tpl/{default => vintage}/import.html | 0 tpl/{default => vintage}/includes.html | 0 tpl/{default => vintage}/install.html | 0 tpl/{default => vintage}/linklist.html | 0 tpl/{default => vintage}/linklist.paging.html | 0 tpl/{default => vintage}/loginform.html | 0 tpl/{default => vintage}/opensearch.html | 0 tpl/{default => vintage}/page.footer.html | 0 tpl/{default => vintage}/page.header.html | 0 tpl/{default => vintage}/page.html | 0 tpl/{default => vintage}/picwall.html | 0 tpl/{default => vintage}/pluginsadmin.html | 0 tpl/{default => vintage}/readme.txt | 0 tpl/{default => vintage}/tagcloud.html | 0 tpl/{default => vintage}/tools.html | 0 39 files changed, 1 insertion(+) rename tpl/{default => vintage}/404.html (100%) rename tpl/{default => vintage}/addlink.html (100%) rename tpl/{default => vintage}/changepassword.html (100%) rename tpl/{default => vintage}/changetag.html (100%) rename tpl/{default => vintage}/configure.html (100%) rename tpl/{default => vintage}/css/reset.css (100%) rename tpl/{default => vintage}/css/shaarli.css (100%) rename tpl/{default => vintage}/daily.html (100%) rename tpl/{default => vintage}/dailyrss.html (100%) rename tpl/{default => vintage}/editlink.html (100%) rename tpl/{default => vintage}/export.bookmarks.html (100%) rename tpl/{default => vintage}/export.html (100%) rename tpl/{default => vintage}/feed.atom.html (100%) rename tpl/{default => vintage}/feed.rss.html (100%) rename tpl/{default => vintage}/images/50pc_transparent.png (100%) rename tpl/{default => vintage}/images/Paper_texture_v5_by_bashcorpo_w1000.jpg (100%) rename tpl/{default => vintage}/images/calendar.png (100%) rename tpl/{default => vintage}/images/floral_left.png (100%) rename tpl/{default => vintage}/images/floral_right.png (100%) rename tpl/{default => vintage}/images/private.png (100%) rename tpl/{default => vintage}/images/squiggle.png (100%) rename tpl/{default => vintage}/images/squiggle_closing.png (100%) rename tpl/{default => vintage}/images/tag_blue.png (100%) rename tpl/{default => vintage}/import.html (100%) rename tpl/{default => vintage}/includes.html (100%) rename tpl/{default => vintage}/install.html (100%) rename tpl/{default => vintage}/linklist.html (100%) rename tpl/{default => vintage}/linklist.paging.html (100%) rename tpl/{default => vintage}/loginform.html (100%) rename tpl/{default => vintage}/opensearch.html (100%) rename tpl/{default => vintage}/page.footer.html (100%) rename tpl/{default => vintage}/page.header.html (100%) rename tpl/{default => vintage}/page.html (100%) rename tpl/{default => vintage}/picwall.html (100%) rename tpl/{default => vintage}/pluginsadmin.html (100%) rename tpl/{default => vintage}/readme.txt (100%) rename tpl/{default => vintage}/tagcloud.html (100%) rename tpl/{default => vintage}/tools.html (100%) diff --git a/.gitignore b/.gitignore index 19f3dc8..e64c8a4 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ plugins/*/config.php # 3rd party themes tpl/* !tpl/default +!tpl/vintage diff --git a/tpl/default/404.html b/tpl/vintage/404.html similarity index 100% rename from tpl/default/404.html rename to tpl/vintage/404.html diff --git a/tpl/default/addlink.html b/tpl/vintage/addlink.html similarity index 100% rename from tpl/default/addlink.html rename to tpl/vintage/addlink.html diff --git a/tpl/default/changepassword.html b/tpl/vintage/changepassword.html similarity index 100% rename from tpl/default/changepassword.html rename to tpl/vintage/changepassword.html diff --git a/tpl/default/changetag.html b/tpl/vintage/changetag.html similarity index 100% rename from tpl/default/changetag.html rename to tpl/vintage/changetag.html diff --git a/tpl/default/configure.html b/tpl/vintage/configure.html similarity index 100% rename from tpl/default/configure.html rename to tpl/vintage/configure.html diff --git a/tpl/default/css/reset.css b/tpl/vintage/css/reset.css similarity index 100% rename from tpl/default/css/reset.css rename to tpl/vintage/css/reset.css diff --git a/tpl/default/css/shaarli.css b/tpl/vintage/css/shaarli.css similarity index 100% rename from tpl/default/css/shaarli.css rename to tpl/vintage/css/shaarli.css diff --git a/tpl/default/daily.html b/tpl/vintage/daily.html similarity index 100% rename from tpl/default/daily.html rename to tpl/vintage/daily.html diff --git a/tpl/default/dailyrss.html b/tpl/vintage/dailyrss.html similarity index 100% rename from tpl/default/dailyrss.html rename to tpl/vintage/dailyrss.html diff --git a/tpl/default/editlink.html b/tpl/vintage/editlink.html similarity index 100% rename from tpl/default/editlink.html rename to tpl/vintage/editlink.html diff --git a/tpl/default/export.bookmarks.html b/tpl/vintage/export.bookmarks.html similarity index 100% rename from tpl/default/export.bookmarks.html rename to tpl/vintage/export.bookmarks.html diff --git a/tpl/default/export.html b/tpl/vintage/export.html similarity index 100% rename from tpl/default/export.html rename to tpl/vintage/export.html diff --git a/tpl/default/feed.atom.html b/tpl/vintage/feed.atom.html similarity index 100% rename from tpl/default/feed.atom.html rename to tpl/vintage/feed.atom.html diff --git a/tpl/default/feed.rss.html b/tpl/vintage/feed.rss.html similarity index 100% rename from tpl/default/feed.rss.html rename to tpl/vintage/feed.rss.html diff --git a/tpl/default/images/50pc_transparent.png b/tpl/vintage/images/50pc_transparent.png similarity index 100% rename from tpl/default/images/50pc_transparent.png rename to tpl/vintage/images/50pc_transparent.png diff --git a/tpl/default/images/Paper_texture_v5_by_bashcorpo_w1000.jpg b/tpl/vintage/images/Paper_texture_v5_by_bashcorpo_w1000.jpg similarity index 100% rename from tpl/default/images/Paper_texture_v5_by_bashcorpo_w1000.jpg rename to tpl/vintage/images/Paper_texture_v5_by_bashcorpo_w1000.jpg diff --git a/tpl/default/images/calendar.png b/tpl/vintage/images/calendar.png similarity index 100% rename from tpl/default/images/calendar.png rename to tpl/vintage/images/calendar.png diff --git a/tpl/default/images/floral_left.png b/tpl/vintage/images/floral_left.png similarity index 100% rename from tpl/default/images/floral_left.png rename to tpl/vintage/images/floral_left.png diff --git a/tpl/default/images/floral_right.png b/tpl/vintage/images/floral_right.png similarity index 100% rename from tpl/default/images/floral_right.png rename to tpl/vintage/images/floral_right.png diff --git a/tpl/default/images/private.png b/tpl/vintage/images/private.png similarity index 100% rename from tpl/default/images/private.png rename to tpl/vintage/images/private.png diff --git a/tpl/default/images/squiggle.png b/tpl/vintage/images/squiggle.png similarity index 100% rename from tpl/default/images/squiggle.png rename to tpl/vintage/images/squiggle.png diff --git a/tpl/default/images/squiggle_closing.png b/tpl/vintage/images/squiggle_closing.png similarity index 100% rename from tpl/default/images/squiggle_closing.png rename to tpl/vintage/images/squiggle_closing.png diff --git a/tpl/default/images/tag_blue.png b/tpl/vintage/images/tag_blue.png similarity index 100% rename from tpl/default/images/tag_blue.png rename to tpl/vintage/images/tag_blue.png diff --git a/tpl/default/import.html b/tpl/vintage/import.html similarity index 100% rename from tpl/default/import.html rename to tpl/vintage/import.html diff --git a/tpl/default/includes.html b/tpl/vintage/includes.html similarity index 100% rename from tpl/default/includes.html rename to tpl/vintage/includes.html diff --git a/tpl/default/install.html b/tpl/vintage/install.html similarity index 100% rename from tpl/default/install.html rename to tpl/vintage/install.html diff --git a/tpl/default/linklist.html b/tpl/vintage/linklist.html similarity index 100% rename from tpl/default/linklist.html rename to tpl/vintage/linklist.html diff --git a/tpl/default/linklist.paging.html b/tpl/vintage/linklist.paging.html similarity index 100% rename from tpl/default/linklist.paging.html rename to tpl/vintage/linklist.paging.html diff --git a/tpl/default/loginform.html b/tpl/vintage/loginform.html similarity index 100% rename from tpl/default/loginform.html rename to tpl/vintage/loginform.html diff --git a/tpl/default/opensearch.html b/tpl/vintage/opensearch.html similarity index 100% rename from tpl/default/opensearch.html rename to tpl/vintage/opensearch.html diff --git a/tpl/default/page.footer.html b/tpl/vintage/page.footer.html similarity index 100% rename from tpl/default/page.footer.html rename to tpl/vintage/page.footer.html diff --git a/tpl/default/page.header.html b/tpl/vintage/page.header.html similarity index 100% rename from tpl/default/page.header.html rename to tpl/vintage/page.header.html diff --git a/tpl/default/page.html b/tpl/vintage/page.html similarity index 100% rename from tpl/default/page.html rename to tpl/vintage/page.html diff --git a/tpl/default/picwall.html b/tpl/vintage/picwall.html similarity index 100% rename from tpl/default/picwall.html rename to tpl/vintage/picwall.html diff --git a/tpl/default/pluginsadmin.html b/tpl/vintage/pluginsadmin.html similarity index 100% rename from tpl/default/pluginsadmin.html rename to tpl/vintage/pluginsadmin.html diff --git a/tpl/default/readme.txt b/tpl/vintage/readme.txt similarity index 100% rename from tpl/default/readme.txt rename to tpl/vintage/readme.txt diff --git a/tpl/default/tagcloud.html b/tpl/vintage/tagcloud.html similarity index 100% rename from tpl/default/tagcloud.html rename to tpl/vintage/tagcloud.html diff --git a/tpl/default/tools.html b/tpl/vintage/tools.html similarity index 100% rename from tpl/default/tools.html rename to tpl/vintage/tools.html