Code

Doc. Keyboard and mouse reference files exported to inkscape-docs project (see http...
[inkscape.git] / doc / keys.README
index 7a71c758a7a450ad60ab78c5ab8b875a4647466f..5289fb6bc1f95cea7f03797bb5ba8a0fb11d5677 100644 (file)
@@ -1,26 +1,3 @@
-To generate HTML and SVG files from keys.xml, you'll need an XSLT 
-processor. Any decent XSLT 1.0 or XSLT 2.0 processor should work. For example:
-
-I. Using xsltproc (available on most Linux systems):
-
-xsltproc keys-html.xsl keys.xml > keys.html
-xsltproc keys-svg.xsl keys.xml > keys.svg
-
-II. Using Saxon (a Java processor that works on any Java-supporting platform):
-
-1. Install Java
-
-2. Install Saxon (http://saxon.sf.net) so that saxon.jar is in your Java classpath
-
-3. Run:
-
-java net.sf.saxon.Transform doc/keys.xml doc/keys-svg.xsl > icons/keys.svg
-java net.sf.saxon.Transform doc/keys.xml doc/keys-html.xsl > doc/keys.html
-
-(for Saxon 7.*) or
-
-java com.icl.saxon.StyleSheet doc/keys.xml doc/keys-svg.xsl > icons/keys.svg
-java com.icl.saxon.StyleSheet doc/keys.xml doc/keys-html.xsl > doc/keys.html
-
-(for Saxon 6.*)
-
+The Keyboard and mouse reference HTML files are now extracted from the
+inkscape-doc project.
+See http://bazaar.launchpad.net/~inkscape.dev/inkscape-docs/trunk/files/head%3A/keys/ for details.