Mercurial > mplayer.hg
view DOCS/xml/xsl/ldp-html-chunk.xsl @ 22772:d2469c37ee29
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.
r22570: dont start newline with a space and readd subdirectory
r22718: add new audio and video codecs to libavcodec list
r22748: add png and gif encoders, how to use them with mencoder is another question
r22749: split sonic into sonic/sonicls and wma into wmav1/wmav2
r22750: add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)
r22751: gsm requires libgsm so remove it
r22752: aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!
r22753: ok so cljr , vcr1 and msmpegv1 dont actually work... removed
r22679: Some more details for the mga_vid section taken from drivers/README.
r22686: tdfx_vid compilation has been simplified.
r22695: Add a link to Attila's mga_vid port to Linux 2.6.x.
r22704: 'make install' now takes care of most manual installation steps for *_vid.o.
author | voroshil |
---|---|
date | Sat, 24 Mar 2007 03:28:32 +0000 |
parents | 62c5a17038ba |
children | 0f1b5b68af32 |
line wrap: on
line source
<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0' xmlns="http://www.w3.org/TR/xhtml1/transitional" exclude-result-prefixes="#default"> <!-- $Id$ --> <!-- This stylesheet calls Norman Walsh's 'docbook.xsl' stylesheet and therefore generates MULTIPLE HTML FILES as output. --> <!-- Note the the *order* of the import statements below is important and should not be changed. --> <!-- Change this to the path to where you have installed Norman Walsh's XSL stylesheets --> <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.60.1/html/chunk.xsl"/> <!-- Imports the common LDP customization layer. --> <xsl:import href="ldp-html-common.xsl"/> <!-- If there was some reason to override 'ldp-html-common.xsl' or to perform any other customizations that affect *only* the generation of multiple HTML files, those templates or parameters could be entered here. --> </xsl:stylesheet>