From 15460c93a0db195e2b4003d304456d76493469d7 Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Fri, 6 Sep 2013 22:02:00 +0530 Subject: [PATCH] Few meta changes --- ISSUES.md | 11 ----------- crossdomain.xml | 15 --------------- humans.txt | 2 +- mouchak/static/crossdomain.xml | 15 +++++++++++++++ mouchak/static/robots.txt | 3 +++ robots.txt | 3 --- 6 files changed, 19 insertions(+), 30 deletions(-) delete mode 100644 ISSUES.md delete mode 100644 crossdomain.xml create mode 100644 mouchak/classes/__init__.py create mode 100644 mouchak/static/crossdomain.xml create mode 100644 mouchak/static/robots.txt delete mode 100644 robots.txt diff --git a/ISSUES.md b/ISSUES.md deleted file mode 100644 index a81af1d..0000000 --- a/ISSUES.md +++ /dev/null @@ -1,11 +0,0 @@ -Current Issues with Mouchak ---------------------------- - -- when plugins are used to manipulate existing images, event listeners might not work properly. -This is beacuse there is no wrapper element around it. Hence plugins that will listen to the parent -element of the image, will eventually end up listening to the page(that being directly the parent element -of the images).(So clicking/hovering on the page triggers events, rather than the images). - -- need for wrapper elements of elements like images or tables ? - -- find a better way to load/eval js and css files ? diff --git a/crossdomain.xml b/crossdomain.xml deleted file mode 100644 index 29a035d..0000000 --- a/crossdomain.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - diff --git a/humans.txt b/humans.txt index dcef199..2588585 100644 --- a/humans.txt +++ b/humans.txt @@ -12,7 +12,7 @@ jQuery, Modernizr Underscore.js, Backbone.js Bootstrap - + Python, Flask, PyMongo MongoDB diff --git a/mouchak/classes/__init__.py b/mouchak/classes/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/mouchak/static/crossdomain.xml b/mouchak/static/crossdomain.xml new file mode 100644 index 0000000..29a035d --- /dev/null +++ b/mouchak/static/crossdomain.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + diff --git a/mouchak/static/robots.txt b/mouchak/static/robots.txt new file mode 100644 index 0000000..ee2cc21 --- /dev/null +++ b/mouchak/static/robots.txt @@ -0,0 +1,3 @@ +# robotstxt.org/ + +User-agent: * diff --git a/robots.txt b/robots.txt deleted file mode 100644 index ee2cc21..0000000 --- a/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -# robotstxt.org/ - -User-agent: * -- 1.7.10.4