help.jsp revision 1469
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkCDDL HEADER START
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkThe contents of this file are subject to the terms of the
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkCommon Development and Distribution License (the "License").
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkYou may not use this file except in compliance with the License.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkSee LICENSE.txt included in this distribution for the specific
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenklanguage governing permissions and limitations under the License.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkWhen distributing Covered Code, include this CDDL HEADER in each
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkfile and include the License file at LICENSE.txt.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkIf applicable, add the following below this CDDL HEADER, with the
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkfields enclosed by brackets "[]" replaced with your own identifying
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkinformation: Portions Copyright [yyyy] [name of copyright owner]
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkCDDL HEADER END
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkCopyright 2007 Sun Microsystems, Inc. All rights reserved.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkUse is subject to license terms.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenkPortions Copyright 2011 Jens Elkner.
4b8d88eb610aa1e0bb6ec632f792744b3d6b5f22jeff.schenk--%><%@ page session="false" errorPage="error.jsp" import="
/* ---------------------- help.jsp start --------------------- */
cfg = PageConfig.get(request);
cfg.setTitle("OpenGrok Help");
long lmdate = cfg.getEnv().getConfiguration().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"