Re: [sword-devel] emptyvss and Mac binaries of utilities

2008-07-22 Thread Gregory Hellings
If you don't mind building from the command line, you can get those tools built yourself without much problem. Just download the source (labeled as Linux, but works fine in OS X) and issue the normal commands. Having curl, clucene, and icu installed through fink or darwinports is a good

[sword-devel] Current SVN

2008-08-29 Thread Gregory Hellings
I see there are lots of updates since my last pull of the SVN tree, when Troy said it was still very unstable. Is it yet to a relatively stable point? If it is, I can tackle the updates to the mod2osis file and make sure they're still valid. Sent from my iPhone

Re: [sword-devel] w src=16 What is this?

2008-08-29 Thread Gregory Hellings
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 could be highlighted I understand that's similar to hwo the

Re: [sword-devel] osis2mod linking bug

2008-09-05 Thread Gregory Hellings
On Sep 5, 2008, at 11:06, DM Smith [EMAIL PROTECTED] wrote: Peter von Kaehne wrote: I think it is a fair assumption for osis2mod input that a chapter will be defined with verses in numerical order. I think this assumption is not correct. I have encountered verse re- ordering in many

Re: [sword-devel] Flashcards Mobile

2008-09-15 Thread Gregory Hellings
On a similar note, you can set the viewport size explicitly to the 320x480 of whatever it is, and that will help dramatically. Additionally, anything smaller than about 18pt font gets hard to read. I could barely read the text without zooming On another note I tried Jude and got a blank

Re: [sword-devel] GnomeSword 2.4 released

2008-09-26 Thread Gregory Hellings
Sent from my iPhone On Sep 26, 2008, at 19:35, Karl Kleinpaste [EMAIL PROTECTED] wrote: SonWon [EMAIL PROTECTED] writes: error while loading shared libraries: libsword-1.5.11.so: cannot open shared object file: No such file or directory You don't have Sword itself installed first, so

Re: [sword-devel] New OSIS chapter/verse checking utility

2008-09-30 Thread Gregory Hellings
Sent from my iPhone On Sep 30, 2008, at 11:10, David Fredin [EMAIL PROTECTED] wrote: While I can not say much about the further OSIS conversion steps, I think you want to be cautious and very careful how you approach the Swedish Bible society. It is easy to upset people over copyrights

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Gregory Hellings
By default Ubumtu can't find shared libraries installed in /usr/local. Edit /etc/ld.so.conf and add /usr/local/lib on a separate line and run the command ldconfig as root. That should solve the problem. --Greg On Nov 2, 2008, at 7:01, Daniel Owens [EMAIL PROTECTED] wrote: Intrepid is out

Re: [sword-devel] Website - module lists

2008-12-16 Thread Gregory Hellings
On Dec 16, 2008, at 17:02, Peter von Kaehne ref...@gmx.net wrote: Tom Cornell wrote: On Mon, Dec 15, 2008 at 5:58 PM, Peter von Kaehne ref...@gmx.net wrote: Some brainstorming and advice please. I never liked the internal module names as a presentation item, i think the short

Re: [sword-devel] Temporarily suspend option filters

2009-02-01 Thread Gregory Hellings
I believe the renderText can have a filter passed explicitly to do that. I might have the wrong method name, but there is something like that. Basically you'd create a separate filter object and send the text through that. Greg On Feb 1, 2009, at 11:31, David Trotz

Re: [sword-devel] osis2mod problem

2009-03-17 Thread Gregory Hellings
On Mar 17, 2009, at 14:08, DM Smith dmsm...@crosswire.org wrote: Can someone help me fix a bug in osis2mod? The following code works in 1.5.11 to detect whether a verse is in or out of the KJV v11n. This was present before my time, so I don't know whether it was ever proper or whether

Re: [sword-devel] CrossWire Server Problems

2009-04-16 Thread Gregory Hellings
DM, On Apr 16, 2009, at 20:09, DM Smith dmsm...@crosswire.org wrote: There have been some problems with the server lately. I think, but am not sure, that tomcat is having problems. I'm not very up on tomcat, so take what follows with a grain of salt. For those with server access and

Re: [sword-devel] iPhone developers?

2009-04-20 Thread Gregory Hellings
Ian, On Apr 20, 2009, at 15:12, Ian Wagner iwagn...@students.bju.edu wrote: Yes, I agree. I'm very sorry I haven't had time to setup SVN yet. I will attempt to make a list of changes that were needed for iPhone compilation sometime in the near future. SVN is usually run over http port

Re: [sword-devel] dirent.[ch]: licence/copyright issues

2009-04-24 Thread Gregory Hellings
On Apr 24, 2009, at 1:27, Jonathan Marsden jmars...@fastmail.fm wrote: Dmitrijs Ledkovs wrote: Permission to use, copy, modify, and distribute this software and its documentation for any purpose is hereby granted without fee, provided that this copyright and permissions notice

Re: [sword-devel] Release-critical TODO items (updated mod2osis patch)

2009-04-27 Thread Gregory Hellings
On Apr 27, 2009, at 2:01, Jonathan Marsden jmars...@fastmail.fm wrote: Greg Hellings wrote: The way I tested it was to create a .conf file for KJVTEST and export KJV with it, then import to the KJVTEST directory. Then run either a script or even write a program to compare the output of

Re: [sword-devel] InstallMgr

2009-05-14 Thread Gregory Hellings
On May 14, 2009, at 15:39, DM Smith dmsm...@crosswire.org wrote: Chris Little wrote: Troy A. Griffitts wrote: I would like to add new officially supported methods, like adding: o Installation of modules from another existing SWORD library installation via HTTP ( e.g.,

Re: [sword-devel] Is --enable-debug what I want?

2009-05-16 Thread Gregory Hellings
On May 16, 2009, at 15:31, Karl Kleinpaste k...@kleinpaste.org wrote: Dmitrijs Ledkovs dmitrij.led...@gmail.com writes: As far as I remember all Debian Packages are compiled with -Wall -Werror like always. FYI, Xiphos cannot be and never has been built with -Wall -Werror because standard

Re: [sword-devel] How broadly do we define API (was: Re: which engine sources to use )

2009-06-09 Thread Gregory Hellings
On Jun 9, 2009, at 22:51, Dmitrijs Ledkovs dmitrij.led...@gmail.com wrote: 2009/6/10 Greg Hellings greg.helli...@gmail.com: I know the question has been raised before about separating utilities from the library but nothing has ever shaken out of it. To me, this again makes sense in

Re: [sword-devel] Mac OSX Development Setup

2010-01-13 Thread Gregory Hellings
Firstly, there is a free version of XCode available from the Apple website, which will likely be more up to date than the version that came with the OS. It's a big download (a gig or more) but worth it if you have the download pipe. Also, it updates through the built-in Software Updater

Re: [sword-devel] Watching websites where our source texts come from?

2010-01-13 Thread Gregory Hellings
If the websites have some sort of syndicated feed, like RSS or Atom or the like, it would be easy to write a basic script to pull the latest info from that. Likewise if there is regular version information in a web-accessible version of the file as well as the module's config file on the

Re: [sword-devel] Watching websites where our source texts come from?

2010-01-13 Thread Gregory Hellings
Tischendorf: http://files.morphgnt.org/tischendorf/ Weston On Wed, Jan 13, 2010 at 6:59 AM, Gregory Hellings greg.helli...@gmail.com wrote: If the websites have some sort of syndicated feed, like RSS or Atom or the like, it would be easy to write a basic script to pull the latest info from

Re: [sword-devel] Bela module in CrossWire Experimental

2010-02-25 Thread Gregory Hellings
On Feb 25, 2010, at 9:25 AM, Matthew Talbert ransom1...@gmail.com wrote: I had forgotten to click the Refresh button in the Xiphos Install Manager. This behaviour is not intuitive for users who are learning their way about the program. So you'd rather it connect automatically

Re: [sword-devel] Sword applications ... and web pages .....

2010-04-08 Thread Gregory Hellings
If all that is required is for someone to secure the domain, I am more than willing to do so. I alreay have access to my personal web server and I have a personal space on the Crosswire server. If we are permitted access to the web files, I would gladly put them up in either location.

Re: [sword-devel] Xiphos : copy'n'paste to facebook produces Chinese !

2010-05-06 Thread Gregory Hellings
On May 6, 2010, at 10:21 AM, Peter von Kaehne ref...@gmx.net wrote: On 06/05/10 13:42, David Haslam wrote: The quirky behaviour [..] Tried it On Firefox and Ubuntu without being able to reproduce. Don't have Windows right now. This therefore points to a subtle bug in Xiphos, one that

Re: [sword-devel] buying xiphos? (Re: YOAH!!!!)

2010-06-08 Thread Gregory Hellings
On Jun 8, 2010, at 7:02 PM, Dmitrijs Ledkovs dmitrij.led...@ubuntu.com wrote: On 8 June 2010 23:33, Ari Constancio ari.constan...@gmail.com wrote: On Tue, Jun 8, 2010 at 9:29 PM, Dmitrijs Ledkovs dmitrij.led...@ubuntu.com wrote: On 8 June 2010 20:59, Karl Kleinpaste k...@kleinpaste.org

Re: [sword-devel] OS X/iPhoneOS based development

2010-06-14 Thread Gregory Hellings
Manfred, My CMake build system is supposed to support iPhone configurations. It would keep you from having to update your xcode poject every time files are changed, etc. I have built the library succesfully against the simulator files using my CMake configure, but have not had any takers

Re: [sword-devel] OS X/iPhoneOS based development

2010-06-14 Thread Gregory Hellings
David, That's beccause I have very little idea how to use a wiki from a content generator/creator perspective and generally just throw info onto pages for my own use and later reference. If you know a good place to link it, please do so! --Greg On Jun 14, 2010, at 2:03 PM, David