The result page sent back to you will contain pointers to Cetus Links pages at www.cetus-links.org.
For faster response time you might consider to go back and visit the corresponding Cetus Links pages at your local mirror site.
General notes
A space is included as part of the query: "OOPSLA " or " OOPLSA" are different from "OOPSLA".
The search is case-invariant; you can enter strings in upper, lower or mixed case: "servlet" is euqal to "SERVLET".
The following characters have special characters --
put a backslash (\) in front of them if you choose to search for them in the document: $ ^ * [ ] | ( ) ! \ ; , # < > - .
Partial match:
usually a string is searched as a word. If you check this box the partial words will also match. Examples: if checked ...
framework will find "framework" or "frameworks"
model will find "model", "models", "metamodel", "modeling" etc.
Single word:
simply enter the word. Examples:
component
middleware
Phrase:
enter a phrase, exactly as it would appear in the page, without quotation marks. Examples:
Use Case
Java Applet
Boolean AND:
to look for two words in a page join them with semicolon (";"). Examples:
IBM;java
microsoft;visual basic
Don't use spaces between the two strings, e.g. don't use "IBM ; java" or "IBM; java".
Boolean OR:
to look for at least one of two words in a page join them with comma (","). Examples:
simula,smalltalk
corba,omg,iiop
Don't use spaces between the two strings, e.g. don't use "simula , smalltalk" or "simula, smalltalk".
Regular expressions:
For advanced users, regular expression syntax may be used.
Regular expressions in WebGlimpse are in general the same as that for agrep or egrep.