This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: patch website for git


On Aug 28, 2013, at 8:13 PM, Tom Tromey <tromey@redhat.com> wrote:

> I thought I'd send out a few preliminary patches for review.  This way
> much of the work can be already approved once I do the git conversion.
> 
> This patch updates the binutils web site for the change to git.
> 
> Note that it presumes the existence of "src.git", which of course does
> not exist yet.
> 
> Let me know what you think.
> 
> Tom
> 
> Index: index.html
> ===================================================================
> RCS file: /cvs/binutils/htdocs/index.html,v
> retrieving revision 1.67
> diff -u -r1.67 index.html
> --- index.html	29 Apr 2013 08:41:47 -0000	1.67
> +++ index.html	28 Aug 2013 17:59:14 -0000
> @@ -82,9 +82,9 @@
>   <h3>Obtaining binutils</h3>
> 
>   <p>The latest release of GNU binutils is 2.23.2. The various NEWS files
> -(<a href="http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/binutils/NEWS?rev=1.109&amp;content-type=text/plain&amp;cvsroot=src&amp;only_with_tag=binutils-binutils-2_23_2";>binutils</a>,
> -<a href="http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/gas/NEWS?rev=1.129.2.1&amp;content-type=text/plain&amp;cvsroot=src&amp;only_with_tag=binutils-binutils-2_23_2";>gas</a>, and
> -<a href="http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/ld/NEWS?rev=1.131.2.1&amp;content-type=text/plain&amp;cvsroot=src&amp;only_with_tag=binutils-binutils-2_23_2";>ld</a>)
> +(<a href="http://sourceware.org/git/gitweb.cgi?p=src.git;a=blob;f=binutils/NEWS;hb=HEAD";>binutils</a>,
> +<a href="http://sourceware.org/git/gitweb.cgi?p=src.git;a=blob;f=gas/NEWS;hb=HEAD";>gas</a>, and
> +<a href="http://sourceware.org/git/gitweb.cgi?p=src.git;a=blob;f=ld/NEWS;hb=HEAD";>ld</a>)
>   have details of what has changed in this release.</p>

Just a minor point: the urls look to point to the head, while they should point to the tag of the
release.

Tristan.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]