[Xfce4-commits] <ristretto:master> remove docs
Stephan Arts
noreply at xfce.org
Thu Oct 27 18:06:01 CEST 2011
Updating branch refs/heads/master
to 67fa0670d401adf01208e56a3f68ea0bdc6a3c15 (commit)
from c5e02d94610962422eb18dc8543aa709fae072ed (commit)
commit 67fa0670d401adf01208e56a3f68ea0bdc6a3c15
Author: Stephan Arts <stephan at xfce.org>
Date: Thu Oct 27 17:26:42 2011 +0200
remove docs
docs/Makefile.am | 1 -
docs/manual/C/Makefile.am | 66 ----------
docs/manual/C/images/Makefile.am | 7 -
docs/manual/C/ristretto.xml.in | 66 ----------
docs/manual/Makefile.am | 6 -
docs/manual/ristretto.css | 101 ---------------
docs/manual/ristretto.xsl | 255 --------------------------------------
7 files changed, 0 insertions(+), 502 deletions(-)
diff --git a/docs/Makefile.am b/docs/Makefile.am
deleted file mode 100644
index e76efaf..0000000
--- a/docs/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = manual
diff --git a/docs/manual/C/Makefile.am b/docs/manual/C/Makefile.am
deleted file mode 100644
index bb5adc2..0000000
--- a/docs/manual/C/Makefile.am
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copied from Thunar, original author: Benedict Meurer
-
-SUBDIRS = \
- images
-
-TARGET_DIR = $(docdir)/html/C
-STYLESHEET = ../ristretto.xsl
-DOCUMENT = ristretto.xml
-
-# We set GPATH here; this gives us semantics for GNU make
-# which are more like other make's VPATH, when it comes to
-# whether a source that is a target of one rule is then
-# searched for in VPATH/GPATH.
-GPATH = $(srcdir)
-
-DOC_STAMPS = html-build.stamp
-
-EXTRA_DIST = $(DOCUMENT)
-CLEANFILES = $(DOC_STAMPS)
-
-if ENABLE_XSLTPROC
-all-local: html-build.stamp
-
-html-build.stamp: $(srcdir)/$(DOCUMENT) $(srcdir)/$(STYLESHEET)
- @echo "*** Building HTML ***"
- @-chmod -R u+w $(srcdir)
- rm -rf $(srcdir)/html
- mkdir $(srcdir)/html
- $(XSLTPROC) --nonet -o $(srcdir)/html/ $(srcdir)/$(STYLESHEET) \
- $(srcdir)/$(DOCUMENT)
- touch html-build.stamp
-else
-all-local:
-endif
-
-maintainer-clean-local: clean
- (cd $(srcdir) && rm -rf html)
-
-install-data-local:
- installfiles=`echo $(srcdir)/html/*`; \
- if test "$$installfiles" = '$(srcdir)/html/*'; then \
- echo "--- Nothing to install"; \
- else \
- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
- for file in $$installfiles; do \
- echo "--- Installing "$$file; \
- $(INSTALL_DATA) $$file $(DESTDIR)$(TARGET_DIR); \
- done; \
- fi
-
-uninstall-local:
- rm -rf $(DESTDIR)$(TARGET_DIR)/*
-
-if ENABLE_XSLTPROC
-dist-check-xsltproc: all
-else
-dist-check-xsltproc:
- @echo "*** xsltproc must be installed and enabled in order to make dist"
- @false
-endif
-
-dist-hook: dist-check-xsltproc dist-hook-local
- mkdir $(distdir)/html
- -cp $(srcdir)/html/* $(distdir)/html
-
-.PHONY: dist-hook-local
diff --git a/docs/manual/C/images/Makefile.am b/docs/manual/C/images/Makefile.am
deleted file mode 100644
index 7b02fc9..0000000
--- a/docs/manual/C/images/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-
-imagesdir = $(datadir)/doc/ristretto/html/C/images
-images_DATA =
-
-EXTRA_DIST = \
- $(images_DATA)
-
diff --git a/docs/manual/C/ristretto.xml.in b/docs/manual/C/ristretto.xml.in
deleted file mode 100644
index e2e704b..0000000
--- a/docs/manual/C/ristretto.xml.in
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
- <!ENTITY date "Januari 2009">
- <!ENTITY version "@PACKAGE_VERSION@">
- <!ENTITY application "@PACKAGE_NAME@">
-]>
-<article id="index" lang="en">
-
- <!-- Header -->
- <articleinfo>
- <title>Ristretto Image Viewer</title>
-
- <pubdate>&date;</pubdate>
-
- <copyright>
- <year>2006</year>
- <year>2007</year>
- <year>2008</year>
- <year>2008</year>
- <holder>Stephan Arts</holder>
- </copyright>
-
- <legalnotice id="legalnotice">
- <para>
- Permission is granted to copy, distribute and/or modify this document
- under the terms of the GNU Free Documentation License, Version 1.1 or
- any later version published by the Free Software Foundation; with no
- Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
- Texts. The complete license text is available from the <ulink
- type="http" url="http://www.gnu.org/">Free Software Foundation</ulink>.
- </para>
- </legalnotice>
-
- <authorgroup>
- <author>
- <firstname>Stephan</firstname>
- <surname>Arts</surname>
- <affiliation>
- <address><email>stephan at xfce.org</email></address>
- <!--
- <orgname>os-cillation</orgname>
- <orgdiv>System development</orgdiv>
- <jobtitle>Software developer</jobtitle>
- -->
- </affiliation>
- </author>
- </authorgroup>
-
- <releaseinfo>
- This manual describes version &version; of &application;.
- </releaseinfo>
- </articleinfo>
-
- <sect1 id="intro">
- <title>Introduction to &application;</title>
-
- <para>
- </para>
-
- </sect1>
-
-</article>
-<!--
- vim:set ts=2 sw=2 et ai encoding=UTF-8:
--->
diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am
deleted file mode 100644
index 5416fbf..0000000
--- a/docs/manual/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-SUBDIRS = \
- C
-
-EXTRA_DIST = \
- ristretto.css \
- ristretto.xsl
diff --git a/docs/manual/ristretto.css b/docs/manual/ristretto.css
deleted file mode 100644
index 6a99dba..0000000
--- a/docs/manual/ristretto.css
+++ /dev/null
@@ -1,101 +0,0 @@
-/* Copied from Thunar written by Benedict Meurer */
-
-body address
-{
- line-height: 1.3;
- margin: .6em 0;
-}
-
-body blockquote
-{
- margin-top: .75em;
- line-height: 1.5;
- margin-bottom: .75em;
-}
-
-html body
-{
- margin: 1em 8% 1em 10%;
- line-height: 1.2;
- background-color: #ffffff;
-}
-
-body pre
-{
- margin: .75em 0;
- line-height: 1.3;
- color: #4f3f3f;
- font-weight: bold;
-}
-
-body div
-{
- margin: 0;
-}
-
-dl
-{
- margin: .8em 0;
- line-height: 1.2;
-}
-
-.legalnotice
-{
- font-size: small;
- font-variant: small-caps;
-}
-
-h1,h2,h3,h4,h5,h6,
-div.example p b,
-.question,
-div.table p b,
-div.procedure p b
-{
- color: #990000;
-}
-
-.option
-{
- color: #0000ca;
- font-weight: bold;
-}
-
-.parameter
-{
- color: #007a00;
- font-weight: bold;
-}
-
-a
-{
- color: #000000;
-}
-
-a:hover
-{
- color: #3c3c3c;
- border-bottom: 1px dotted #dc0000;
-}
-
-hr
-{
- background-color: #9c9c9c;
- border-style: none;
- height: 1px;
-}
-
-ul li
-{
- list-style-type: square;
-}
-
-.programlisting, .screen
-{
- background-color: #F8F9FD;
- border-color: #907777;
- border-width: 1px;
- border-style: solid;
- padding: 0.5em;
-}
-
-/* vim:set ts=2 sw=2 et ai: */
diff --git a/docs/manual/ristretto.xsl b/docs/manual/ristretto.xsl
deleted file mode 100644
index 337e68a..0000000
--- a/docs/manual/ristretto.xsl
+++ /dev/null
@@ -1,255 +0,0 @@
-<?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">
-
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
-
-<!-- XSL copied from Thunar written by Bennedict Meurer-->
-<!-- Use stylesheet -->
-<xsl:param name="html.stylesheet" select="'../ristretto.css'"/>
-
-<!-- labels and numbering -->
-<xsl:param name="autotoc.label.separator" select="'. '"/>
-<xsl:param name="chapter.autolabel" select="1"/>
-
-<!-- Don't force the use of index.html as root filename -->
-<xsl:param name="root.filename" select="''"/>
-
-<!-- Use element id (if present) as file name -->
-<xsl:variable name="use.id.as.filename">1</xsl:variable>
-
-<xsl:template match="releaseinfo" mode="titlepage.mode">
- <span class="{name(.)}">
- <br/>
- <xsl:apply-templates mode="titlepage.mode"/>
- <br/>
- </span>
-</xsl:template>
-
-<!-- Use graphics in admonitions (note, warning, etc) -->
-<xsl:variable name="admon.graphics">0</xsl:variable>
-
-<xsl:param name="admon.style">
- <xsl:text>text-align: left;</xsl:text></xsl:param>
-
-<xsl:variable name="admon.graphics.path">stylesheet-images/</xsl:variable>
-
-<xsl:variable name="admon.graphics.extension">.gif</xsl:variable>
-
-<xsl:param name="table.border.thickness" select="'0.2pt'"/>
-
-<xsl:param name="graphic.default.extension" select="png"/>
-
-<!-- This requires an adapted template for tgroup (see end of stylesheet) -->
-<xsl:attribute-set name="table.style">
- <xsl:attribute name="bgcolor">#fdf9f8</xsl:attribute>
- <xsl:attribute name="cellspacing">0</xsl:attribute>
- <xsl:attribute name="cellpadding">4</xsl:attribute>
-</xsl:attribute-set>
-
-
-<xsl:param name="generate.legalnotice.link" select="0"/>
-
-<!-- set font styles for various tags -->
-<xsl:template match="guibutton">
-<xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<xsl:template match="guiicon">
-<xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<xsl:template match="guilabel">
-<xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<xsl:template match="guimenu">
-<xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<xsl:template match="guimenuitem">
-<xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<xsl:template match="guisubmenu">
-<xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<xsl:template match="application">
-<xsl:call-template name="inline.boldmonoseq"/>
-</xsl:template>
-
-<xsl:template match="caption">
-<xsl:call-template name="inline.boldseq"/>
-</xsl:template>
-
-<!-- Adapted template for tgroup. The only change is the addition of -->
-<!-- table.style attributes -->
-<xsl:template match="tgroup">
- <table xsl:use-attribute-sets="table.style">
- <xsl:choose>
- <!-- If there's a <?dbhtml table-summary="foo"?> PI, use it for
- the HTML table summary attribute -->
- <xsl:when test="processing-instruction('dbhtml')">
- <xsl:variable name="summary">
- <xsl:call-template name="dbhtml-attribute">
- <xsl:with-param name="pis"
- select="processing-instruction('dbhtml')[1]"/>
- <xsl:with-param name="attribute" select="'table-summary'"/>
- </xsl:call-template>
- </xsl:variable>
- <xsl:if test="$summary != ''">
- <xsl:attribute name="summary">
- <xsl:value-of select="$summary"/>
- </xsl:attribute>
- </xsl:if>
- </xsl:when>
- <!-- Otherwise, if there's a title, use that -->
- <xsl:when test="../title">
- <xsl:attribute name="summary">
- <xsl:value-of select="string(../title)"/>
- </xsl:attribute>
- </xsl:when>
- <!-- Otherwise, forget the whole idea -->
- <xsl:otherwise><!-- nevermind --></xsl:otherwise>
- </xsl:choose>
-
- <xsl:if test="../@pgwide=1">
- <xsl:attribute name="width">100%</xsl:attribute>
- </xsl:if>
-
- <xsl:choose>
- <xsl:when test="../@frame='none'">
- <xsl:attribute name="border">0</xsl:attribute>
- </xsl:when>
- <xsl:when test="$table.borders.with.css != 0">
- <xsl:attribute name="border">0</xsl:attribute>
- <xsl:choose>
- <xsl:when test="../@frame='topbot' or ../@frame='top'">
- <xsl:attribute name="style">
- <xsl:call-template name="border">
- <xsl:with-param name="side" select="'top'"/>
- </xsl:call-template>
- </xsl:attribute>
- </xsl:when>
- <xsl:when test="../@frame='sides'">
- <xsl:attribute name="style">
- <xsl:call-template name="border">
- <xsl:with-param name="side" select="'left'"/>
- </xsl:call-template>
- <xsl:call-template name="border">
- <xsl:with-param name="side" select="'right'"/>
- </xsl:call-template>
- </xsl:attribute>
- </xsl:when>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:attribute name="border">1</xsl:attribute>
- </xsl:otherwise>
- </xsl:choose>
-
- <xsl:variable name="colgroup">
- <colgroup>
- <xsl:call-template name="generate.colgroup">
- <xsl:with-param name="cols" select="@cols"/>
- </xsl:call-template>
- </colgroup>
- </xsl:variable>
-
- <xsl:variable name="explicit.table.width">
- <xsl:call-template name="dbhtml-attribute">
- <xsl:with-param name="pis"
- select="../processing-instruction('dbhtml')[1]"/>
- <xsl:with-param name="attribute" select="'table-width'"/>
- </xsl:call-template>
- </xsl:variable>
-
- <xsl:variable name="table.width">
- <xsl:choose>
- <xsl:when test="$explicit.table.width != ''">
- <xsl:value-of select="$explicit.table.width"/>
- </xsl:when>
- <xsl:when test="$default.table.width = ''">
- <xsl:text>100%</xsl:text>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$default.table.width"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:if test="$default.table.width != ''
- or $explicit.table.width != ''">
- <xsl:attribute name="width">
- <xsl:choose>
- <xsl:when test="contains($table.width, '%')">
- <xsl:value-of select="$table.width"/>
- </xsl:when>
- <xsl:when test="$use.extensions != 0
- and $tablecolumns.extension != 0">
- <xsl:choose>
- <xsl:when test="function-available('stbl:convertLength')">
- <xsl:value-of select="stbl:convertLength($table.width)"/>
- </xsl:when>
- <xsl:when test="function-available('xtbl:convertLength')">
- <xsl:value-of select="xtbl:convertLength($table.width)"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message terminate="yes">
- <xsl:text>No convertLength function available.</xsl:text>
- </xsl:message>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$table.width"/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:attribute>
- </xsl:if>
-
- <xsl:choose>
- <xsl:when test="$use.extensions != 0
- and $tablecolumns.extension != 0">
- <xsl:choose>
- <xsl:when test="function-available('stbl:adjustColumnWidths')">
- <xsl:copy-of select="stbl:adjustColumnWidths($colgroup)"/>
- </xsl:when>
- <xsl:when test="function-available('xtbl:adjustColumnWidths')">
- <xsl:copy-of select="xtbl:adjustColumnWidths($colgroup)"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:message terminate="yes">
- <xsl:text>No adjustColumnWidths function available.</xsl:text>
- </xsl:message>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="$colgroup"/>
- </xsl:otherwise>
- </xsl:choose>
-
- <xsl:apply-templates select="thead"/>
- <xsl:apply-templates select="tbody"/>
- <xsl:apply-templates select="tfoot"/>
-
- <xsl:if test=".//footnote">
- <tbody class="footnotes">
- <tr>
- <td colspan="{@cols}">
- <xsl:apply-templates select=".//footnote"
- mode="table.footnote.mode"/>
- </td>
- </tr>
- </tbody>
- </xsl:if>
- </table>
-</xsl:template>
-
-
-</xsl:stylesheet>
-
More information about the Xfce4-commits
mailing list