| Summary: | Wrong links in french index | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Alain AUDEBERT <deuza> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alain AUDEBERT
2011-08-02 11:40:11 UTC
I can't test docs-all actually to say if CVS repository is in the same case I can't test actually docs-all in the CVS but I think is impacted (I don't really know the process generation for the FreeBSD's website) On 08/02/2011 14:00, Alain AUDEBERT aka 2A wrote: > The following reply was made to PR www/159379; it has been noted by GNATS. > > From: Alain AUDEBERT aka 2A <deuza@fr.freebsd.org> > To: FreeBSD-gnats-submit@FreeBSD.org, > freebsd-www@FreeBSD.org > Cc: > Subject: Re: www/159379: Wrong links in french index > Date: Tue, 2 Aug 2011 13:23:40 +0200 > > I can't test docs-all actually to say if CVS repository is in the same case Looks like a problem in www/fr/share/sgml/header.l10n.ent. Using &base; where it should use &enbase;. jkois -- Johann Kois jkois(at)FreeBSD.org FreeBSD Documentation Project FreeBSD German Documentation Project - https://doc.bsdgroup.de blackend 2011-08-03 17:55:57 UTC
FreeBSD doc repository
Modified files:
fr/share/sgml header.l10n.ent
Log:
Fix some &base;/&enbase; entities.
PR: www/159379
Submitted by: Alain AUDEBERT <deuza@fr.freebsd.org>
Revision Changes Path
1.7 +6 -6 www/fr/share/sgml/header.l10n.ent
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Should be fixed now. Thanks for the PR. Go to http://www.freebsd.org/fr/ The correct address is on the right block called "Liens", you can see = the French handbook clicking by "Manuel de reference" ( = http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/index.html ) Problem is on the top frame called "Documentation" (under the banner = with new logo), search "Manuel de reference" and the wrong link is : http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ (english but = not french)= > Fix some &base;/&enbase; entities.
Hmm, I don't really know the doc-proj, but it's not &frbase; in place of =
&enbase; ??=
On Sat, Sep 10, 2011 at 10:00:31AM +0000, Alain AUDEBERT aka 2A wrote:
> The following reply was made to PR www/159379; it has been noted by GNATS.
>
> From: Alain AUDEBERT aka 2A <deuza@me.com>
> To: bug-followup@FreeBSD.org
> Cc:
> Subject: Re: www/159379: Wrong links in french index
> Date: Sat, 10 Sep 2011 11:57:00 +0200
>
> > Fix some &base;/&enbase; entities.
>
> Hmm, I don't really know the doc-proj, but it's not &frbase; in place of =
> &enbase; ??=
It's &base; for localized version and &enbase; for main version (en_US
one).
--
Marc
On Sat, Sep 10, 2011 at 03:32:42PM +0200, Marc Fonvieille wrote:
> On Sat, Sep 10, 2011 at 09:40:12AM +0000, Alain AUDEBERT aka 2A wrote:
> > The following reply was made to PR www/159379; it has been noted by GNATS.
> >
> > From: Alain AUDEBERT aka 2A <deuza@me.com>
> > To: bug-followup@FreeBSD.org
> > Cc:
> > Subject: Re: www/159379: Wrong links in french index
> > Date: Sat, 10 Sep 2011 11:05:08 +0200
> >
> > Go to http://www.freebsd.org/fr/
> >
> > The correct address is on the right block called "Liens", you can see =
> > the French handbook clicking by "Manuel de reference" ( =
> > http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/index.html )
> >
> > Problem is on the top frame called "Documentation" (under the banner =
> > with new logo), search "Manuel de reference" and the wrong link is :
> >
> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ (english but =
> > not french)=
>
> Damn I did not understand that :(
> Previous dropdown was pointing on
> http://www.freebsd.org/fr/doc/en_US.ISO8859-1/books/handbook/ etc.
> which were a 404 so I fixed them to
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
> . And now I don't know why I did that :( since it should be
> http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/
>
Well, it's not too bad to point on en_US version for most of docs since
french versions are too much outdated. I think I going to keep the link
on french Handbook only.
--
Marc
|