--- 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 --- a/humans.txt +++ b/humans.txt @@ -6,10 +6,6 @@ Anon Ray (@rayanon) Arvind Khadri (@arvindkhadri) -# THANKS - - - # TECHNOLOGY COLOPHON HTML5, CSS3 @@ -17,5 +13,7 @@ Underscore.js, Backbone.js Bootstrap - Python, Flask + Python, Flask, PyMongo + + MongoDB --- a/mouchak/static/example.json +++ /dev/null @@ -1,43 +1 @@ -[ - { - "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.." - } - ] - } -]