help.jsp revision 1470
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseCDDL HEADER START
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseThe contents of this file are subject to the terms of the
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseCommon Development and Distribution License (the "License").
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseYou may not use this file except in compliance with the License.
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseSee LICENSE.txt included in this distribution for the specific
07807241a75892ff388800cf87fb40c0224cc0e0Tim Reddehaselanguage governing permissions and limitations under the License.
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseWhen distributing Covered Code, include this CDDL HEADER in each
07807241a75892ff388800cf87fb40c0224cc0e0Tim Reddehasefile and include the License file at LICENSE.txt.
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseIf applicable, add the following below this CDDL HEADER, with the
5a102b3c56d4ac75632c7e9244ee0ce5bdbbf13aSascha Graeffields enclosed by brackets "[]" replaced with your own identifying
07807241a75892ff388800cf87fb40c0224cc0e0Tim Reddehaseinformation: Portions Copyright [yyyy] [name of copyright owner]
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseCDDL HEADER END
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseCopyright 2007 Sun Microsystems, Inc. All rights reserved.
07807241a75892ff388800cf87fb40c0224cc0e0Tim ReddehaseUse is subject to license terms.
--%><%@ page session="false" errorPage="error.jsp" import="
/* ---------------------- help.jsp start --------------------- */
cfg = PageConfig.get(request);
cfg.setTitle("OpenGrok Help");
long lmdate = cfg.getConfig().getLastModified();
if (request.getDateHeader("If-Modified-Since") >= lmdate) {
response.setDateHeader("Last-Modified", lmdate);
include file="httpheader.jspf"
include file="pageheader.jspf"
include file="menu.jspf"
<b>" "</b>, e.g. "hello dolly" </li>
called query/field <dfn>grouping</dfn>) . Note that this may be used
e.g. te?t</li>
symbol, e.g. test* or te*t</li>
"<b>~</b>", e.g. rcs~ </li>
"spaces/whitespace"(so even if you escape them, they will not be found, since
<b>^</b> , e.g. help^4 opengrok - will make term help boosted
To find files that use sprintf in usr/src/cmd/cmd-inet/usr.sbin/:
<a href="<%= prefix %>refs=sprintf&path=usr/src/cmd/cmd-inet/usr.sbin/"
>refs:sprintf path:usr/src/cmd/cmd-inet/usr.sbin</a>
To find perl files that do not use /usr/bin/perl but something else:
<p>Opengrok search is powered by <a href="http://lucene.apache.org/"
/* ---------------------- help.jsp end --------------------- */
include file="foot.jspf"