Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8" ?>
<chapters><chapter id='GNT:Ezek.34'><auditid>0</auditid><label></label><text><![CDATA[<span class="title-passage"><span>The Shepherds of Israel</span></span><span class="para"><span class="v26_34_1"><sup class="v26_34_1">1</sup>The
<span class="divineName"><span class='divineCaps'>L</span>ORD</span> spoke to me.
</span><span class="v26_34_2">
<sup class="v26_34_2">2</sup>&ldquo;Mortal man,&rdquo; he said,
“denounce the rulers of Israel. Prophesy to them, and tell them what I, the Sovereign
<span class="divineName"><span class='divineCaps'>L</span>ORD</span>, say to them: You are doomed, you shepherds of Israel! You take care of yourselves, but never tend the sheep.
</span><span class="v26_34_3"><sup class="v26_34_3">3</sup>You drink the milk, wear clothes made from the wool, and kill and eat the finest sheep. But you never tend the sheep.
</span><span class="v26_34_4"><sup class
// option 1 - "versions" key points to an array
{"versions":
[
{"version":{"id":...}},
{"version":{"id":...}}
]
}
// option 2 - "version" key points to an array
{"versions":
rawxml = '<?xml version="1.0" encoding="utf-8" ?>
<versions><version id='6'><id>6</id><auditid>0</auditid><version>NIV</version><name>New International Version</name><short_desc>A short description of the NIV</short_desc><description>A full description of the NIV</description><verse_desc>[NIV]</verse_desc><active>1</active><orderindex>4</orderindex><lang>eng</lang><lang_code>ISO 639-3</lang_code><copyright><![CDATA[Scripture taken from the HOLY BIBLE, NEW INTERNATIONAL VERSION&reg;. NIV&reg;. Copyright &copy; 1973, 1978, 1984 by International Bible Society. Used by permission of Zondervan. All rights reserved worldwide.]]></copyright></version></versions>'
xml =
{"versions"=>{"version"=>{"auditid"=>"0", "name"=>"New International Version", "orderindex"=>"4", "id"=>"6", "verse_desc"=>"[NIV]", "version"=>"NIV", "lang"=>"eng", "copyright"=>"Scripture taken from the HOLY BIBLE, NEW INTERNATIONAL VERSION&reg;. NIV&reg;. Copyright &copy; 1973, 1978, 1984 by International Bible Society. Used by permission of Zonde
server {
listen 172.20.16.3:80;
location / {
proxy_pass http://172.20.16.3:8080;
}
}
server {
listen 172.20.16.3:443;
ssl on;
ssl_certificate /usr/local/web/conf/ssl.crt/DOMAIN.crt;