summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/README.maintainers
diff options
context:
space:
mode:
authorlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 13:01:25 +0000
committerlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-21 13:01:25 +0000
commit0633af5e3be577b0af825e5d921f0bd55d991c8a (patch)
tree28bcd8f67d055c6e0eaffbd0e25dca78df6783d2 /DOCS/xml/README.maintainers
parentbdce2705e1bc3bec79104ee7f855b61288f92cbb (diff)
downloadmpv-0633af5e3be577b0af825e5d921f0bd55d991c8a.tar.bz2
mpv-0633af5e3be577b0af825e5d921f0bd55d991c8a.tar.xz
Update readme's. Remove incorrect bug :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10912 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/README.maintainers')
-rw-r--r--DOCS/xml/README.maintainers7
1 files changed, 6 insertions, 1 deletions
diff --git a/DOCS/xml/README.maintainers b/DOCS/xml/README.maintainers
index 5456ad851a..9bbce4c015 100644
--- a/DOCS/xml/README.maintainers
+++ b/DOCS/xml/README.maintainers
@@ -31,8 +31,13 @@ Adding new translations
'html.xsl'. And do not forget to import the toplevel XSL file:
<xsl:import href="../html.xsl"/>
+5) If you wish to change output encoding of generated files, create html.xsl
+ as suggested in step 4) and add somwhere after <xsl:import .../> such string:
-5) If you are using your own HTML stylesheet, edit your Makefile and set
+ <xsl:param name="chunker.output.encoding" select="'your_encoding'"/>
+
+ Use ru/html.xsl as example.
+6) If you are using your own HTML stylesheet, edit your Makefile and set
the HTML_STYLESHEET variable to its name.
That's all, in theory.