From 33e655cbbb0816340c5a2e5d5cc0a6b0c7d9f53c Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Wed, 1 Feb 2012 23:31:36 -0800 Subject: File IO clean up and setting up Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory. --- js/io/templates/descriptor.json | 51 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 js/io/templates/descriptor.json (limited to 'js/io/templates/descriptor.json') diff --git a/js/io/templates/descriptor.json b/js/io/templates/descriptor.json new file mode 100644 index 00000000..3d8391c5 --- /dev/null +++ b/js/io/templates/descriptor.json @@ -0,0 +1,51 @@ +{ + "categories":{ + "children":["newFile"] + }, + "newFile":{ + "name":"Blank Template", + "uri":"/", + "type":"directory", + "children":["html", "js", "css", "json", "php", "pl", "py", "rb"] + }, + "html":{ + "name":"HTML", + "uri":"files/html.txt", + "type":"file" + }, + "js":{ + "name":"JavaScript", + "uri":"files/js.txt", + "type":"file" + }, + "css":{ + "name":"Cascading Style Sheets", + "uri":"files/css.txt", + "type":"file" + }, + "json":{ + "name":"JSON", + "uri":"files/json.txt", + "type":"file" + }, + "php":{ + "name":"PHP", + "uri":"files/php.txt", + "type":"file" + }, + "pl":{ + "name":"Perl", + "uri":"files/pl.txt", + "type":"file" + }, + "py":{ + "name":"Python", + "uri":"files/py.txt", + "type":"file" + }, + "rb":{ + "name":"Ruby", + "uri":"files/rb.txt", + "type":"file" + } +} \ No newline at end of file -- cgit v1.2.3