Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 107011

Summary: UTF-8 document, please add samba
Product: [OLD] Docs-user Reporter: Alon Bar-Lev (RETIRED) <alonbl>
Component: Localisation GuideAssignee: Shyam Mani (RETIRED) <fox2mike>
Status: RESOLVED FIXED    
Severity: enhancement CC: docs-team, slarti, welp
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Section on Samba
Revised edition
Final Edition

Description Alon Bar-Lev (RETIRED) gentoo-dev 2005-09-23 09:49:16 UTC
Hello,
The UTF-8 is a great document!
Just wanted to add some more items...

1. kernel configuration
Please consider to add a note to add any filesystem codepage you want to read,
not just english and utf.
Please consider to describe more clearly how to mount NTFS or VFAT device with
proper codepage... It took me a lot of time to understand what should be done.

2. samba
Please consider to add samba section so that Windows machines will be able to
use the filesystem correctly.
[global]
dos charset = 1255 (or whatever)
unix charset = UTF-8
display charset = UTF-8

Thanks!
Comment 1 Peter Weller (RETIRED) gentoo-dev 2006-07-14 16:33:41 UTC
Created attachment 91742 [details, diff]
Section on Samba

Added a section on Samba, the diff says all. It just changed to the 15th here... so don't blame me if you're in a different timezone :)
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2006-07-14 23:56:06 UTC
(In reply to comment #1)
> Created an attachment (id=91742) [edit]
> Section on Samba

Nice! Thanks!
But I think gentoo have a XML format that produce the HTML...
Comment 3 Peter Weller (RETIRED) gentoo-dev 2006-07-15 00:12:30 UTC
Created attachment 91755 [details, diff]
Revised edition

Yeah, that is a diff of the current official docs and the doc I made with the added Samba section - so it's all official GuideXML (the XML format which the Gentoo Docs use) :)

Changes:
Put "(or whatever)" in the <pre> tags inside <comment> tags as it is a comment.
Comment 4 Peter Weller (RETIRED) gentoo-dev 2006-07-15 08:04:32 UTC
Created attachment 91789 [details, diff]
Final Edition

I've tested this patch, it all works fine.
Changes: removed "(or whatever)" - looks unprofessional ^_-
Comment 5 Shyam Mani (RETIRED) gentoo-dev 2006-07-15 10:22:38 UTC
Thanks for the patch Peter, fixed in CVS