\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
\part{Command line scripts}
This is an overview about the available command line (CLI) scripts for developers.

<table class="horde-table">Script name & Git path & Purpose & State \\
\hline
Installation scripts &  &  &  \\
\hline
horde-bootstrap & horde.git/components/bin & Bootstrapping a Horde development environment & Unknown \\
\hline
horde-dev-create-web & horde.git/horde/bin/dev & Developer script to install a web-accessible Horde installation from git. & Unknown \\
\hline
install\_dev & horde.git/framework/bin & Installs a horde installation in a web-accessible directory. Uses symlinks by default so that code changes apply to both the git checkout and the running code. & Production \\
\hline
install\_framework & horde.git/framework/bin & Installs framework libraries as if installed through the PEAR installer. Called from install\_dev. & Production \\
\hline
pear\_batch\_install & horde.git/framework/bin & Installs all or some components through the PEAR installer. & Unknown \\
\hline
pear\_batch\_install.bat & horde.git/framework/bin & Installs all or some components through the PEAR installer. Windows version. & Unknown \\
\hline
Administrator/developer scripts &  &  &  \\
\hline
horde-generate-module & horde.git/framework/bin & Creates a new application stub based on the skeleton module. & Deprecated, use git-tools \\
\hline
horde-build-snaps & horde-support.git/maintainer-tools & Builds snapshot tarballs. & Deprecated \\
\hline
Core developer scripts &  &  &  \\
\hline
horde-components & horde.git/components/bin & Provides a set of tools to manage Horde components (libraries and applications): changelogs, composer package definitions, dependency detection, distribution packaging, fetching remote docs from wiki, installation, quality control, release management, snapshots, pear package definitions, web docs generation & Production, some Unknown \\
\hline
horde-git-split & horde.git/framework/bin & One-time script to split our monolithic repository into separate repositories & Beta \\
\hline
horde-run-cmd & horde.git/framework/bin & Runs any command in every component directory. Probably useful after repo split. & Unknown \\
\hline
test\_framework & horde.git/framework/bin & Runs all unit test from all libraries. & Production \\
\hline
horde-build-website-docs.sh & horde-support.git/maintainer-tools & Builds documention for the website using docutils. Duplicated in horde-components. & Production \\
\hline
horde-ckeditor & horde-support.git/maintainer-tools & Copies only those files from an (old) CKEditor distribution that are required by Horde. & Unknown \\
\hline
horde-installer-phar-create & horde-support.git/maintainer-tools & Builds a Horde PHAR installer & Unknown \\
\hline
horde-update-ISO3166-countries & horde-support.git/maintainer-tools & Updates the country listing in Horde. & Production \\
\hline
Vagrantfile.image\_optimize & horde-support.git/maintainer-tools & Definition for a VM to help optimizing all images. & Unknown \\
\hline
Deprecated scripts &  &  &  \\
\hline
horde-rev-cmp & horde.git/framework/bin & Compares two files or directory trees, ignoring common non-development changes & Deprecated, useful at CVS times \\
\hline
horde-js-compress & horde-support.git/maintainer-tools & Compresses (minifies) JavaScript files & Deprecated by on-the-fly compression \\
\hline
horde-patch-config.sh & horde-support.git/maintainer-tools & Applies patches to configuration files. & Deprecated, useful at CVS times \\
\hline
</table>
\end{document}
