aboutsummaryrefslogtreecommitdiff
path: root/js/io/templates
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-01-30 18:19:00 -0800
committerJose Antonio Marquez2012-01-30 18:19:00 -0800
commit3b4291c783c4b8fb07f111a240049069277f3c49 (patch)
tree71ebcb715ac1d394b9d36822176cc44c60f74294 /js/io/templates
parent2f61dfca4466661e1ea23888675a86b601b58c63 (diff)
downloadninja-3b4291c783c4b8fb07f111a240049069277f3c49.tar.gz
Core API initialization routine
Setting up the core API routine to check for cloud API availability. Also cleaned up template files for IO and set up initial string contents.
Diffstat (limited to 'js/io/templates')
-rwxr-xr-xjs/io/templates/files/_bin/template.css (renamed from js/io/templates/files/template.css)0
-rwxr-xr-xjs/io/templates/files/_bin/template.html (renamed from js/io/templates/files/template.html)0
-rwxr-xr-xjs/io/templates/files/_bin/template.js (renamed from js/io/templates/files/template.js)0
-rwxr-xr-xjs/io/templates/files/_bin/template.json (renamed from js/io/templates/files/template.json)0
-rwxr-xr-xjs/io/templates/files/_bin/template.php (renamed from js/io/templates/files/template.php)0
-rwxr-xr-xjs/io/templates/files/_bin/template.pl (renamed from js/io/templates/files/template.pl)0
-rwxr-xr-xjs/io/templates/files/_bin/template.py (renamed from js/io/templates/files/template.py)0
-rwxr-xr-xjs/io/templates/files/_bin/template.rb (renamed from js/io/templates/files/template.rb)0
-rwxr-xr-xjs/io/templates/files/_bin/template.xml (renamed from js/io/templates/files/template.xml)0
-rwxr-xr-xjs/io/templates/files/_bin/xml.txt (renamed from js/io/templates/files/xml.txt)0
-rwxr-xr-xjs/io/templates/files/css.txt2
-rwxr-xr-xjs/io/templates/files/html.txt19
-rwxr-xr-xjs/io/templates/files/js.txt1
-rwxr-xr-xjs/io/templates/files/php.txt3
-rwxr-xr-xjs/io/templates/files/pl.txt1
-rwxr-xr-xjs/io/templates/files/py.txt1
-rwxr-xr-xjs/io/templates/files/rb.txt1
17 files changed, 28 insertions, 0 deletions
diff --git a/js/io/templates/files/template.css b/js/io/templates/files/_bin/template.css
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/template.css
+++ b/js/io/templates/files/_bin/template.css
diff --git a/js/io/templates/files/template.html b/js/io/templates/files/_bin/template.html
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/template.html
+++ b/js/io/templates/files/_bin/template.html
diff --git a/js/io/templates/files/template.js b/js/io/templates/files/_bin/template.js
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/template.js
+++ b/js/io/templates/files/_bin/template.js
diff --git a/js/io/templates/files/template.json b/js/io/templates/files/_bin/template.json
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/template.json
+++ b/js/io/templates/files/_bin/template.json
diff --git a/js/io/templates/files/template.php b/js/io/templates/files/_bin/template.php
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/template.php
+++ b/js/io/templates/files/_bin/template.php
diff --git a/js/io/templates/files/template.pl b/js/io/templates/files/_bin/template.pl
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/template.pl
+++ b/js/io/templates/files/_bin/template.pl
diff --git a/js/io/templates/files/template.py b/js/io/templates/files/_bin/template.py
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/template.py
+++ b/js/io/templates/files/_bin/template.py
diff --git a/js/io/templates/files/template.rb b/js/io/templates/files/_bin/template.rb
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/template.rb
+++ b/js/io/templates/files/_bin/template.rb
diff --git a/js/io/templates/files/template.xml b/js/io/templates/files/_bin/template.xml
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/template.xml
+++ b/js/io/templates/files/_bin/template.xml
diff --git a/js/io/templates/files/xml.txt b/js/io/templates/files/_bin/xml.txt
index e69de29b..e69de29b 100755
--- a/js/io/templates/files/xml.txt
+++ b/js/io/templates/files/_bin/xml.txt
diff --git a/js/io/templates/files/css.txt b/js/io/templates/files/css.txt
index e69de29b..07da1f8a 100755
--- a/js/io/templates/files/css.txt
+++ b/js/io/templates/files/css.txt
@@ -0,0 +1,2 @@
1@charset "UTF-8";
2/* Created with Motorola Mobility Ninja */
diff --git a/js/io/templates/files/html.txt b/js/io/templates/files/html.txt
index e69de29b..15641348 100755
--- a/js/io/templates/files/html.txt
+++ b/js/io/templates/files/html.txt
@@ -0,0 +1,19 @@
1<html>
2
3 <head>
4
5 <title>Untitled</title>
6
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8
9 <meta name="generator" content="Motorola Mobility Ninja">
10
11 <style type="text/css">
12 </style>
13
14 </head>
15
16 <body>
17 </body>
18
19</html> \ No newline at end of file
diff --git a/js/io/templates/files/js.txt b/js/io/templates/files/js.txt
index e69de29b..0a6e79c2 100755
--- a/js/io/templates/files/js.txt
+++ b/js/io/templates/files/js.txt
@@ -0,0 +1 @@
/* Created with Motorola Mobility Ninja */
diff --git a/js/io/templates/files/php.txt b/js/io/templates/files/php.txt
index e69de29b..95e76401 100755
--- a/js/io/templates/files/php.txt
+++ b/js/io/templates/files/php.txt
@@ -0,0 +1,3 @@
1<?php
2 /* Created with Motorola Mobility Ninja */
3?> \ No newline at end of file
diff --git a/js/io/templates/files/pl.txt b/js/io/templates/files/pl.txt
index e69de29b..ee414436 100755
--- a/js/io/templates/files/pl.txt
+++ b/js/io/templates/files/pl.txt
@@ -0,0 +1 @@
# Created with Motorola Mobility Ninja
diff --git a/js/io/templates/files/py.txt b/js/io/templates/files/py.txt
index e69de29b..abc89039 100755
--- a/js/io/templates/files/py.txt
+++ b/js/io/templates/files/py.txt
@@ -0,0 +1 @@
# Created with Motorola Mobility Ninja \ No newline at end of file
diff --git a/js/io/templates/files/rb.txt b/js/io/templates/files/rb.txt
index e69de29b..abc89039 100755
--- a/js/io/templates/files/rb.txt
+++ b/js/io/templates/files/rb.txt
@@ -0,0 +1 @@
# Created with Motorola Mobility Ninja \ No newline at end of file