jekyll-octopod 0.4.0 → 0.5.0

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.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. data/assets/_config.yml.sample +47 -0
  4. data/assets/_includes/disqus_count.html +13 -0
  5. data/assets/_includes/disqus_thread.html +13 -0
  6. data/assets/_includes/flattr_loader.html +14 -0
  7. data/assets/_includes/post.html +18 -0
  8. data/assets/_includes/post_header.html +7 -0
  9. data/assets/_includes/post_line.html +3 -0
  10. data/assets/_includes/sidebar.html +100 -0
  11. data/assets/_includes/tweet_us.html +3 -0
  12. data/assets/_layouts/default.html +87 -0
  13. data/assets/_layouts/feed.xml +66 -0
  14. data/assets/_layouts/page.html +15 -0
  15. data/assets/_layouts/player_index.html +40 -0
  16. data/assets/_layouts/post.html +10 -0
  17. data/assets/_plugins/flattr_filters.rb +108 -0
  18. data/assets/_plugins/octopod_filters.rb +399 -0
  19. data/assets/_plugins/podcast_player_page_generator.rb +35 -0
  20. data/assets/_plugins/site.rb +16 -0
  21. data/assets/_plugins/static_file.rb +30 -0
  22. data/assets/_posts/2016-03-22-episode0.md +26 -0
  23. data/assets/apple-touch-icon-precomposed.png +0 -0
  24. data/assets/css/bootflat.css +2557 -0
  25. data/assets/css/bootstrap.min.css +5 -0
  26. data/assets/css/custom_styles.css +7 -0
  27. data/assets/css/font-awesome.min.css +4 -0
  28. data/assets/episodes.m4a.rss +5 -0
  29. data/assets/episodes.mp3.rss +5 -0
  30. data/assets/episodes.ogg.rss +5 -0
  31. data/assets/episodes/episode0.m4a +0 -0
  32. data/assets/episodes/episode0.mp3 +0 -0
  33. data/assets/episodes/episode0.ogg +0 -0
  34. data/assets/favicon.ico +0 -0
  35. data/assets/fonts/FontAwesome.otf +0 -0
  36. data/assets/fonts/fontawesome-webfont.eot +0 -0
  37. data/assets/fonts/fontawesome-webfont.svg +655 -0
  38. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  39. data/assets/fonts/fontawesome-webfont.woff +0 -0
  40. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  41. data/assets/general_feed.xml +31 -0
  42. data/assets/img/favicon.ico +0 -0
  43. data/assets/img/glyphicons-halflings-white.png +0 -0
  44. data/assets/img/glyphicons-halflings.png +0 -0
  45. data/assets/img/logo-360x360.png +0 -0
  46. data/assets/img/logo-itunes.jpg +0 -0
  47. data/assets/img/logo.jpg +0 -0
  48. data/assets/img/logo/android-icon-144x144.png +0 -0
  49. data/assets/img/logo/android-icon-192x192.png +0 -0
  50. data/assets/img/logo/android-icon-36x36.png +0 -0
  51. data/assets/img/logo/android-icon-48x48.png +0 -0
  52. data/assets/img/logo/android-icon-72x72.png +0 -0
  53. data/assets/img/logo/android-icon-96x96.png +0 -0
  54. data/assets/img/logo/apple-icon-114x114.png +0 -0
  55. data/assets/img/logo/apple-icon-120x120.png +0 -0
  56. data/assets/img/logo/apple-icon-144x144.png +0 -0
  57. data/assets/img/logo/apple-icon-152x152.png +0 -0
  58. data/assets/img/logo/apple-icon-180x180.png +0 -0
  59. data/assets/img/logo/apple-icon-57x57.png +0 -0
  60. data/assets/img/logo/apple-icon-60x60.png +0 -0
  61. data/assets/img/logo/apple-icon-72x72.png +0 -0
  62. data/assets/img/logo/apple-icon-76x76.png +0 -0
  63. data/assets/img/logo/apple-icon-precomposed.png +0 -0
  64. data/assets/img/logo/apple-icon.png +0 -0
  65. data/assets/img/logo/browserconfig.xml +2 -0
  66. data/assets/img/logo/favicon-16x16.png +0 -0
  67. data/assets/img/logo/favicon-32x32.png +0 -0
  68. data/assets/img/logo/favicon-96x96.png +0 -0
  69. data/assets/img/logo/favicon.ico +0 -0
  70. data/assets/img/logo/manifest.json +41 -0
  71. data/assets/img/logo/ms-icon-144x144.png +0 -0
  72. data/assets/img/logo/ms-icon-150x150.png +0 -0
  73. data/assets/img/logo/ms-icon-310x310.png +0 -0
  74. data/assets/img/logo/ms-icon-70x70.png +0 -0
  75. data/assets/index.html +14 -0
  76. data/assets/inprint.md +19 -0
  77. data/assets/js/bootstrap.min.js +7 -0
  78. data/assets/js/custom.js +9 -0
  79. data/assets/js/icheck.min.js +11 -0
  80. data/assets/js/jquery.fs.selecter.min.js +9 -0
  81. data/assets/js/jquery.fs.stepper.min.js +9 -0
  82. data/assets/podlove-web-player/bin/flashmediaelement.swf +0 -0
  83. data/assets/podlove-web-player/bin/silverlightmediaelement.xap +0 -0
  84. data/assets/podlove-web-player/css/pwp-blue-orange.css +3526 -0
  85. data/assets/podlove-web-player/css/pwp-blue-orange.min.css +1 -0
  86. data/assets/podlove-web-player/css/pwp-creamy.css +3526 -0
  87. data/assets/podlove-web-player/css/pwp-creamy.min.css +1 -0
  88. data/assets/podlove-web-player/css/pwp-dark-blaze.css +3526 -0
  89. data/assets/podlove-web-player/css/pwp-dark-blaze.min.css +1 -0
  90. data/assets/podlove-web-player/css/pwp-dark-gray.css +3526 -0
  91. data/assets/podlove-web-player/css/pwp-dark-gray.min.css +1 -0
  92. data/assets/podlove-web-player/css/pwp-dark-green.css +3526 -0
  93. data/assets/podlove-web-player/css/pwp-dark-green.min.css +1 -0
  94. data/assets/podlove-web-player/css/pwp-dark.css +3526 -0
  95. data/assets/podlove-web-player/css/pwp-dark.min.css +1 -0
  96. data/assets/podlove-web-player/css/pwp-jungle-green.css +3526 -0
  97. data/assets/podlove-web-player/css/pwp-jungle-green.min.css +1 -0
  98. data/assets/podlove-web-player/css/pwp-light-gray.css +3526 -0
  99. data/assets/podlove-web-player/css/pwp-light-gray.min.css +1 -0
  100. data/assets/podlove-web-player/css/pwp-light.css +3526 -0
  101. data/assets/podlove-web-player/css/pwp-light.min.css +1 -0
  102. data/assets/podlove-web-player/css/pwp-midnightblue.css +3526 -0
  103. data/assets/podlove-web-player/css/pwp-midnightblue.min.css +1 -0
  104. data/assets/podlove-web-player/css/pwp-silver-blaze.css +3526 -0
  105. data/assets/podlove-web-player/css/pwp-silver-blaze.min.css +1 -0
  106. data/assets/podlove-web-player/css/pwp-silver.css +3526 -0
  107. data/assets/podlove-web-player/css/pwp-silver.min.css +1 -0
  108. data/assets/podlove-web-player/css/vendor/progress-polyfill.css +47 -0
  109. data/assets/podlove-web-player/css/vendor/style.css +72 -0
  110. data/assets/podlove-web-player/font/podlove.eot +0 -0
  111. data/assets/podlove-web-player/font/podlove.svg +103 -0
  112. data/assets/podlove-web-player/font/podlove.ttf +0 -0
  113. data/assets/podlove-web-player/font/podlove.woff +0 -0
  114. data/assets/podlove-web-player/img/arrow-down-black.png +0 -0
  115. data/assets/podlove-web-player/img/arrow-down-white.png +0 -0
  116. data/assets/podlove-web-player/img/download-overlay.png +0 -0
  117. data/assets/podlove-web-player/img/icon-podlove-subscribe-600.png +0 -0
  118. data/assets/podlove-web-player/js/podlove-web-moderator.js +1829 -0
  119. data/assets/podlove-web-player/js/podlove-web-moderator.min.js +1 -0
  120. data/assets/podlove-web-player/js/podlove-web-player.js +6058 -0
  121. data/assets/podlove-web-player/js/podlove-web-player.min.js +3 -0
  122. data/assets/podlove-web-player/js/vendor/html5shiv-printshiv.js +524 -0
  123. data/assets/podlove-web-player/js/vendor/html5shiv-printshiv.min.js +4 -0
  124. data/assets/podlove-web-player/js/vendor/html5shiv.js +326 -0
  125. data/assets/podlove-web-player/js/vendor/html5shiv.min.js +4 -0
  126. data/assets/podlove-web-player/js/vendor/jquery.js +10351 -0
  127. data/assets/podlove-web-player/js/vendor/jquery.min.js +6 -0
  128. data/assets/podlove-web-player/js/vendor/jquery.min.map +1 -0
  129. data/assets/podlove-web-player/js/vendor/progress-polyfill.js +224 -0
  130. data/assets/podlove-web-player/js/vendor/progress-polyfill.min.js +5 -0
  131. data/assets/podlove-web-player/js/vendor/tests.js +83 -0
  132. data/assets/podlove-web-player/js/vendor/user-interaction.js +44 -0
  133. data/lib/jekyll/octopod/version.rb +1 -1
  134. metadata +132 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38dd403316e5bbd5e7f7832da809f30a39f31e9e
4
- data.tar.gz: 3443307d1ebff4d848449609d76c0c9bd60ed556
3
+ metadata.gz: 782f2b1a22fcd2f780a9a6b92ba4911416ddebe4
4
+ data.tar.gz: fe5a3d6764610d468e2a5feea7be3756bea0f6b7
5
5
  SHA512:
6
- metadata.gz: 736b43cbd02a3a1db6b2c476c8f3291e7ad156a8eb7ed02372fc6985629ccb4abeda2b62ebb14c5e60b1616e967f4274acd9dcb4f3f947a07d0880744813a9d4
7
- data.tar.gz: 8cc2e80bde2b454b5aeef7e5630ce71e25b73cb9bceb9ad772a932195e77707ee3769fd2c1e54c5bd17e9826a04eb61ab81b5967fc4388c9c26e9bada20b863b
6
+ metadata.gz: 98883f1872ef175c39866c95fae9ce7bc80d1833b2cc769eb4938fa05e10f7cc0ec90506ac869a479cb6fc4d9e5a862f937f13ae12092bdfcb0d3ccfd40a5ee4
7
+ data.tar.gz: 8bfeb74bebb51c2cb54d0e8b694e072a30bc4e7c7f29d589b06eab886b88e06d0f9fc9c9a004525d46d52f1fe4c4a7f53c46c74d770605d53dea76a64b27f267
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Jekyll - Octopod
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/jekyll-octopod.svg)](https://badge.fury.io/rb/jekyll-octopod)
4
+
3
5
  <img align="right" src="assets/img/logo.jpg" alt="logo">
4
6
  A podcast publishing extension for the static site generator [Jekyll](https://jekyllrb.com/)
5
7
 
@@ -16,7 +18,7 @@ If you want to take a look: See (and listen to) Stefan's podcast [Aua-Uff-Code!]
16
18
 
17
19
  The page, you will get, when you follow the installation instructions later, looks like this:
18
20
 
19
- ![sreenshot](materials/demo.png)
21
+ ![screenshot](materials/demo.png)
20
22
 
21
23
  Technically speaking, jekyll-octopod is a Jekyll plugin and a Ruby Gem. It
22
24
  contains of scripts, templates, helpers and extensions to publish your
@@ -65,3 +67,5 @@ Detailed documentation is provided in the [Wiki](https://github.com/informatom/j
65
67
  ## Maintainer
66
68
 
67
69
  Stefan Haslinger <mailto:stefan.haslinger@informatom.com>
70
+
71
+ Credits go to lots of [people and projects](https://github.com/informatom/jekyll-octopod/wiki/Credits).
@@ -0,0 +1,47 @@
1
+ # You have to configure this ###################################################
2
+ title: Octopod
3
+ # You should configure this ####################################################
4
+ url: http://localhost:4000
5
+ subtitle: Static Site Podcast Publishing for Geeks
6
+ description: My super duper cool podcast.
7
+ author: Uncle Octopod
8
+ email: octopod@example.com
9
+ keywords: [octopod, podcast, magic]
10
+ itunes_categories: [Technology]
11
+ # additional_feeds:
12
+ # itunes: http://itunes.apple.com/de/podcast/podcast_name/id42424242
13
+ # torrent_m4a: http://bitlove.org/example_user/example_podcast_m4a/feed
14
+ # torrent_mp3: http://bitlove.org/example_user/example_podcast_mp3/feed
15
+ ## podlove-web-palyer ##########################################################
16
+ poster: /img/logo-360x360.png
17
+ alwaysShowHours: true
18
+ startVolume: 0.8
19
+ width: auto
20
+ summaryVisible: false
21
+ timecontrolsVisible: false
22
+ chaptersVisible: true
23
+ sharebuttonsVisible: false
24
+ ## Rsync Deploy config #########################################################
25
+ ### Be sure your public key is listed in your server's ~/.ssh/authorized_keys
26
+ ### file.
27
+ ssh_host: user@host.org
28
+ ssh_port: 22
29
+ document_root: /path/to/your/htdocs/
30
+ rsync_delete: true
31
+ # You can configure this #######################################################
32
+ twitter_nick: my_twitter_handle
33
+ language: en
34
+ explicit: 'no' # 'yes'/'no'/clean
35
+ license: CC BY 4.0
36
+ ## Flattr ######################################################################
37
+ flattr_uid: # Flattr will not be used unless this is set
38
+ flattr_button: compact # compact | default
39
+ flattr_mode: auto # auto | manual(default)
40
+ flattr_popout: 1 # 1 | 0 (show popout when hovering mouse over button)
41
+ flattr_language: en_GB # available languages - https://api.flattr.com/rest/v2/languages.txt
42
+ flattr_category: audio # available categories - https://api.flattr.com/rest/v2/categories.txt
43
+ ## Disqus comments #############################################################
44
+ disqus_shortname: # Disqus will not be used unless this is set
45
+ disqus_developer: 0 # 1 / 0
46
+ ## Itunes link ###########################################################
47
+ itunes_url: "https://itunes.apple.com/at/podcast/myname/id#myid#"
@@ -0,0 +1,13 @@
1
+ {% if site.disqus_shortname %}
2
+ <a class="btn btn-inverse pull-right" href="{{ site.url }}{{ post.url }}#disqus_thread">
3
+ <script type="text/javascript">
4
+ (function () {
5
+ {{ site | disqus_config:post }}
6
+ var s = document.createElement('script'); s.async = true;
7
+ s.type = 'text/javascript';
8
+ s.src = 'https://{{ site.disqus_shortname }}.disqus.com/count.js';
9
+ (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
10
+ }());
11
+ </script>
12
+ </a>
13
+ {% endif %}
@@ -0,0 +1,13 @@
1
+ {% if site.disqus_shortname %}
2
+ <div id="disqus_thread"></div>
3
+ <script type="text/javascript">
4
+ {{ site | disqus_config:post }}
5
+ (function() {
6
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
7
+ dsq.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
8
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
9
+ })();
10
+ </script>
11
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
12
+ <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
13
+ {% endif %}
@@ -0,0 +1,14 @@
1
+ <script type="text/javascript">
2
+ /* <![CDATA[ */
3
+ (function() {
4
+ var s = document.createElement('script');
5
+ var t = document.getElementsByTagName('script')[0];
6
+
7
+ s.type = 'text/javascript';
8
+ s.async = true;
9
+ s.src = '//api.flattr.com/js/0.6/load.js?{{ site | flattr_loader_options }}';
10
+
11
+ t.parentNode.insertBefore(s, t);
12
+ })();
13
+ /* ]]> */
14
+ </script>
@@ -0,0 +1,18 @@
1
+ {% if post %}
2
+ {% elsif page %}
3
+ {% assign post = page %}
4
+ {% endif %}
5
+ <section id="{{ post.id | sha1:8 }}" class="active">
6
+ {% include post_header.html %}
7
+ {{ post.content }}
8
+ {% if post.audio %}
9
+ {% for file in post.audio %}
10
+ <a class="btn btn-primary" href="{{ site.url }}/episodes/{{ file.last }}">Download .{{ file.first }} ({{ file.last | file_size:'./' | string_of_size }})</a>
11
+ {% endfor %}
12
+ {% endif %}
13
+ <hr>
14
+ {{ site | flattr_button:post }}
15
+ <a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{post.url }}" data-text="{{ post.title }}">Tweet</a>
16
+ {% unless page.url == '/index.html' %}{% include disqus_thread.html %}{% endunless %}
17
+ <hr>
18
+ </section>
@@ -0,0 +1,7 @@
1
+ <div class="page-header">
2
+ <h1>
3
+ <a class='episode_title' href='{{ site.url }}{{ post.url }}#{{ post.id | sha1:8 }}'>{{ post.title }}</a>
4
+ <small>{{ post.datum }}</small>
5
+ {% include disqus_count.html %}
6
+ </h1>
7
+ </div>
@@ -0,0 +1,3 @@
1
+ <section id="{{ post.id | sha1:8 }}">
2
+ {% include post_header.html %}
3
+ </section>
@@ -0,0 +1,100 @@
1
+ <div class="page-header">
2
+ <h3>
3
+ {{ site.title }}
4
+ {% if site.subtitle %}<br/><small>{{ site.subtitle }}</small>{% endif %}
5
+ </h3>
6
+ </div>
7
+
8
+ <p class="text-center">
9
+ <img width="200px" src="{{ site.url }}/img/logo-360x360.png" alt="{{ site.title }} logo">
10
+ </p>
11
+
12
+ {% if site.description %}<p>{{ site.description }}</p>{% endif %}
13
+
14
+ <p class="text-center">
15
+ <script class="podlove-subscribe-button"
16
+ src="https://cdn.podlove.org/subscribe-button/javascripts/app.js"
17
+ data-language="de"
18
+ data-size="medium"
19
+ data-json-data="podcastData"
20
+ data-colors="#FC6E51;green;blue"
21
+ data-buttonid="123abc"
22
+ data-hide="false">
23
+ </script>
24
+ <script>
25
+ window.podcastData = {
26
+ "title": "{{ site['title']}}",
27
+ "subtitle": "{{ site['subtitle']}}",
28
+ "description": "{{ site['description']}}",
29
+ "cover": "{{ site.url }}/img/logo-360x360.png",
30
+ "feeds": [
31
+ {% for feed in site['episode_feed_formats'] %}
32
+ {
33
+ "type": "audio",
34
+ "format": "{{ feed }}",
35
+ "url": "{{ site['url']}}/episodes.{{ feed }}.rss",
36
+ "directory-url-itunes": "{{ site['itunes_url']}}",
37
+ "variant": "high"
38
+ },
39
+ {% endfor %}
40
+ ]
41
+ }
42
+ </script>
43
+ </p>
44
+
45
+ <hr/>
46
+
47
+ <h4>RSS-Feeds</h4>
48
+
49
+ <ol type="i">
50
+ {% for feed in site['episode_feed_formats'] %}
51
+ <li><a href="{{ site['url']}}/episodes.{{ feed }}.rss"><i class="fa fa-rss"></i> {{ feed }}-Feed</a></li>
52
+ {% endfor %}
53
+ </ol>
54
+
55
+
56
+ <h4>Directories</h4>
57
+
58
+ <ol type="i">
59
+ {% if site.itunes_url %}
60
+ <li>in Apple-<a href="{{ site.itunes_url }}"><i class="fa fa-apple"></i> Itunes</a></li>
61
+ {% endif %}
62
+ {% if site.bitlove_url %}
63
+ <li>as Torrents at <a href="{{ site.bitlove_url }}"><img src="https://bitlove.org/static/favicon.png"/> Bitlove</a></li>
64
+ {% endif %}
65
+ {% if site.fyyd_url %}
66
+ <li>at the podcast search engine <a href="{{ site.fyyd_url }}">Fyyd</a></li>
67
+ {% endif %}
68
+ {% if site.gpodder_url %}
69
+ <li>at <a href="{{ site.gpodder_url }}"><img src="https://gpodder.net/media/gpoddernet_64.png" height="16" /> Gpodder.net</a></li>
70
+ {% endif %}
71
+ </ol>
72
+
73
+
74
+ <h4>Credits</h4>
75
+
76
+ <ul>
77
+ <li>Music: <a href="http://www.bensound.com/royalty-free-music">Bensound</a></li>
78
+ </ul>
79
+
80
+ <h4>License</h4>
81
+
82
+ {% if site.license_url %}
83
+ <a rel="license" href="{{ site.license_url }}">
84
+ {% if site.license_image_url %}
85
+ <img alt="Creative Commons License" style="border-width:0" src="{{ site.license_image_url }}" />
86
+ {% else %}
87
+ {{ site.license }}
88
+ {% endif %}
89
+ </a>
90
+ {% endif %}
91
+
92
+ <hr/>
93
+
94
+ {% if site.flattr_uid %}
95
+ <span class="pull-left">{{ site | flattr_button }}</span>
96
+ {% endif %}
97
+
98
+ {% if site.twitter_nick %}
99
+ <a href="https://twitter.com/{{ site.twitter_nick }}" class="twitter-follow-button" data-show-count="false">Follow @{{ site.twitter_nick }}</a>
100
+ {% endif %}
@@ -0,0 +1,3 @@
1
+ <a href="https://twitter.com/share"
2
+ class="twitter-share-button"
3
+ data-text="@AuaUffCode">Tweet an @AuaUffCode</a>
@@ -0,0 +1,87 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ site.language }}">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6
+ <title>{{ site.title }} - {{ page.title | otherwise:site.subtitle }}</title>
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+
9
+ {% if site.description %}<meta name="description" content="{{ site.description | markdownify | strip_html }}">{% endif %}
10
+ {% if site.author %}<meta name="author" content="{{ site.author }}">{% endif %}
11
+
12
+ <link rel="alternate" type="application/atom+xml" href="{{ site.url }}/general_feed.xml" title="General Site Atom Feed (No Podcast Metadata!)" />
13
+ {{ site | episode_feeds_html }}
14
+
15
+ <link rel="stylesheet" type="text/css" href="{{ site.url }}/css/bootstrap.min.css">
16
+ <link rel="stylesheet" type="text/css" href="{{ site.url }}/css/bootflat.css">
17
+ <link rel="stylesheet" type="text/css" href="{{ site.url }}/css/custom_styles.css">
18
+ <link rel="stylesheet" type="text/css" href="{{ site.url }}/css/font-awesome.min.css">
19
+
20
+ <script type='text/javascript' src="{{ site.url }}/podlove-web-player/js/vendor/html5shiv.min.js"></script>
21
+ <script type='text/javascript' src="{{ site.url }}/podlove-web-player/js/vendor/jquery.min.js"></script>
22
+ <script type='text/javascript' src="{{ site.url }}/podlove-web-player/js/vendor/progress-polyfill.min.js"></script>
23
+ <script type='text/javascript' src="{{ site.url }}/podlove-web-player/js/podlove-web-moderator.js"></script>
24
+ <script type='text/javascript' src="{{ site.url }}/js/bootstrap.min.js"></script>
25
+ <script type='text/javascript' src="{{ site.url }}/js/icheck.min.js"></script>
26
+ <script type='text/javascript' src="{{ site.url }}/js/jquery.fs.selecter.min.js"></script>
27
+ <script type='text/javascript' src="{{ site.url }}/js/jquery.fs.stepper.min.js"></script>
28
+ <script type='text/javascript' src="{{ site.url }}/js/custom.js"></script>
29
+
30
+ {% if site.flattr_uid %}{% include flattr_loader.html %}{% endif %}
31
+ {% if site.disqus_shortname %}
32
+ <script>
33
+ {{ site | disqus_config }}
34
+ </script>
35
+ {% endif %}
36
+ </head>
37
+
38
+ <body>
39
+ <div class="container-fluid">
40
+ <nav class="navbar navbar-default">
41
+ <div class="container-fluid">
42
+ <div class="navbar-header">
43
+ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
44
+ <span class="sr-only">Navigation</span>
45
+ <span class="icon-bar"></span>
46
+ <span class="icon-bar"></span>
47
+ <span class="icon-bar"></span>
48
+ </button>
49
+ <a class="navbar-brand" href="{{ site.url }}">{{ site.title }}</a>
50
+ </div>
51
+ <div id="navbar" class="collapse navbar-collapse">
52
+ {{ site | navigation_list:page }}
53
+
54
+ <form class="navbar-form navbar-right" action="https://google.com/search" method="get" role="search">
55
+ <div class="form-group">
56
+ <input type="text" class="form-control" placeholder="search item">
57
+ <input type="hidden" name="q" value="site:{{ site.url | host_from_url }}" />
58
+ </div>
59
+ <button type="submit" class="btn btn-default">Search</button>
60
+ </form>
61
+ </div><!--/.nav-collapse -->
62
+ </div>
63
+ </nav>
64
+
65
+ <div class="container">
66
+ <div class="row ">
67
+ <div class="col-sm-8">
68
+ <div class="content">
69
+ {{ content }}
70
+ </div>
71
+ </div>
72
+ <div id="sidebar" class="col-sm-4">
73
+ <div class="well">
74
+ {% include sidebar.html %}
75
+ </div>
76
+ </div>
77
+ </div>
78
+ <div class="row" id="footer">
79
+ <small class="pull-right">Powered by <a href="https://github.com/pattex/octopod">Octopod</a> and <a href="http://jekyllrb.com/">Jekyll</a>.</small>
80
+ </div>
81
+ </div><!-- /.container -->
82
+ </div><!-- /.container -->
83
+
84
+ <script>
85
+ !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
86
+ </script>
87
+ </html>
@@ -0,0 +1,66 @@
1
+ ---
2
+ layout: null
3
+ ---
4
+ <?xml version="1.0" encoding="UTF-8"?>
5
+ <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
6
+ <channel>
7
+ <title>{{ site.title }}</title>
8
+ <link>{{ site.url }}</link>
9
+ <atom:link href="{{ site.url }}/episodes.{{ page.format }}.rss" rel="self" type="application/rss+xml" title="{{ page.format }} Episode RSS-Feed"/>
10
+ {{ site | episode_feeds_rss:page.format }}
11
+ <description>{{ site.description | markdownify | strip_html }}</description>
12
+ <lastBuildDate>{{ site.time | time_to_rssschema }}</lastBuildDate>
13
+ <language>{{ site.language }}</language>
14
+
15
+ <itunes:summary>{{ site.description | markdownify | strip_html }}</itunes:summary>
16
+ <itunes:author>{{ site.author }}</itunes:author>
17
+ <itunes:explicit>{{ site.explicit }}</itunes:explicit>
18
+ <itunes:image href="{{ site.url | http_only }}/img/logo-itunes.jpg" />
19
+ <itunes:owner>
20
+ <itunes:name>{{ site.author }}</itunes:name>
21
+ <itunes:email>{{ site.email }}</itunes:email>
22
+ </itunes:owner>
23
+ <managingEditor>{{site.email}} ({{site.author}})</managingEditor>
24
+ <copyright>{{ site.license }}</copyright>
25
+ <itunes:subtitle>{{ site.subtitle }}</itunes:subtitle>
26
+ <itunes:keywords>{{ site.keywords | join:', ' }}</itunes:keywords>
27
+ <image>
28
+ <title>{{ site.title }}</title>
29
+ <url>{{ site.url }}/img/logo-itunes.jpg</url>
30
+ <link>{{ site.url }}</link>
31
+ </image>
32
+ {% for category in site.itunes_categories %}
33
+ <itunes:category text="{{ category }}">
34
+ {% endfor %}
35
+ </itunes:category>
36
+ {% for post in site.posts %}{% if post.audio[page.format] %}
37
+ <item>
38
+ <title>{{ post.title }} - {{ post.subtitle }}</title>
39
+ <link>{{ site.url }}{{ post.url }}</link>
40
+ <comments>{{ site.url }}{{ post.url }}#disqus_thread</comments>
41
+ <pubDate>{{ post.date | time_to_rssschema }}</pubDate>
42
+ {% for category in post.categories %}
43
+ <category><![CDATA[{{ category }}]]></category>
44
+ {% endfor %}
45
+ <guid isPermaLink="false">{{ site.url }}{{ post.url }}</guid>
46
+ <description><![CDATA[{{ post.content | expand_urls: site.url | cdata_escape | remove_script_and_audio }}]]></description>
47
+ <content:encoded><![CDATA[{{ post.content | expand_urls: site.url | cdata_escape | remove_script_and_audio }}]]></content:encoded>
48
+ <enclosure url="{{ site.url | http_only }}/episodes/{{ post.audio | audio:page.format }}" length="{{ post.audio | audio:page.format | file_size }}" type="{{ page.format | mime_type }}" />
49
+ <itunes:keywords>{{ post.tags }}</itunes:keywords>
50
+ <itunes:subtitle>{{ post.subtitle }}</itunes:subtitle>
51
+ <itunes:summary>{{ post.summary }}</itunes:summary>
52
+ <itunes:author>{{ post.author | otherwise:site.author }}</itunes:author>
53
+ <itunes:explicit>{{ post.explicit | otherwise:site.explicit }}</itunes:explicit>
54
+ <itunes:duration>{{ post.duration }}</itunes:duration>
55
+ {{ site | flattr_rss:post }}
56
+ {% if post.chapters %}
57
+ <psc:chapters version="1.1" xmlns:psc="http://podlove.org/simple-chapters">
58
+ {% for chapter in post.chapters %}
59
+ <psc:chapter start="{{ chapter | split_chapter:'start' }}" title="{{ chapter | split_chapter:'title' }}" />
60
+ {% endfor %}
61
+ </psc:chapters>
62
+ {% endif %}
63
+ </item>
64
+ {% endif %}{% endfor %}
65
+ </channel>
66
+ </rss>
@@ -0,0 +1,15 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <section class="active">
5
+ {% if page.title %}
6
+ <div class="page-header">
7
+ <h1>
8
+ {{ page.title }}
9
+ {% if page.subtitle %}<small>{{ page.subtitle }}</small>{% endif %}
10
+ </h1>
11
+ </div>
12
+ {% endif %}
13
+
14
+ {{ content }}
15
+ </section>
@@ -0,0 +1,40 @@
1
+ ---
2
+ layout: null
3
+ ---
4
+
5
+ <!DOCTYPE html>
6
+ <html lang="{{ site.language }}" prefix="og: http://ogp.me/ns#">
7
+
8
+ <head>
9
+ <meta charset="utf-8">
10
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
11
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
12
+ <title>{{ site.title }} - {{ page.title }}</title>
13
+
14
+ <link rel="stylesheet" type="text/css" href="{{ site.url }}/podlove-web-player/css/pwp-light-gray.css" media="screen">
15
+ <link rel="stylesheet" type="text/css" href="{{ site.url }}/podlove-web-player/css/vendor/progress-polyfill.css" media="screen">
16
+
17
+ <script type='text/javascript' src="{{ site.url }}/podlove-web-player/js/vendor/html5shiv.min.js"></script>
18
+ <script type='text/javascript' src="{{ site.url }}/podlove-web-player/js/vendor/jquery.min.js"></script>
19
+ <script type='text/javascript' src="{{ site.url }}/podlove-web-player/js/vendor/progress-polyfill.min.js"></script>
20
+
21
+ <meta property="og:type" content="website"/>
22
+ <meta property="og:site_name" content="{{ site.title }}"/>
23
+ <meta property="og:title" content="{{ page.title }} - {{ page.subtitle }}"/>
24
+ <meta property="og:url" content="{{ site.url }}{{ page.url }}"/>
25
+ <meta property="og:description" content="{{ site.description }}"/>
26
+ <meta property="og:image" content="{{ site.url }}/img/logo-360x360.png"/>
27
+
28
+ {% for feed in site['episode_feed_formats'] %}
29
+ <meta property="og:audio" content="{{ site.url }}/episodes/{{ page['audio'][feed] }}"/>
30
+ <meta property="og:audio:type" content="audio/{{ feed }}"/>
31
+ {% endfor %}
32
+ </head>
33
+
34
+ <body>
35
+ {{ page | web_player:site }}
36
+ <script type='text/javascript' src="{{ site.url }}/podlove-web-player/js/podlove-web-player.js"></script>
37
+ {{ page | web_player_script_tag:site }}
38
+ </body>
39
+
40
+ </html>