opengrok.xml revision 260
680N/A<?xml version="1.0" encoding="UTF-8"?>
680N/A<!DOCTYPE REFENTRY PUBLIC "-//Sun Microsystems//DTD DocBook V3.0-Based SolBook Subset V2.0//EN">
680N/A<?Pub Inc>
680N/A<refentry id="opengrok-1">
680N/A<refmeta>
680N/A<refentrytitle>opengrok</refentrytitle>
680N/A<manvolnum>1</manvolnum>
680N/A___INSERT_DATE___
680N/A</refmeta>
680N/A<refnamediv>
680N/A<refname>opengrok</refname>
680N/A<refpurpose>a wicked fast source browser</refpurpose>
680N/A</refnamediv>
680N/A<refsynopsisdiv>
680N/A<cmdsynopsis>
680N/A<command>opengrok
680N/A___INSERT_USAGE___
680N/A</command>
680N/A</cmdsynopsis>
680N/A</refsynopsisdiv>
680N/A
964N/A<refsect1><title>DESCRIPTION</title>
680N/A<para>
680N/AOpenGrok is a fast and usable source code search and cross reference
680N/Aengine written in pure Java. It helps you search, cross-referenece
680N/Aand navigate your source tree. It can understand various program file
680N/Aformats and version control histories.
964N/A</para>
964N/A</refsect1>
964N/A
964N/A<refsect1><title>OPTIONS</title>
964N/A<variablelist termlength="medium">
964N/A___INSERT_OPTIONS___
964N/A</variablelist>
964N/A</refsect1>
964N/A
964N/A<refsect1><title>FILE FORMATS</title>
964N/A<para>
964N/AOpenGrok can grok various program file formats like C, C++, Shell
964N/AScripts like ksh, sh, Perl, Java, Java Class files, JAR files, ELF
964N/Afiles, troff man pages, file archives like Zip, Gzip, BZip2, Tar
680N/Aand meta language files like XML, SGML or HTML.
964N/A</para>
964N/A<para>
964N/AOpenGrok supports various source control systems like Mercurial, CVS,
964N/ASubversion, TeamWare, SCCS and Bazaar.
964N/A</para>
964N/A</refsect1>
964N/A
964N/A<refsect1><title>EXAMPLE</title>
964N/A<example>
964N/A<title>Indexing files in /usr/include and storing the output data to
964N/A/var/tmp/opengrok_data.</title>
964N/A<screen>$ <userinput>opengrok.jar -s /usr/include -d /var/tmp/opengrok_data</userinput>
964N/A</screen>
964N/A</example>
964N/A
964N/A</refsect1>
964N/A
964N/A<refsect1><title>EXIT STATUS</title>
964N/A<variablelist termlength="medium">
964N/A<varlistentry><term>0</term><listitem><para>command executed successfully</para></listitem></varlistentry>
964N/A<varlistentry><term>1</term><listitem><para>error in executing the command</para></listitem></varlistentry>
964N/A</variablelist>
964N/A</refsect1>
680N/A</refentry>
964N/A