[sword-devel] Leander van Ess 1859 OSIS -modul

2012-09-24 Thread Wolfgang Schultz
see here: http://zefania.blogspot.de/2012/08/leander-van-ess-1859.html :-) ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page

[sword-devel] Real Elberfelder 1871 NT Sword-modul available

2012-09-16 Thread Wolfgang Schultz
Hello, there is now the first "real" Elberfelder 1871 NT text available. http://zefania.blogspot.de/2012/09/elberfelder-1871-nt-originaltext.html This is the first result of the Elberfelder 1871 Retroprojekt: http://code.google.com/p/elberfelder1871/ greetings wolfgang Please note: The Cr

[sword-devel] Haggai XML Bible Markup Language

2012-07-13 Thread Wolfgang Schultz
Hello, there is an another bible markup language available http://www.freie-bibel.de/projekt/haggai_xml.html or http://sourceforge.net/projects/freiebibel/ greetings ws http://biblepowershell.blogspot.de/ ___ sword-devel mailing list: sword-de

[sword-devel] XML2SWORD

2012-04-07 Thread Wolfgang Schultz
*XML2SWORD* converts a Zefania XML or an OSIS bible file to a SWORD module. After converting, the SWORD module is installed on the correct place for *Xiphos* and *BibleTime*. Start this Crosswire bible study tools and the converted modul is ready for use. Have fun! http://sword-resources.blogspo

Re: [sword-devel] imp2vs does not compile Revelation properly

2010-10-19 Thread Wolfgang Schultz
Hello David, i have not tested but i think that will work set following after $$$Revelation 22:21 $$$Revelation 1:1 this is the end Maybe it will recognized as the last book so the previous real Revelation will be shown up. wolfgang http://zefania.blogspot.com/2010/02/where-to-get-osis-xml-file

Re: [sword-devel] imp2vs does not compile Revelation properly

2010-10-19 Thread Wolfgang Schultz
2010/10/19 David Haslam : > > Just made some diagnostic progress. > > I moved the epistle of Jude to after Revelation in the file WEB.raw.imp.txt > > Then I remade the WEB2 module using this edited file. > > Hey presto!  This time the book of Jude was empty and the book of Revelation > compiled OK.

[sword-devel] Sword2Net: DumpBibleModuleContent()

2010-06-12 Thread Wolfgang Schultz
Hello, in the Sword2Net API i implement some useful methods but i have a sea of open questions here is one of them. in the method DumpBibleModuleContent() i have a loop like this for (FFSwordBible->getKey(); !FFSwordBible->getKey()->Error(); FFSwordBible->getKey()->increment(1)) { } http://bibl

Re: [sword-devel] sword2net:SWModule : Encoding

2010-06-09 Thread Wolfgang Schultz
Sorry the correct linkt to the code is here: http://bibleworkplace.sourceforge.net/sword2netdoc/swordbible_8cpp_source.html wolfgang 2010/6/9 Wolfgang Schultz : > Hello, > > the problem is fixed now.  This code will provide readable text from a > given sword bible mod

Re: [sword-devel] sword2net:SWModule : Encoding

2010-06-09 Thread Wolfgang Schultz
Hello, the problem is fixed now. This code will provide readable text from a given sword bible module http://bibleworkplace.sourceforge.net/sword2netdoc/sword2net_8cpp_source.html wolfgang http://www.zefania.de 2010/5/26 Wolfgang Schultz : > Hello > >  following code from the

[sword-devel] sword2net:SWModule : Encoding

2010-05-26 Thread Wolfgang Schultz
Hello following code from the sword2net wrapper modules->Add(gcnew String(module->Name())); modules->Add(gcnew String(module->Description())); module->getKey()->increment(1); modules->Add(gcnew String(module->getKey()->getText())+ " "+ gcnew String(module->RenderText(module->getKey(; p

Re: [sword-devel] SWMgr Class Reference

2010-05-26 Thread Wolfgang Schultz
Hello, thanks now sword2net is able to find the modules without settting the SWORD_PATH. wolfgang http://www.zefania.de 2010/5/26 Matthew Talbert : > On Sun, May 23, 2010 at 3:34 PM, Wolfgang Schultz > wrote: >> Hello Matthew, >> >> there are modules in  $HOME/.swo

Re: [sword-devel] SWMgr Class Reference

2010-05-25 Thread Wolfgang Schultz
gLevel(SWLog::LOG_DEBUG); > > This will cause SWMgr to output details while hunting down modules. > > Hope this helps.  Thanks for working toward providing an example to > using SWORD from .net. > > Troy > > > On 05/23/2010 12:34 PM, Wolfgang Schultz wrote: >> He

Re: [sword-devel] SWMgr Class Reference

2010-05-23 Thread Wolfgang Schultz
t; $SWORD_PATH (env variable) > $ALLUSERSPROFILE/sword > > There are a few more, but those are the only ones in use (that I'm aware of). > > Matthew > > On Sun, May 23, 2010 at 4:39 AM, Wolfgang Schultz > wrote: >> Hello, >> >> i work on a swordlib wra

[sword-devel] sword2net wrapper started

2010-05-23 Thread Wolfgang Schultz
Hello, i have set up a new project so that i may access sword modules with my favorite language c#. The wrapper is called sword2net that will be a dll Documentation: http://bibleworkplace.sourceforge.net/sword2netdoc/ SourceCode: http://bibleworkplace.svn.sourceforge.net/viewvc/bibleworkplace

[sword-devel] SWMgr Class Reference

2010-05-23 Thread Wolfgang Schultz
Hello, i work on a swordlib wrapper for .NET that should provide basic access to the sword modules her my first question: where does SWMgr automatically search for modules on WIn 7? thx wolfgang http://www.zefania.de http://bibleworkplace.sourceforge.net/ubapidoc/

Re: [sword-devel] ztext file format...

2010-05-19 Thread Wolfgang Schultz
2010/5/19 Wade Balzer : [[..] > Anyway, if you or someone can write a sample c# program that calls the > libsword.dll to display Jn.3.16, I will be greatly helped. > > I agree that we don't need to provide every single implementation of every > method, but currently we have nothing that works in th

Re: [sword-devel] Visual Studio 2010 Professionell gratis and legal

2010-05-18 Thread Wolfgang Schultz
and a lot of other goodies as well. >> >> Steps to complete >> >> 1) Sponsor a student for ACM membership =) >> >> On 18 May 2010 14:52, Wolfgang Schultz wrote: >>> Hello, >>> >>> MS offers a very simple way to get Visual Studio 2010 Prof

Re: [sword-devel] curl.h missing ?

2010-05-18 Thread Wolfgang Schultz
> -Wes > > > On Mon, May 17, 2010 at 3:05 PM, Wolfgang Schultz > wrote: >> >> Hello, >> >> i want to compile the sword engine with Visual Studio 2010. >> >> The source is checked out from : https://crosswire.org/svn/sword/trunk/ >> >>

[sword-devel] Visual Studio 2010 Professionell gratis and legal

2010-05-18 Thread Wolfgang Schultz
Hello, MS offers a very simple way to get Visual Studio 2010 Professionell and other developer tool at https://www.dreamspark.com/default.aspx Here my advice how to get the tools very easy. 1. Get an ISIC Card at: http://www.isic.org Any full-time student aged 12 years and over, at high schoo

[sword-devel] curl.h missing ?

2010-05-17 Thread Wolfgang Schultz
Hello, i want to compile the sword engine with Visual Studio 2010. The source is checked out from : https://crosswire.org/svn/sword/trunk/ Unfortunately i get two errors :-( Error 44 error C1083: Cannot open include file: 'curl/curl.h': No such file or directory [...]\projects\zefa

Re: [sword-devel] OSIS: Catholic bible Louis-Claude Fillion

2010-05-17 Thread Wolfgang Schultz
Hello, There isn't new Copyright on a digital file that only contains the unchanged text of the expired work. (keine Schöpffungshöhe = kein Werk=kein Urheberecht). This is an urban legend. Please stopp to spread such legends the doesn't help further wolfgang @David French copyrights ends 50 Y

Re: [sword-devel] OSIS: Catholic bible Louis-Claude Fillion

2010-05-16 Thread Wolfgang Schultz
Hello David, i don't know what the original hardcopy was, but in the file is noted the text comes from http://www.magnificat.ca/textes/bible/ListeFichiersBible.htm And when "The Apostles of Infinite Love of the Order of the Magnificat of the Mother of God" say: This is the Louis-Claude Fillion b

[sword-devel] OSIS: Catholic bible Louis-Claude Fillion

2010-05-16 Thread Wolfgang Schultz
Hello for those here without prejudice i have found a new osis file. Maybe it is convertible to sword modul? http://sourceforge.net/projects/zefania-sharp/files/Osis%20XML%20Modules%20%28raw%29/FRE/Sainte%20Bible%20Fillion/ Louis-Claude Fillion (25 juin 1843 à Saint-Bonnet-de-Joux dans le dépar

Re: [sword-devel] Zefania.de is gone for ever

2010-02-28 Thread Wolfgang Schultz
Hello David its true i have never read the bible in the deep (in fact only the verses that occur when i am working on zefania :-)) ), but i know there are people who do it and i respect them. Despite lack of bible knowledge if someone has technical questions about zefania xml or what can one do w

Re: [sword-devel] OSIS-Repository online again

2010-02-28 Thread Wolfgang Schultz
slations up there which are outdated and which the copyright > holders would not want to be placed there. > > > On Sun, 2010-02-28 at 10:59 +0100, Wolfgang Schultz wrote: >> Hello, >> >> the worlds biggest collection of  OSIS-Bibles is online again. >> >> htt

Re: [sword-devel] ztext - commandline tool

2010-02-28 Thread Wolfgang Schultz
Gruß wolfgang Universal Bible API http://bibleworkplace.sourceforge.net/ubapidoc/ http://www.zykloide.de 2010/2/28 Greg Hellings : > No, you would have to export to a text file and then reimport. > > --Greg > > On Sun, Feb 28, 2010 at 5:44 AM, Wolfgang Schultz > wrote: >

Re: [sword-devel] ztext - commandline tool

2010-02-28 Thread Wolfgang Schultz
Thank you, is zmod2mod possible with the tool? wolfgang Universal Bible API http://bibleworkplace.sourceforge.net/ubapidoc/ http://www.zykloide.de 2010/2/28 Karl Kleinpaste : > mod2zmod - a tool to create compressed Sword modules > usage: mod2zmod [blockType [compressType [cipherKey]]] > >

[sword-devel] ztext - commandline tool

2010-02-28 Thread Wolfgang Schultz
hello, is there a sword tool for compress/uncompress ztext modules available? Or is there a way to use an external tool for this task? wolfgang Universal Bible API http://bibleworkplace.sourceforge.net/ubapidoc/ http//www.zykloide.de ___ sword-devel

[sword-devel] OSIS-Repository online again

2010-02-28 Thread Wolfgang Schultz
Hello, the worlds biggest collection of OSIS-Bibles is online again. http://zefania.blogspot.com/2010/02/where-to-get-osis-xml-files.html greettings wolfgang http://www.zykloide.de ___ sword-devel mailing list: sword-devel@crosswire.org http://www.

Re: [sword-devel] Another front-end

2010-02-24 Thread Wolfgang Schultz
Hello again, i have found the bug. There have be following files in the dir  QtGui4.dll  *and* as QtGuid4.dll  and QtCore4.dll   *and* as QtCored4.dll simply copy the files and add a  "d"   then Dexios will start. wolfgang Universal Bible API http://bibleworkplace.sourceforge.net/ubapidoc/

Re: [sword-devel] Another front-end

2010-02-24 Thread Wolfgang Schultz
Hello, i have noted the file is in the programm folder BST but will not be found by DexiosBST.exe wolfgang Universal Bible API http://bibleworkplace.sourceforge.net/ubapidoc/ 2010/2/24 David Haslam > > Maybe this might help(I haven't yet tried to install DBST on my WinXP > notebook). > >

Re: [sword-devel] Another front-end

2010-02-24 Thread Wolfgang Schultz
Hello, i have downloaded and installed on win7 i get an error by starting the programm. --- DexiosBST.exe - Systemfehler --- QtGui4.dll is missing --- OK --- wolfgang Universal Bible API http://bi

Re: [sword-devel] Osis2Mod - crashes in Hosea

2010-01-03 Thread Wolfgang Schultz
Hello 2010/1/4 Peter von Kaehne : > Chris Little wrote: >> > > That is true insofar as it concerns the text as such. The electronic > version of it remains under a separate copyright as soon as there was > any significant creative act involved. the dbg has not done any changes on the orginal tex

Re: [sword-devel] Osis2Mod - crashes in Hosea

2010-01-03 Thread Wolfgang Schultz
ere are no changes made by dbg. The SF- Osis text hasn't any Layout so i don't know how it should be connected to the text from www.die-bibel.de. ?!? gruß wolfgang 2010/1/4 Chris Little : > > > On 1/3/2010 3:06 PM, Wolfgang Schultz wrote: >> >> Hello Chris, >&

Re: [sword-devel] Osis2Mod - crashes in Hosea

2010-01-03 Thread Wolfgang Schultz
n into software. > > --Chris > > > On 1/3/2010 1:54 PM, Wolfgang Schultz wrote: >> >> Hhmmm, >> >> >> http://zefania-sharp.svn.sourceforge.net/viewvc/zefania-sharp/trunk/sf_menge/sf-menge-bibel_osis.xml?view=log&pathrev=82 >> >> produces empt

Re: [sword-devel] Osis2Mod - crashes in Hosea

2010-01-03 Thread Wolfgang Schultz
here is a variation to kjv versification. That is really a serious problem for making modules. wolfgang 2010/1/3 Wolfgang Schultz : > Hello Peter, > > with sword-utilities-1.6.0-r2490 and your tips could convert the modules now. > > I work on a tool that converts from zefania x

Re: [sword-devel] Osis2Mod - crashes in Hosea

2010-01-03 Thread Wolfgang Schultz
Hello Peter, with sword-utilities-1.6.0-r2490 and your tips could convert the modules now. I work on a tool that converts from zefania xml or osis xml to a sword modul that is ready for install on sword clients. Is there perhabs a tool from crosswire which is able to create a basic config file

Re: [sword-devel] Osis2Mod - crashes in Hosea

2010-01-03 Thread Wolfgang Schultz
amp;pathrev=82 http://zefania-sharp.svn.sourceforge.net/viewvc/zefania-sharp/trunk/sf_zadoc_kahn/sf_zadoc_kahn_osis.xml?view=log&pathrev=82 It's a pity. wolfgang 2010/1/3 Wolfgang Schultz : > Hello, > > > i want to convert OSIS-XML files but the osis2mod.exe  crashes allw

[sword-devel] Osis2Mod - crashes in Hosea

2010-01-03 Thread Wolfgang Schultz
Hello, i want to convert OSIS-XML files but the osis2mod.exe crashes allways in Hosea :-(( Here is was osis2mod reports before it crashes. INFO(WRITE): Appending entry: Hos.12.14: Et Ephraïm l'a cruellem ais sa faute capitale, il la laissera peser sur lui, et ses outra ain les lui fera expie

[sword-devel] La Bible de Zadoc Khan as OSIS-File available

2009-12-22 Thread Wolfgang Schultz
R. Zadok Kahn (Zadig ; 1839–1905), chief rabbi of France. Born in Mommenheim, Alsace, Kahn was the son of a village peddler. His mother was the daughter of Rabbi Isaac Weyl (Reb Eisik) of Wintzheim, whose father, Jacob Meyer, was a member of the Sanhedrin convened by Napoleon I and chief rabbi of t

Re: [sword-devel] This campaign, under the motto Load and Help

2009-12-19 Thread Wolfgang Schultz
t about whether your spam messages were accurate as > far as their contents concerns. The point was that this list does not > want to receive any spam at all. > > Teus > > On Sat, 2009-12-19 at 11:27 +0100, Wolfgang Schultz wrote: >> Sorry, >> >> that was a mistake

Re: [sword-devel] This campaign, under the motto Load and Help

2009-12-19 Thread Wolfgang Schultz
Sorry, that was a mistake in writing :-( The SoftOffice 2008 for Linux is a great tool for preparing text for Sword also , but there also lots of other editors without doubt wolfgang http://www.zefania.de 2009/12/19 jonathon : > On Sat, Dec 19, 2009 at 08:22, Wolfgang Schultz  wrote: >

Re: [sword-devel] This campaign, under the motto Load and Help

2009-12-19 Thread Wolfgang Schultz
Hello, if you hate windows as the most of them here and if you want to make e-sword modules with a fantastic word processor for Linux i would recommend: Download the full version of SoftMaker Office 2008 for Linux for free and use it perpetually. http://www.loadandhelp.de/home-en.html great! w

Re: [sword-devel] This campaign, under the motto Load and Help

2009-12-15 Thread Wolfgang Schultz
Hallo, typisch deutscher Kleingeist .. gruß wolfgang 2009/12/14 Peter von Kaehne : > Wolfgang Schultz wrote: >> Hey Peter, >> >> its for charity  what is your problem? > > It is spam. And advertising. > > Peter > > ___

Re: [sword-devel] This campaign, under the motto Load and Help

2009-12-14 Thread Wolfgang Schultz
Hey Peter, its for charity what is your problem? for example http://www.betterplace.org/projects/632-barenherz-childrens-hospice/ wolfgang http://zefania.blogspot.com/ 2009/12/14 Peter von Kaehne : > Wolfgang Schultz wrote: >> For the press >> Campaign details > >

[sword-devel] This campaign, under the motto Load and Help

2009-12-14 Thread Wolfgang Schultz
For the press Campaign details Here at www.loadandhelp.com, everybody can download a full version of SoftMaker Office 2008 for Windows – free of charge, without obligations. What's more, for every successful download, SoftMaker donates € 0.10 to charity and development projects worldwide on better

Re: [sword-devel] german menge

2009-10-06 Thread Wolfgang Schultz
Hello, following the the statement from the german bible society that says that the text of the menge bible will be public domain at 1. January 2010. wolfgang http://www.zefania.de __ Von: "Raiser, Ilona" ... Kontakt anzeigen An: > Sehr ge

Re: [sword-devel] german menge

2009-09-28 Thread Wolfgang Schultz
Hi, i think the copyright expires 70 + 1 Year therefore in 2010 :) BTW you could get the text from here if you want to make a modul http://www.die-bibel.de/online-bibeln/menge-bibel/lesen-im-bibeltext/ grettings wolfgang Visit also The Bible Resources Archiv: http://zefania.blogspot.com/

Re: [sword-devel] Bibleworkshop- another on-free program using SWORD modules

2009-08-28 Thread Wolfgang Schultz
ssWire where you could download the sources. > Charging for pressing a CD, packaging and sending is valid. > > > Manfred > > > Am 28.08.2009 um 09:27 schrieb Wolfgang Schultz: > >> Hello, >> >> there is an another commercial biblesoftware that uses sword module

[sword-devel] Bibleworkshop- another on-free program using SWORD modules

2009-08-28 Thread Wolfgang Schultz
Hello, there is an another commercial biblesoftware that uses sword modules. they sell a "driver" for sword moduls in order to show the content in their commercial biblesoftware "bibleworkshop" http://www.bibleworkshop.de/sword-treiber-fuer-bibleworkshop-v.html is selling this "driver" also in

[sword-devel] Zefania.de is gone for ever

2009-04-25 Thread Wolfgang Schultz
Hello, i have closed now all websites for zefania xml that i have controlled. The reason is: I can't believe longer on the bible contents and its conclusions it sounds to me now absurd. greetings wolfgang http://www.zefania.de ___ sword-devel mailin

[sword-devel] bibledesktop.info will be free

2009-04-25 Thread Wolfgang Schultz
Hello, please note: the domain bibledesktop.info will be available again on 17.05.2009 on that day the domain registration will expire. greetings wolfgang -- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Ma

Re: [sword-devel] osis2mod/teimod (was: Re: Making Import Easier)

2009-04-06 Thread Wolfgang Schultz
Hello, which *. conf keys have to be present at minimum so that a modul doesnt make waves on all off the different Sword-GUIs? Grettings wolfgang Sword modul to Zefania XML http://zefania.de/articles.php?article_id=5 2009/4/7 Chris Little : > > > DM Smith wrote: >> >> WRT tei2mod, I wrote it

Re: [sword-devel] Parashah

2009-03-25 Thread Wolfgang Schultz
Hello for Zefania XML there is a solution for this upcoming request Bereschit בראשית (Gen 1,1-6,8) count means the number of following verses (range) that belongs to the caption. There is also a modul that show you how to write a modul with parasha captions. I hope it will be helpful! http://z

[sword-devel] mod2Zef - a new tool for modul makers

2009-03-11 Thread Wolfgang Schultz
Hello, there is a new tool for modul makers it is called mod2zef and it converts Sword bible moduls to valid Zefania XML files. http://zefania.de/infusions/pro_download_panel/image.php?did=14&pic_id=7 http://zefania.de/infusions/pro_download_panel/download.php?did=14 You have to select a sword

[sword-devel] Zefania XML to Osis XML - new tool

2009-02-26 Thread Wolfgang Schultz
Hello there is a brandnew tool that could be helpful Zefania XML to Osis XML With this tool you are able to convert Zefania XML bible modules into OSIS bible modules according to the best practice descripted at crosswire bible society wiki. Zef2Osis creates OSIS files that should go through the

[sword-devel] The biggest collection OSIS - Bibles worldwide

2009-01-23 Thread Wolfgang Schultz
Hello, there are now over hundred OSIS formated bibles available. http://zefania-sharp.svn.sourceforge.net/viewvc/zefania-sharp/trunk/ The OSIS XML files are prepared to support crosswire's osis2mod tool according to the "Guide to Writing OSIS Bibles" at http://crosswire.org/wiki/OSIS_Bibles P

[sword-devel] FREE XMLBlueprint XML Editor!

2009-01-17 Thread Wolfgang Schultz
FREE XMLBlueprint XML Editor! To celebrate c't magazine's 25th anniversary, readers may download and install XMLBlueprint XML Editor version 4.5 for FREE! This is the FULL VERSION, from July 2007. http://www.xmlblueprint.com/ct-25th-anniversary.htm Have Fun! Wolfgang http://www.zefania.de __

Re: [sword-devel] BOM and Osis2Mod

2009-01-06 Thread Wolfgang Schultz
> In Him, > DM >> >> Ian >> --- >> Dr!nk m0r3 J0lt ^_^ >> >> On Jan 6, 2009, at 10:18 AM, DM Smith wrote: >> >>> Wolfgang Schultz wrote: >>>> >>>> Hello, >>>> >>>> if the utf-8 OSIS file h

[sword-devel] BOM and Osis2Mod

2009-01-06 Thread Wolfgang Schultz
Hello, if the utf-8 OSIS file has a BOM ( Byte Order Mark some editors insert one) Osis2Mod will fail to make a sword-modul, it were nice if this would be fixed, because it will cause lot of problems in further steps :( grettings wolfgang http//www.zefania.de _

Re: [sword-devel] "Neue evangelistische Übersetzun g" available for Sword

2009-01-06 Thread Wolfgang Schultz
Hello Karl, there is the new release with the newline, please test and report any another problems... http://downloads.sourceforge.net/bibleworkplace/sword_neue_v1_1.zip?use_mirror=heanet thanx wolfgang http://www.zefania.de 2009/1/4 Karl Kleinpaste : > The .conf does not end with a newline

Re: [sword-devel] Open source German Volxbibel

2009-01-06 Thread Wolfgang Schultz
Hello; Here are the sources (Zefania XML, Osis and Sword Module) in SVN http://zefania-sharp.svn.sourceforge.net/viewvc/zefania-sharp/trunk/sf_volxbibel/ have fun wolfgang http://www.zefania.de ___ sword-devel mailing list: sword-devel@crosswire.org

Re: [sword-devel] "Neue evangelistische Übersetzun g" available for Sword

2009-01-06 Thread Wolfgang Schultz
Hello, there are the sources (Zefania XML, OSIS and SWORD -module) in SVN http://zefania-sharp.svn.sourceforge.net/viewvc/zefania-sharp/trunk/sf_neue/ have fun wolfgang http://www.zefania.de ___ sword-devel mailing list: sword-devel@crosswire.org http

Re: [sword-devel] "Neue evangelistische Übersetzun g" available for Sword

2009-01-06 Thread Wolfgang Schultz
2009/1/4 DM Smith : > Some of our software won't read a line that does not end with a new line. Hello, ok i will change this next release, which software has problems? Sword for Windows and BPBible haven't problems with reading the file. wolfgang ___

Re: [sword-devel] "Neue evangelistische Übersetzun g" available for Sword

2009-01-05 Thread Wolfgang Schultz
he module for > Crosswire and also a Sword Module of the NeUE in our beta repository. > I will update the text to the latest revision as soon as possible. > > > Am 04.01.2009 um 20:17 schrieb Wolfgang Schultz: > >> Hello David, >> >> the Copyright of this text

Re: [sword-devel] "Neue evangelistische Übersetzun g" available for Sword

2009-01-04 Thread Wolfgang Schultz
Hello Karl, what happens exactly if the new line is missing? greetings wolfgang 2009/1/4 Karl Kleinpaste : > The .conf does not end with a newline. > > ___ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listi

Re: [sword-devel] "Neue evangelistische Übersetzun g" available for Sword

2009-01-04 Thread Wolfgang Schultz
pyright status of this Sword > module. > > -- David > > Wolfgang Schultz-2 wrote: >> >> Hello >> >> and again a brand new sword module (german) it is the "Neue >> evangelistische Übersetzung" from http://www.kh-vanheiden.de now >> complett wi

[sword-devel] "Neue evangelistische Übersetzun g" available for Sword

2009-01-04 Thread Wolfgang Schultz
Hello and again a brand new sword module (german) it is the "Neue evangelistische Übersetzung" from http://www.kh-vanheiden.de now complett with ot and nt finished. The modul was tested by me and ist readable on Sword for Windows and BPBible. http://downloads.sourceforge.net/bibleworkplace/sword_

Re: [sword-devel] Open source German Volxbibel

2009-01-01 Thread Wolfgang Schultz
2008/12/30 Wolfgang Schultz : [..] > the new workflow will be: > > VolxbibelWiki >>Zefania XML >> zef2osis.pl >>osis2mod>> Sword > Ok, this workflow was successful http://downloads.sourceforge.net/bibleworkplace/sword_v_1_1_volxbibel_v3.zip?use_mirror=heane

[sword-devel] Volxbibel V3 - for BPBible ready to use

2009-01-01 Thread Wolfgang Schultz
Hello, finally i have finshed the Volxbibel V3 Sword module http://downloads.sourceforge.net/bibleworkplace/sword_v_1_1_volxbibel_v3.zip?use_mirror=heanet here a screenshot: https://sourceforge.net/dbimage.php?id=199404 gruß wolfgang http://www.zefania.de

Re: [sword-devel] Open source German Volxbibel

2008-12-31 Thread Wolfgang Schultz
[..] > > i will try now to convert this modul to Sword > > grettings > wolfgang > Hello again :) There is a new sword modul from the volxbibel V3 with headers and footnotes a working *.conf file is included, please test this sword modul and report any errors or suggestions for improving this

Re: [sword-devel] Open source German Volxbibel

2008-12-31 Thread Wolfgang Schultz
2008/12/31 Chris Little : [...] because I want to > capture the book introductions. But the markup looks good. > > --Chris Hello, there is Zefania XML Volxbibel V3 Revision 2 with book introductions as wished :)) http://downloads.sourceforge.net/zefania-sharp/volxbibel_v3_rev2.zip?use_mirror=he

Re: [sword-devel] Open source German Volxbibel

2008-12-30 Thread Wolfgang Schultz
[..] > Except for the same lossiness as one finds in Jan's ThML, I haven't seen any > evidence of lossiness in this case. Converting escaped hex to UTF-8 takes > one call to pack() in Perl (or your favorite correlate). > > That's not to say that I would use the Zefania text in this case, but their

Re: [sword-devel] Open source German Volxbibel

2008-12-29 Thread Wolfgang Schultz
2008/12/28 Chris Little : > This page is probably worth pointing out: > http://wiki.volxbibel.com/index.php/Volxbibel_f%C3%BCr_das_SWORD_Projekt > > The actual link (I believe to a Zefania page) is down, and only ever > contained the version 1 Bible (which is now up to version 3), but it may > stil

Re: [sword-devel] Porting Zefania XML to OSIS help needed

2008-12-01 Thread Wolfgang Schultz
Hello, the perl script version 1.1 handles the apocrypha book numbers wrong here is the revised script that does the job now http://zefania-sharp.svn.sourceforge.net/viewvc/zefania-sharp/trunk/utils/perl/zef2osis.pl?view=log have fun wolfgang http://zefania.blogspot.com 2008/11/30 Peter vo

[sword-devel] Porting Zefania XML to OSIS help needed

2008-11-30 Thread Wolfgang Schultz
Hello, the Zefania XML Bible Markup Language Project on Sourceforge plans to convert all of their files to OSIS with the Crosswire Script zef2osis.pl located on ftp://ftp.crosswire.org/pub/sword/utils/perl/ Afterwards the OSIS files will be hosted together with the corresponding Zefania XML file

Re: [sword-devel] OSIS upload and validation facility

2008-11-27 Thread Wolfgang Schultz
Hello , OSIS Module Validator This Windows tool can check whether an OSIS document is valid against the OSIS schema. It will identify errors and their positions in the case of non-valid documents.. http://downloads.sourceforge.net/bibleworkplace/OSISModulValidator_v2.zip grettings wolfgang ht

Re: [sword-devel] What is this?

2008-08-29 Thread Wolfgang Schultz
Sent from my iPhone > > On Aug 29, 2008, at 13:30, "Wolfgang Schultz" > <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> thank you, perhaps linking to that greek text would be a good idea so >> if one click on a number the word in the Greek text

Re: [sword-devel] What is this?

2008-08-29 Thread Wolfgang Schultz
> On Aug 29, 2008, at 5:24 AM, Wolfgang Schultz wrote: > >> Hello, >> >> in the kjvfull.xml i have found following markups: >> >> > This is used only in the KJV NT. It represents the position of the >

[sword-devel] What is this?

2008-08-29 Thread Wolfgang Schultz
Hello, in the kjvfull.xml i have found following markups: http://tinyurl.com/6haynl ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above

Re: [sword-devel] osis2mod "verse not well formed" messages

2008-07-24 Thread Wolfgang Schultz
OSIS Modul Validator This Windows tool can check whether an OSIS document is valid against the OSIS schema. It will identify errors and their positions in the case of non-valid documents.. OSIS Modul Validator (osisCore.2.1.1) http://downloads.sourceforge.net/bibleworkplace/OSISModulValidator_v2.

Re: [sword-devel] KJV Ref List

2008-07-16 Thread Wolfgang Schultz
Wolfgang Schultz > <[EMAIL PROTECTED]> wrote: >> Hi, >> >> i have not used XSLT but here are your IDS >> >> http://www.zefania.de/tools/mis/osisids-kjyfull.zip > > Thanks, that's exactly what I was looking for! > > I don't use or know anyth

Re: [sword-devel] KJV Ref List

2008-07-16 Thread Wolfgang Schultz
Hi, i have not used XSLT but here are your IDS http://www.zefania.de/tools/mis/osisids-kjyfull.zip and here is the code in c# using (sw) { using (XmlReader osisModulReader = XmlReader.Create(PathToOsisBibleModul)) { osisModulReade

Re: [sword-devel] help in compiling c needed

2008-07-07 Thread Wolfgang Schultz
Hi, i have looked at cygwin, but i am afraid to be too stupid for using this compiler :-( thx wolfgang http://www.zefania.de 2008/7/3 Peter von Kaehne <[EMAIL PROTECTED]>: > Wolfgang Schultz wrote: >> Hi >> >> there is a nice tool which i want to have for wind

[sword-devel] OSIS_files usable for everyone?

2008-07-07 Thread Wolfgang Schultz
hello i have another question ;-) I want to provide a OSIS- scripture reader software which should contain only the kjv and the robinson dic the needed files are located here. http://www.crosswire.org/~dmsmith/kjv2006/ http://www.crosswire.org/~chrislit/osis/texts/ Is it allowed to bundle th

Re: [sword-devel] OSIS title of work unclear

2008-07-04 Thread Wolfgang Schultz
Hi, i have solved the little problem by reading of your wiki entry http://www.crosswire.org/wiki/index.php/OSIS_Bibles#General_structure Here the steps: 1 .Read the value of the attribute "osisIDWork" in the element "osisText" 2. Look for an element "work" that has an attribute "osisWork" and

[sword-devel] OSIS title of work unclear

2008-07-03 Thread Wolfgang Schultz
Hi, i have a question about OSIS :-) I want to get the title of a osis modul in order to set the appropriate field in my OsisHtmlBibleQuery Class http://truesharpswordapi2008.bibleworkplace.de/class_true_sharp_sword_a_p_i2008_1_1_o_s_i_s_1_1_osis_html_bible_query.html Now the problem following

[sword-devel] help in compiling c needed

2008-07-02 Thread Wolfgang Schultz
Hi there is a nice tool which i want to have for windows. http://billposer.org/Software/uni2ascii.html i have tried to compile with this tool http://www.smorgasbordet.com/pellesc/ but i get only errors over errors :(( Is there a C-Crack who can help me to get the uni2ascii.exe und ascii2uni.

[sword-devel] english vers numbering in certain zefania xml moduls

2008-07-02 Thread Wolfgang Schultz
Hi, Jens Grabner has written a cool tool which removes all apocrypha from german zefania xml bible moduls the converter will also replace the german vers numbering with the kjv vers numbering. http://www.grabner-online.de/download/zefania_2_sword_win32.zip run with "zefania_2_sword.bat MODULNAME

[sword-devel] Query OSIS - files directly

2008-07-01 Thread Wolfgang Schultz
Hi, i have made some experiments with direct access to OSIS and Zefania XML files i found it is not longer necessary to convert them in an intermediate file format like sword it does. it would perhaps be good idea if the moduls would also be distributed as OSIS files. Quering a vers from a big Z

Re: [sword-devel] OSIS files where to find and any references?

2008-07-01 Thread Wolfgang Schultz
Hi, there isn't a lot of pur osis material. http://www.crosswire.org/~chrislit/osis/texts/ wolfgang http://truesharpswordapi2008.bibleworkplace.de/ http://www.zefania.de 2008/7/1 David Troidl <[EMAIL PROTECTED]>: > Nelson Lim wrote: >> >> Hi guys, >> >> I'm exploring OSIS and how it cou

Re: [sword-devel] Copyright status of resources

2008-06-23 Thread Wolfgang Schultz
;: > On Mon, Jun 23, 2008 at 9:43 PM, Wolfgang Schultz wrote: > >> so where? > > In the appropriate place, which is not this list. > > AFAIK, discussion about software that is not part of The Sword Project > is off top

Re: [sword-devel] Copyright status of resources

2008-06-23 Thread Wolfgang Schultz
Hi, so where? thx greetings wolfgang http://www.zefania.de 2008/6/24 jonathon <[EMAIL PROTECTED]>: > On Mon, Jun 23, 2008 at 9:32 PM, Wolfgang Schultz wrote: >> >> i think YOU should first answer questions which are YOU be asked before you >> have the right to as

Re: [sword-devel] Copyright status of resources

2008-06-23 Thread Wolfgang Schultz
Hi jo i think YOU should first answer questions which are YOU be asked before you have the right to ask questions about copyright You should either prove what You have said about THeWord or apologize immediately, http://forum.theword.gr/viewtopic.php?t=441 grettings wolfgang http://truesharp

[sword-devel] XML-Database with ISO-639 language codes

2008-06-22 Thread Wolfgang Schultz
Hi there is an useful database for providing mapings beetween threecharcode/twocharcode to language name http://code.google.com/p/truesharpswordapi/source/browse/trunk/iso639/iso639_codes.xml greetings wolfgang http://www.zefania.de ___ sword-deve

[sword-devel] Bible book names Database

2008-06-22 Thread Wolfgang Schultz
Hi all, i need for my data base with bible references some input. ;-) http://code.google.com/p/truesharpswordapi/source/browse/trunk/usefullFiles/bnames.xml My question is: Are there a table of bible references that are used by the sword project? greettings wolfgang http://truesharpswordapi2

Re: [sword-devel] Luther1545

2008-06-19 Thread Wolfgang Schultz
Hi, here is a link which some pictures of a orginal "Luther 1545 letzte Hand" http://www.wlb-stuttgart.de/sammlungen/bibeln/bestand/besondere-stuecke/luther-bibel-1545/ perhaps on should use a magnifying glass :-))) gruß wolfgang 2008/6/19 Manfred Bergmann <[EMAIL PROTECTED]>: > > Am 19.

Re: [sword-devel] Luther1545

2008-06-18 Thread Wolfgang Schultz
://www.zefania.de 2008/6/17 Wolfgang Schultz <[EMAIL PROTECTED]>: > Hi, > > here the zefania modul for luther 1545 LH > > http://downloads.sourceforge.net/zefania-sharp/sf_luther_1545_letzte_hand_rev1.zip?big_mirror=0 > > where should the mixed up verses be and what is

Re: [sword-devel] Luther1545

2008-06-17 Thread Wolfgang Schultz
Hi, here the zefania modul for luther 1545 LH http://downloads.sourceforge.net/zefania-sharp/sf_luther_1545_letzte_hand_rev1.zip?big_mirror=0 where should the mixed up verses be and what is the matter with Isaia 63/64 grettings wolfgang http://www.bibledesktop.info http://www.zefania.de 20

Re: [sword-devel] GerGruenewald and Daniel 3 - apocryphal material incorporated

2008-06-17 Thread Wolfgang Schultz
Hi, her i have an link zu a text version is it there also mixed up? http://bitflow.dyndns.org/german/bible/Die_Bibel_Gruenewald_Uebersetzung_1924.txt grettings wolfgang http://www.bibledesktop.info 2008/6/17 Peter von Kaehne <[EMAIL PROTECTED]>: > Please read Daniel 3 in GerGruenewald from v

  1   2   >