Difference between revisions of "NaviKey sample data"
GerdSchmidt (Talk | contribs) |
GerdSchmidt (Talk | contribs) |
||
Line 11: | Line 11: | ||
config=../../MetaWiki/index.php?title=NaviKey_sample_data/NavikeyConfig.xml&action=raw | config=../../MetaWiki/index.php?title=NaviKey_sample_data/NavikeyConfig.xml&action=raw | ||
</IdentificationTool> | </IdentificationTool> | ||
− | |||
---- | ---- |
Revision as of 16:30, 29 July 2008
An interactive key using NaviKey.
This test uses the DELTA example dataset delivered with NaviKey5. Ultimately, all files are directly editable inside the Wiki, no special upload functionality is necessary.
Powered by: NaviKey. Do you have problems viewing the key? Try This.
Notes
- Optional parameters are: height=600px, width=100%, align=center; the value shown will be used if the parameters are omitted.
- Future parameters are: (in planning to avoid creating config.xml for each identification tool) are: DeltaChars=NameOfYourDeltaCharsPage, DeltaItems=NameOfYourDeltaItemsPage, DeltaSpecs=NameOfYourDeltaSpecsPage, DeltaTImages=NameOfYourDeltaTaxonImagesPage
- NaviKey sample data/DeltaChars, NaviKey sample data/DeltaItems, NaviKey sample data/DeltaSpecs, NaviKey sample data/DeltaTImages
- NaviKey sample data/NavikeyConfig.xml
- Using the links above you can edit the files (or update by simply overwrite with updated content using the clipboard). To access the content in raw data mode (e.g. for the config-file), use
../../MetaWiki/index.php?title=YOURPAGENAME&action=raw
, where YOURPAGENAME is the page name (you cannot use short-url-paths like../../meta/YOURPAGENAME&action=raw
). See the content of the config.xml for an example (note that the Navikey config is an xml file, so that the the "&"-character must be escaped as "&"!).
- For testing purposes, the key is also running in conventional Navikey mode (static file upload, without using the wiki) here.
Further simplification
1. Config parameter defaults to a data-independent standard config file, the DELTA data files can be passed directly in parameters:
<IdentificationTool> tool=NaviKey5 DeltaChars=NameOfYourDeltaCharsPage DeltaItems=NameOfYourDeltaItemsPage DeltaSpecs=NameOfYourDeltaSpecsPage DeltaTImages=NameOfYourDeltaTaxonImagesPage </IdentificationTool>
2. All DELTA directives can be passed in fewer files:
<IdentificationTool> tool=NaviKey5 Delta1=NameOfPageWithAllDeltaData </IdentificationTool>
Optionally, multiple parts can be given, using parameters like "Delta2=NameOfSecondPart".