source: trunk/gsdl3/packages/gsdl-as/web/subscribe.html@ 8720

Last change on this file since 8720 was 8720, checked in by schweer, 19 years ago

worked on web interface

  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1<?xml version="1.0"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
7 <title>Greenstone Version 3</title>
8 <link rel="stylesheet" type="text/css" href="form.css"/>
9 </head>
10 <body>
11
12 <!-- page banner (_style:pagebanner_) -->
13 <div id="content">
14 <h3>Alerting Service for Greenstone</h3>
15 <p>Create a subscription</p>
16
17 You can subscribe to be notified of events about these elements:
18 <ul>
19 <li><a href="sub_document.html">documents</a> (new, modified or deleted documents)</li>
20 <li><a href="sub_docparts.html">parts of documents</a> (new, modified or deleted parts of documents)</li>
21 <li><a href="sub_metadata.html">document metadata</a> (new, modified or deleted metadata of documents)</li>
22 <li><a href="sub_collection.html">collections</a> (new, rebuilt or deleted collections)</li>
23 <li><a href="sub_classifiers.html">classifiers of collections</a> (new or deleted classifiers) <img alt="help" src="images/help.png" longdesc="this influences the ways you can browse a collection" title="this influences the ways you can browse a collection"/></li>
24 <li><a href="sub_indexes.html">indexes of a collection</a> (new or deleted indexes) <img alt="help" src="images/help.png" longdesc="this influences the ways you can search in a collection" title="this influences the ways you can search in a collection"/></li>
25 </ul>
26
27 <a href="/alerting">back</a> to the alerting service
28 </div>
29 </body>
30</html>
Note: See TracBrowser for help on using the repository browser.