Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Update todo to reflect that the package is for SproutCore apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhuda committed May 22, 2011
1 parent 808e703 commit 96dd922
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
.___ .__ __ .__ .__ .__
| | ____ |__|/ |_|__|____ | | |__|______________
| |/ \| \ __\ \__ \ | | | \___ /\_ __ \
| | | \ || | | |/ __ \| |_| |/ / | | \/
|___|___| /__||__| |__(____ /____/__/_____ \ |__|
\/ \/ \/
_____ _ _____
/ ___| | | / __ \
\ `--. _ __ _ __ ___ _ _ | |_ | / \/ ___ _ __ ___
`--. \| '_ \ | '__|/ _ \ | | | || __|| | / _ \ | '__|/ _ \
/\__/ /| |_) || | | (_) || |_| || |_ | \__/\| (_) || | | __/
\____/ | .__/ |_| \___/ \__,_| \__| \____/ \___/ |_| \___|
| |
|_|

Your HTML5 project is almost ready! This is a little list of what you still have to do:
Your SproutCore project is almost ready! Here's how to get started:

- Change lang="en" in the <html> tag if your page is not in English

- Fill:
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<title></title>
<meta name="description" content="">
<meta name="author" content="">

- Change the favicons

- Remove the jQuery test in index.html and script.js, and the link to this TODO list.
Expand All @@ -22,19 +24,22 @@ Your HTML5 project is almost ready! This is a little list of what you still have

== Recommendations and usage =====

- Use CSS versionning to force the cache refresh:
<link rel="stylesheet" href="css/style.css?v=[current_version]">
- Use CSS versioning to force the cache refresh:
<link rel="stylesheet" href="css/style.css?v=[current_version]">

- To fix the PNG background image of an element in IE6, add the .png_bg class to this element.

- To apply a particular style to an element in a specific version of Internet Explorer,
use the .ie6, .ie7, .ie8 and .ie9 in the CSS selector for this element:

.ie6 #myelement{
margin-left: 20px;
margin-left: 20px;
}

== About =========================

This SproutCore package is based on a build of HTML 5 Boilerplate from
initializr.com. Thanks @jverrecchia!

== Contact =======================

Please let me know your feedback with a tweet to @jverrecchia or send a mail to initializr@gmail.com !
Enjoy ;)

0 comments on commit 96dd922

Please sign in to comment.