From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- man/1/grid-query | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 man/1/grid-query (limited to 'man/1/grid-query') diff --git a/man/1/grid-query b/man/1/grid-query new file mode 100644 index 00000000..036e250e --- /dev/null +++ b/man/1/grid-query @@ -0,0 +1,46 @@ +.TH GRID-QUERY 1 +.SH NAME +query \- graphical interface to view resources registered with a known +.IR registry (4) +.SH SYNOPSIS +.B grid/query +.SH DESCRIPTION +.I Query +displays the resources currently registered with a given +.IR registry (4) +and allows the user to mount and browse through the namespaces they provide. +.PP +Resource categories are displayed in the main window, opening any of these (by clicking on the '+' next to the name) will reveal the names of the individual resources within that category. Each resource has a set of attributes which may be viewed at the lowest level of the displayed tree. Clicking on a specific resource and clicking the +.B Mount +button that appears will mount that resource (if possible) and display the imported namespace in a new window. From this window, the user can then browse this namespace as well as opening and running files. A shell window may also be opened to allow more complicated tasks to be performed. +.PP +Clicking +.B Search +brings up a search window. Here, the current +.IR registry (4) +may be searched for a resource containing the specified attribute names and values. +.B Refresh +updates the list of resources in the main window in case any have been added or removed. +.PP + +.SH SOURCE +.B /appl/grid/query.b +.br +.B /appl/grid/lib/browse.b +.br +.B /appl/grid/lib/srvbrowse.b + +.SH BUGS +Currently, searching for a resource on a +.IR registry (4) +is only implemented in a very simple way. Given the attribute +.I (name, value) +pairs, the search will return all resources whose attributes exactly match the specified values. +.B * +may be used to match any attribute value but not name. + +.SH "SEE ALSO" +.IR grid-query (2), +.IR registries (2), +.IR registry (4), +.IR grid-localreg (1) -- cgit v1.2.3