From ac746a55f7b85ffc5fcc807560f4260b3fd789ff Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Fri, 13 Sep 2013 13:01:28 +0200 Subject: [PATCH] Revert "[TASK] Wrap it a classic couchapp structure using erica." This reverts commit 5306f5ed5bd9d67c8043cf2a0e470893312c553e. --- .couchapprc | 3 --- .ericaignore | 1 - _id | 1 - _attachments/index.html => index.html | 0 .../css/smoothness/images/animated-overlay.gif | Bin .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin .../images/ui-bg_flat_75_ffffff_40x100.png | Bin .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin .../images/ui-bg_glass_65_ffffff_1x400.png | Bin .../images/ui-bg_glass_75_dadada_1x400.png | Bin .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin .../images/ui-bg_highlight-soft_75_cccccc_1x100.png | Bin .../smoothness/images/ui-icons_222222_256x240.png | Bin .../smoothness/images/ui-icons_2e83ff_256x240.png | Bin .../smoothness/images/ui-icons_454545_256x240.png | Bin .../smoothness/images/ui-icons_888888_256x240.png | Bin .../smoothness/images/ui-icons_cd0a0a_256x240.png | Bin .../css/smoothness/jquery-ui-1.10.3.custom.min.css | 0 .../js/jquery-ui-1.10.3.custom.min.js | 0 {_attachments/js => js}/jquery-2.0.3.min.js | 0 {_attachments/js => js}/main.js | 0 language | 1 - rewrites | 1 - {_attachments/style => style}/font/Sintony-Bold.ttf | Bin .../style => style}/font/Sintony-Regular.ttf | Bin {_attachments/style => style}/img/bkg01.jpg | Bin {_attachments/style => style}/img/bkg02.jpg | Bin {_attachments/style => style}/main.css | 0 views/example/map.js | 5 ----- 30 files changed, 12 deletions(-) delete mode 100644 .couchapprc delete mode 100644 .ericaignore delete mode 100644 _id rename _attachments/index.html => index.html (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/animated-overlay.gif (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-icons_222222_256x240.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-icons_2e83ff_256x240.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-icons_454545_256x240.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-icons_888888_256x240.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/images/ui-icons_cd0a0a_256x240.png (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/css/smoothness/jquery-ui-1.10.3.custom.min.css (100%) rename {_attachments/jquery-ui-1.10.3.custom => jquery-ui-1.10.3.custom}/js/jquery-ui-1.10.3.custom.min.js (100%) rename {_attachments/js => js}/jquery-2.0.3.min.js (100%) rename {_attachments/js => js}/main.js (100%) delete mode 100644 language delete mode 100644 rewrites rename {_attachments/style => style}/font/Sintony-Bold.ttf (100%) rename {_attachments/style => style}/font/Sintony-Regular.ttf (100%) rename {_attachments/style => style}/img/bkg01.jpg (100%) rename {_attachments/style => style}/img/bkg02.jpg (100%) rename {_attachments/style => style}/main.css (100%) delete mode 100644 views/example/map.js diff --git a/.couchapprc b/.couchapprc deleted file mode 100644 index ae68038..0000000 --- a/.couchapprc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "env": {} -} diff --git a/.ericaignore b/.ericaignore deleted file mode 100644 index f992e3c..0000000 --- a/.ericaignore +++ /dev/null @@ -1 +0,0 @@ -[".git/*", ".gitignore", "README.md"] diff --git a/_id b/_id deleted file mode 100644 index 3dfb8a3..0000000 --- a/_id +++ /dev/null @@ -1 +0,0 @@ -_design/dashboard \ No newline at end of file diff --git a/_attachments/index.html b/index.html similarity index 100% rename from _attachments/index.html rename to index.html diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/animated-overlay.gif b/jquery-ui-1.10.3.custom/css/smoothness/images/animated-overlay.gif similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/animated-overlay.gif rename to jquery-ui-1.10.3.custom/css/smoothness/images/animated-overlay.gif diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_222222_256x240.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_222222_256x240.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_222222_256x240.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_222222_256x240.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_454545_256x240.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_454545_256x240.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_454545_256x240.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_454545_256x240.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_888888_256x240.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_888888_256x240.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_888888_256x240.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_888888_256x240.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png b/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png rename to jquery-ui-1.10.3.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png diff --git a/_attachments/jquery-ui-1.10.3.custom/css/smoothness/jquery-ui-1.10.3.custom.min.css b/jquery-ui-1.10.3.custom/css/smoothness/jquery-ui-1.10.3.custom.min.css similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/css/smoothness/jquery-ui-1.10.3.custom.min.css rename to jquery-ui-1.10.3.custom/css/smoothness/jquery-ui-1.10.3.custom.min.css diff --git a/_attachments/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js b/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js similarity index 100% rename from _attachments/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js rename to jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js diff --git a/_attachments/js/jquery-2.0.3.min.js b/js/jquery-2.0.3.min.js similarity index 100% rename from _attachments/js/jquery-2.0.3.min.js rename to js/jquery-2.0.3.min.js diff --git a/_attachments/js/main.js b/js/main.js similarity index 100% rename from _attachments/js/main.js rename to js/main.js diff --git a/language b/language deleted file mode 100644 index f504a95..0000000 --- a/language +++ /dev/null @@ -1 +0,0 @@ -javascript \ No newline at end of file diff --git a/rewrites b/rewrites deleted file mode 100644 index fe51488..0000000 --- a/rewrites +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/_attachments/style/font/Sintony-Bold.ttf b/style/font/Sintony-Bold.ttf similarity index 100% rename from _attachments/style/font/Sintony-Bold.ttf rename to style/font/Sintony-Bold.ttf diff --git a/_attachments/style/font/Sintony-Regular.ttf b/style/font/Sintony-Regular.ttf similarity index 100% rename from _attachments/style/font/Sintony-Regular.ttf rename to style/font/Sintony-Regular.ttf diff --git a/_attachments/style/img/bkg01.jpg b/style/img/bkg01.jpg similarity index 100% rename from _attachments/style/img/bkg01.jpg rename to style/img/bkg01.jpg diff --git a/_attachments/style/img/bkg02.jpg b/style/img/bkg02.jpg similarity index 100% rename from _attachments/style/img/bkg02.jpg rename to style/img/bkg02.jpg diff --git a/_attachments/style/main.css b/style/main.css similarity index 100% rename from _attachments/style/main.css rename to style/main.css diff --git a/views/example/map.js b/views/example/map.js deleted file mode 100644 index 20151a2..0000000 --- a/views/example/map.js +++ /dev/null @@ -1,5 +0,0 @@ -function map(doc) { - if (doc.type) { - emit(doc.type, null); - } -} \ No newline at end of file