diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 21:47:51 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 21:47:51 +0000 |
commit | 0a62eb9bdccf5c6b1e83b7f025859e4ca005f4f2 (patch) | |
tree | 51b3c8113b250f97ee7c6416807a430466c8e284 /plugins/updater/bzip2-1.0.3/bz-common.xsl | |
parent | e328df9bdc816810545b91dccd52e7741e962dc0 (diff) |
goodbye updater
git-svn-id: http://svn.miranda-ng.org/main/trunk@58 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/updater/bzip2-1.0.3/bz-common.xsl')
-rw-r--r-- | plugins/updater/bzip2-1.0.3/bz-common.xsl | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/plugins/updater/bzip2-1.0.3/bz-common.xsl b/plugins/updater/bzip2-1.0.3/bz-common.xsl deleted file mode 100644 index 66fcd6fe0b..0000000000 --- a/plugins/updater/bzip2-1.0.3/bz-common.xsl +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0"?> <!-- -*- sgml -*- --> -<xsl:stylesheet - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - -<!-- we like '1.2 Title' --> -<xsl:param name="section.autolabel" select="'1'"/> -<xsl:param name="section.label.includes.component.label" select="'1'"/> - -<!-- Do not put 'Chapter' at the start of eg 'Chapter 1. Doing This' --> -<xsl:param name="local.l10n.xml" select="document('')"/> -<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> - <l:l10n language="en"> - <l:context name="title-numbered"> - <l:template name="chapter" text="%n. %t"/> - </l:context> - </l:l10n> -</l:i18n> - -<!-- don't generate sub-tocs for qanda sets --> -<xsl:param name="generate.toc"> -set toc,title -book toc,title,figure,table,example,equation -chapter toc,title -section toc -sect1 toc -sect2 toc -sect3 toc -sect4 nop -sect5 nop -qandaset toc -qandadiv nop -appendix toc,title -article/appendix nop -article toc,title -preface toc,title -reference toc,title -</xsl:param> - -</xsl:stylesheet> |