![NeptuneLabs FSI ImageFlow User Manual Download Page 251](http://html1.mh-extra.com/html/neptunelabs/fsi-imageflow/fsi-imageflow_user-manual_1668330251.webp)
9 FSI Pages Add-on
251
NeptuneLabs - FSI Viewer
FSI Server. You can either do so by using the "Publish to Web" option in FSI
Server web interface or by specifying the server address and a directory or
search query manually.
Retrieving Image Collections from Imaging Server
<PLUGIN src="pages">
<ListTemplate value="catalog_list" />
<dir value="images/catalogs/foo" />
</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
Collections from
FSI Server
Retrieving Directory based Image Collections from FSI Server
<Plugins>
...
<!— 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" />
...
</Plugins>
3. Creating
collections
manually
using
XML
configuration
files
Creating collections manually using XML configuration files
<Images>
...
<Image file="image1.xml"
label="My First Image" />
<Image file="image2.xml"
label="My Second Image" />
...
</Images>