From: Andrey Borzenkov <arvidjaar@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Cc: bruce.dubbs@gmail.com
Subject: Re: GRUB Manual Broken Link
Date: Fri, 15 Nov 2013 20:10:57 +0400 [thread overview]
Message-ID: <20131115201057.2faa13a6@opensuse.site> (raw)
In-Reply-To: <528645FF.6080702@gmail.com>
В Fri, 15 Nov 2013 10:04:15 -0600
Bruce Dubbs <bruce.dubbs@gmail.com> пишет:
> I was notified by the GNU webmaster that he is getting complaints about
> the manual at http://www.gnu.org/software/grub/manual/grub.html having a
> broken link:
>
> http://www.gnu.org/software/grub/manual/multiboot.html#Top
>
> It should be
>
> http://www.gnu.org/software/grub/manual/multiboot/multiboot.html
>
> Although I do update the web information pages, I don't have a way to
> update the main GRUB manual. I'm not sure, but I think Colin updated
> the current manual (which is still listed as Manual 2.00~rc1).
>
> Can we get this manual updated?
>
The bug is not in manual. Link is generated by texinfo when converting
grub.texi to HTML. It just need to be regenerated with correct texinfo
version that knows how to translate multiboot link. See message below:
From: Andrey Borzenkov <arvidjaar@gmail.com>
To: webmasters-comment@gnu.org
Subject: Re: [gnu.org #832039] 404
Date: Fri, 31 May 2013 20:13:59 +0400
X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu)
В Wed, 29 May 2013 11:43:14 -0400
"Ineiev via RT" <webmasters-comment@gnu.org> пишет:
> > [arvidjaar@gmail.com - Wed May 29 01:28:37 2013]:
> > I'm not sure how. texinfo external references supports only base file
> > name and assume that everything is located on the same level.
>
> Recent texinfo versions (5.0 and later) come with a database of
> root URLs for different manuals; I'm not sure the manual you need
> is included, but I think you could try (or at least ask on
> bug-texinfo).
>
Which just confirms - it needs fixing elsewhere, not in grub2 sources :)
Assuming current web layout, it would be this patch below and grub
manual must be regenerated by texinfo 5.x that includes this patch. I'm
not really feel to be competent enough to submit this patch myself - I
simply do not know how web location is decided.
Index: util/htmlxref.cnf
===================================================================
--- util/htmlxref.cnf (revision 5259)
+++ util/htmlxref.cnf (working copy)
@@ -459,6 +459,9 @@
mtools mono ${GS}/mtools/manual/mtools.html
+multiboot mono ${GS}/grub/manual/multiboot/multiboot.html
+multiboot node ${GS}/grub/manual/multiboot/html_node/
+
myserver node http://www.myserverproject.net/documentation/
nano mono http://www.nano-editor.org/dist/latest/nano.html
next prev parent reply other threads:[~2013-11-15 16:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-15 16:04 GRUB Manual Broken Link Bruce Dubbs
2013-11-15 16:10 ` Andrey Borzenkov [this message]
2013-11-15 16:49 ` Bruce Dubbs
2013-11-15 18:47 ` Bruce Dubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131115201057.2faa13a6@opensuse.site \
--to=arvidjaar@gmail.com \
--cc=bruce.dubbs@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).