[sword-devel] List of global options

Peter von Kaehne refdoc at gmx.net
Mon May 5 16:15:30 MST 2008


Peter von Kaehne wrote:
> Peter von Kaehne wrote:
>>> There's a spec, so anyone up for doing that? (Or anyone with a better idea? ;) )
>> This sounds roughly at the level where I am, but for the last step -
>> creating a pot file. I haven't done that yet ever.
>>
>> But I will run with it and see where I end up.
>>
> 
>  guess this is what you meant? (including main and beta modules)
> 
>  cat * | grep Option | sort -u > list
> 
> GlobalOptionFilter=GBFFootnotes
> GlobalOptionFilter=GBFFootnotes
> GlobalOptionFilter=GBFMorph
> GlobalOptionFilter=GBFRedLetterWords
> GlobalOptionFilter=GBFStrongs
> GlobalOptionFilter=OSISFootnotes
> GlobalOptionFilter=OSISHeadings
> GlobalOptionFilter=OSISMorph
> GlobalOptionFilter=OSISMorphSegmentation
> GlobalOptionFilter=OSISRedLetterWords
> GlobalOptionFilter=OSISScripref
> GlobalOptionFilter=OSISStrongs
> GlobalOptionFilter=ThMLFootnotes
> GlobalOptionFilter=ThMLHeadings
> GlobalOptionFilter=ThMLMorph
> GlobalOptionFilter=ThMLScripref
> GlobalOptionFilter=ThMLStrongs
> GlobalOptionFilter=ThMLVariants
> GlobalOptionFilter=UTF8Cantillation
> GlobalOptionFilter=UTF8HebrewPoints
> 
> Peter
> 
> _______________________________________________
> sword-devel mailing list: sword-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page
And this is the slightly longer list gained from following commandline

peter at thinkpad:~/Downloads/Crosswire/sword/src$ cat mgr/swmgr.cpp | grep
  -e optionFilters.insert | sed
s,optionFilters\.insert\(OptionFilterMap\:\:value_type\(\",, | sed
s/\",\ tmpFilter\)\)\;//


	ThMLVariants
        GBFStrongs
        GBFFootnotes
        GBFRedLetterWords
        GBFMorph
        GBFHeadings
        OSISHeadings
        OSISStrongs
        OSISMorph
        OSISLemma
        OSISFootnotes
        OSISScripref
        OSISRedLetterWords
        OSISMorphSegmentation
        ThMLStrongs
        ThMLFootnotes
        ThMLMorph
        ThMLHeadings
        ThMLLemma
        ThMLScripref
        UTF8GreekAccents
        UTF8HebrewPoints
        UTF8Cantillation
        GreekLexAttribs
        PapyriPlain
        UTF8Transliterator




More information about the sword-devel mailing list