| Server IP : 82.148.16.210 / Your IP : 216.73.216.19 Web Server : nginx/1.29.5 System : Linux mail.sarafai.ru 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64 User : root ( 0) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/share/sgml/X11/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY xorgcss SYSTEM "xorg.css">
]>
<!--
X.Org DocBook/XML customization
DocBook XSL Stylesheets HTML Parameters
http://docbook.sourceforge.net/release/xsl/current/doc/html/
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
<!-- Embedding CSS styles http://www.sagehill.net/docbookxsl/HtmlHead.html#EmbedCSS -->
<xsl:template name="user.head.content">
<style type="text/css">
<xsl:text disable-output-escaping="yes">&xorgcss;</xsl:text>
</style>
</xsl:template>
<!-- Reference Pages HTML/FO Parameters -->
<!-- The formatting of a function element will include generated parentheses -->
<xsl:param name="function.parens" select="1"/>
<!-- ANSI-style function synopses are generated for a funcsynopsis element -->
<xsl:param name="funcsynopsis.style" select="ansi"/>
<!-- Miscellaneous HTML/FO Parameters-->
<!-- SVG will be considered an acceptable image format -->
<xsl:param name="use.svg" select="1"/>
<!-- Pagination and General Styles HTML/FO Parameters -->
<!--
Speed up ps & pdf creation by not creating pages with "draft" image,
thus not needing to wait for http fetch of draft.png from docbook website.
-->
<xsl:param name="draft.mode" select="no"/>
<!-- ToC/LoT/Index Generation HTML Parameters -->
<!-- Index links should point to indexterm location, not start of section -->
<xsl:param name="index.links.to.section" select="0"/>
<!-- HTML Parameters -->
<!-- Uses XSLT Extension to provide more valid and better formatted elements-->
<xsl:param name="html.cleanup" select="1"/>
<!-- Meta/*Info and Titlepages HTML Parameters-->
<!-- Suppress abstract on title pages -->
<xsl:param name="abstract.notitle.enabled" select="1"/>
<!-- Lists HTML Parameters-->
<xsl:param name="variablelist.as.table" select="1"/>
</xsl:stylesheet>