From 53db61b4ccfd2e68c427369b5f6ac5fe19cfdde8 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Tue, 26 May 2015 10:45:22 -0400 Subject: [PATCH] doc/index.html: mark asdf-contrib as obsolete. --- doc/index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/index.html b/doc/index.html index 3df98e44..d6ca8912 100644 --- a/doc/index.html +++ b/doc/index.html @@ -310,9 +310,6 @@ XCL (Peter Graves) <gnooth@gmail.com> <h3>Extensions</h3> <p>Known extensions to ASDF include:</p> <ul> - <li><a href="https://gitlab.common-lisp.net/asdf/asdf-contrib" - ><tt>asdf-contrib</tt></a>, - a collection of most of the below.</li> <li><a href="https://gitlab.common-lisp.net/asdf/asdf-encodings" ><tt>asdf-encodings</tt></a>, to compile Lisp source files with character encodings other than UTF-8.</li> @@ -337,14 +334,17 @@ XCL (Peter Graves) <gnooth@gmail.com> </ul> <p>Former extensions, now superseded, include:</p> <ul> - <li><tt>asdf-binary-locations</tt> used to allow one to redirect where ASDF 1 created its output files, + <li><tt>asdf-binary-locations</tt> + used to allow one to redirect where ASDF 1 created its output files, so they don't clash between implementations and don't pollute source directories. It is superseded by <tt>asdf/defsystem</tt>'s builtin <tt>asdf-output-translations</tt> mechanism; a limited compatibility mode is available to easily convert your former ABL configuration into an AOT configuration. - <tt>common-lisp-controller</tt> and <tt>cl-launch</tt> used to provide similar mechanisms, - and have also been superseded by <tt>asdf-output-translations</tt>. + <tt>common-lisp-controller</tt> and <tt>cl-launch</tt> + used to provide similar mechanisms, + and have also been superseded by <tt>asdf-output-translations</tt> + (built into ASDF 2 and later). </li> <li><tt>asdf-bundle</tt>, née <tt>asdf-ecl</tt>, allowed you to create a single-file bundle out of a system, @@ -358,6 +358,10 @@ XCL (Peter Graves) <gnooth@gmail.com> allowed you to muffle uninteresting conditions during compilation. Is now superseded by equivalent functionality in <tt>uiop</tt>. </li> + <li><a href="https://gitlab.common-lisp.net/asdf/asdf-contrib" + ><tt>asdf-contrib</tt></a>, + an empty package that used to collect dependencies on other systems + in the list above and below.</li> <li><a href="http://gitlab.common-lisp.net/asdf/asdf-package-system" ><tt>asdf-package-system</tt></a>, to compile Lisp source files with one package per file -- GitLab