Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2005 13:05:52 +0100
From:      Ceri Davies <ceri@submonkey.net>
To:        Alex Dupre <ale@FreeBSD.org>
Cc:        doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: www/it includes.navdocs.sgml includes.sgml includes.xsl index.xsl
Message-ID:  <20051007120552.GI99170@submonkey.net>
In-Reply-To: <200510070921.j979LIZb047553@repoman.freebsd.org>
References:  <200510070921.j979LIZb047553@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--xGGVyNQdqA79rdfn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Oct 07, 2005 at 09:21:18AM +0000, Alex Dupre wrote:
> ale         2005-10-07 09:21:18 UTC
>=20
>   FreeBSD doc repository
>=20
>   Modified files:
>     it                   includes.navdocs.sgml includes.sgml=20
>                          includes.xsl index.xsl=20
>   Log:
>   Sync with en:
>   - add handbook link on home page
>   - use $cgienbase

Slight gotcha - cgibase actually includes the /cgi bit too in order to
increase its usefulness.

Ceri

> | @@ -1,4 +1,4 @@
> | -<!-- $FreeBSD: /usr/local/www/cvsroot/FreeBSD/www/it/includes.navdocs.=
sgml,v 1.1 2005/10/06 14:27:50 ale Exp $ -->
> | +<!-- $FreeBSD: /usr/local/www/cvsroot/FreeBSD/www/it/includes.navdocs.=
sgml,v 1.2 2005/10/07 09:21:18 ale Exp $ -->
> | =20
> |  <!ENTITY nav '<div id=3D"sidenav">
> |  <h2 class=3D"blockhide">Sezione di Navigazione</h2>
> | @@ -8,7 +8,7 @@
> |  <li><a href=3D"&enbase;/doc/&url.doc.langcode;/books/handbook/index.ht=
ml">Manuale</a></li>
> |  <li><a href=3D"&enbase;/docs/man.html">Pagine man</a>
> |  	<ul>
> | -		<li><a href=3D"&enbase;/cgi/man.cgi">Man Online</a></li>
> | +		<li><a href=3D"&cgibase;/cgi/man.cgi">Man Online</a></li>
> |  	</ul>
> |  </li>
> |  <li><a href=3D"&base;/docs/books.html">Libri e Articoli Tradotti Onlin=
e</a></li>

> | @@ -73,7 +74,7 @@
> |                </ul>
> |              </div> <!-- searchnav -->
> |              <div id=3D"search">
> | -              <form action=3D"&enbase;/cgi/search.cgi" method=3D"get">
> | +              <form action=3D"&cgibase;/cgi/search.cgi" method=3D"get">
> |                  <div>
> |                    <h2 class=3D"blockhide"><label for=3D"words">Cerca</=
label></h2>
> |                    <input type=3D"hidden" name=3D"max" value=3D"25"> <i=
nput type=3D"hidden" name=3D"source" value=3D"www"><input id=3D"words" name=
=3D"words" type=3D"text" size=3D"20" maxlength=3D"255" onfocus=3D"if( this.=
value=3D=3Dthis.defaultValue ) this.value=3D&#39;&#39;;" value=3D"Cerca"> <=
input id=3D"submit" name=3D"submit" type=3D"submit" value=3D"Cerca">

> | @@ -64,7 +64,7 @@
> |        				</ul>
> |        			  </div> <!-- searchnav -->
> |        			<div id=3D"search">
> | -      			  <form action=3D"{$enbase}/cgi/search.cgi" method=3D"get">
> | +      			  <form action=3D"{$cgibase}/cgi/search.cgi" method=3D"get">
> |        				<div>
> |        			      <h2 class=3D"blockhide"><label for=3D"words">Cerca</lab=
el></h2>
> |        				  <input type=3D"hidden" name=3D"max" value=3D"25" /> <input=
 type=3D"hidden" name=3D"source" value=3D"www" /><input id=3D"words" name=
=3D"words" type=3D"text" size=3D"20" maxlength=3D"255" onfocus=3D"if( this.=
value=3D=3Dthis.defaultValue ) this.value=3D'';" value=3D"Cerca" />&#160;<i=
nput id=3D"submit" name=3D"submit" type=3D"submit" value=3D"Cerca" />
> | @@ -170,7 +170,7 @@
> |  		<li><a href=3D"{$enbase}/doc/{$url.doc.langcode}/books/handbook/inde=
x.html">Manuale</a></li>
> |  		<li><a href=3D"{$enbase}/docs/man.html">Pagine man</a>
> |  			<ul>
> | -				<li><a href=3D"{$enbase}/cgi/man.cgi">Man Online</a></li>
> | +				<li><a href=3D"{$cgibase}/cgi/man.cgi">Man Online</a></li>
> |  			</ul>
> |  		</li>
> |  		<li><a href=3D"{$base}/docs/books.html">Libri e Articoli Tradotti On=
line</a></li>

> | @@ -124,7 +124,7 @@
> |  			</div> <!-- languagenav -->
> | =20
> |  			<div id=3D"mirror">
> | -			  <form action=3D"{$enbase}/cgi/mirror.cgi" method=3D"get">
> | +			  <form action=3D"{$cgibase}/cgi/mirror.cgi" method=3D"get">
> |  				<div>
> |  				  <h2 class=3D"blockhide"><label for=3D"mirrorsel">Mirror</label><=
/h2>
> |  				  <select id=3D"mirrorsel" name=3D"goto">
--=20
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former.			  -- Einstein (attrib.)

--xGGVyNQdqA79rdfn
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDRmSgocfcwTS3JF8RAq7NAJ9N1FpfgfY1SjKfT52sF+woe6TUcACgqVh3
svuBlpyjBPXTcwAYmEsh6kE=
=xrIh
-----END PGP SIGNATURE-----

--xGGVyNQdqA79rdfn--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051007120552.GI99170>