From 7495e02261ac0cd081f131c9b705613fb033e69e Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Thu, 1 Aug 2013 14:23:13 +0530 Subject: [PATCH] Small meta fixes - remove example.json (not needed anymore) - updated ISSUES.md and humans.txt --- ISSUES.md | 5 ----- humans.txt | 8 +++----- mouchak/static/example.json | 42 ------------------------------------------ 3 files changed, 3 insertions(+), 52 deletions(-) delete mode 100644 mouchak/static/example.json diff --git a/ISSUES.md b/ISSUES.md index ebcae93..a81af1d 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -1,11 +1,6 @@ Current Issues with Mouchak --------------------------- - -- In some pages nav links are not there....each page has its own nav links if they have children, if they dont they **should** get its parents nav link(highest priority) - -- a config option to disable nav ? - - 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 diff --git a/humans.txt b/humans.txt index ab05f86..dcef199 100644 --- a/humans.txt +++ b/humans.txt @@ -6,10 +6,6 @@ Anon Ray (@rayanon) Arvind Khadri (@arvindkhadri) -# THANKS - - - # TECHNOLOGY COLOPHON HTML5, CSS3 @@ -17,4 +13,6 @@ Underscore.js, Backbone.js Bootstrap - Python, Flask + Python, Flask, PyMongo + + MongoDB diff --git a/mouchak/static/example.json b/mouchak/static/example.json deleted file mode 100644 index f40e2f5..0000000 --- a/mouchak/static/example.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "name": "index", - "children": ["Motivation", "The JSON file"], - "title": "Mouchak", - "content": [ - { - "type": "image", - "src": "/static/img/mouchak.jpg" - }, - { - "type": "text", - "title": "What's this?", - "data": "

Mouchak is a Javascript framework for building websites quickly.

It takes the components and the content of the website in a JSON format. The content in the JSON can be of type text or multimedia like images and videos.

It also has the capabilities to load external JS and CSS files to customize the website.


PS: Incase you are wondering, Mouchak is a Bengali word, which means Honeycomb." - } - ] - }, - { - "name": "Motivation", - "title": "Motivation", - "children": [], - "content": [ - { - "type": "text", - "title": "Why Mouchak?", - "data": "Explanation of why we built this framework..." - } - ] - }, - { - "name": "The JSON file", - "title": "The JSON format", - "children": [], - "content": [ - { - "type": "text", - "title": "", - "data": "{ } Explain the JSON format here.." - } - ] - } -] -- 1.7.10.4