\HeaderA{genReposHTML}{Functions to generate HTML listings of a repository}{genReposHTML}
\aliasA{genFuncDescHTML}{genReposHTML}{genFuncDescHTML}
\aliasA{genPkgListing}{genReposHTML}{genPkgListing}
\aliasA{GenPkgListingHTML}{genReposHTML}{GenPkgListingHTML}
\aliasA{GenVigListingHTML}{genReposHTML}{GenVigListingHTML}
\aliasA{Rdindex2html}{genReposHTML}{Rdindex2html}
\keyword{utilities}{genReposHTML}
\begin{Description}\relax
This function is used to create simple HTML web pages to represent
the sort of data stored in a repository.
\end{Description}
\begin{Usage}
\begin{verbatim}
genReposHTML(rep = ".", filename = "index.html", outDir = "html",
                 headerInfo = "", functionDesc=FALSE)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{filename}] Name of the HTML file to create
\item[\code{outDir}] Directory to store the output
\item[\code{rep}] repository to use
\item[\code{headerInfo}] HTML code to put in the header of the page
\item[\code{functionDesc}] Whether to generate HTMLized version of Rdindex()
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
This function can be used to generate simple web pages representing
one's repository.  More information can be found in the
\code{reposTools} vignette \code{HowTo generate HTML pages for a
    repository}.
\end{Details}
\begin{Author}\relax
R. Gentleman
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{genRepos}{genRepos}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
\end{ExampleCode}
\end{Examples}


