capp templates

- Small comment tweaks
This commit is contained in:
Aparajita Fishman
2012-04-05 17:06:15 -07:00
parent 329baa1719
commit 4d50eea29b
6 changed files with 21 additions and 18 deletions
@@ -2,11 +2,11 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CPApplicationDelegateClass</key>
<string>BKShowcaseController</string>
<key>CPBundleName</key>
<string>__project.name__</string>
<key>CPPrincipalClass</key>
<string>CPApplication</string>
<key>CPApplicationDelegateClass</key>
<string>BKShowcaseController</string>
<key>CPBundleName</key>
<string>__project.name__</string>
<key>CPPrincipalClass</key>
<string>CPApplication</string>
</dict>
</plist>
@@ -2,8 +2,7 @@
* Jakefile
* __project.name__
*
* Created by __user.name__ on __project.date__.
*
* Created by __user.name__ on __project.date__
* Copyright __project.year__, __organization.name__. All rights reserved.
*
* This library is free software; you can redistribute it and/or
@@ -2,7 +2,7 @@
* ThemeDescriptors.j
* __project.name__
*
* Created by __user.name__ on __project.date__.
* Created by __user.name__ on __project.date__
* Copyright __project.year__, __organization.name__. All rights reserved.
*/
@@ -6,7 +6,7 @@
index-debug.html
__project.name__
Created by __user.name__ on __project.date__.
Created by __user.name__ on __project.date__
Copyright __project.year__, __organization.name__. All rights reserved.
-->
<head>
@@ -26,7 +26,7 @@
OBJJ_MAIN_FILE = "main.j";
OBJJ_INCLUDE_PATHS = ["Frameworks/Debug", "Frameworks", "SomethingElse"];
</script>
<script type="text/javascript" src="Frameworks/Debug/Objective-J/Objective-J.js" charset="UTF-8"></script>
<script type="text/javascript">
@@ -36,7 +36,7 @@
// Uncomment to enable printing of backtraces on exceptions:
//objj_msgSend_decorate(objj_backtrace_decorator);
// Uncomment to supress exceptions that take place inside a message
//objj_msgSend_decorate(objj_supress_exceptions_decorator)
@@ -52,8 +52,12 @@
// Uncomment to enable a specific logger:
//CPLogRegister(CPLogConsole);
//CPLogRegister(CPLogPopup);
// Tag view DOM elements with a "data-cappuccino-view" attribute that contains
// the class name of the view that created them. Comment this or set to false to disable.
appkit_tag_dom_elements = true;
</script>
<style type="text/css">
body{margin:0; padding:0;}
#container {position: absolute; top:50%; left:50%;}
@@ -79,7 +83,7 @@
"<img id='loadgraphic' width='16' height='16' src='Resources/spinner.gif' /> " +
"Loading __project.name__...</p></div>");
</script>
<noscript>
<div id="container">
<div style="width: 440px; padding: 10px 25px 20px 25px; font-family: sans-serif; background-color: #ffffff; position: relative; left: -245px; top: -120px; text-align: center; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #555555">
@@ -6,7 +6,7 @@
index.html
__project.name__
Created by __user.name__ on __project.date__.
Created by __user.name__ on __project.date__
Copyright __project.year__, __organization.name__. All rights reserved.
-->
<head>
@@ -25,7 +25,7 @@
<script type="text/javascript">
OBJJ_MAIN_FILE = "main.j";
</script>
<script type="text/javascript" src="Frameworks/Objective-J/Objective-J.js" charset="UTF-8"></script>
<style type="text/css">
@@ -53,7 +53,7 @@
"<img id='loadgraphic' width='16' height='16' src='Resources/spinner.gif' /> " +
"Loading __project.name__...</p></div>");
</script>
<noscript>
<div id="container">
<div style="width: 440px; padding: 10px 25px 20px 25px; font-family: sans-serif; background-color: #ffffff; position: relative; left: -245px; top: -120px; text-align: center; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #555555">
@@ -2,7 +2,7 @@
* main.j
* __project.name__
*
* Created by __user.name__ on __project.date__.
* Created by __user.name__ on __project.date__
* Copyright __project.year__, __organization.name__. All rights reserved.
*/