<h1>{{name}} Product Server</h1>
<p>Welcome to {{name}}</p>

<h2>Services</h2>
<dl>
<dt><a href="lookup">lookup</a></dt>
<dd>Search form to lookup and display matching products.</dd>
<dt><a href="upload">upload</a></dt>
<dd>Upload and store a generated index. Authorization required.</dd>
</dl>

<h2>API</h2>
<dl>
<dt><a href="find">find</a>?lidvid={lidvid}</dt>
<dd>Retrieve information on a product with a {lidvid}. A partial {lidvid} will return all products that match. 
Return and array of JSON records.</dd> 

<dt><a href="label">label</a>?lidvid={lidvid}</dt>
<dd>Return the label for a product with a specific {lidvid}.</dd> 

<dt><a href="product">product</a>?lidvid={lidvid}[&format=zip|tar]</dt>
<dd>Retrieve a product with a specific {lidvid} as a zip or tar bundle. Default is to return a zip file.</dd>

<dt><a href="status">status</a></dt>
<dd>Retrieve the status of the server.</dd>
</dl>

