Summary: | Hungarian translation of the alsa-guide | ||
---|---|---|---|
Product: | [OLD] Docs-user | Reporter: | Thomas Ferencz (RETIRED) <strangedr> |
Component: | Alsa Configuration Guide | Assignee: | Thomas Ferencz (RETIRED) <strangedr> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | docs-team |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Hungarian translation of alsa-guide.xml |
Description
Thomas Ferencz (RETIRED)
![]() Created attachment 18574 [details]
Hungarian translation of alsa-guide.xml
*** Bug 30098 has been marked as a duplicate of this bug. *** *** Bug 30099 has been marked as a duplicate of this bug. *** You should first run xmllint alsa-guide.xml and/or process it with xsltproc. Check out for yourself to see how it renders : http://dev.gentoo.org/~neysx/tests/alsa-guide.html From what I see, its integrity is OK. I use this little script to process my xmls and upload them to a test dir on my ~/public_html/tests on dev.gentoo.org #!/bin/bash if xsltproc --novalid ../../gentoo/xml/htdocs/xsl/guide.xsl $1.xml >$1.html ; then echo OK sed -f x2h.sed -i $1.html scp $1.html dev.gentoo.org:public_html/tests fi your x2h.sed contain this and some text you'd like to change if you want to s/src="\/images/src="..\/images/ s/href="\/css\/main.css"/href="..\/css\/main.css"/ You would need to populate your ~/public_html/images and ~/public_html/css Simply copy mines and you'll be OK HTH The Documentation Development Guide also has a possibility on how to verify your files (see http://www.gentoo.org/proj/en/gdp/doc/en/docdev.xml). Kinda does the same, but different :) Reviewed, committed to cvs. |