NeptuneLabs FSI Viewer JS User Manual page 137

Table of Contents

Advertisement

7 FSI Pages JS
Retrieving Image Collections from Imaging Server
<PLUGIN src="pages">
</PLUGIN>
This way FSI Server uses an image → ListTemplate to return the matching
images in XML format. Depending on the list template, FSI Server serves
IPTC data belonging to an image (e.g. for links) as well.
2. Retrieving Directory based Image
Retrieving Directory based Image Collections from FSI Server
<Plugins>
...
...
</Plugins>
3. Creating
Creating collections manually using XML configuration files
<Images>
...
...
</Images>
Method 2 and Method 3 can be freely combined while Method 1 retrieves a
complete image list ignoring previously defined <images> nodes.
137
<ListTemplate value="catalog_list" />
<dir value="images/catalogs/foo" />
<!— Passing a directory as plain text -->
<Plugin src="pages" server="..."
dir="images/flowers/" />
<!— Passing an encrypted string representing a
directory -->
<Plugin src="pages" server="..."
dir="*XzPzLUFVSHtmeeFxOY0NUU0" />
collections
manually
<Image file="image1.xml"
label="My First Image" />
<Image file="image2.xml"
label="My Second Image" />
Collections from FSI Server
using
XML
configuration
NeptuneLabs - FSI Viewer
files

Advertisement

Table of Contents
loading

Table of Contents