Skip to content
Snippets Groups Projects
Commit f06a6aa8 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Fixed broken gitweb links.

parent f44ecf1b
No related branches found
No related tags found
No related merge requests found
...@@ -305,8 +305,10 @@ XCL (Peter Graves) <gnooth@gmail.com> ...@@ -305,8 +305,10 @@ XCL (Peter Graves) <gnooth@gmail.com>
get our "release" branch for the latest stable release. get our "release" branch for the latest stable release.
Run <tt>make</tt> to create <tt>build/asdf.lisp</tt>); Run <tt>make</tt> to create <tt>build/asdf.lisp</tt>);
</li> </li>
<li>browse the latest <em>development</em> tree from our git repository: <li>browse the latest <em>development</em> tree from our git
<a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git">gitweb</a> repository:
<a href="http://common-lisp.net/gitweb/?p=asdf/asdf.git;a=summary;js=1">gitweb</a>
<!-- <a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf.git">gitweb</a> -->
</li> </li>
<li>download the tarball of a past release: <li>download the tarball of a past release:
<a href="http://common-lisp.net/project/asdf/archives/">archives</a> <a href="http://common-lisp.net/project/asdf/archives/">archives</a>
...@@ -316,18 +318,20 @@ XCL (Peter Graves) <gnooth@gmail.com> ...@@ -316,18 +318,20 @@ XCL (Peter Graves) <gnooth@gmail.com>
<h3>Extensions</h3> <h3>Extensions</h3>
<p>Known extensions to ASDF include:</p> <p>Known extensions to ASDF include:</p>
<ul> <ul>
<li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf-contrib.git" <li><a href="http://common-lisp.net/gitweb/?p=asdf/asdf-contrib.git"
><tt>asdf-contrib</tt></a>, ><tt>asdf-contrib</tt></a>,
a collection of most of the below.</li> a collection of most of the below.</li>
<li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf-encodings.git" <li><a href="http://common-lisp.net/gitweb/?p=asdf/asdf-encodings.git"
><tt>asdf-encodings</tt></a>, ><tt>asdf-encodings</tt></a>,
to compile Lisp source files with character encodings other than UTF-8.</li> to compile Lisp source files with character encodings other than UTF-8.</li>
<li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf-finalizers.git" <li><a href="http://common-lisp.net/gitweb/?p=asdf/asdf-finalizers.git"
><tt>asdf-finalizers</tt></a>, ><tt>asdf-finalizers</tt></a>,
to allow macros to include code to be evaluated to allow macros to include code to be evaluated
at the end of a file being compiled.</li> at the end of a file being compiled.</li>
<li><a href="http://common-lisp.net/gitweb?p=projects/xcvb/asdf-dependency-grovel.git" <li>
><tt>asdf-dependency-grovel</tt></a>, <!-- <a href="http://common-lisp.net/gitweb?p=projects/xcvb/asdf-dependency-grovel.git"> -->
<a href="http://common-lisp.net/gitweb/?p=xcvb/asdf-dependency-grovel.git;a=summary;js=1">
<tt>asdf-dependency-grovel</tt></a>,
to compute the actual dependencies in a big ASDF system.</li> to compute the actual dependencies in a big ASDF system.</li>
<li><a href="http://common-lisp.net/project/qitab/" <li><a href="http://common-lisp.net/project/qitab/"
><tt>poiu</tt></a>, ><tt>poiu</tt></a>,
...@@ -339,7 +343,7 @@ XCL (Peter Graves) <gnooth@gmail.com> ...@@ -339,7 +343,7 @@ XCL (Peter Graves) <gnooth@gmail.com>
<li><a href="http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv" <li><a href="http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
><tt>asdf-flv</tt></a>, ><tt>asdf-flv</tt></a>,
to bind file-local variables around the compilation of some files.</li> to bind file-local variables around the compilation of some files.</li>
<li><a href="http://common-lisp.net/gitweb?p=projects/asdf/asdf-package-system.git" <li><a href="http://common-lisp.net/gitweb/?p=asdf/asdf-package-system.git"
><tt>asdf-package-system</tt></a>, ><tt>asdf-package-system</tt></a>,
to compile Lisp source files with one package per file to compile Lisp source files with one package per file
that also determines dependencies, in the style of that also determines dependencies, in the style of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment