votd 2.2.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4eced14b46eed3c5289eeb500f6529c22422bb19
4
- data.tar.gz: 5c1dcf6de1ea31371b226abf70dad4f325efb15f
2
+ SHA256:
3
+ metadata.gz: b25aca7bbd23dfa9a4ecd49e2880b3f9e059f7a0fa0ff04a3d97fbda46c3a92b
4
+ data.tar.gz: 32bb871d6a200a34d553fbb784c94af5d56358f203dbe6387db6e7e40c11ed7f
5
5
  SHA512:
6
- metadata.gz: 7477be79d25ae436862e6112875c7cfa41a446b928690244398c17538edf14e5d696de49d86f26d5eecf5088a44351cfcd88cb2cb5645443ebf42d22d79b872f
7
- data.tar.gz: 01f29a9b550cd91bc4ead7dd6b9767aeedc6f3314ff04f8519f3ef9c061128e71e10439145c8fdca243d3b13466b94f66e4fc7b94ba3fdf325b1cbece93e6706
6
+ metadata.gz: 2e65b6ff4787364c3eb269baa095503a13d561e87b40e81f83da2fc0d69d8635d648b59738adfc396cea5f528978073ba5b6f4b61cb231b6291f554c02ba5039
7
+ data.tar.gz: 2800cfef14f6fb8ee2f1968022c6748888badc38f2121bce001f3e565590ce0ab942b654ba19eb5f4b39321379831e82379e5dd52dfb3a0aeb24fa3f62a3a5c1
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.6.5
data/.travis.yml CHANGED
@@ -2,8 +2,7 @@ language: ruby
2
2
  rvm:
3
3
  - 1.9.3
4
4
  - 2.0.0
5
- #- jruby-19mode # JRuby in 1.9 mode
6
- - rbx-19mode
5
+ - 2.1.1
7
6
  notifications:
8
7
  email:
9
8
  recipients:
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 3.0.0
5
+ -----
6
+ *November 27, 2019*
7
+
8
+ * Choose a Bible version from Bible Gateway. Default is still NIV. (see docs
9
+ for supported versions)
10
+ * Add `.version_name` (alias: `.translation_name`) to get full version name.
11
+ (e.g. "New International Version")
12
+ * Add `.link` to get a link to the verse on the associated Bible site.
13
+
4
14
  2.2.0
5
15
  -----
6
16
  *October 31, 2013*
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2013 Christopher Clarke, Stephen Clarke
1
+ Copyright (c) 2012-2014 Christopher Clarke, Stephen Clarke
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
17
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
18
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
19
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # VotD - (Bible) Verse of the Day
2
2
 
3
3
  [![Build Status](https://secure.travis-ci.org/doctorbh/votd.png?branch=master)](http://travis-ci.org/Sevenview/votd)
4
+ [![Code Climate](https://codeclimate.com/github/sevenview/votd.png)](https://codeclimate.com/github/sevenview/votd)
4
5
 
5
6
  VotD (Verse of the Day) is a Ruby Gem that wraps various web services that generate
6
7
  daily Bible Verses.
@@ -8,14 +9,10 @@ daily Bible Verses.
8
9
 
9
10
  Currently the gem supports three VotD web services:
10
11
 
12
+ * [Bible Gateway](http://www.biblegateway.com) - Multiple Translations
11
13
  * [Bible.org](http://labs.bible.org) - NETBible Translation
12
- * [Bible Gateway](http://www.biblegateway.com) - NIV Translations (Currently only supporting the default NIV, but planning on adding more.)
13
14
  * [ESV Bible Web Service](http://www.esvapi.org/) - ESV Translation
14
15
 
15
- Other services are are planned:
16
-
17
- * [Bible Gateway](http://www.biblegateway.com) - More Translations
18
-
19
16
  If you are able to contribute modules for any of these, please see our [CONTRIBUTING](https://github.com/Sevenview/votd/blob/master/CONTRIBUTING.md) file. Let us know before you begin work in case someone else has a module in-progress.
20
17
 
21
18
  ## Installation
@@ -32,25 +29,86 @@ Or install it yourself as:
32
29
 
33
30
  $ gem install votd
34
31
 
35
- ## Usage
32
+ ## Quick Start
36
33
 
37
34
  To use VotD in your code:
38
35
 
39
36
  require 'votd'
37
+
38
+ votd = Votd::BibleGateway.new
40
39
 
41
- votd = Votd::NetBible.new
42
-
43
- # or votd = Votd::BibleGateway.new
44
-
45
- votd.reference # Ephesians 2:8-9
46
- votd.text # For by grace you are saved through faith...
47
- votd.date # 2012-03-24
48
- votd.version # NIV
49
- votd.copyright # Copyright © ...
40
+ votd.reference # Ephesians 2:8-9
41
+ votd.text # For by grace you are saved through faith...
42
+ votd.date # 2012-03-24
43
+ votd.version # NIV
44
+ votd.version_name # New International Version
45
+ votd.link # https://www.biblegateway.com/passage/?search=ephesians+2%3A8-9&version=31
46
+ votd.copyright # Copyright © ...
50
47
 
51
48
  *NOTE: If there's an error encountered while accessing the VotD service a default verse of John 3:16 in the KVJ
52
49
  is returned. This ensures that something is returned no matter what.*
53
50
 
51
+ ## Votd::BibleGateway
52
+
53
+ To use the Bible Gateway service, which generates a verse of the day in multiple
54
+ translations:
55
+
56
+ ```ruby
57
+ require 'votd'
58
+ votd = Votd::NetBible.new # uses default New International Version
59
+ # or
60
+ votd = Votd::NetBible.new(:kjv) # uses King James Version (see chart below for more)
61
+ ```
62
+
63
+ The following English translations are available:
64
+
65
+ | Code | Version| Name |
66
+ | -----|------|---|
67
+ | :amp | AMP | Amplified Bible |
68
+ | :asv | ASV | American Standard Version |
69
+ | :ceb | CEB | Common English Bible |
70
+ | :darby | DARBY | Darby Translation |
71
+ | :esv | ESV | English Standard Version |
72
+ | :esvu | ESVU | English Standard Version Anglicised |
73
+ | :gw | GW | God's Word Translation |
74
+ | :hcsb | HCSB | Holman Christian Standard Bible |
75
+ | :kjv | KJV | King James Version |
76
+ | :leb | LEB | Lexham English Bible |
77
+ | :nasb | NASB | New American Standard Bible |
78
+ | :nirv | NIRV | New International Reader's Version |
79
+ | :niv | NIV | New International Version |
80
+ | :nivuk | NIVUK | New International Version - UK |
81
+ | :nlt | NLT | New Living Translation |
82
+ | :nlv | NLV | New Life Version |
83
+ | :phillips | PHILLIPS | J.B. Phillips New Testament |
84
+ | :we | WE | Worldwide English (New Testament) |
85
+ | :wyc | WYC | Wycliffe Bible |
86
+ | :ylt | YLT | Young's Literal Translation |
87
+
88
+ Note: Although Bible Gateway has many other English translations, these are the
89
+ only ones that have copyright approval for use with the verse of the day
90
+ service as of November 2019.
91
+
92
+ ## Votd::NetBible
93
+
94
+ To use the NET Bible service, which generates a NET Bible translation verse of
95
+ the day:
96
+
97
+ ```ruby
98
+ require 'votd'
99
+ votd = Votd::NetBible.new
100
+ ```
101
+
102
+ ## Votd::ESVBible
103
+
104
+ To use the ESV Bible Web Service, which generates a English Standard Version
105
+ verse of the day:
106
+
107
+ ```ruby
108
+ require 'votd'
109
+ votd = Votd::BibleGateway.new
110
+ ```
111
+
54
112
  ### Outputting HTML
55
113
 
56
114
  You can use the built-in formatted HTML:
@@ -150,4 +208,4 @@ Stephen Clarke <steve@sevenview.ca>
150
208
 
151
209
  (The MIT License)
152
210
 
153
- &copy; 2012-2013 Christopher Clarke, Stephen Clarke. See [LICENSE](https://github.com/Sevenview/votd/blob/master/LICENSE) for details.
211
+ &copy; 2012-2019 Christopher Clarke, Stephen Clarke. See [LICENSE](https://github.com/Sevenview/votd/blob/master/LICENSE) for details.
data/TODO.md CHANGED
@@ -1,7 +1,5 @@
1
1
  ## Todo
2
2
 
3
- * Update `votd` command-line version. Currently only a bare stub of an app.
4
-
5
- * Enable support for more translations from [Bible Gateway](http://www.biblegateway.com/usage/votd/docs/)
6
-
7
- * Add some kind of simple caching
3
+ [ ] Update `votd` command-line version. Currently only a bare stub of an app.
4
+ [ ] Generate a proper error when web service throws error and allow end-user
5
+ to come up with their own fallback verse/handling.
data/bin/votd CHANGED
@@ -10,6 +10,7 @@ include Votd::Helper::CommandLine
10
10
 
11
11
  votd = Votd::BibleGateway.new
12
12
  #votd = Votd::NetBible.new
13
+ #votd = Votd::ESVBible.new
13
14
  #votd = Votd::Base.new
14
15
 
15
16
  LINE_WIDTH = 40
data/lib/votd/base.rb CHANGED
@@ -25,15 +25,27 @@ module Votd
25
25
 
26
26
  # @example
27
27
  # votd.version # "NIV"
28
- # @return [String] the bible translation used for this VotD
28
+ # @return [String] the bible translation acronym used for this VotD
29
29
  attr_reader :version
30
30
  alias_method :translation, :version
31
31
 
32
+ # @example
33
+ # votd.version_name # "New International Version"
34
+ # @return [String] the bible translation name used for this VotD
35
+ attr_reader :version_name
36
+ alias_method :translation_name, :version_name
37
+
32
38
  # @example
33
39
  # votd.copyright # "Brought to you by BibleGateway.com. Copyright (C) . All Rights Reserved."
34
40
  # @return [String] any copyright information supplied by VotD provider
35
41
  attr_reader :copyright
36
42
 
43
+ # @example
44
+ # votd.link # "https://www.biblegateway.com/passage/?search=Colossians+3%3A16&version=NIV"
45
+ #
46
+ # @return [String] A URL link to the verse on the corresponding Bible service.
47
+ attr_reader :link
48
+
37
49
  # The default Bible text to use. This is used in case of an error
38
50
  # retrieving the VotD from a remote server
39
51
  DEFAULT_BIBLE_TEXT = "For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life."
@@ -46,6 +58,12 @@ module Votd
46
58
  # is provided
47
59
  DEFAULT_BIBLE_VERSION = "KJV"
48
60
 
61
+ # The default Bible version name to use if none is given and no other default
62
+ # is provided
63
+ DEFAULT_BIBLE_VERSION_NAME = "King James Version"
64
+
65
+ DEFAULT_LINK = "https://www.biblegateway.com/passage/?search=John+3%3A16&version=KJV"
66
+
49
67
  # Initializes the class and retrieves the verse of the day.
50
68
  # @return [Base]
51
69
  def initialize
@@ -55,6 +73,7 @@ module Votd
55
73
  @date = Date.today
56
74
  @custom_html = nil
57
75
  @custom_text = nil
76
+ @link = nil
58
77
  get_votd
59
78
  end
60
79
 
@@ -148,10 +167,12 @@ module Votd
148
167
  end
149
168
 
150
169
  def set_defaults
151
- @text = DEFAULT_BIBLE_TEXT
152
- @reference = DEFAULT_BIBLE_REFERENCE
153
- @version = DEFAULT_BIBLE_VERSION
154
- @copyright = nil
170
+ @text = DEFAULT_BIBLE_TEXT
171
+ @reference = DEFAULT_BIBLE_REFERENCE
172
+ @version = DEFAULT_BIBLE_VERSION
173
+ @version_name = DEFAULT_BIBLE_VERSION_NAME
174
+ @link = DEFAULT_LINK
175
+ @copyright = nil
155
176
  end
156
177
 
157
178
  end
@@ -1,30 +1,55 @@
1
- require 'feedzirra'
1
+ require 'feedjira'
2
2
  require 'votd/helper/text'
3
3
 
4
4
  module Votd
5
5
  # Retrieves a Verse of the Day from biblegateway.com using a variety
6
6
  # of translations.
7
7
  #
8
+ # Default translation is NIV (New International Version)
9
+ #
8
10
  # docs: http://www.biblegateway.com/usage/votd/docs/
9
11
  #
10
12
  # version list: http://www.biblegateway.com/usage/linking/versionslist.php
11
- #
12
- # @todo Extend this to allow requesting any of the supported Bible translations that
13
- # Bible Gateway supports for VotD
14
- #
13
+
15
14
  class BibleGateway < Votd::Base
16
- # The name of the Bible Translation that this module generates
17
- BIBLE_VERSION = "NIV"
15
+ # These are the English translations that are copyright-approved for Bible
16
+ # Gateway VotD as of November 2019.
17
+ BIBLE_VERSIONS = {
18
+ amp: { name: 'Amplified Bible', id: 45 },
19
+ asv: { name: 'American Standard Version', id: 8 },
20
+ ceb: { name: 'Common English Bible', id: 105 },
21
+ darby: { name: 'Darby Translation', id: 16 },
22
+ esv: { name: 'English Standard Version', id: 47 },
23
+ esvu: { name: 'English Standard Version Anglicised', id: 166 },
24
+ gw: { name: "God's Word Translation", id: 158 },
25
+ hcsb: { name: 'Holman Christian Standard Bible', id: 77 },
26
+ kjv: { name: 'King James Version', id: 9 },
27
+ leb: { name: 'Lexham English Bible', id: 165 },
28
+ nasb: { name: 'New American Standard Bible', id: 49 },
29
+ nirv: { name: "New International Reader's Version", id: 76 },
30
+ niv: { name: 'New International Version', id: 31 },
31
+ nivuk: { name: 'New International Version - UK', id: 64 },
32
+ nlt: { name: 'New Living Translation', id: 51 },
33
+ nlv: { name: 'New Life Version', id: 74 },
34
+ phillips: { name: 'J.B. Phillips New Testament', id: 164 },
35
+ we: { name: 'Worldwide English (New Testament)', id: 73 },
36
+ wyc: { name: 'Wycliffe Bible', id: 53 },
37
+ ylt: { name: "Young's Literal Translation", id: 15 }
38
+ }
18
39
 
19
40
  # The URI of the API gateway
20
41
  URI = "http://www.biblegateway.com/usage/votd/rss/votd.rdf?"
21
42
 
43
+ # Regular expression for pulling the copyright out of the Bible text
44
+ COPYRIGHT_TEXT_REGEX = /(Brought to you by BibleGateway.*$)/
45
+
22
46
  # Initializes the BibleGateway class
23
47
  # @return [BibleGateway]
24
- def initialize
25
- # Regular expression for pulling the copyright out of the Bible text
26
- @regex_copyright_text = /(Brought to you by BibleGateway.*$)/
27
- super
48
+ def initialize(version = :niv)
49
+ @version = version.to_s.upcase
50
+ @version_number = BIBLE_VERSIONS[version][:id]
51
+ @version_name = BIBLE_VERSIONS[version][:name]
52
+ super()
28
53
  end
29
54
 
30
55
  private
@@ -32,17 +57,19 @@ module Votd
32
57
  # Gets the votd from the Bible Gateway RSS feed
33
58
  # @return [String]
34
59
  def get_votd
35
- feed = Feedzirra::Feed.parse(HTTParty.get(URI).body)
60
+ uri = "#{URI}#{@version_number}"
61
+ feed = Feedjira.parse(HTTParty.get(uri).body)
36
62
  entry = feed.entries.first
37
63
  cleaned_text = clean_text(entry.content)
38
64
 
39
65
  @reference = entry.title
66
+ @link = entry.entry_id
40
67
  @text = cleaned_text
41
68
  @copyright = get_copyright(entry.content)
42
- @version = BIBLE_VERSION
43
69
  rescue => e
44
70
  # use default info for VotD
45
71
  set_defaults
72
+ #raise e
46
73
  # @todo Add logging
47
74
  end
48
75
 
@@ -66,7 +93,7 @@ module Votd
66
93
  def get_copyright(text)
67
94
  text = strip_html_quote_entities(text)
68
95
  text = Helper::Text.strip_html_tags(text)
69
- text.match(@regex_copyright_text)[1]
96
+ text.match(COPYRIGHT_TEXT_REGEX)[1]
70
97
  end
71
98
 
72
99
  # Removes HTML quote entities added by BibleGateway
@@ -78,7 +105,7 @@ module Votd
78
105
  # Removes copyright text from the Bible text
79
106
  # @return [String]
80
107
  def strip_copyright_text(text)
81
- text.gsub(@regex_copyright_text, '')
108
+ text.gsub(COPYRIGHT_TEXT_REGEX, '')
82
109
  end
83
110
  end
84
111
  end
data/lib/votd/esvbible.rb CHANGED
@@ -7,37 +7,40 @@ module Votd
7
7
  class ESVBible < Votd::Base
8
8
  # The name of the Bible Translation that this module generates
9
9
  BIBLE_VERSION = "ESV"
10
-
10
+ BIBLE_VERSION_NAME = "English Standard Version"
11
+
11
12
  # The URI of the API gateway
12
13
  URI = "http://www.gnpcb.org/esv/share/rss2.0/daily/"
13
-
14
+
14
15
  # Initializes the ESVBible class
15
16
  # @return [Votd::ESVBible]
16
17
  def initialize
17
- super
18
+ super()
18
19
  end
19
-
20
+
20
21
  private
21
-
22
+
22
23
  # Gets the votd from the Good News Publishers, Crossway Bibles,
23
24
  # RSS feed
24
25
  # @return [String]
25
26
  def get_votd
26
27
  parsed_feed = Nokogiri::XML(HTTParty.get(URI).body)
27
28
  cleaned_copyright = clean_copyright(parsed_feed.xpath("//copyright").text)
28
-
29
+
29
30
  @reference = parsed_feed.xpath("//title")[1].text
30
31
  @text = parsed_feed.xpath("//description")[1].text
31
32
  @copyright = cleaned_copyright
33
+ @link = parsed_feed.xpath("//guid").text
32
34
  @version = BIBLE_VERSION
33
-
35
+ @version_name = BIBLE_VERSION_NAME
36
+
34
37
  @text = Helper::Text.clean_verse_start(@text)
35
38
  @text = Helper::Text.clean_verse_end(@text)
36
39
  rescue => e
37
40
  # use default info for VotD
38
41
  set_defaults
39
42
  end
40
-
43
+
41
44
  # Cleans up the copyright.
42
45
  # Removes:
43
46
  # - Tabs, line breaks
data/lib/votd/netbible.rb CHANGED
@@ -5,11 +5,15 @@ module Votd
5
5
  # translation.
6
6
  class NetBible < Votd::Base
7
7
  # The name of the Bible Translation that this module generates
8
- BIBLE_VERSION = "NETBible"
8
+ BIBLE_VERSION = 'NETBible'
9
+ BIBLE_VERSION_NAME = 'NET Bible'
9
10
 
10
11
  # The URI of the API gateway
11
12
  URI = "http://labs.bible.org/api/?passage=votd&type=json"
12
13
 
14
+ # The URI of the website to view the verse (used in ``.link``)
15
+ NET_BIBLE_URI = "https://netbible.org/bible"
16
+
13
17
  # Initializes the NetBible class
14
18
  # @return [Votd::NetBible]
15
19
  def initialize
@@ -46,11 +50,18 @@ module Votd
46
50
  @text = text
47
51
 
48
52
  @version = BIBLE_VERSION
53
+ @version_name = BIBLE_VERSION_NAME
54
+
55
+ @link = generate_link(bookname, chapter, verse_numbers.first)
49
56
 
50
57
  rescue => e
51
58
  # use default info for VotD
52
59
  set_defaults
53
60
  # @todo Add logging
54
61
  end
62
+
63
+ def generate_link(bookname, chapter, verse_number)
64
+ "#{NET_BIBLE_URI}/#{bookname}+#{chapter}:#{verse_number}"
65
+ end
55
66
  end
56
67
  end
data/lib/votd/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Votd
2
2
  # Gem version number
3
- VERSION = "2.2.0"
3
+ VERSION = "3.0.0"
4
4
  end
@@ -1,32 +1,33 @@
1
1
  <?xml version="1.0" ?>
2
2
  <rss version="2.0"
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
5
- xmlns:admin="http://webns.net/mvcb/"
6
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7
- xmlns:content="http://purl.org/rss/1.0/modules/content/">
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
5
+ xmlns:admin="http://webns.net/mvcb/"
6
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7
+ xmlns:content="http://purl.org/rss/1.0/modules/content/"
8
+ >
8
9
 
9
- <channel>
10
- <title>Bible Gateway's Verse of the Day</title>
11
- <link>http://www.biblegateway.com</link>
12
- <description>A daily word of exultation.</description>
13
- <dc:language>en-us</dc:language>
14
- <dc:creator>BibleGateway.com</dc:creator>
15
- <dc:rights>Copyright 2004</dc:rights>
16
- <dc:date>2012-03-25T12:00:00Z</dc:date>
17
- <sy:updatePeriod>daily</sy:updatePeriod>
18
- <sy:updateFrequency>1</sy:updateFrequency>
19
- <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
10
+ <channel>
11
+ <title>Bible Gateway's Verse of the Day</title>
12
+ <link>http://www.biblegateway.com</link>
13
+ <description>A daily word of exultation.</description>
14
+ <dc:language>en-us</dc:language>
15
+ <dc:creator>BibleGateway.com</dc:creator>
16
+ <dc:rights>Copyright 2004</dc:rights>
17
+ <dc:date>2012-03-25T12:00:00Z</dc:date>
18
+ <sy:updatePeriod>daily</sy:updatePeriod>
19
+ <sy:updateFrequency>1</sy:updateFrequency>
20
+ <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
20
21
 
21
- <item>
22
- <title>1 John 1:9</title>
23
- <description>Verse of the day</description>
24
- <guid isPermaLink="false">http://www.biblegateway.com/passage/?search=1+John+1%3A9&amp;version=NIV</guid>
25
- <content:encoded>
26
- <![CDATA[&ldquo;If we confess our sins, he is faithful and just and will forgive us our sins and purify us from all unrighteousness.&rdquo;<br/><br/> Brought to you by <a href="http://www.biblegateway.com">BibleGateway.com</a>. Copyright (C) . All Rights Reserved.]]>
27
- </content:encoded>
28
- <dc:rights>Powered by BibleGateway.com</dc:rights>
29
- <dc:date>2012-03-25T12:00:00Z</dc:date>
30
- </item>
31
- </channel>
32
- </rss>
22
+ <item>
23
+ <title>1 John 1:9</title>
24
+ <description>Verse of the day</description>
25
+ <guid isPermaLink="false">http://www.biblegateway.com/passage/?search=1+John+1%3A9&amp;version=NIV</guid>
26
+ <content:encoded>
27
+ <![CDATA[&ldquo;If we confess our sins, he is faithful and just and will forgive us our sins and purify us from all unrighteousness.&rdquo;<br/><br/> Brought to you by <a href="http://www.biblegateway.com">BibleGateway.com</a>. Copyright (C) . All Rights Reserved.]]>
28
+ </content:encoded>
29
+ <dc:rights>Powered by BibleGateway.com</dc:rights>
30
+ <dc:date>2012-03-25T12:00:00Z</dc:date>
31
+ </item>
32
+ </channel>
33
+ </rss>
@@ -0,0 +1,34 @@
1
+
2
+ <?xml version="1.0" ?>
3
+ <rss version="2.0"
4
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
5
+ xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
6
+ xmlns:admin="http://webns.net/mvcb/"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:content="http://purl.org/rss/1.0/modules/content/"
9
+ >
10
+
11
+ <channel>
12
+ <title>Bible Gateway's Verse of the Day</title>
13
+ <link>https://www.biblegateway.com</link>
14
+ <description>A daily word of exultation.</description>
15
+ <dc:language>en-us</dc:language>
16
+ <dc:creator>BibleGateway.com</dc:creator>
17
+ <dc:rights>Copyright 2004</dc:rights>
18
+ <dc:date>2019-11-27T12:00:00Z</dc:date>
19
+ <sy:updatePeriod>daily</sy:updatePeriod>
20
+ <sy:updateFrequency>1</sy:updateFrequency>
21
+ <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
22
+
23
+ <item>
24
+ <title>Colossians 3:16</title>
25
+ <description>Verse of the day</description>
26
+ <guid isPermaLink="false">https://www.biblegateway.com/passage/?search=Colossians+3%3A16&amp;version=51</guid>
27
+ <content:encoded>
28
+ <![CDATA[&ldquo;Let the message about Christ, in all its richness, fill your lives. Teach and counsel each other with all the wisdom he gives. Sing psalms and hymns and spiritual songs to God with thankful hearts.&rdquo;<br/><br/> Brought to you by <a href="https://www.biblegateway.com">BibleGateway.com</a>. Copyright (C) NLT. All Rights Reserved.]]>
29
+ </content:encoded>
30
+ <dc:rights>Powered by BibleGateway.com</dc:rights>
31
+ <dc:date>2019-11-27T12:00:00Z</dc:date>
32
+ </item>
33
+ </channel>
34
+ </rss>
@@ -14,6 +14,6 @@
14
14
  <guid isPermaLink="false">http://www.gnpcb.org/esv/search/?passage=Romans+8%3A15&amp;date=20131029</guid>
15
15
  <pubDate>Tue, 29 Oct 2013 00:01:00 -0500</pubDate>
16
16
  <description>For you did not receive the spirit of slavery to fall back into fear, but you have received the Spirit of adoption as sons, by whom we cry, &quot;Abba! Father!&quot;</description>
17
- </item>
17
+ </item>
18
18
  </channel>
19
19
  </rss>