summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-08-20 18:49:06 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-08-20 18:49:06 +0200
commit8dfc0c027758929345f428c3a24f1b9221f9c81e (patch)
treeafff867c9f544743b3b613e7c0e66a9b20c10126
parentfd26aad769b97b432c254f251b7037d9a3c7db61 (diff)
move application from cgi directory to the project root
-rw-r--r--index.pl (renamed from cgi/index.pl)0
-rw-r--r--public/default.css (renamed from cgi/public/default.css)0
-rw-r--r--public/jquery-1.10.2.min.js (renamed from cgi/public/jquery-1.10.2.min.js)0
-rw-r--r--public/marquee.js (renamed from cgi/public/marquee.js)0
-rw-r--r--templates/clean.html.ep (renamed from cgi/templates/clean.html.ep)0
-rw-r--r--templates/layouts/default.html.ep (renamed from cgi/templates/layouts/default.html.ep)0
-rw-r--r--templates/multi.html.ep (renamed from cgi/templates/multi.html.ep)0
-rw-r--r--templates/not_found.html.ep (renamed from cgi/templates/not_found.html.ep)0
-rw-r--r--templates/single.html.ep (renamed from cgi/templates/single.html.ep)0
9 files changed, 0 insertions, 0 deletions
diff --git a/cgi/index.pl b/index.pl
index 83a3e30..83a3e30 100644
--- a/cgi/index.pl
+++ b/index.pl
diff --git a/cgi/public/default.css b/public/default.css
index 3d19c50..3d19c50 100644
--- a/cgi/public/default.css
+++ b/public/default.css
diff --git a/cgi/public/jquery-1.10.2.min.js b/public/jquery-1.10.2.min.js
index da41706..da41706 100644
--- a/cgi/public/jquery-1.10.2.min.js
+++ b/public/jquery-1.10.2.min.js
diff --git a/cgi/public/marquee.js b/public/marquee.js
index 9e046d5..9e046d5 100644
--- a/cgi/public/marquee.js
+++ b/public/marquee.js
diff --git a/cgi/templates/clean.html.ep b/templates/clean.html.ep
index ae1167c..ae1167c 100644
--- a/cgi/templates/clean.html.ep
+++ b/templates/clean.html.ep
diff --git a/cgi/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 8600b8f..8600b8f 100644
--- a/cgi/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
diff --git a/cgi/templates/multi.html.ep b/templates/multi.html.ep
index 26f3433..26f3433 100644
--- a/cgi/templates/multi.html.ep
+++ b/templates/multi.html.ep
diff --git a/cgi/templates/not_found.html.ep b/templates/not_found.html.ep
index ca1fb5f..ca1fb5f 100644
--- a/cgi/templates/not_found.html.ep
+++ b/templates/not_found.html.ep
diff --git a/cgi/templates/single.html.ep b/templates/single.html.ep
index 7376eb4..7376eb4 100644
--- a/cgi/templates/single.html.ep
+++ b/templates/single.html.ep