Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80802 - [dutch] hb-install-next.xml update
Summary: [dutch] hb-install-next.xml update
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Translated Documentation (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Xavier Neys (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 15:40 UTC by Ewoud Kohl van Wijngaarden
Modified: 2005-02-05 01:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
from 1.13 to 1.14 (hb-install-next.xml.patch,1.56 KB, patch)
2005-02-04 15:41 UTC, Ewoud Kohl van Wijngaarden
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ewoud Kohl van Wijngaarden 2005-02-04 15:40:39 UTC
from 1.13 to 1.14
Comment 1 Ewoud Kohl van Wijngaarden 2005-02-04 15:41:08 UTC
Created attachment 50398 [details, diff]
from 1.13 to 1.14
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2005-02-05 01:30:40 UTC
A few comments:
 Please use UTF-8. I noticed too late otherwise I would have rejected the patches.
 Hopefully, I fixed the è (A-tilde) and the pages will look OK.
 If not, please let me know.
 If some pages now have mixed encodings, they can only be fixed manually.

 You can consider the handbook as a single document, cat all your patches into a single file and create a single bug. This is much easier for everyone :)

 Please do not change the $Header$ line because it confuses patch and the first hunk gets rejected. CVS will overwrite it at commit time anyway.

 Please do not comment out the original text in translations.

Thanks a lot for your efforts.
Comment 3 Xavier Neys (RETIRED) gentoo-dev 2005-02-05 01:30:40 UTC
A few comments:
 Please use UTF-8. I noticed too late otherwise I would have rejected the patches.
 Hopefully, I fixed the è (A-tilde) and the pages will look OK.
 If not, please let me know.
 If some pages now have mixed encodings, they can only be fixed manually.

 You can consider the handbook as a single document, cat all your patches into a single file and create a single bug. This is much easier for everyone :)

 Please do not change the $Header$ line because it confuses patch and the first hunk gets rejected. CVS will overwrite it at commit time anyway.

 Please do not comment out the original text in translations.

Thanks a lot for your efforts.
Comment 4 Xavier Neys (RETIRED) gentoo-dev 2005-02-05 01:41:48 UTC
PS: please validate your files with xmllint.

$ xmllint --noout --valid file.xml
or even
$ xmllint --noout --valid *.xml

No output means no errors.

If not already done, you'll need to add the following line to your /etc/xml/catalog so that xmllint knows where to find the DTD's

<rewriteURI uriStartString="/dtd/" rewritePrefix="/usr/portage/metadata/dtd/"/>