html5-starter 0.2.3b → 0.2.9b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -2
- data/stylesheets/_html5-boilerplate.scss +1 -11
- data/stylesheets/html5-boilerplate/_helpers.scss +10 -17
- data/stylesheets/html5-boilerplate/_normalize.scss +214 -0
- data/stylesheets/html5-boilerplate/_print.scss +5 -10
- data/templates/project/files/404.html +42 -38
- data/templates/project/files/crossdomain.xml +8 -8
- data/templates/project/files/gitattributes.txt +1 -0
- data/templates/project/files/gitignore.txt +8 -3
- data/templates/project/files/htaccess +215 -158
- data/templates/project/files/humans.txt +43 -43
- data/templates/project/files/robots.txt +4 -5
- data/templates/project/index.html +34 -47
- data/templates/project/javascripts/libs/{jquery-1.5.1.js → jquery-1.7.1.js} +3125 -2175
- data/templates/project/javascripts/libs/jquery-1.7.1.min.js +4 -0
- data/templates/project/javascripts/libs/modernizr-2.5.3.min.js +4 -0
- data/templates/project/javascripts/plugins.js +4 -8
- data/templates/project/javascripts/script.js +1 -19
- data/templates/project/manifest.rb +6 -24
- data/templates/project/partials/_boilerplate-defaults.scss +7 -11
- data/templates/project/style.scss +28 -51
- metadata +10 -30
- data/stylesheets/html5-boilerplate/_fonts.scss +0 -38
- data/stylesheets/html5-boilerplate/_handheld.scss +0 -8
- data/stylesheets/html5-boilerplate/_reset.scss +0 -48
- data/stylesheets/html5-boilerplate/_styles.scss +0 -84
- data/templates/project/files/build/build.xml +0 -821
- data/templates/project/files/build/buildinfo.properties +0 -5
- data/templates/project/files/build/config/buildinfo.properties +0 -5
- data/templates/project/files/build/config/default.properties +0 -80
- data/templates/project/files/build/config/project.properties +0 -56
- data/templates/project/files/build/createproject.sh +0 -50
- data/templates/project/files/build/runbuildscript.bat +0 -5
- data/templates/project/files/build/tools/ant-contrib-1.0b3.jar +0 -0
- data/templates/project/files/build/tools/htmlcompressor-1.1.jar +0 -0
- data/templates/project/files/build/tools/jpegtran.exe +0 -0
- data/templates/project/files/build/tools/optipng-0.6.4-exe/LICENSE.txt +0 -21
- data/templates/project/files/build/tools/optipng-0.6.4-exe/optipng.exe +0 -0
- data/templates/project/files/build/tools/yuicompressor-2.4.5.jar +0 -0
- data/templates/project/handheld.scss +0 -8
- data/templates/project/javascripts/libs/dd_belatedpng.js +0 -13
- data/templates/project/javascripts/libs/jquery-1.5.1.min.js +0 -16
- data/templates/project/javascripts/libs/modernizr-1.7.min.js +0 -2
- data/templates/project/javascripts/rails.js +0 -156
@@ -1,43 +1,43 @@
|
|
1
|
-
/* the humans responsible & colophon */
|
2
|
-
/* humanstxt.org */
|
3
|
-
|
4
|
-
|
5
|
-
/* TEAM */
|
6
|
-
<your title>: <your name>
|
7
|
-
Site:
|
8
|
-
Twitter:
|
9
|
-
Location:
|
10
|
-
|
11
|
-
/* THANKS */
|
12
|
-
Names (& URL):
|
13
|
-
|
14
|
-
/* SITE */
|
15
|
-
Standards: HTML5, CSS3
|
16
|
-
Components: Modernizr, jQuery
|
17
|
-
Software:
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
-o/-
|
22
|
-
+oo//-
|
23
|
-
:ooo+//:
|
24
|
-
-ooooo///-
|
25
|
-
/oooooo//:
|
26
|
-
:ooooooo+//-
|
27
|
-
-+oooooooo///-
|
28
|
-
-://////////////+oooooooooo++////////////::
|
29
|
-
:+ooooooooooooooooooooooooooooooooooooo+:::-
|
30
|
-
-/+ooooooooooooooooooooooooooooooo+/::////:-
|
31
|
-
-:+oooooooooooooooooooooooooooo/::///////:-
|
32
|
-
--/+ooooooooooooooooooooo+::://////:-
|
33
|
-
-:+ooooooooooooooooo+:://////:--
|
34
|
-
/ooooooooooooooooo+//////:-
|
35
|
-
-ooooooooooooooooooo////-
|
36
|
-
/ooooooooo+oooooooooo//:
|
37
|
-
:ooooooo+/::/+oooooooo+//-
|
38
|
-
-oooooo/::///////+oooooo///-
|
39
|
-
/ooo+::://////:---:/+oooo//:
|
40
|
-
-o+/::///////:- -:/+o+//-
|
41
|
-
:-:///////:- -:/://
|
42
|
-
-////:- --//:
|
43
|
-
-- -:
|
1
|
+
/* the humans responsible & colophon */
|
2
|
+
/* humanstxt.org */
|
3
|
+
|
4
|
+
|
5
|
+
/* TEAM */
|
6
|
+
<your title>: <your name>
|
7
|
+
Site:
|
8
|
+
Twitter:
|
9
|
+
Location:
|
10
|
+
|
11
|
+
/* THANKS */
|
12
|
+
Names (& URL):
|
13
|
+
|
14
|
+
/* SITE */
|
15
|
+
Standards: HTML5, CSS3
|
16
|
+
Components: Modernizr, jQuery
|
17
|
+
Software:
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
-o/-
|
22
|
+
+oo//-
|
23
|
+
:ooo+//:
|
24
|
+
-ooooo///-
|
25
|
+
/oooooo//:
|
26
|
+
:ooooooo+//-
|
27
|
+
-+oooooooo///-
|
28
|
+
-://////////////+oooooooooo++////////////::
|
29
|
+
:+ooooooooooooooooooooooooooooooooooooo+:::-
|
30
|
+
-/+ooooooooooooooooooooooooooooooo+/::////:-
|
31
|
+
-:+oooooooooooooooooooooooooooo/::///////:-
|
32
|
+
--/+ooooooooooooooooooooo+::://////:-
|
33
|
+
-:+ooooooooooooooooo+:://////:--
|
34
|
+
/ooooooooooooooooo+//////:-
|
35
|
+
-ooooooooooooooooooo////-
|
36
|
+
/ooooooooo+oooooooooo//:
|
37
|
+
:ooooooo+/::/+oooooooo+//-
|
38
|
+
-oooooo/::///////+oooooo///-
|
39
|
+
/ooo+::://////:---:/+oooo//:
|
40
|
+
-o+/::///////:- -:/+o+//-
|
41
|
+
:-:///////:- -:/://
|
42
|
+
-////:- --//:
|
43
|
+
-- -:
|
@@ -1,5 +1,4 @@
|
|
1
|
-
# www.robotstxt.org/
|
2
|
-
#
|
3
|
-
|
4
|
-
User-agent: *
|
5
|
-
|
1
|
+
# www.robotstxt.org/
|
2
|
+
# https://developers.google.com/webmasters/control-crawl-index/
|
3
|
+
|
4
|
+
User-agent: *
|
@@ -1,80 +1,67 @@
|
|
1
1
|
<!doctype html>
|
2
2
|
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
|
3
|
-
<!--[if lt IE 7]> <html class="no-js
|
4
|
-
<!--[if IE 7]> <html class="no-js
|
5
|
-
<!--[if IE 8]> <html class="no-js
|
3
|
+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
|
4
|
+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
|
5
|
+
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
6
|
+
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
|
6
7
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
7
8
|
<head>
|
8
9
|
<meta charset="utf-8">
|
9
10
|
|
10
|
-
<!--
|
11
|
-
|
11
|
+
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
|
12
|
+
More info: h5bp.com/i/378 -->
|
12
13
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
13
14
|
|
14
15
|
<title></title>
|
15
16
|
<meta name="description" content="">
|
16
|
-
<meta name="author" content="">
|
17
17
|
|
18
|
-
<!-- Mobile viewport optimized:
|
19
|
-
<meta name="viewport" content="width=device-width
|
18
|
+
<!-- Mobile viewport optimized: h5bp.com/viewport -->
|
19
|
+
<meta name="viewport" content="width=device-width">
|
20
20
|
|
21
|
-
<!-- Place favicon.ico
|
22
|
-
<link rel="shortcut icon" href="/favicon.ico">
|
23
|
-
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
21
|
+
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
|
24
22
|
|
25
|
-
|
26
|
-
<!-- CSS: implied media="all" -->
|
27
23
|
<link rel="stylesheet" href="css/style.css">
|
28
24
|
|
29
|
-
<!--
|
30
|
-
<link rel="stylesheet" media="handheld" href="css/handheld.css"> -->
|
31
|
-
|
32
|
-
<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
|
33
|
-
<script src="js/libs/modernizr-1.7.min.js"></script>
|
25
|
+
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
|
34
26
|
|
27
|
+
<!-- All JavaScript at the bottom, except this Modernizr build.
|
28
|
+
Modernizr enables HTML5 elements & feature detects for optimal performance.
|
29
|
+
Create your own custom Modernizr build: www.modernizr.com/download/ -->
|
30
|
+
<script src="js/libs/modernizr-2.5.3.min.js"></script>
|
35
31
|
</head>
|
36
|
-
|
37
32
|
<body>
|
33
|
+
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
|
34
|
+
chromium.org/developers/how-tos/chrome-frame-getting-started -->
|
35
|
+
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
|
36
|
+
<header>
|
38
37
|
|
39
|
-
|
40
|
-
|
38
|
+
</header>
|
39
|
+
<div role="main">
|
41
40
|
|
42
|
-
|
43
|
-
|
41
|
+
</div>
|
42
|
+
<footer>
|
44
43
|
|
45
|
-
|
46
|
-
<footer>
|
47
|
-
|
48
|
-
</footer>
|
49
|
-
</div> <!--! end of #container -->
|
44
|
+
</footer>
|
50
45
|
|
51
46
|
|
52
47
|
<!-- JavaScript at the bottom for fast page loading -->
|
53
48
|
|
54
|
-
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if
|
55
|
-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.
|
56
|
-
<script>window.jQuery || document.write(
|
57
|
-
|
49
|
+
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
|
50
|
+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
51
|
+
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
|
58
52
|
|
59
|
-
<!-- scripts concatenated and minified via
|
53
|
+
<!-- scripts concatenated and minified via build script -->
|
60
54
|
<script src="js/plugins.js"></script>
|
61
55
|
<script src="js/script.js"></script>
|
62
|
-
<!-- end scripts-->
|
56
|
+
<!-- end scripts -->
|
63
57
|
|
64
|
-
|
65
|
-
|
66
|
-
<script src="js/libs/dd_belatedpng.js"></script>
|
67
|
-
<script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script>
|
68
|
-
<![endif]-->
|
69
|
-
|
70
|
-
|
71
|
-
<!-- mathiasbynens.be/notes/async-analytics-snippet Change UA-XXXXX-X to be your site's ID -->
|
58
|
+
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
|
59
|
+
mathiasbynens.be/notes/async-analytics-snippet -->
|
72
60
|
<script>
|
73
|
-
var _gaq=[[
|
74
|
-
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
75
|
-
g.src=(
|
76
|
-
s.parentNode.insertBefore(g,s)}(document,
|
61
|
+
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
|
62
|
+
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
63
|
+
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
64
|
+
s.parentNode.insertBefore(g,s)}(document,'script'));
|
77
65
|
</script>
|
78
|
-
|
79
66
|
</body>
|
80
67
|
</html>
|