diff options
author | David Kalnischkies <david@kalnischkies.de> | 2018-05-05 01:37:47 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-05-05 09:11:42 +0200 |
commit | e85987ab2281e765a2b3e19aefe7f99f656428d8 (patch) | |
tree | 69d1d582c3695695936bbbb8503ea1ca9b6486e2 /README.md | |
parent | b12bdeaf8acd050c5526ecc05526db70df5fd485 (diff) |
move special READMEs into doc/ and format as md
The formatting is very basic and more should probably be done, but we at
least get the files out of the root directory which in case of the
various READMEs was confusing salsa which one display as (central) README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -198,3 +198,17 @@ block the correct installation of very important packages. Which option to use d if you are interested in the topology sorting (`Debug::pkgOrderList`), the dependency-aware cycle and unconfigured prevention (`Debug::pkgPackageManager`) or the actual calls to dpkg (`Debug::pkgDpkgPm`). + + +Additional documentation +------------------------ + +Many more things could and should be said about APT and its usage but are more +targeted at developers of related programs or only of special interest. + +* [Protocol specification of APTs communication with external dependency solvers (EDSP)](./doc/external-dependency-solver-protocol.md) +* [Protocol specification of APTs communication with external installation planners (EIPP)](./doc/external-installation-planner-protocol.md) +* [Howto use and configure APT to acquire additional files in 'update' operations](./doc/acquire-additional-files.md) +* [Download and package installation progress reporting details](./doc/progress-reporting.md) +* [Remarks on DNS SRV record support in APT](./doc/srv-records-support.md) +* [Protocol specification of APT interfacing with external hooks via JSON](./doc/json-hooks-protocol.md) |