diff options
author | Pierre Frisch | 2011-12-22 07:25:50 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-01-27 11:18:17 -0800 |
commit | b89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch) | |
tree | 0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /document-templates | |
parent | 2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff) | |
download | ninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz |
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'document-templates')
-rw-r--r-- | document-templates/files/template.css | 3 | ||||
-rw-r--r-- | document-templates/files/template.html | 18 | ||||
-rw-r--r-- | document-templates/files/template.js | 3 | ||||
-rw-r--r-- | document-templates/files/template.xml | 1 | ||||
-rw-r--r-- | document-templates/projects/montage/index.html | 16 | ||||
-rw-r--r-- | document-templates/projects/montage/package.json | 8 | ||||
-rw-r--r-- | document-templates/projects/montage/styles.css | 0 |
7 files changed, 49 insertions, 0 deletions
diff --git a/document-templates/files/template.css b/document-templates/files/template.css new file mode 100644 index 00000000..f5bb9e48 --- /dev/null +++ b/document-templates/files/template.css | |||
@@ -0,0 +1,3 @@ | |||
1 | @charset "UTF-8"; | ||
2 | /*Created with Ninja by Motorola Mobility*/ | ||
3 | |||
diff --git a/document-templates/files/template.html b/document-templates/files/template.html new file mode 100644 index 00000000..974ca5ed --- /dev/null +++ b/document-templates/files/template.html | |||
@@ -0,0 +1,18 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | |||
4 | <head> | ||
5 | |||
6 | <meta charset="utf-8"> | ||
7 | |||
8 | <meta name="generator" content="Motorola Mobility Ninja" /> | ||
9 | |||
10 | <title>Untitled</title> | ||
11 | |||
12 | </head> | ||
13 | |||
14 | <body> | ||
15 | |||
16 | </body> | ||
17 | |||
18 | </html> \ No newline at end of file | ||
diff --git a/document-templates/files/template.js b/document-templates/files/template.js new file mode 100644 index 00000000..15b3b9df --- /dev/null +++ b/document-templates/files/template.js | |||
@@ -0,0 +1,3 @@ | |||
1 | /* | ||
2 | ** Created with Ninja by Motorola Mobility | ||
3 | */ | ||
diff --git a/document-templates/files/template.xml b/document-templates/files/template.xml new file mode 100644 index 00000000..1f0b1a77 --- /dev/null +++ b/document-templates/files/template.xml | |||
@@ -0,0 +1 @@ | |||
<!-- Created with Ninja by Motorola Mobility --> \ No newline at end of file | |||
diff --git a/document-templates/projects/montage/index.html b/document-templates/projects/montage/index.html new file mode 100644 index 00000000..422a7fb6 --- /dev/null +++ b/document-templates/projects/montage/index.html | |||
@@ -0,0 +1,16 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | |||
4 | <head> | ||
5 | |||
6 | <title>Untitled</title> | ||
7 | |||
8 | <link rel="stylesheet" type="text/css" href="styles.css" /> | ||
9 | |||
10 | <script type="text/javascript" data-package="." src="m-js/lib/montage.js"></script> | ||
11 | |||
12 | </head> | ||
13 | |||
14 | <body></body> | ||
15 | |||
16 | </html> \ No newline at end of file | ||
diff --git a/document-templates/projects/montage/package.json b/document-templates/projects/montage/package.json new file mode 100644 index 00000000..2349ff2f --- /dev/null +++ b/document-templates/projects/montage/package.json | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "directories": { | ||
3 | "lib": "" | ||
4 | }, | ||
5 | "mappings": { | ||
6 | "montage": "m-js/" | ||
7 | } | ||
8 | } \ No newline at end of file | ||
diff --git a/document-templates/projects/montage/styles.css b/document-templates/projects/montage/styles.css new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/document-templates/projects/montage/styles.css | |||