jekyll-bible_references 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 502801b110be911fc861ed0a074eb0dc2d04a2bfe6fdba5b42f505a4c97afaca
4
+ data.tar.gz: 951b48a044b7cee54adaa8e4a05647d3db7e8ec6fa8cd20673922e2611c31435
5
+ SHA512:
6
+ metadata.gz: c9c4ccde8192b18d1dec458a4b20d00717c70de0d391e19bd3794ec47cfea24636ffad043b1c71ca322f434650403d097fff94bd492820460d294a5fb0fbfec4
7
+ data.tar.gz: c368ced23f1bd01cf3c3c2154779b018e4ec2b486de70b3f5c45ba5d0907a9f9e180d4cd535db2af55f2d951c3042ef6e38db419684f871fb053e3ea9f59038b
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --color
2
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,96 @@
1
+ require:
2
+ - rubocop-performance
3
+ - rubocop-rake
4
+ - rubocop-rspec
5
+
6
+ AllCops:
7
+ TargetRubyVersion: 2.7
8
+ NewCops: enable
9
+ Exclude:
10
+ - 'tmp/**/*'
11
+ - 'node_modules/**/*'
12
+ - 'script/**/*'
13
+ - 'log/**/*'
14
+ - 'docker/**/*'
15
+ - 'doc/**/*'
16
+ - 'bin/**/*'
17
+ - 'Rakefile'
18
+ - 'config.ru'
19
+ - 'config/**/*'
20
+ - 'db/schema.rb'
21
+ - 'node_modules/**/*'
22
+ - 'vendor/**/*'
23
+
24
+
25
+ Layout/FirstArrayElementIndentation:
26
+ EnforcedStyle: consistent
27
+
28
+ Layout/LineLength:
29
+ Max: 120
30
+
31
+ Layout/MultilineMethodCallIndentation:
32
+ EnforcedStyle: indented
33
+
34
+ Layout/MultilineOperationIndentation:
35
+ Enabled: true
36
+ EnforcedStyle: indented
37
+
38
+ Lint/MissingSuper:
39
+ Enabled: false
40
+
41
+ Metrics/BlockLength:
42
+ Exclude:
43
+ - 'spec/**/*'
44
+
45
+ Naming/RescuedExceptionsVariableName:
46
+ PreferredName: 'exception'
47
+
48
+ Naming/PredicateName:
49
+ Enabled: false
50
+
51
+ Style/AccessorGrouping:
52
+ Enabled: false
53
+
54
+ Style/ClassAndModuleChildren:
55
+ Enabled: false
56
+
57
+ Style/Documentation:
58
+ Enabled: false
59
+
60
+ Style/FormatStringToken:
61
+ EnforcedStyle: template
62
+
63
+ Style/GuardClause:
64
+ Enabled: false
65
+
66
+ Style/IfUnlessModifier:
67
+ Enabled: false
68
+
69
+ Style/StringLiterals:
70
+ Enabled: true
71
+ EnforcedStyle: double_quotes
72
+
73
+ Style/StringLiteralsInInterpolation:
74
+ Enabled: true
75
+ EnforcedStyle: double_quotes
76
+
77
+ RSpec:
78
+ Exclude:
79
+ - 'spec/factories/**/*'
80
+
81
+ RSpec/ExampleLength:
82
+ Max: 10
83
+
84
+ RSpec/ExpectChange:
85
+ Enabled: false
86
+
87
+ RSpec/MultipleExpectations:
88
+ Enabled: false
89
+
90
+ RSpec/NestedGroups:
91
+ Max: 4
92
+
93
+ # while that is a good rule, AR objects can't be properly instance_double'd
94
+ RSpec/VerifiedDoubles:
95
+ Enabled: false
96
+
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2022-03-04
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at marcelo.jacobus@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/Gemfile ADDED
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gemspec
6
+
7
+ gem "awesome_print"
8
+ gem "jekyll", "~> 3.7"
9
+ gem "koine-test_runner"
10
+ gem "rake", "~> 13.0"
11
+ gem "rspec", "~> 3.0"
12
+ gem "rubocop", "~> 1.21"
13
+ gem "rubocop-performance"
14
+ gem "rubocop-rake"
15
+ gem "rubocop-rspec"
16
+ gem "simplecov", require: false
17
+ gem "simplecov-lcov", require: false
18
+
19
+ # remove later
20
+ gem "kramdown-parser-gfm"
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 Marcelo Jacobus
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # Jekyll Bible References
2
+
3
+ A collection of useful commands for my personal use.
4
+
5
+ [![Ruby](https://github.com/mjacobus/jekyll-bible_references/actions/workflows/main.yml/badge.svg)](https://github.com/mjacobus/jekyll-bible_references/actions/workflows/main.yml)
6
+ [![Coverage Status](https://coveralls.io/repos/github/mjacobus/jekyll-bible_references/badge.svg?branch=main)](https://coveralls.io/github/mjacobus/jekyll-bible_references?branch=main)
7
+ [![Maintainability](https://api.codeclimate.com/v1/badges/52468dead5a8c7568a0f/maintainability)](https://codeclimate.com/github/mjacobus/jekyll-bible_references/maintainability)
8
+
9
+ ## Installation
10
+
11
+ Add this line to your application's Gemfile:
12
+
13
+ ```ruby
14
+ gem 'jekyll-bible_references'
15
+ ```
16
+
17
+ And then execute:
18
+
19
+ $ bundle install
20
+
21
+ Or install it yourself as:
22
+
23
+ $ gem install jekyll-bible_references
24
+
25
+ TODO: Update when the gem is ready
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/mjacobus/jekyll-bible_references. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/mjacobus/jekyll-bible_references/blob/main/CODE_OF_CONDUCT.md).
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the this project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mjacobus/jekyll-bible_references/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require "rubocop/rake_task"
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: %i[spec rubocop]
@@ -0,0 +1,39 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/jekyll/bible_references/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "jekyll-bible_references"
7
+ spec.version = Jekyll::BibleReferences::VERSION
8
+ spec.authors = ["Marcelo Jacobus"]
9
+ spec.email = ["marcelo.jacobus@gmail.com"]
10
+
11
+ spec.summary = "A plugin for Jekyll to generate Bible references"
12
+ spec.description = "A plugin for Jekyll to generate Bible references"
13
+ spec.homepage = "https://github.com/mjacobus/jekyl-bible_references"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 2.7.0"
16
+
17
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
+
19
+ spec.metadata["homepage_uri"] = spec.homepage
20
+ spec.metadata["source_code_uri"] = spec.homepage
21
+ spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
22
+
23
+ # Specify which files should be added to the gem when it is released.
24
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
26
+ `git ls-files -z`.split("\x0").reject do |f|
27
+ (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
28
+ end
29
+ end
30
+ spec.bindir = "exe"
31
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
32
+ spec.require_paths = ["lib"]
33
+
34
+ spec.add_dependency "html-pipeline", "~> 2.3"
35
+
36
+ # For more information and examples about making a new gem, check out our
37
+ # guide at: https://bundler.io/guides/creating_gem.html
38
+ spec.metadata["rubygems_mfa_required"] = "true"
39
+ end
@@ -0,0 +1,28 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Jekyll
4
+ module BibleReferences
5
+ class DefaultLinkifier
6
+ DEFAULT_LINK_TEMPLATE = "https://www.jw.org/pt/busca/?q=%{QUERY}&link=%2Fresults%2FT%2Fbible%3Fsort%3Drel%26q%3D"
7
+
8
+ def initialize(context = {})
9
+ @context = context
10
+ end
11
+
12
+ def linkify(scripture)
13
+ "<a href=\"#{resolve_link(scripture)}\" class=\"linkified-scripture\">#{scripture}</a>"
14
+ end
15
+
16
+ private
17
+
18
+ def resolve_link(text)
19
+ text = ERB::Util.url_encode(text)
20
+ link.sub("%{QUERY}", text)
21
+ end
22
+
23
+ def link
24
+ @link ||= @context["bible_references_link_template"] || DEFAULT_LINK_TEMPLATE
25
+ end
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,61 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "html/pipeline"
4
+
5
+ module Jekyll
6
+ module BibleReferences
7
+ class LinkifyFilter < HTML::Pipeline::Filter
8
+ def call
9
+ unless doc.is_a?(Nokogiri::HTML4::DocumentFragment)
10
+ return doc
11
+ end
12
+
13
+ doc.search("body").each do |_body|
14
+ replace_body_entries(doc)
15
+ end
16
+
17
+ doc
18
+ end
19
+
20
+ private
21
+
22
+ def linkify(scripture)
23
+ linkifier.linkify(scripture)
24
+ end
25
+
26
+ def linkifier
27
+ @linkifier ||= context.fetch("linkifier") { DefaultLinkifier.new(context) }
28
+ end
29
+
30
+ def replace_body_entries(body)
31
+ body.search(".//text() | text()").each do |node|
32
+ if has_ancestor?(node, forbidden_ancestors)
33
+ next
34
+ end
35
+
36
+ replace_node(node)
37
+ end
38
+ end
39
+
40
+ def replace_node(node)
41
+ html = node.to_html
42
+
43
+ replacement = html.gsub(matcher) do |_original|
44
+ match = Regexp.last_match
45
+ text = [match[:prefix], match[:book], match[:verses]].join(" ").strip
46
+ linkify(text)
47
+ end
48
+
49
+ node.replace(Nokogiri::HTML.fragment(replacement))
50
+ end
51
+
52
+ def forbidden_ancestors
53
+ %w[a script]
54
+ end
55
+
56
+ def matcher
57
+ @matcher ||= ScripturePattern.new
58
+ end
59
+ end
60
+ end
61
+ end
@@ -0,0 +1,34 @@
1
+ # frozen_string_literal: true
2
+
3
+ # https://stackoverflow.com/questions/22254746/bible-verse-regex
4
+ module Jekyll
5
+ module BibleReferences
6
+ class ScripturePattern < Regexp
7
+ def initialize
8
+ super(pattern)
9
+ end
10
+
11
+ private
12
+
13
+ def pattern
14
+ /#{prefix}#{maybe_spaces}#{book}#{maybe_spaces}#{verses}/
15
+ end
16
+
17
+ def prefix
18
+ /(?<prefix>[1-3]?)/
19
+ end
20
+
21
+ def book
22
+ /(?<book>[[:alpha:]]+)/
23
+ end
24
+
25
+ def verses
26
+ /(?<verses>\d{0,3}:[0-9]+)/
27
+ end
28
+
29
+ def maybe_spaces
30
+ /(\s+)?/
31
+ end
32
+ end
33
+ end
34
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Jekyll
4
+ module BibleReferences
5
+ VERSION = "0.1.0"
6
+ end
7
+ end
@@ -0,0 +1,52 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "bible_references/version"
4
+ require_relative "bible_references/default_linkifier"
5
+ require_relative "bible_references/linkify_filter"
6
+ require_relative "bible_references/scripture_pattern"
7
+
8
+ require "html/pipeline"
9
+
10
+ module Jekyll
11
+ module BibleReferences
12
+ BODY_START_TAG = "<body"
13
+ OPENING_BODY_TAG_REGEX = /<body(.*?)>\s*/m.freeze
14
+
15
+ class << self
16
+ def linkify(page)
17
+ if page.output.include? BODY_START_TAG
18
+ head, opener, tail = page.output.partition(OPENING_BODY_TAG_REGEX)
19
+ body_content, *rest = tail.partition("</body>")
20
+
21
+ processed_markup = process_body(body_content, page)
22
+ page.output = [head, opener, processed_markup, rest.join].join
23
+ return
24
+ end
25
+
26
+ page.output = process_body(page.output, page)
27
+ end
28
+
29
+ private
30
+
31
+ def process_body(_body, page)
32
+ context = create_context(page)
33
+ result = HTML::Pipeline.new([LinkifyFilter], context).call(page.output)
34
+ result[:output].to_s
35
+ end
36
+
37
+ def create_context(page)
38
+ config = page.site.config
39
+ references = config["bible_references"] ||= {}
40
+ references.transform_keys do |key|
41
+ "bible_references_#{key}"
42
+ end
43
+ end
44
+ end
45
+ end
46
+ end
47
+
48
+ if defined?(Jekyll::Page)
49
+ Jekyll::Hooks.register [:pages, :documents], :post_render do |doc|
50
+ Jekyll::BibleReferences.linkify(doc)
51
+ end
52
+ end
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-bible_references
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Marcelo Jacobus
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-04-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: html-pipeline
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.3'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.3'
27
+ description: A plugin for Jekyll to generate Bible references
28
+ email:
29
+ - marcelo.jacobus@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rspec"
35
+ - ".rubocop.yml"
36
+ - CHANGELOG.md
37
+ - CODE_OF_CONDUCT.md
38
+ - Gemfile
39
+ - LICENSE.txt
40
+ - README.md
41
+ - Rakefile
42
+ - jekyll-bible_references.gemspec
43
+ - lib/jekyll/bible_references.rb
44
+ - lib/jekyll/bible_references/default_linkifier.rb
45
+ - lib/jekyll/bible_references/linkify_filter.rb
46
+ - lib/jekyll/bible_references/scripture_pattern.rb
47
+ - lib/jekyll/bible_references/version.rb
48
+ homepage: https://github.com/mjacobus/jekyl-bible_references
49
+ licenses:
50
+ - MIT
51
+ metadata:
52
+ allowed_push_host: https://rubygems.org
53
+ homepage_uri: https://github.com/mjacobus/jekyl-bible_references
54
+ source_code_uri: https://github.com/mjacobus/jekyl-bible_references
55
+ changelog_uri: https://github.com/mjacobus/jekyl-bible_references/blob/main/CHANGELOG.md
56
+ rubygems_mfa_required: 'true'
57
+ post_install_message:
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: 2.7.0
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 3.2.22
73
+ signing_key:
74
+ specification_version: 4
75
+ summary: A plugin for Jekyll to generate Bible references
76
+ test_files: []