comparison DOCS/xml/README.maintainers @ 29976:397bda90657c

Drop support for per-language stylesheets. In all these years nobody ever used this feature.
author diego
date Mon, 14 Dec 2009 01:51:42 +0000
parents 2d0562d1c52f
children 253fb126c4ee
comparison
equal deleted inserted replaced
29975:2d0562d1c52f 29976:397bda90657c
65 (please, pay attention to quotes): 65 (please, pay attention to quotes):
66 66
67 <xsl:param name="chunker.output.encoding" select="'your_encoding'"/> 67 <xsl:param name="chunker.output.encoding" select="'your_encoding'"/>
68 <xsl:output encoding="your_encoding"/> 68 <xsl:output encoding="your_encoding"/>
69 69
70 5) If you are using your own HTML stylesheet, edit your Makefile and set 70 5) In each translated file after the <?xml ... ?> tag you must put a note
71 the HTML_STYLESHEET variable to its name. Please, don't call your HTML
72 stylesheet 'default.css'.
73
74 6) In each translated file after the <?xml ... ?> tag you must put a note
75 like <!-- synced with r2 -->, where 2 is the revision of corresponding 71 like <!-- synced with r2 -->, where 2 is the revision of corresponding
76 English file (see comment at the top of file). 72 English file (see comment at the top of file).
77 73
78 That's all, in theory. 74 That's all, in theory.