summaryrefslogtreecommitdiff
path: root/wiki-to-help/README
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-08-27 20:38:14 +0200
committerAndras Timar <andras.timar@collabora.com>2018-08-27 20:45:43 +0200
commitd2330a41e530b22a89fb32e4963d874f6a1d69ea (patch)
tree7cbfc32e46decb7054ee2f7ff3ec0f424f49d108 /wiki-to-help/README
parentad2c3417d5a789ef775fdf70b85f7d95845d4d03 (diff)
remove unused and abandoned wiki-to-help code
Change-Id: Ifd3585262f6e5a04a19e040a5e5cfd48376bfbe6 Reviewed-on: https://gerrit.libreoffice.org/59676 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'wiki-to-help/README')
-rw-r--r--wiki-to-help/README56
1 files changed, 0 insertions, 56 deletions
diff --git a/wiki-to-help/README b/wiki-to-help/README
deleted file mode 100644
index 2f254ac0a1..0000000000
--- a/wiki-to-help/README
+++ /dev/null
@@ -1,56 +0,0 @@
-
-Conversion of an XML-Dump to platformspecific help files
---------------------------------------------------------
-
-1 INSTALLATION
-
-The following programs are required:
- - mwlib
- - python
- - python-lxml
- - xsltproc
- - unzip
- - docbook-xsl-stylesheets
-
-HHC-Installer depends on:
- - wine
- - cabextract
- - wget
-
-1.1 On GNU and UNIX
-
- - Install wine
- - Execute HHC/install_hhc.sh
-
-1.2 On Windows
-
- - Install HHC from http://go.microsoft.com/fwlink/?LinkId=14188
-
-2 USAGE
-
-See ./convert.py -h
-
-For the correct operation, you need to modify htmlhelp.xsl to point to your
-docbook-xsl-stylesheets installation, like:
-
---- a/helpcontent2/wiki-to-help/htmlhelp.xsl
-+++ b/helpcontent2/wiki-to-help/htmlhelp.xsl
-@@ -16,8 +16,8 @@
-
- ******************************************************************** -->
-
--<xsl:import href="xsl/html/chunk.xsl"/>
-+<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/1.76.1/html/chunk.xsl"/>
- <xsl:param name="htmlhelp.use.hhk" select="1"></xsl:param>
--<xsl:include href="xsl/htmlhelp/htmlhelp-common.xsl"/>
-+<xsl:include href="/usr/share/xml/docbook/stylesheet/nwalsh/1.76.1/htmlhelp/htmlhelp-common.xsl"/>
-
- </xsl:stylesheet>
-
-
-3 LICENSE
-
-The following applies to all files if not stated differently
-
- - Licensed under GNU LGPLv3 or later / MPL
- - Copyright 2011 Timo Richter