diff options
author | Per Reedtz Thomsen <pthomsen@reedtz.com> | 2006-04-15 07:44:41 +0000 |
---|---|---|
committer | Per Reedtz Thomsen <pthomsen@reedtz.com> | 2006-04-15 07:44:41 +0000 |
commit | e87ec25dd2e1a8bd423de3864872e971e165d229 (patch) | |
tree | fdc06f60e0723fcc8ef0aab34150d6fabc01e725 /documentation/boxbackup/bb-nochunk-book.xsl | |
parent | 362e0a6c86143efb32798497f7b157eeb0302355 (diff) |
Added bbstoreaccounts man page.
Added man-page specific XSL stylesheets.
Rearranged the layout of the output directories. There are now
2 output directories:
- box-hmtl, which gets tarred up into the dockit tarball for
installation on a web server.
- man-pages, which contains all the .1.gz files for installation
somewhere in $MANPATH (/usr/share/man/manX?)
Diffstat (limited to 'documentation/boxbackup/bb-nochunk-book.xsl')
-rw-r--r-- | documentation/boxbackup/bb-nochunk-book.xsl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/boxbackup/bb-nochunk-book.xsl b/documentation/boxbackup/bb-nochunk-book.xsl new file mode 100644 index 00000000..86574122 --- /dev/null +++ b/documentation/boxbackup/bb-nochunk-book.xsl @@ -0,0 +1,17 @@ +<?xml version='1.0'?> +<xsl:stylesheet + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + +<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> + +<xsl:param name="html.stylesheet" select="'../bbdoc-man.css'"/> +<xsl:param name="chunk.section.depth" select="'0'"/> +<xsl:template name="user.header.content"> +<div id="header"> +<div id="logo"> +<img src="../images/bblogo.png" alt="logo" height="65" width="331" border="0" vspace="5" align="middle" /> <img src="../images/stepahead.png" alt="a step ahead in data security" width="182" height="11" hspace="10" vspace="20" border="0" align="middle" /></div> +</div> +</xsl:template> + + +</xsl:stylesheet> |