diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:44 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:44 +0000 |
commit | 396f4b089b11a70de94eac21cb9ba3aca3fee281 (patch) | |
tree | 17448da698139530665361737d4a37bebc429451 /debian/libapt-pkg-doc.dhelp | |
parent | b381f6ed580f9c58c1547fddd92af1b52fc5a1f0 (diff) |
dhelp support, sorta
Author: jgg
Date: 1999-02-02 02:19:46 GMT
dhelp support, sorta
Diffstat (limited to 'debian/libapt-pkg-doc.dhelp')
-rw-r--r-- | debian/libapt-pkg-doc.dhelp | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/debian/libapt-pkg-doc.dhelp b/debian/libapt-pkg-doc.dhelp new file mode 100644 index 000000000..cdf90680b --- /dev/null +++ b/debian/libapt-pkg-doc.dhelp @@ -0,0 +1,61 @@ +<item> +<directory>devel +<dirtitle>Development Tools +<linkname>APT Cache Specification +<filename>/usr/doc/apt/cache.html/index.html +<descrip> +The APT Cache Specification describes the complete implementation and +format of the APT Cache file. The APT Cache file is a way for APT to parse +and store a large number of package files for display in the UI. It's primary +design goal is to make display of a single package in the tree very +fast by pre-linking important things like dependencies and provides. +The specification doubles as documentation for one of the in-memory +structures used by the package library and the APT GUI. +</descrip> +</item> + +<item> +<directory>devel +<dirtitle>Development Tools +<linkname>APT Design Document +<filename>/usr/doc/apt/design.html/index.html +<descrip> +The APT Design Document is an overview of the specifications and design goals +of the APT project. It also attempts to give a broad description of the +implementation as well. +</descrip> +</item> + +<item> +<directory>devel +<dirtitle>Development Tools +<linkname>DPkg Technical Manual +<filename>/usr/doc/apt/design.html/index.html +<descrip> +The DPkg Technical Manual gives an overview of dpkg's external functions +and describes how it views the world. +</descrip> +</item> + +<item> +<directory>devel +<dirtitle>Development Tools +<linkname>APT Files +<filename>/usr/doc/apt/files.html/index.html +<descrip> +The APT Files document describes the complete implementation and format of +the installed APT directory structure. It also serves as guide to how +APT views the Debian archive. +</descrip> +</item> + +<item> +<directory>devel +<dirtitle>Development Tools +<linkname>APT Method Interface +<filename>/usr/doc/apt/files.html/index.html +<descrip> +The APT Method Interface document describes the interface that APT uses to +the archive access methods. +</descrip> +</item> |