wordpress-starter 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. data/CHANGELOG.md +1 -0
  2. data/LICENSE +20 -0
  3. data/README.md +34 -0
  4. data/lib/wordpress-starter.rb +29 -0
  5. data/stylesheets/_wordpress.scss +9 -0
  6. data/stylesheets/wordpress/_base.scss +74 -0
  7. data/stylesheets/wordpress/_defaults.scss +28 -0
  8. data/stylesheets/wordpress/_layout.scss +56 -0
  9. data/stylesheets/wordpress/_mixins.scss +57 -0
  10. data/stylesheets/wordpress/_page.scss +364 -0
  11. data/stylesheets/wordpress/_responsive.scss +231 -0
  12. data/stylesheets/wordpress/_theme.scss +83 -0
  13. data/stylesheets/wordpress/_typography.scss +135 -0
  14. data/stylesheets/wordpress/_utils.scss +64 -0
  15. data/templates/project/ie.scss +1 -0
  16. data/templates/project/manifest.rb +21 -0
  17. data/templates/project/print.css +4 -0
  18. data/templates/project/print.scss +104 -0
  19. data/templates/project/readme.txt +1 -0
  20. data/templates/project/screen.scss +1 -0
  21. data/templates/project/style.css +13 -0
  22. data/templates/starter/404.php +24 -0
  23. data/templates/starter/admin/README.txt +25 -0
  24. data/templates/starter/admin/assets/css/admin-style.css +838 -0
  25. data/templates/starter/admin/assets/css/colorpicker.css +177 -0
  26. data/templates/starter/admin/assets/images/1col.png +0 -0
  27. data/templates/starter/admin/assets/images/2-col-portfolio.png +0 -0
  28. data/templates/starter/admin/assets/images/2cl.png +0 -0
  29. data/templates/starter/admin/assets/images/2cr.png +0 -0
  30. data/templates/starter/admin/assets/images/3-col-portfolio.png +0 -0
  31. data/templates/starter/admin/assets/images/3cm.png +0 -0
  32. data/templates/starter/admin/assets/images/3cr.png +0 -0
  33. data/templates/starter/admin/assets/images/4-col-portfolio.png +0 -0
  34. data/templates/starter/admin/assets/images/accept.png +0 -0
  35. data/templates/starter/admin/assets/images/button_check.png +0 -0
  36. data/templates/starter/admin/assets/images/colorpicker/blank.gif +0 -0
  37. data/templates/starter/admin/assets/images/colorpicker/colorpicker_background.png +0 -0
  38. data/templates/starter/admin/assets/images/colorpicker/colorpicker_hex.png +0 -0
  39. data/templates/starter/admin/assets/images/colorpicker/colorpicker_hsb_b.png +0 -0
  40. data/templates/starter/admin/assets/images/colorpicker/colorpicker_hsb_h.png +0 -0
  41. data/templates/starter/admin/assets/images/colorpicker/colorpicker_hsb_s.png +0 -0
  42. data/templates/starter/admin/assets/images/colorpicker/colorpicker_indic.gif +0 -0
  43. data/templates/starter/admin/assets/images/colorpicker/colorpicker_overlay.png +0 -0
  44. data/templates/starter/admin/assets/images/colorpicker/colorpicker_rgb_b.png +0 -0
  45. data/templates/starter/admin/assets/images/colorpicker/colorpicker_rgb_g.png +0 -0
  46. data/templates/starter/admin/assets/images/colorpicker/colorpicker_rgb_r.png +0 -0
  47. data/templates/starter/admin/assets/images/colorpicker/colorpicker_select.gif +0 -0
  48. data/templates/starter/admin/assets/images/colorpicker/colorpicker_submit.png +0 -0
  49. data/templates/starter/admin/assets/images/colorpicker/select.png +0 -0
  50. data/templates/starter/admin/assets/images/dropdown-arrow.png +0 -0
  51. data/templates/starter/admin/assets/images/favicon.ico +0 -0
  52. data/templates/starter/admin/assets/images/icon-add.png +0 -0
  53. data/templates/starter/admin/assets/images/icon-backup.png +0 -0
  54. data/templates/starter/admin/assets/images/icon-delete.png +0 -0
  55. data/templates/starter/admin/assets/images/icon-docs.png +0 -0
  56. data/templates/starter/admin/assets/images/icon-edit.png +0 -0
  57. data/templates/starter/admin/assets/images/icon-home.png +0 -0
  58. data/templates/starter/admin/assets/images/icon-info.png +0 -0
  59. data/templates/starter/admin/assets/images/icon-notice.png +0 -0
  60. data/templates/starter/admin/assets/images/icon-paint.png +0 -0
  61. data/templates/starter/admin/assets/images/icon-settings.png +0 -0
  62. data/templates/starter/admin/assets/images/icon-slider.png +0 -0
  63. data/templates/starter/admin/assets/images/icon-warn.png +0 -0
  64. data/templates/starter/admin/assets/images/icon_option.png +0 -0
  65. data/templates/starter/admin/assets/images/loading-bottom.gif +0 -0
  66. data/templates/starter/admin/assets/images/select.png +0 -0
  67. data/templates/starter/admin/assets/images/sign_warning.png +0 -0
  68. data/templates/starter/admin/assets/images/stop.png +0 -0
  69. data/templates/starter/admin/assets/images/toggle_tabs.png +0 -0
  70. data/templates/starter/admin/assets/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  71. data/templates/starter/admin/assets/images/warning.png +0 -0
  72. data/templates/starter/admin/assets/images/wrench.png +0 -0
  73. data/templates/starter/admin/assets/images/wrench16.png +0 -0
  74. data/templates/starter/admin/assets/js/ajaxupload.js +606 -0
  75. data/templates/starter/admin/assets/js/colorpicker.js +455 -0
  76. data/templates/starter/admin/assets/js/cookie.js +1 -0
  77. data/templates/starter/admin/assets/js/jquery.maskedinput-1.2.2.js +252 -0
  78. data/templates/starter/admin/assets/js/jquery.tipsy.js +241 -0
  79. data/templates/starter/admin/assets/js/of-medialibrary-uploader.js +168 -0
  80. data/templates/starter/admin/assets/js/smof.js +623 -0
  81. data/templates/starter/admin/classes/class.options-machine.php +627 -0
  82. data/templates/starter/admin/front-end/options.php +77 -0
  83. data/templates/starter/admin/functions/functions.admin.php +76 -0
  84. data/templates/starter/admin/functions/functions.interface.php +232 -0
  85. data/templates/starter/admin/functions/functions.load.php +14 -0
  86. data/templates/starter/admin/functions/functions.mediauploader.php +194 -0
  87. data/templates/starter/admin/functions/functions.options.php +507 -0
  88. data/templates/starter/admin/functions/functions.php +0 -0
  89. data/templates/starter/admin/index.php +86 -0
  90. data/templates/starter/admin/layouts/default.css +0 -0
  91. data/templates/starter/admin/layouts/placebo.css +0 -0
  92. data/templates/starter/app.js +97 -0
  93. data/templates/starter/archive.php +57 -0
  94. data/templates/starter/category.php +40 -0
  95. data/templates/starter/comments.php +65 -0
  96. data/templates/starter/content-aside.php +26 -0
  97. data/templates/starter/content-image.php +29 -0
  98. data/templates/starter/content-link.php +27 -0
  99. data/templates/starter/content-none.php +21 -0
  100. data/templates/starter/content-page.php +24 -0
  101. data/templates/starter/content-quote.php +26 -0
  102. data/templates/starter/content-status.php +33 -0
  103. data/templates/starter/content.php +67 -0
  104. data/templates/starter/editor-style.scss +359 -0
  105. data/templates/starter/footer.php +29 -0
  106. data/templates/starter/functions.php +1211 -0
  107. data/templates/starter/header.php +63 -0
  108. data/templates/starter/ie.scss +1 -0
  109. data/templates/starter/images/bg/bg0.png +0 -0
  110. data/templates/starter/images/bg/bg1.png +0 -0
  111. data/templates/starter/images/bg/bg10.png +0 -0
  112. data/templates/starter/images/bg/bg11.png +0 -0
  113. data/templates/starter/images/bg/bg2.png +0 -0
  114. data/templates/starter/images/bg/bg3.png +0 -0
  115. data/templates/starter/images/bg/bg4.png +0 -0
  116. data/templates/starter/images/bg/bg5.png +0 -0
  117. data/templates/starter/images/bg/bg6.jpg +0 -0
  118. data/templates/starter/images/bg/bg7.jpg +0 -0
  119. data/templates/starter/images/bg/bg8.png +0 -0
  120. data/templates/starter/images/bg/bg9.png +0 -0
  121. data/templates/starter/index.php +19 -0
  122. data/templates/starter/loop.php +30 -0
  123. data/templates/starter/manifest.rb +149 -0
  124. data/templates/starter/moderninzr.min.js +4 -0
  125. data/templates/starter/options.php +407 -0
  126. data/templates/starter/page.php +29 -0
  127. data/templates/starter/print.scss +104 -0
  128. data/templates/starter/readme.txt +1 -0
  129. data/templates/starter/screen.scss +1 -0
  130. data/templates/starter/search.php +31 -0
  131. data/templates/starter/search.png +0 -0
  132. data/templates/starter/searchform.php +14 -0
  133. data/templates/starter/sidebar.php +15 -0
  134. data/templates/starter/single.php +31 -0
  135. data/templates/starter/style.css +13 -0
  136. data/templates/starter/tag.php +41 -0
  137. metadata +230 -0
@@ -0,0 +1,29 @@
1
+ <?php
2
+ /**
3
+ * The template for displaying all pages.
4
+ *
5
+ * This is the template that displays all pages by default.
6
+ * Please note that this is the WordPress construct of pages
7
+ * and that other 'pages' on your WordPress site will use a
8
+ * different template.
9
+ *
10
+ * @category Theme
11
+ * @package [starter]
12
+ * @author [Your Name]
13
+ * @copyright 2012 [Your Name]
14
+ */
15
+
16
+ get_header( get_post_format() );
17
+
18
+ while ( have_posts() ):
19
+ the_post();
20
+
21
+ /* If you want to overload this in a child theme then include a file
22
+ * called content-single.php and that will be used instead.
23
+ */
24
+ get_template_part( 'content', 'page' );
25
+
26
+ comments_template( '', true );
27
+ endwhile;
28
+
29
+ get_footer( get_post_format() );
@@ -0,0 +1,104 @@
1
+ @media print {
2
+ /* All your print styles go here */
3
+ /* Smashing winery
4
+ Example site for article at Smashing Magazine
5
+ by Christian Krammer, ck@css3files.com
6
+
7
+ Print style */
8
+ /* Reset quotes */
9
+ q {
10
+ quotes: none;
11
+ &:before, &:after {
12
+ content: "";
13
+ }
14
+ }
15
+ /* Hide everything unneeded */
16
+ header {
17
+ h1, nav {
18
+ display: none;
19
+ }
20
+ }
21
+ footer, img {
22
+ display: none;
23
+ }
24
+ /* font sizes */
25
+ body {
26
+ font: 12pt Georgia, "Times New Roman", Times, serif;
27
+ line-height: 1.3;
28
+ color: #000;
29
+ }
30
+ h1 {
31
+ font-size: 24pt;
32
+ }
33
+ h2 {
34
+ font-size: 14pt;
35
+ margin-top: 25px;
36
+ }
37
+ aside h2 {
38
+ font-size: 18pt;
39
+ }
40
+ /* Show printer-frindly logo. */
41
+ header .print {
42
+ display: block;
43
+ }
44
+ /* If you like things a little bit easier and more semantic you can alternatively just leave the h1 of the header visible, switch off the margin and make it bigger than the rest of the headlines */
45
+ /*header nav, footer, img {display: none}
46
+
47
+ header h1 {
48
+ margin: 0;
49
+ font-size: 30pt;
50
+ }*/
51
+ /* Some browsers like to show a border around images. Switch it off */
52
+ img {
53
+ border: 0;
54
+ }
55
+ /* Mover the header a little bit awy from the content */
56
+ header {
57
+ margin-bottom: 40px;
58
+ &:after {
59
+ display: block;
60
+ content: "www.smashing-winery.com";
61
+ }
62
+ }
63
+ /* Display the URL of the site so that the user knows where the printout came from */
64
+ /* Additionally/optionally a little message could be displayed */
65
+ /*header:before {
66
+ display: block;
67
+ content: "Thank your for printing our content at www.smashing-winery.com. Please check back soon for new offers about delicious wine from our winery.";
68
+ margin-bottom: 10px;
69
+ border: 1px solid #bbb;
70
+ padding: 3px 5px;
71
+ font-style: italic;
72
+ }*/
73
+ /* Separate blockquotes a little bit from the rest */
74
+ blockquote {
75
+ font-size: 13pt;
76
+ font-style: italic;
77
+ }
78
+ /* By default links are blue. For optimal legibility change them to black */
79
+ p a {
80
+ color: #000;
81
+ &:after {
82
+ content: " (http://www.smashing-winery.com/" attr(href) ")";
83
+ font-size: 80%;
84
+ word-wrap: break-word;
85
+ }
86
+ &[href^="http://"]:after, &[href^="https://"]:after {
87
+ content: " (" attr(href) ")";
88
+ }
89
+ }
90
+ /* Show the URL after each link, whereby internal links are preceeded by the site's URL */
91
+ /* External links don't get this treatment */
92
+ /* Append the source of the citation */
93
+ q:after {
94
+ content: " (" attr(cite) ")";
95
+ }
96
+ /* The Sidebar is placed under the content automatically. To distinguish it from the rest a border and a gap is set before */
97
+ aside {
98
+ border-top: 1px solid #bbb;
99
+ margin-top: 30px;
100
+ display: block;
101
+ /*page-break-before: always; */
102
+ /* Moves the sidebar to new page */
103
+ }
104
+ }
@@ -0,0 +1 @@
1
+ This is a blank WordPress theme configured to use Sass
@@ -0,0 +1 @@
1
+ @import "wordpress";
@@ -0,0 +1,31 @@
1
+ <?php
2
+ /**
3
+ * The template for displaying Search Results pages.
4
+ *
5
+ * @category Theme
6
+ * @package [starter]
7
+ * @author [Your Name]
8
+ * @copyright 2012 [Your Name]
9
+ */
10
+
11
+ get_header();
12
+
13
+ if ( have_posts() ):
14
+ ?>
15
+ <header class="page-header">
16
+ <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'starter' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
17
+ </header>
18
+ <?php
19
+ /* Start the Loop */
20
+ while ( have_posts() ):
21
+ the_post();
22
+
23
+ get_template_part( 'content', get_post_format() );
24
+ endwhile;
25
+
26
+ do_action( 'pagination' );
27
+ else:
28
+ get_template_part( 'content', 'none' );
29
+ endif;
30
+
31
+ get_footer();
@@ -0,0 +1,14 @@
1
+ <?php
2
+ /**
3
+ * The template for displaying the search form.
4
+ *
5
+ * @category Theme
6
+ * @package [starter]
7
+ * @author [Your Name]
8
+ * @copyright 2012 [Your Name]
9
+ */
10
+ ?>
11
+ <form role="search" method="get" id="searchform" class="search" action="<?php echo home_url( '/' ); ?>">
12
+ <label class="assistive-text" for="s"><?php _e( 'Search', 'starter' ); ?></label>
13
+ <input name="s" id="s" value="<?php if ( is_search() ) { echo get_search_query(); } ?>" type="search" class="search-query" autocomplete="off" placeholder="<?php _e( 'Search', 'starter' ) ?>">
14
+ </form>
@@ -0,0 +1,15 @@
1
+ <?php
2
+ /**
3
+ * The sidebar template.
4
+ *
5
+ * @category Theme
6
+ * @package [starter]
7
+ * @author [Your Name]
8
+ * @copyright 2012 [Your Name]
9
+ */
10
+ ?>
11
+ <aside class="secondary" role="complementary">
12
+ <ul class="widgets">
13
+ <?php dynamic_sidebar( 'primary-widget-area' ); ?>
14
+ </ul>
15
+ </aside>
@@ -0,0 +1,31 @@
1
+ <?php
2
+ /**
3
+ * The single template file.
4
+ *
5
+ * @category Theme
6
+ * @package [starter]
7
+ * @author [Your Name]
8
+ * @copyright 2012 [Your Name]
9
+ */
10
+
11
+ get_header( get_post_format() );
12
+
13
+ if ( have_posts() ):
14
+ while ( have_posts() ):
15
+ the_post();
16
+
17
+ /* If you want to overload this in a child theme then include a file
18
+ * called content-single.php and that will be used instead.
19
+ */
20
+ get_template_part( 'content', 'single' );
21
+
22
+ /* Display navigation to next/previous pages when applicable */
23
+ do_action( 'pagination' );
24
+
25
+ comments_template( '', true );
26
+ endwhile;
27
+ else:
28
+ get_template_part( 'content', 'none' );
29
+ endif;
30
+
31
+ get_footer( get_post_format() );
@@ -0,0 +1,13 @@
1
+ /*
2
+ Theme Name: A WordPress Theme
3
+ Theme URI: http://example.com/theme
4
+ Description: Use this theme to start your Theme development.
5
+ Author: Your Name
6
+ Author URI: http://example.com/
7
+ Version: 1.0
8
+ Tags:
9
+ */
10
+
11
+ @import url('stylesheets/screen.css') screen;
12
+ @import url('stylesheets/print.css') print;
13
+
@@ -0,0 +1,41 @@
1
+ <?php
2
+ /**
3
+ * The template for displaying Tag pages.
4
+ *
5
+ * Used to display archive-type pages for posts in a tag.
6
+ *
7
+ * Learn more: http://codex.wordpress.org/Template_Hierarchy
8
+ *
9
+ * @category Theme
10
+ * @package [starter]
11
+ * @author [Your Name]
12
+ * @copyright 2012 [Your Name]
13
+ */
14
+
15
+ get_header();
16
+
17
+ if ( have_posts() ):
18
+ ?>
19
+ <header class="archive-header">
20
+ <h1 class="archive-title"><?php printf( __( 'Tag Archives: %s', 'starter' ), '<span>' . single_tag_title( '', false ) . '</span>' ); ?></h1>
21
+ <?php
22
+ if ( tag_description() ):
23
+ // Show an optional tag description
24
+ ?>
25
+ <div class="archive-meta"><?php echo tag_description(); ?></div>
26
+ <?php endif; ?>
27
+ </header>
28
+ <?php
29
+ /* Start the Loop */
30
+ while ( have_posts() ):
31
+ the_post();
32
+
33
+ get_template_part( 'content', get_post_format() );
34
+ endwhile;
35
+
36
+ do_action( 'pagination' );
37
+ else:
38
+ get_template_part( 'content', 'none' );
39
+ endif;
40
+
41
+ get_footer();
metadata ADDED
@@ -0,0 +1,230 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wordpress-starter
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.1'
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Alex Sancho
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-12-06 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: sass
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 3.2.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.0
30
+ - !ruby/object:Gem::Dependency
31
+ name: compass
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: 0.12.2
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: 0.12.2
46
+ - !ruby/object:Gem::Dependency
47
+ name: susy
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ~>
52
+ - !ruby/object:Gem::Version
53
+ version: 1.0.5
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: 1.0.5
62
+ description: This Compass extension provides support for creating WordPress Themes
63
+ using Sass.
64
+ email:
65
+ - alex@alexsancho.name
66
+ executables: []
67
+ extensions: []
68
+ extra_rdoc_files: []
69
+ files:
70
+ - CHANGELOG.md
71
+ - LICENSE
72
+ - README.md
73
+ - lib/wordpress-starter.rb
74
+ - stylesheets/_wordpress.scss
75
+ - stylesheets/wordpress/_base.scss
76
+ - stylesheets/wordpress/_defaults.scss
77
+ - stylesheets/wordpress/_layout.scss
78
+ - stylesheets/wordpress/_mixins.scss
79
+ - stylesheets/wordpress/_page.scss
80
+ - stylesheets/wordpress/_responsive.scss
81
+ - stylesheets/wordpress/_theme.scss
82
+ - stylesheets/wordpress/_typography.scss
83
+ - stylesheets/wordpress/_utils.scss
84
+ - templates/project/ie.scss
85
+ - templates/project/manifest.rb
86
+ - templates/project/print.css
87
+ - templates/project/print.scss
88
+ - templates/project/readme.txt
89
+ - templates/project/screen.scss
90
+ - templates/project/style.css
91
+ - templates/starter/404.php
92
+ - templates/starter/admin/assets/css/admin-style.css
93
+ - templates/starter/admin/assets/css/colorpicker.css
94
+ - templates/starter/admin/assets/images/1col.png
95
+ - templates/starter/admin/assets/images/2-col-portfolio.png
96
+ - templates/starter/admin/assets/images/2cl.png
97
+ - templates/starter/admin/assets/images/2cr.png
98
+ - templates/starter/admin/assets/images/3-col-portfolio.png
99
+ - templates/starter/admin/assets/images/3cm.png
100
+ - templates/starter/admin/assets/images/3cr.png
101
+ - templates/starter/admin/assets/images/4-col-portfolio.png
102
+ - templates/starter/admin/assets/images/accept.png
103
+ - templates/starter/admin/assets/images/button_check.png
104
+ - templates/starter/admin/assets/images/colorpicker/blank.gif
105
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_background.png
106
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_hex.png
107
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_hsb_b.png
108
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_hsb_h.png
109
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_hsb_s.png
110
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_indic.gif
111
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_overlay.png
112
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_rgb_b.png
113
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_rgb_g.png
114
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_rgb_r.png
115
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_select.gif
116
+ - templates/starter/admin/assets/images/colorpicker/colorpicker_submit.png
117
+ - templates/starter/admin/assets/images/colorpicker/select.png
118
+ - templates/starter/admin/assets/images/dropdown-arrow.png
119
+ - templates/starter/admin/assets/images/favicon.ico
120
+ - templates/starter/admin/assets/images/icon-add.png
121
+ - templates/starter/admin/assets/images/icon-backup.png
122
+ - templates/starter/admin/assets/images/icon-delete.png
123
+ - templates/starter/admin/assets/images/icon-docs.png
124
+ - templates/starter/admin/assets/images/icon-edit.png
125
+ - templates/starter/admin/assets/images/icon-home.png
126
+ - templates/starter/admin/assets/images/icon-info.png
127
+ - templates/starter/admin/assets/images/icon-notice.png
128
+ - templates/starter/admin/assets/images/icon-paint.png
129
+ - templates/starter/admin/assets/images/icon-settings.png
130
+ - templates/starter/admin/assets/images/icon-slider.png
131
+ - templates/starter/admin/assets/images/icon-warn.png
132
+ - templates/starter/admin/assets/images/icon_option.png
133
+ - templates/starter/admin/assets/images/loading-bottom.gif
134
+ - templates/starter/admin/assets/images/select.png
135
+ - templates/starter/admin/assets/images/sign_warning.png
136
+ - templates/starter/admin/assets/images/stop.png
137
+ - templates/starter/admin/assets/images/toggle_tabs.png
138
+ - templates/starter/admin/assets/images/ui-bg_flat_0_aaaaaa_40x100.png
139
+ - templates/starter/admin/assets/images/warning.png
140
+ - templates/starter/admin/assets/images/wrench.png
141
+ - templates/starter/admin/assets/images/wrench16.png
142
+ - templates/starter/admin/assets/js/ajaxupload.js
143
+ - templates/starter/admin/assets/js/colorpicker.js
144
+ - templates/starter/admin/assets/js/cookie.js
145
+ - templates/starter/admin/assets/js/jquery.maskedinput-1.2.2.js
146
+ - templates/starter/admin/assets/js/jquery.tipsy.js
147
+ - templates/starter/admin/assets/js/of-medialibrary-uploader.js
148
+ - templates/starter/admin/assets/js/smof.js
149
+ - templates/starter/admin/classes/class.options-machine.php
150
+ - templates/starter/admin/front-end/options.php
151
+ - templates/starter/admin/functions/functions.admin.php
152
+ - templates/starter/admin/functions/functions.interface.php
153
+ - templates/starter/admin/functions/functions.load.php
154
+ - templates/starter/admin/functions/functions.mediauploader.php
155
+ - templates/starter/admin/functions/functions.options.php
156
+ - templates/starter/admin/functions/functions.php
157
+ - templates/starter/admin/index.php
158
+ - templates/starter/admin/layouts/default.css
159
+ - templates/starter/admin/layouts/placebo.css
160
+ - templates/starter/admin/README.txt
161
+ - templates/starter/app.js
162
+ - templates/starter/archive.php
163
+ - templates/starter/category.php
164
+ - templates/starter/comments.php
165
+ - templates/starter/content-aside.php
166
+ - templates/starter/content-image.php
167
+ - templates/starter/content-link.php
168
+ - templates/starter/content-none.php
169
+ - templates/starter/content-page.php
170
+ - templates/starter/content-quote.php
171
+ - templates/starter/content-status.php
172
+ - templates/starter/content.php
173
+ - templates/starter/editor-style.scss
174
+ - templates/starter/footer.php
175
+ - templates/starter/functions.php
176
+ - templates/starter/header.php
177
+ - templates/starter/ie.scss
178
+ - templates/starter/images/bg/bg0.png
179
+ - templates/starter/images/bg/bg1.png
180
+ - templates/starter/images/bg/bg10.png
181
+ - templates/starter/images/bg/bg11.png
182
+ - templates/starter/images/bg/bg2.png
183
+ - templates/starter/images/bg/bg3.png
184
+ - templates/starter/images/bg/bg4.png
185
+ - templates/starter/images/bg/bg5.png
186
+ - templates/starter/images/bg/bg6.jpg
187
+ - templates/starter/images/bg/bg7.jpg
188
+ - templates/starter/images/bg/bg8.png
189
+ - templates/starter/images/bg/bg9.png
190
+ - templates/starter/index.php
191
+ - templates/starter/loop.php
192
+ - templates/starter/manifest.rb
193
+ - templates/starter/moderninzr.min.js
194
+ - templates/starter/options.php
195
+ - templates/starter/page.php
196
+ - templates/starter/print.scss
197
+ - templates/starter/readme.txt
198
+ - templates/starter/screen.scss
199
+ - templates/starter/search.php
200
+ - templates/starter/search.png
201
+ - templates/starter/searchform.php
202
+ - templates/starter/sidebar.php
203
+ - templates/starter/single.php
204
+ - templates/starter/style.css
205
+ - templates/starter/tag.php
206
+ homepage: https://github.com/alexsancho/wordpress-starter
207
+ licenses: []
208
+ post_install_message:
209
+ rdoc_options: []
210
+ require_paths:
211
+ - lib
212
+ required_ruby_version: !ruby/object:Gem::Requirement
213
+ none: false
214
+ requirements:
215
+ - - ! '>='
216
+ - !ruby/object:Gem::Version
217
+ version: '0'
218
+ required_rubygems_version: !ruby/object:Gem::Requirement
219
+ none: false
220
+ requirements:
221
+ - - ! '>='
222
+ - !ruby/object:Gem::Version
223
+ version: 1.3.6
224
+ requirements: []
225
+ rubyforge_project:
226
+ rubygems_version: 1.8.24
227
+ signing_key:
228
+ specification_version: 3
229
+ summary: This is a basic WordPress theme configured to use Sass, it includes .
230
+ test_files: []