Difference between revisions of "NaviKey sample data/NavikeyConfig.xml"

From Biowikifarm Metawiki
Jump to: navigation, search
Line 48: Line 48:
 
     -->
 
     -->
 
     <DataFiles><!--The path to be given here is relative to codebase defined in the applet, not relative to this file or the html file containing the applet element-->
 
     <DataFiles><!--The path to be given here is relative to codebase defined in the applet, not relative to this file or the html file containing the applet element-->
         <SpecsFileName>http://160.45.63.55:8087/meta/NaviKey_sample_data/DeltaSpecs&action=raw</SpecsFileName>
+
         <SpecsFileName>../../meta/NaviKey_sample_data/DeltaSpecs&action=raw</SpecsFileName>
         <CharsFileName>http://160.45.63.55:8087/meta/NaviKey_sample_data/DeltaChars&action=raw</CharsFileName>
+
         <CharsFileName>../../meta/NaviKey_sample_data/DeltaChars&action=raw</CharsFileName>
         <ItemsFileName>http://160.45.63.55:8087/meta/NaviKey_sample_data/DeltaItems&action=raw</ItemsFileName>
+
         <ItemsFileName>../../meta/NaviKey_sample_data/DeltaItems&action=raw</ItemsFileName>
 
         <!--Description: DELTA taxon images definition file. (Images - if available - are displayed on a separate tab sheet after doubleclicking the item name in the lower right panel.)-->
 
         <!--Description: DELTA taxon images definition file. (Images - if available - are displayed on a separate tab sheet after doubleclicking the item name in the lower right panel.)-->
         <TimagesFileName>http://160.45.63.55:8087/meta/NaviKey_sample_data/DeltaTImages&action=raw</TimagesFileName>
+
         <TimagesFileName>../../meta/NaviKey_sample_data/DeltaTImages&action=raw</TimagesFileName>
 
         <!--Description: Absolute or relative (local) path to the directory containing the image files.-->
 
         <!--Description: Absolute or relative (local) path to the directory containing the image files.-->
 
         <ImageDirectory>DeltaSampleData/images/</ImageDirectory>
 
         <ImageDirectory>DeltaSampleData/images/</ImageDirectory>

Revision as of 14:56, 29 July 2008

<?xml version="1.0" encoding="UTF-8"?> <Config>

   <Standalone>true</Standalone>
   <ServletURL></ServletURL>
   <Display>
       <ShowUnits>true</ShowUnits>
       <UseGuiTabs>true</UseGuiTabs>
       <PopUpMenu>

<URILocalAvailableColor>#B0D0B0</URILocalAvailableColor> <URIRemoteAvailableColor>#B0B0D0</URIRemoteAvailableColor> <URINotAvailableColor>#D0B0B0</URINotAvailableColor>

       </PopUpMenu>
       <RemoveCharsComments>false</RemoveCharsComments>
       <RemoveCharsStatesComments>false</RemoveCharsStatesComments>
       <RemoveItemsComments>false</RemoveItemsComments>
   </Display>
   <MatchingOptions>
       <UseBestAlgorithm>false</UseBestAlgorithm>
       <UseCharacterDependencies>true</UseCharacterDependencies>
       <RestrictViewOnUsedCharactersAndCharacterStatesOfRemainingItems>true</RestrictViewOnUsedCharactersAndCharacterStatesOfRemainingItems>
       <RetainItemsUnrecordedForTheSelectedCharacters>false</RetainItemsUnrecordedForTheSelectedCharacters>
       <RetainItemsMatchingAtLeastOneSelectedState>true</RetainItemsMatchingAtLeastOneSelectedState>
       <UseExtremeIntervalValidation>true</UseExtremeIntervalValidation>
       <UseOverlappingIntervalValidation>true</UseOverlappingIntervalValidation>
       
   </MatchingOptions>
   <DataFiles>
       <SpecsFileName>../../meta/NaviKey_sample_data/DeltaSpecs&action=raw</SpecsFileName>
       <CharsFileName>../../meta/NaviKey_sample_data/DeltaChars&action=raw</CharsFileName>
       <ItemsFileName>../../meta/NaviKey_sample_data/DeltaItems&action=raw</ItemsFileName>
       <TimagesFileName>../../meta/NaviKey_sample_data/DeltaTImages&action=raw</TimagesFileName>
       <ImageDirectory>DeltaSampleData/images/</ImageDirectory>
   </DataFiles>
   <ItemURIs>
       <GuiString>DELTA HTML</GuiString>
       <URI>http://www.navikey.net/DeltaSampleData/delta/www/[###]</URI>
       <UseMappingFile>true</UseMappingFile>
       <MappingFile>DeltaSampleData/deltaToHtmlMapping.xml</MappingFile>
       <RegexPattern>[A-Z][^(\s|_|A-Z)]*</RegexPattern>
       <GuiString>Images from reliable sources</GuiString> 
       <URI>http://www.navikey.net/DeltaSampleData/delta/html/[###].html</URI>
       <UseMappingFile>true</UseMappingFile>
       <MappingFile>DeltaSampleData/imageMappingFile.xml</MappingFile>
       <RegexPattern>[A-Z][^(\s(|_|A-Z)]*</RegexPattern>
       <GuiString>Wikimedia Commons</GuiString>
       <URI>http://commons.wikimedia.org/wiki/[###]</URI>
       <UseMappingFile>false</UseMappingFile>
       <MappingFile>WikimediaImagesMapping.xml</MappingFile>
       <RegexPattern>[A-Z][^(\s(|_|A-Z)]*</RegexPattern>
       <GuiString>Yahoo Images</GuiString>
       <URI>http://images.search.yahoo.com/search/images?q=%22[###]%22</URI>
       <UseMappingFile>false</UseMappingFile>
       <MappingFile>YahooImagesMapping.xml</MappingFile>
       <RegexPattern>[A-Z][^(\s(|_|A-Z)]*</RegexPattern>
       <GuiString>Google Images</GuiString>
       <URI>http://images.google.com/images?q=%22[###]%22</URI>
       <UseMappingFile>false</UseMappingFile>
       <MappingFile>GoogleImagesMapping.xml</MappingFile>
       <RegexPattern>[A-Z][^(\s(|_|A-Z)]*</RegexPattern>


       <GuiString>Google Search</GuiString>
       <URI>http://www.google.com/search?q=%22[###]%22</URI>
       <UseMappingFile>false</UseMappingFile>
       <MappingFile>GoogleSearchMapping.xml</MappingFile>
       <RegexPattern>[A-Z][^(\s(|_|A-Z)]*</RegexPattern>
   </ItemURIs>

</Config>