From ea349cdfbfa4d42110099e49a8ff23f7213cd5b6 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Wed, 29 Jun 2011 14:01:06 -0400 Subject: Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use --- .themes/classic/source/_includes/archive_post.html | 8 + .themes/classic/source/_includes/article.html | 25 + .../classic/source/_includes/asides/delicious.html | 7 + .../classic/source/_includes/asides/pinboard.html | 19 + .../source/_includes/asides/recent_posts.html | 12 + .../classic/source/_includes/asides/twitter.html | 19 + .../classic/source/_includes/disqus_thread.html | 13 + .themes/classic/source/_includes/footer.html | 4 + .../classic/source/_includes/google_analytics.html | 13 + .themes/classic/source/_includes/head.html | 35 + .themes/classic/source/_includes/header.html | 6 + .themes/classic/source/_includes/navigation.html | 16 + .themes/classic/source/_includes/post_author.html | 6 + .../classic/source/_includes/post_categories.html | 10 + .themes/classic/source/_includes/post_date.html | 10 + .themes/classic/source/_includes/sharing.html | 1 + .themes/classic/source/_includes/sidebar.html | 8 + .../classic/source/_layouts/category_index.html | 12 + .themes/classic/source/_layouts/default.html | 26 + .themes/classic/source/_layouts/page.html | 5 + .themes/classic/source/_layouts/post.html | 24 + .themes/classic/source/archives.html | 17 + .../assets/jwplayer/glow/controlbar/background.png | Bin 0 -> 141 bytes .../jwplayer/glow/controlbar/blankButton.png | Bin 0 -> 82 bytes .../assets/jwplayer/glow/controlbar/divider.png | Bin 0 -> 118 bytes .../jwplayer/glow/controlbar/fullscreenButton.png | Bin 0 -> 203 bytes .../glow/controlbar/fullscreenButtonOver.png | Bin 0 -> 636 bytes .../assets/jwplayer/glow/controlbar/muteButton.png | Bin 0 -> 343 bytes .../jwplayer/glow/controlbar/muteButtonOver.png | Bin 0 -> 835 bytes .../glow/controlbar/normalscreenButton.png | Bin 0 -> 210 bytes .../glow/controlbar/normalscreenButtonOver.png | Bin 0 -> 664 bytes .../jwplayer/glow/controlbar/pauseButton.png | Bin 0 -> 170 bytes .../jwplayer/glow/controlbar/pauseButtonOver.png | Bin 0 -> 442 bytes .../assets/jwplayer/glow/controlbar/playButton.png | Bin 0 -> 251 bytes .../jwplayer/glow/controlbar/playButtonOver.png | Bin 0 -> 553 bytes .../jwplayer/glow/controlbar/timeSliderBuffer.png | Bin 0 -> 112 bytes .../jwplayer/glow/controlbar/timeSliderCapLeft.png | Bin 0 -> 94 bytes .../glow/controlbar/timeSliderCapRight.png | Bin 0 -> 103 bytes .../glow/controlbar/timeSliderProgress.png | Bin 0 -> 114 bytes .../jwplayer/glow/controlbar/timeSliderRail.png | Bin 0 -> 116 bytes .../jwplayer/glow/controlbar/unmuteButton.png | Bin 0 -> 264 bytes .../jwplayer/glow/controlbar/unmuteButtonOver.png | Bin 0 -> 649 bytes .../assets/jwplayer/glow/display/background.png | Bin 0 -> 686 bytes .../assets/jwplayer/glow/display/bufferIcon.png | Bin 0 -> 816 bytes .../assets/jwplayer/glow/display/muteIcon.png | Bin 0 -> 334 bytes .../assets/jwplayer/glow/display/playIcon.png | Bin 0 -> 465 bytes .../source/assets/jwplayer/glow/dock/button.png | Bin 0 -> 686 bytes .../classic/source/assets/jwplayer/glow/glow.xml | 115 ++ .../source/assets/jwplayer/glow/playlist/item.png | Bin 0 -> 172 bytes .../assets/jwplayer/glow/playlist/itemOver.png | Bin 0 -> 171 bytes .../jwplayer/glow/playlist/sliderCapBottom.png | Bin 0 -> 108 bytes .../assets/jwplayer/glow/playlist/sliderCapTop.png | Bin 0 -> 105 bytes .../assets/jwplayer/glow/playlist/sliderRail.png | Bin 0 -> 100 bytes .../assets/jwplayer/glow/playlist/sliderThumb.png | Bin 0 -> 97 bytes .../assets/jwplayer/glow/sharing/embedIcon.png | Bin 0 -> 749 bytes .../assets/jwplayer/glow/sharing/embedScreen.png | Bin 0 -> 2579 bytes .../assets/jwplayer/glow/sharing/shareIcon.png | Bin 0 -> 589 bytes .../assets/jwplayer/glow/sharing/shareScreen.png | Bin 0 -> 4576 bytes .themes/classic/source/assets/jwplayer/player.swf | Bin 0 -> 91375 bytes .themes/classic/source/atom.xml | 28 + .themes/classic/source/images/bird_32_gray.png | Bin 0 -> 1376 bytes .../classic/source/images/bird_32_gray_fail.png | Bin 0 -> 615 bytes .themes/classic/source/images/code_bg.png | Bin 0 -> 239 bytes .themes/classic/source/images/dotted-border.png | Bin 0 -> 99 bytes .themes/classic/source/images/email.png | Bin 0 -> 301 bytes .themes/classic/source/images/favicon.png | Bin 0 -> 400 bytes .themes/classic/source/images/line-tile.png | Bin 0 -> 636 bytes .themes/classic/source/images/noise.png | Bin 0 -> 17742 bytes .themes/classic/source/images/rss.png | Bin 0 -> 490 bytes .themes/classic/source/images/search.png | Bin 0 -> 333 bytes .themes/classic/source/index.html | 31 + .themes/classic/source/javascripts/ender.js | 2 + .themes/classic/source/javascripts/libs/ender.js | 1497 ++++++++++++++++++++ .themes/classic/source/javascripts/libs/jXHR.js | 85 ++ .../source/javascripts/libs/swfobject-dynamic.js | 298 ++++ .../classic/source/javascripts/modernizr-2.0.js | 5 + .themes/classic/source/javascripts/octopress.js | 143 ++ .themes/classic/source/javascripts/pinboard.js | 56 + .themes/classic/source/javascripts/twitter.js | 80 ++ 79 files changed, 2636 insertions(+) create mode 100644 .themes/classic/source/_includes/archive_post.html create mode 100644 .themes/classic/source/_includes/article.html create mode 100644 .themes/classic/source/_includes/asides/delicious.html create mode 100644 .themes/classic/source/_includes/asides/pinboard.html create mode 100644 .themes/classic/source/_includes/asides/recent_posts.html create mode 100644 .themes/classic/source/_includes/asides/twitter.html create mode 100644 .themes/classic/source/_includes/disqus_thread.html create mode 100644 .themes/classic/source/_includes/footer.html create mode 100644 .themes/classic/source/_includes/google_analytics.html create mode 100644 .themes/classic/source/_includes/head.html create mode 100644 .themes/classic/source/_includes/header.html create mode 100644 .themes/classic/source/_includes/navigation.html create mode 100644 .themes/classic/source/_includes/post_author.html create mode 100644 .themes/classic/source/_includes/post_categories.html create mode 100644 .themes/classic/source/_includes/post_date.html create mode 100644 .themes/classic/source/_includes/sharing.html create mode 100644 .themes/classic/source/_includes/sidebar.html create mode 100644 .themes/classic/source/_layouts/category_index.html create mode 100644 .themes/classic/source/_layouts/default.html create mode 100644 .themes/classic/source/_layouts/page.html create mode 100644 .themes/classic/source/_layouts/post.html create mode 100644 .themes/classic/source/archives.html create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/background.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/blankButton.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/divider.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButton.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/muteButton.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/muteButtonOver.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButton.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/pauseButton.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/pauseButtonOver.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/playButton.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/playButtonOver.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderBuffer.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapRight.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderProgress.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderRail.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButton.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButtonOver.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/display/background.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/display/bufferIcon.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/display/muteIcon.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/display/playIcon.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/dock/button.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/glow.xml create mode 100644 .themes/classic/source/assets/jwplayer/glow/playlist/item.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/playlist/itemOver.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/playlist/sliderCapBottom.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/playlist/sliderCapTop.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/playlist/sliderRail.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/playlist/sliderThumb.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/sharing/embedIcon.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/sharing/embedScreen.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/sharing/shareIcon.png create mode 100644 .themes/classic/source/assets/jwplayer/glow/sharing/shareScreen.png create mode 100644 .themes/classic/source/assets/jwplayer/player.swf create mode 100644 .themes/classic/source/atom.xml create mode 100644 .themes/classic/source/images/bird_32_gray.png create mode 100644 .themes/classic/source/images/bird_32_gray_fail.png create mode 100644 .themes/classic/source/images/code_bg.png create mode 100644 .themes/classic/source/images/dotted-border.png create mode 100644 .themes/classic/source/images/email.png create mode 100644 .themes/classic/source/images/favicon.png create mode 100644 .themes/classic/source/images/line-tile.png create mode 100644 .themes/classic/source/images/noise.png create mode 100644 .themes/classic/source/images/rss.png create mode 100644 .themes/classic/source/images/search.png create mode 100644 .themes/classic/source/index.html create mode 100644 .themes/classic/source/javascripts/ender.js create mode 100644 .themes/classic/source/javascripts/libs/ender.js create mode 100644 .themes/classic/source/javascripts/libs/jXHR.js create mode 100644 .themes/classic/source/javascripts/libs/swfobject-dynamic.js create mode 100644 .themes/classic/source/javascripts/modernizr-2.0.js create mode 100644 .themes/classic/source/javascripts/octopress.js create mode 100644 .themes/classic/source/javascripts/pinboard.js create mode 100644 .themes/classic/source/javascripts/twitter.js (limited to '.themes/classic/source') diff --git a/.themes/classic/source/_includes/archive_post.html b/.themes/classic/source/_includes/archive_post.html new file mode 100644 index 00000000..cd55c212 --- /dev/null +++ b/.themes/classic/source/_includes/archive_post.html @@ -0,0 +1,8 @@ +{% capture category %}{{ post.categories | size }}{% endcapture %} +

{{post.title}}

+ +{% if category != '0' %} + +{% endif %} diff --git a/.themes/classic/source/_includes/article.html b/.themes/classic/source/_includes/article.html new file mode 100644 index 00000000..b458d732 --- /dev/null +++ b/.themes/classic/source/_includes/article.html @@ -0,0 +1,25 @@ +{% unless page.no_header %} +
+ {% if index %} +

{{ post.title | titlecase }}

+ {% else %} +

{{ page.title | titlecase }}

+ {% endif %} + {% unless page.no_meta or !index %}

{% include post_date.html %}

{% endunless %} +
+{% endunless %} +{% if index %} +
{{ content | exerpt | smart_quotes }}
+

Read on →

+ +{% else %} +
{{ content | smart_quotes }}
+{% endif %} diff --git a/.themes/classic/source/_includes/asides/delicious.html b/.themes/classic/source/_includes/asides/delicious.html new file mode 100644 index 00000000..307a2e94 --- /dev/null +++ b/.themes/classic/source/_includes/asides/delicious.html @@ -0,0 +1,7 @@ +{% if site.delicious_user %} +
+

On Delicious

+ +

My Delicious Bookmarks »

+
+{% endif %} diff --git a/.themes/classic/source/_includes/asides/pinboard.html b/.themes/classic/source/_includes/asides/pinboard.html new file mode 100644 index 00000000..1cbb1379 --- /dev/null +++ b/.themes/classic/source/_includes/asides/pinboard.html @@ -0,0 +1,19 @@ +{% if site.pinboard_user %} +
+

My Pinboard

+ +

My Pinboard Bookmarks »

+
+ +{% endif %} diff --git a/.themes/classic/source/_includes/asides/recent_posts.html b/.themes/classic/source/_includes/asides/recent_posts.html new file mode 100644 index 00000000..ad3c7cc0 --- /dev/null +++ b/.themes/classic/source/_includes/asides/recent_posts.html @@ -0,0 +1,12 @@ +{% if page.single and site.recent_posts %} +
+

Recent Posts

+ +
+{% endif %} diff --git a/.themes/classic/source/_includes/asides/twitter.html b/.themes/classic/source/_includes/asides/twitter.html new file mode 100644 index 00000000..15cab8bc --- /dev/null +++ b/.themes/classic/source/_includes/asides/twitter.html @@ -0,0 +1,19 @@ +{% if site.twitter_user %} +
+

Latest Tweets

+ + + + {% if site.twitter_follow_button %} + + {% else %} +

Follow @{{ site.twitter_user }}

+ {% endif %} +
+{% endif %} diff --git a/.themes/classic/source/_includes/disqus_thread.html b/.themes/classic/source/_includes/disqus_thread.html new file mode 100644 index 00000000..f966f03a --- /dev/null +++ b/.themes/classic/source/_includes/disqus_thread.html @@ -0,0 +1,13 @@ +
+ + diff --git a/.themes/classic/source/_includes/footer.html b/.themes/classic/source/_includes/footer.html new file mode 100644 index 00000000..e12f0678 --- /dev/null +++ b/.themes/classic/source/_includes/footer.html @@ -0,0 +1,4 @@ +

+ Copyright © {{ site.time | date: "%Y" }} - {{ site.author }} - + Powered by Octopress +

diff --git a/.themes/classic/source/_includes/google_analytics.html b/.themes/classic/source/_includes/google_analytics.html new file mode 100644 index 00000000..4d4d5969 --- /dev/null +++ b/.themes/classic/source/_includes/google_analytics.html @@ -0,0 +1,13 @@ +{% if site.google_analytics_tracking_id %} + +{% endif %} diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html new file mode 100644 index 00000000..a4eec3d3 --- /dev/null +++ b/.themes/classic/source/_includes/head.html @@ -0,0 +1,35 @@ + + + + + + + {% if page.title %} + {{site.title}}: {{page.title}}{% if site.author %} - {{ site.author }}{% endif %} + {% else %} + {{site.title}}{% if site.author %} - {{ site.author }}{% endif %} + {% endif %} + + {% if page.description %} + + {% endif %} + + + + + + + {% if page.keywords %} + + {% endif %} + + + + + + + + + {% include google_analytics.html %} + + diff --git a/.themes/classic/source/_includes/header.html b/.themes/classic/source/_includes/header.html new file mode 100644 index 00000000..de153086 --- /dev/null +++ b/.themes/classic/source/_includes/header.html @@ -0,0 +1,6 @@ +
+

{{ site.title }}

+ {% if site.subtitle %} +

{{ site.subtitle }}

+ {% endif %} +
diff --git a/.themes/classic/source/_includes/navigation.html b/.themes/classic/source/_includes/navigation.html new file mode 100644 index 00000000..e2827983 --- /dev/null +++ b/.themes/classic/source/_includes/navigation.html @@ -0,0 +1,16 @@ + +
+
+ + +
+
+ diff --git a/.themes/classic/source/_includes/post_author.html b/.themes/classic/source/_includes/post_author.html new file mode 100644 index 00000000..b2db9043 --- /dev/null +++ b/.themes/classic/source/_includes/post_author.html @@ -0,0 +1,6 @@ +{% if post.author %} + {% assign author = post.author %} +{% else %} + {% assign author = site.author %} +{% endif %} +{% if author %}Posted by {{ author }}{% endif %} diff --git a/.themes/classic/source/_includes/post_categories.html b/.themes/classic/source/_includes/post_categories.html new file mode 100644 index 00000000..7bf7528f --- /dev/null +++ b/.themes/classic/source/_includes/post_categories.html @@ -0,0 +1,10 @@ +{% capture category %}{% if post %}{{ post.categories | category_links | size }}{% else %}{{ page.categories | category_links | size }}{% endif %}{% endcapture %} +{% unless category == '0' %} + in + {% if post %} + {{ post.categories | category_links }} + {% else %} + {{ page.categories | category_links }} + {% endif %} + +{% endunless %} diff --git a/.themes/classic/source/_includes/post_date.html b/.themes/classic/source/_includes/post_date.html new file mode 100644 index 00000000..f1ed4815 --- /dev/null +++ b/.themes/classic/source/_includes/post_date.html @@ -0,0 +1,10 @@ +{% capture date %}{{ page.date }}{{ post.date }}{% endcapture %} +{% capture has_date %}{{ date | size }}{% endcapture %} +{% capture updated %}{{ page.updated }}{{ post.updated }}{% endcapture %} +{% capture was_updated %}{{ updated | size }}{% endcapture %} +{% if has_date != '0' %} + +{% endif %} +{% if was_updated != '0' %} + +{% endif %} diff --git a/.themes/classic/source/_includes/sharing.html b/.themes/classic/source/_includes/sharing.html new file mode 100644 index 00000000..ad3112ee --- /dev/null +++ b/.themes/classic/source/_includes/sharing.html @@ -0,0 +1 @@ +Tweet diff --git a/.themes/classic/source/_includes/sidebar.html b/.themes/classic/source/_includes/sidebar.html new file mode 100644 index 00000000..0bce3c77 --- /dev/null +++ b/.themes/classic/source/_includes/sidebar.html @@ -0,0 +1,8 @@ +
+

About Me

+

Hi, I'm Octopress!

+
+{% include asides/recent_posts.html %} +{% include asides/twitter.html %} +{% include asides/delicious.html %} +{% include asides/pinboard.html %} diff --git a/.themes/classic/source/_layouts/category_index.html b/.themes/classic/source/_layouts/category_index.html new file mode 100644 index 00000000..699f3dec --- /dev/null +++ b/.themes/classic/source/_layouts/category_index.html @@ -0,0 +1,12 @@ +--- +layout: post +no_meta: true +--- + +
+{% for post in site.categories[page.category] %} +
+ {% include archive_post.html %} +
+{% endfor %} +
diff --git a/.themes/classic/source/_layouts/default.html b/.themes/classic/source/_layouts/default.html new file mode 100644 index 00000000..4e4f81a3 --- /dev/null +++ b/.themes/classic/source/_layouts/default.html @@ -0,0 +1,26 @@ +{% include head.html %} + +
{% include header.html %}
+ +
+
+
{{ content }}
+ {% unless page.sidebar == 'none' %} + + {% endunless %} +
+
+ + {% if site.twitter_follow_button or site.twitter_tweet_button %} + + {% endif %} + + diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html new file mode 100644 index 00000000..0c59c990 --- /dev/null +++ b/.themes/classic/source/_layouts/page.html @@ -0,0 +1,5 @@ +--- +layout: post +--- + + diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html new file mode 100644 index 00000000..5f55e89f --- /dev/null +++ b/.themes/classic/source/_layouts/post.html @@ -0,0 +1,24 @@ +--- +layout: default +single: true +--- + +
+ {% include article.html %} + {% unless page.no_meta %} +
+

+ {% include post_author.html %} + {% include post_date.html %} + {% include post_categories.html %} + {% include sharing.html %} +

+
+ {% endunless %} + {% if site.disqus_short_name %} +
+

Comments

+
{% include disqus_thread.html %}
+
+ {% endif %} +
diff --git a/.themes/classic/source/archives.html b/.themes/classic/source/archives.html new file mode 100644 index 00000000..ebf447c9 --- /dev/null +++ b/.themes/classic/source/archives.html @@ -0,0 +1,17 @@ +--- +layout: post +title: Blog Archive +no_meta: true +--- +
+{% for post in site.posts reverse %} +{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} +{% unless year == this_year %} + {% assign year = this_year %} +

{{ year }}

+{% endunless %} +
+ {% include archive_post.html %} +
+{% endfor %} +
diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/background.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/background.png new file mode 100644 index 00000000..c2824cc4 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/background.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/blankButton.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/blankButton.png new file mode 100644 index 00000000..010159f3 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/blankButton.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/divider.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/divider.png new file mode 100644 index 00000000..77cd829a Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/divider.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButton.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButton.png new file mode 100644 index 00000000..e06aa50c Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButton.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png new file mode 100644 index 00000000..d2bc4fc7 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButton.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButton.png new file mode 100644 index 00000000..40c40ab2 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButton.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButtonOver.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButtonOver.png new file mode 100644 index 00000000..96fe7bb0 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/muteButtonOver.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButton.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButton.png new file mode 100644 index 00000000..22295074 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButton.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png new file mode 100644 index 00000000..15db44d4 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButton.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButton.png new file mode 100644 index 00000000..e399bf34 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButton.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButtonOver.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButtonOver.png new file mode 100644 index 00000000..409d89d2 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/pauseButtonOver.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/playButton.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/playButton.png new file mode 100644 index 00000000..f8d9a007 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/playButton.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/playButtonOver.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/playButtonOver.png new file mode 100644 index 00000000..3fe28484 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/playButtonOver.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderBuffer.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderBuffer.png new file mode 100644 index 00000000..73b371ab Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderBuffer.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png new file mode 100644 index 00000000..72322171 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapRight.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapRight.png new file mode 100644 index 00000000..626444a6 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderCapRight.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderProgress.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderProgress.png new file mode 100644 index 00000000..132a8e7d Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderProgress.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderRail.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderRail.png new file mode 100644 index 00000000..27851dfd Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/timeSliderRail.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButton.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButton.png new file mode 100644 index 00000000..3658453c Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButton.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButtonOver.png b/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButtonOver.png new file mode 100644 index 00000000..138ebb35 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/controlbar/unmuteButtonOver.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/display/background.png b/.themes/classic/source/assets/jwplayer/glow/display/background.png new file mode 100644 index 00000000..391152f5 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/display/background.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/display/bufferIcon.png b/.themes/classic/source/assets/jwplayer/glow/display/bufferIcon.png new file mode 100644 index 00000000..a3819c1e Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/display/bufferIcon.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/display/muteIcon.png b/.themes/classic/source/assets/jwplayer/glow/display/muteIcon.png new file mode 100644 index 00000000..e0408bbd Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/display/muteIcon.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/display/playIcon.png b/.themes/classic/source/assets/jwplayer/glow/display/playIcon.png new file mode 100644 index 00000000..cb384278 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/display/playIcon.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/dock/button.png b/.themes/classic/source/assets/jwplayer/glow/dock/button.png new file mode 100644 index 00000000..391152f5 Binary files /dev/null and b/.themes/classic/source/assets/jwplayer/glow/dock/button.png differ diff --git a/.themes/classic/source/assets/jwplayer/glow/glow.xml b/.themes/classic/source/assets/jwplayer/glow/glow.xml new file mode 100644 index 00000000..7d5ba038 --- /dev/null +++ b/.themes/classic/source/assets/jwplayer/glow/glow.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + +