diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-08-20 18:49:06 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-08-20 18:49:06 +0200 |
commit | 8dfc0c027758929345f428c3a24f1b9221f9c81e (patch) | |
tree | afff867c9f544743b3b613e7c0e66a9b20c10126 | |
parent | fd26aad769b97b432c254f251b7037d9a3c7db61 (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/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 |