jekyll-octopod 0.5.0 → 0.5.1
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.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/bin/octopod +1 -0
- data/lib/jekyll/octopod/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f41ef12b781083addc1733858f31831a3861ec3
|
|
4
|
+
data.tar.gz: f118d3e6614e35c4def29f519a367e656377e778
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cffa014c99809bc88df99ea5169d245c3cf9fd981e4be14d33c717450281a71add1f81b59551779140d48a50803297512992faf7542098f8d86d80cd91a09900
|
|
7
|
+
data.tar.gz: 8d2f71e97e63fa120e0f08202552013c8e18189d9276330e09c0dc32f61d674ac9f3e3223021be51917219d1d1c33cccb6480962872513646223f4ef8a170240
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# jekyll-octopod
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/jekyll-octopod)
|
|
4
4
|
|
|
@@ -10,7 +10,7 @@ A podcast publishing extension for the static site generator [Jekyll](https://je
|
|
|
10
10
|
You generate a static web site for your podcast on your own computer, test drive it and sync it to your web space.
|
|
11
11
|
|
|
12
12
|
So no Wordpress, PHP, Ruby other scripting language, database management system or any other dynamic component is needed on your server.
|
|
13
|
-
|
|
13
|
+
This increases security immensely.
|
|
14
14
|
|
|
15
15
|
## Tell me more!
|
|
16
16
|
|
|
@@ -28,7 +28,7 @@ If you are not afraid of the command line of your computer and text files are th
|
|
|
28
28
|
stuff to heat up your geeky little heart, jekyll-octopod may be worth a trial
|
|
29
29
|
to publish your podcasts.
|
|
30
30
|
|
|
31
|
-
The underlying assumptions of
|
|
31
|
+
The underlying assumptions of jekyll-octopod are that static content
|
|
32
32
|
should be delivered statically and text files are the perfect way to handle
|
|
33
33
|
podcast metadata. So jekyll-octopod makes it easy to generate and deploy a
|
|
34
34
|
website and feeds for your podcast out of one textfile and at least one audio
|
|
@@ -37,7 +37,7 @@ file per episode.
|
|
|
37
37
|
|
|
38
38
|
## Features
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
jekyll-octopod brings innately:
|
|
41
41
|
* iTunes ready episode feeds for different file formats (e.g. mp3, ogg, m4a)
|
|
42
42
|
* a ready to use [Bootflat](http://bootflat.github.io/) and [Twitter Bootstrap](http://twitter.github.com/bootstrap/) based, responsible (i.e. mobile friendly) layout modifiable to your heart's desire.
|
|
43
43
|
* [Flattr](https://flattr.com/) support on the website and in the episode feed
|
|
@@ -55,7 +55,7 @@ Jekyll-Octopod brings innately:
|
|
|
55
55
|
**Is this production ready?**
|
|
56
56
|
|
|
57
57
|
We use it in production, so we believe it is.
|
|
58
|
-
But it is very likely, that it still contains bugs. And there is no guarantee that behavior will change with the next update :-).
|
|
58
|
+
But it is very likely, that it still contains bugs. And there is no guarantee that behavior will not change with the next update :-).
|
|
59
59
|
|
|
60
60
|
Hopefully you are brave enough to play with this cute little toy anyway.
|
|
61
61
|
|
data/bin/octopod
CHANGED
|
@@ -238,6 +238,7 @@ if ARGV.size > 0 && (ARGV[0] == 'episode' || ARGV[0] == 'deploy' || ARGV[0] == '
|
|
|
238
238
|
when 'setup'
|
|
239
239
|
unless File.exists?(PWD + '/_config.dist_backup.yml')
|
|
240
240
|
puts "", "===== Creating a backup of the configuation file ... ====="
|
|
241
|
+
puts "If this is a new podcasting site, that you just created, it's fine and save to answer with 'Y'."
|
|
241
242
|
FileUtils.cp(PWD + '/_config.yml', PWD + '/_config.dist_backup.yml', {verbose: true})
|
|
242
243
|
puts "===== ... done ===== ", ""
|
|
243
244
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-octopod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arne Eilermann
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-06-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|
|
@@ -208,3 +208,4 @@ signing_key:
|
|
|
208
208
|
specification_version: 4
|
|
209
209
|
summary: Podcasting Publishing Extension for Jekyll
|
|
210
210
|
test_files: []
|
|
211
|
+
has_rdoc:
|