Date: Fri, 7 Mar 2003 17:13:36 +0200 From: Giorgos Keramidas <keramida@freebsd.org> To: Ceri Davies <setantae@submonkey.net>, Tom Rhodes <trhodes@freebsd.org> Cc: Jens Schweikhardt <schweikh@schweikhardt.net>, doc@freebsd.org Subject: Re: New Article: FreeBSD From Scratch Message-ID: <20030307151336.GF2094@gothmog.gr> In-Reply-To: <20030307054629.454104fe.trhodes@FreeBSD.org> <20030307091752.GA21549@submonkey.net> References: <20030305210228.GA61121@schweikhardt.net> <20030307084423.GA1690@gothmog.gr> <20030307091752.GA21549@submonkey.net> <20030307054629.454104fe.trhodes@FreeBSD.org> <20030305210228.GA61121@schweikhardt.net> <20030307084423.GA1690@gothmog.gr> <20030307091752.GA21549@submonkey.net>
index | next in thread | previous in thread | raw e-mail
On 2003-03-07 09:17, Ceri Davies <setantae@submonkey.net> wrote:
> Should we wait until after 4.8 ?
> I know we're not having an official doc freeze again, but you're a
> translator so you're well placed to answer this.
On 2003-03-07 05:46, Tom Rhodes <trhodes@FreeBSD.ORG> wrote:
>
> I'm going to side with Ceri here, close as we are to the release
> it would be more translator-friendly to wait.
I generally agree with this. I'm not sure about the state of the
other translation projects, but it seems like the French guys are very
close to the English versions. It's not a bad idea to have some time
that translators can play 'catch up' with the repository.
Bearing in mind that this is an article that is very close to our
current 'average' as far as article line count is concerned:
$ cd /a/freebsd/doc/en_US.ISO8859-1/articles
$ wc -l */article.sgml | grep -v total | \
awk -v total=0 -v count=0 \
'{ total+= $1 ; count++; }
END { printf "%d files. total: %d, average: %d\n",
count, total, total / count}'
38 files. total: 39152, average: 1030
$ wc -l /a/work/scratch/article.sgml
1095 /a/work/scratch/article.sgml
I don't have any strong preferences regarding the time of the commit.
If (other) translators think that now is the time we need to stop
adding new things to the docs until after 4.8-R is out, then that's
fine with me :)
If, on the other hand, it's not really very very bad to commit new
articles or sections to a book now, I'd prefer it go in. This way
translators that want to catch up and have the time to do so during
the next days/weeks until 4.8-R is cut will have an easy way of
grabbing the article from the repository.
- Giorgos
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030307151336.GF2094>
