Java LDS Scriptures

Discussions about the Notes and Journal tool on LDS.org. This includes the Study Toolbar as well as the scriptures and other content on LDS.org that is integrated with Notes and Journal.
mkdnprtt-p40
New Member
Posts: 6
Joined: Mon Aug 03, 2009 9:22 am
Location: USA

#11

Post by mkdnprtt-p40 »

Thanks for the answers guys. I have seen programs (like tequilacat) that allow me to convert ebooks into .jar files which can be loaded onto my phone. It wont have the functionality of a Scriptures App type program, but I guess it will have to do until someone with the right skills gets ambitious enough to put something like that together, or until I get a device that will support something other than JAVA.
rmrichesjr
Community Moderators
Posts: 3829
Joined: Thu Jan 25, 2007 11:32 am
Location: Dundee, Oregon, USA

#12

Post by rmrichesjr »

mkdnprtt wrote:Thanks for the answers guys. I have seen programs (like tequilacat) that allow me to convert ebooks into .jar files which can be loaded onto my phone. It wont have the functionality of a Scriptures App type program, but I guess it will have to do until someone with the right skills gets ambitious enough to put something like that together, or until I get a device that will support something other than JAVA.
A .jar file is simply a Zip archive, per the Linux "file" command: "Zip archive data, at least v2.0 to extract"

So, is your need solved, at least as much as can be until someone writes a scripture browser application in Java?

If not, what kind of files do you need in a .jar file for your phone? What file formats?
mkdnprtt-p40
New Member
Posts: 6
Joined: Mon Aug 03, 2009 9:22 am
Location: USA

#13

Post by mkdnprtt-p40 »

rmrichesjr wrote:A .jar file is simply a Zip archive, per the Linux "file" command: "Zip archive data, at least v2.0 to extract"

So, is your need solved, at least as much as can be until someone writes a scripture browser application in Java?

If not, what kind of files do you need in a .jar file for your phone? What file formats?

Yes, I guess my need is solved as much as it can be regarding a scripture app. I was moving now to plan B which is converting using Tequilacat BookReader. The Tequilacat user manual (found here) says I can convert a .txt file format (as well as a few other file types) to a .jar which will be read using their book reader. Do you know if the scriptures are available to the public in a .txt format?
User avatar
mkmurray
Senior Member
Posts: 3266
Joined: Tue Jan 23, 2007 9:56 pm
Location: Utah
Contact:

#14

Post by mkmurray »

mkdnprtt wrote:Do you know if the scriptures are available to the public in a .txt format?
You may want to see this related post, discussing how much of the scripture content is under copyright and not released under public domain: http://tech.lds.org/forum/showthread.ph ... #post24353

You will find the Bible and an old version of the Book of Mormon are the only texts that can legally be distributed under the laws of public domain. Doctrine and Covenants, the Pearl of Great Price, and all footnotes and cross references have never been released under public domain.
rmrichesjr
Community Moderators
Posts: 3829
Joined: Thu Jan 25, 2007 11:32 am
Location: Dundee, Oregon, USA

#15

Post by rmrichesjr »

mkdnprtt wrote:Yes, I guess my need is solved as much as it can be regarding a scripture app. I was moving now to plan B which is converting using Tequilacat BookReader. The Tequilacat user manual (found here) says I can convert a .txt file format (as well as a few other file types) to a .jar which will be read using their book reader. Do you know if the scriptures are available to the public in a .txt format?
The only feasible legal way I know of would be to write a program that would let each user download the text from the Gospel Library area at lds.org and convert it to .txt. That's what I was referring to here:
rmrichesjr wrote: ...
First, there will need to be a way to capture the text of the scriptures. Each user would need to download the data, transform it, and load it into the phone. Distributing the text with the application would violate Church copyright unless permission were obtained, and getting that permission would not be feasible a small-scale project. So, some program would have to be written to do the download and transform.
...
This program would be short and easy, but it would need to be written. I think I would start with html2text and a Perl script.
reiisi
New Member
Posts: 2
Joined: Sun Nov 01, 2009 2:26 am
Location: Amagasaki, Hyogo, Japan
Contact:

policy on saving scripture web pages on the local device?

#16

Post by reiisi »

rmrichesjr wrote:The only feasible legal way I know of would be to write a program that would let each user download the text from the Gospel Library area at lds.org and convert it to .txt. That's what I was referring to here:

...

This program would be short and easy, but it would need to be written. I think I would start with html2text and a Perl script.
I have pulled copies of the scripture web pages down by hand to read off-line (save page under a different name), but I always feel a bit concerned about it. The reason I feel concerned is that I don't quite understand why the Church doesn't just provide PDF or text files of the scriptures.

Is there somewhere I could find policy on this sort of thing? PDF would solve a lot of problems relative to scriptures formatted for portable devices.

It wouldn't allow linking between books, but there's still the low-tech solution of the eyeball link -- the cross references at the bottom of the page in the physical book. Or, if the linking problem is an issue, HTML is usually readable and linkable from the local hard drive.
RossEvans
Senior Member
Posts: 1345
Joined: Wed Jun 11, 2008 9:52 pm
Location: Austin TX
Contact:

#17

Post by RossEvans »

reiisi wrote:
Is there somewhere I could find policy on this sort of thing? PDF would solve a lot of problems relative to scriptures formatted for portable devices.

Scriptures in PDF are available.
User avatar
aebrown
Community Administrator
Posts: 15153
Joined: Tue Nov 27, 2007 8:48 pm
Location: Draper, Utah

#18

Post by aebrown »

reiisi wrote:I have pulled copies of the scripture web pages down by hand to read off-line (save page under a different name), but I always feel a bit concerned about it.
...
Is there somewhere I could find policy on this sort of thing?
As far as the policy for downloading is concerned, in the Rights and Use Information for lds.org (a link is in the footer of every page of lds.org), it says:
You may view, download, and print material from this site only for your personal, noncommercial use unless otherwise indicated.
So you're fine downloading HTML or PDF from lds.org, as long is it is for your personal use.
reiisi wrote:The reason I feel concerned is that I don't quite understand why the Church doesn't just provide PDF or text files of the scriptures.
...
PDF would solve a lot of problems relative to scriptures formatted for portable devices.
You can indeed find the scriptures in PDF format in the Gospel Library section of lds.org under Church Publications--PDF Format (the Holy Bible and Triple Combination are the links in the Scriptures section, which is the first section on the page).
jwharton-p40
New Member
Posts: 2
Joined: Sat Jan 02, 2010 12:23 am
Location: USA

#19

Post by jwharton-p40 »

mkdnprtt wrote:Thanks for the answers guys. I have seen programs (like tequilacat) that allow me to convert ebooks into .jar files which can be loaded onto my phone. It wont have the functionality of a Scriptures App type program, but I guess it will have to do until someone with the right skills gets ambitious enough to put something like that together, or until I get a device that will support something other than JAVA.
Can you browse the web? You might want to try http://www.scripturebrowser.com.

Jason
budiselich-p40
New Member
Posts: 1
Joined: Sat Mar 27, 2010 11:08 am
Location: USA

Same Problem

#20

Post by budiselich-p40 »

I am considering buying an LG phone that has the same problem. I want to put the scriptures on my phone but this can only be accomplished via a java application. What was the final conclusion with this thread. It seems to me that for now the project is dead.
Post Reply

Return to “Notes and Journal, and Online Scriptures”