Hello! I'm an absolute newbie here. I have a complete Bible translation in ".doc" files made with Microsoft Word. My goal is to put it in a web page, with the possibility of searching words and passages, and, eventually, create an Android app. (I'm a member of a Biblical Association that holds the rights of the translation). Can you, please, help me, or indicate where can I have help? Thanks!
You need to put it into a database on a web server and use its search functionality. There are many ways of doing this. I use PHP and MySQL with Javascript on the client side for the GUI. You can get hosting on a server for as little as $7 per month. If you don't know how to do this, you will either have to learn how to or hire or find a willing volunteer to do it for you. The first step in any case would be to define what you would like to do in a document (functional description and requirements). It's like writing a book -- you start with the outline first and flesh out the details. After decades of professional experience writing software, I can tell you the biggest headache a developer has is that marketing people or clients who do not do the WORK of really defining what they want. Most people have very fuzzy ideas of what they want to do and want someone else to do the hard work of not only designing the thing, but also, iteratively redoing the
labor to try to please the client -- who doesn't really know what they want until they see it. So, good luck on that. If you have specific questions, I and others will gladly answer them. But please, do not expect others to read your mind and work hard to please you. Sorry, but that's the truth.
!
________________________________ From: Xavier Matoses <xaviermato...@gmail.com> To: openscriptures@googlegroups.com Sent: Friday, June 29, 2012 4:18 AM Subject: Bible translation form ".doc" to web
Hello! I'm an absolute newbie here. I have a complete Bible translation in ".doc" files made with Microsoft Word. My goal is to put it in a web page, with the possibility of searching words and passages, and, eventually, create an Android app. (I'm a member of a Biblical Association that holds the rights of the translation). Can you, please, help me, or indicate where can I have help? Thanks! -- You received this message because you are subscribed to the Google Groups "Open Scriptures" group. To view this discussion on the web visit https://groups.google.com/d/msg/openscriptures/-/paDe5Juj7MYJ. To post to this group, send email to openscriptures@googlegroups.com. To unsubscribe from this group, send email to openscriptures+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/openscriptures?hl=en.
My first suggestion would be to save it as .txt so you can get rid of all
the msword formatting. Secondly you want to ensure that it is in a
"parsable" format so you can create a database out of it. Then you would be
able to do searching and publishing to the web
Regards,
--
R.A.Smith
Kindly acknowledge receipt
On Fri, Jun 29, 2012 at 6:18 AM, Xavier Matoses <xaviermato...@gmail.com>wrote:
> Hello!
> I'm an absolute newbie here.
> I have a complete Bible translation in ".doc" files made with Microsoft
> Word. My goal is to put it in a web page, with the possibility of searching
> words and passages, and, eventually, create an Android app.
> (I'm a member of a Biblical Association that holds the rights of the
> translation).
> Can you, please, help me, or indicate where can I have help?
> Thanks!
> --
> You received this message because you are subscribed to the Google Groups
> "Open Scriptures" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openscriptures/-/paDe5Juj7MYJ.
> To post to this group, send email to openscriptures@googlegroups.com.
> To unsubscribe from this group, send email to
> openscriptures+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openscriptures?hl=en.
> Hello!
> I'm an absolute newbie here.
> I have a complete Bible translation in ".doc" files made with Microsoft Word. My goal is to put it in a web page, with the possibility of searching words and passages, and, eventually, create an Android app.
> (I'm a member of a Biblical Association that holds the rights of the translation).
> Can you, please, help me, or indicate where can I have help?
> Thanks!
> -- > You received this message because you are subscribed to the Google Groups "Open Scriptures" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/openscriptures/-/paDe5Juj7MYJ.
> To post to this group, send email to openscriptures@googlegroups.com.
> To unsubscribe from this group, send email to openscriptures+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/openscriptures?hl=en.
On Fri, 2012-06-29 at 04:18 -0700, Xavier Matoses wrote:
> Hello!
> I'm an absolute newbie here.
> I have a complete Bible translation in ".doc" files made with
> Microsoft Word. My goal is to put it in a web page, with the
> possibility of searching words and passages, and, eventually, create
> an Android app.
> (I'm a member of a Biblical Association that holds the rights of the
> translation).
> Can you, please, help me, or indicate where can I have help?
> Thanks!
> -- > You received this message because you are subscribed to the Google
> Groups "Open Scriptures" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openscriptures/-/paDe5Juj7MYJ.
> To post to this group, send email to openscriptures@googlegroups.com.
> To unsubscribe from this group, send email to openscriptures
> +unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openscriptures?hl=en.
Thanks to all. I know this is going to be a lot of work. I'm trying to figure out how to do it.
Please, excuse me, I have more questions.
@DarrellSmith. I need the same functionality as in www.biblija.net, but only with one translation. I want to learn how to put it in a Database and make the searching GUI.
@Rohan A. Smith. How can I have a "parsable" format? What "parsable" formats there are? Which is best? I imagine that I need every verse in a line, but I have .doc files ready to print, with the usual paragraphs.
@Kahunapule. I've heard about the USFM format. Is there any tutorial for this "clever use of search and replace". Do you have any advice?
@Peter von Kaehne. Thanks for the indication. I'll read about it.
> Hello!
> I'm an absolute newbie here.
> I have a complete Bible translation in ".doc" files made with Microsoft > Word. My goal is to put it in a web page, with the possibility of searching > words and passages, and, eventually, create an Android app.
> (I'm a member of a Biblical Association that holds the rights of the > translation).
> Can you, please, help me, or indicate where can I have help?
> Thanks!
Hello., kri...@gmail.
Unfortunately, it's not an opensource translation.
We've already converted the .doc in USFM code (with "some clever use of search and replace", as Kahunapule suggested). There are also people from a University working in the web and the cellphone app. So, it's almost done. Thanks.
El dimecres 7 de novembre de 2012 19:01:10 UTC+1, kri...@gmail.com va escriure:
> Tell me a little about your translation. I'm a developer in a very large > opensource bible community http://bibleway.us
> kl. 13:18:54 UTC+2 fredag 29. juni 2012 skrev Xavier Matoses følgende:
>> Hello!
>> I'm an absolute newbie here.
>> I have a complete Bible translation in ".doc" files made with Microsoft >> Word. My goal is to put it in a web page, with the possibility of searching >> words and passages, and, eventually, create an Android app.
>> (I'm a member of a Biblical Association that holds the rights of the >> translation).
>> Can you, please, help me, or indicate where can I have help?
>> Thanks!