DCP-o-matic tweaks.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Jul 2013 20:16:37 +0000 (21:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Jul 2013 20:16:37 +0000 (21:16 +0100)
doc/manual/dcpomatic-pdf.xml [deleted file]
doc/manual/dcpomatic-pdf.xsl [new file with mode: 0644]
doc/manual/dcpomatic.xml

diff --git a/doc/manual/dcpomatic-pdf.xml b/doc/manual/dcpomatic-pdf.xml
deleted file mode 100644 (file)
index 414fb64..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version='1.0' encoding="iso-8859-1"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
-
-<!-- colour links in black -->
-<xsl:param name="latex.hyperparam">colorlinks,linkcolor=black,urlcolor=black</xsl:param>
-
-<!-- no revhistory table -->
-<xsl:param name="doc.collab.show">0</xsl:param>
-<xsl:param name="latex.output.revhistory">0</xsl:param>
-
-<!-- hack images to vaguely the right size -->
-<xsl:param name="imagedata.default.scale">scale=0.6</xsl:param>
-
-<!-- don't make too-ridiculous section numbers -->
-<xsl:param name="doc.section.depth">3</xsl:param>
-
-</xsl:stylesheet>
diff --git a/doc/manual/dcpomatic-pdf.xsl b/doc/manual/dcpomatic-pdf.xsl
new file mode 100644 (file)
index 0000000..414fb64
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding="iso-8859-1"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
+
+<!-- colour links in black -->
+<xsl:param name="latex.hyperparam">colorlinks,linkcolor=black,urlcolor=black</xsl:param>
+
+<!-- no revhistory table -->
+<xsl:param name="doc.collab.show">0</xsl:param>
+<xsl:param name="latex.output.revhistory">0</xsl:param>
+
+<!-- hack images to vaguely the right size -->
+<xsl:param name="imagedata.default.scale">scale=0.6</xsl:param>
+
+<!-- don't make too-ridiculous section numbers -->
+<xsl:param name="doc.section.depth">3</xsl:param>
+
+</xsl:stylesheet>
index e8ee6799530d96d8e075ee3bcb51b366e101b61e..cbc4b3c25574c3055d7e344019f12a6349281902 100644 (file)
@@ -68,7 +68,7 @@ This manual uses icons from the <ulink url="http://tango.freedesktop.org/">Tango
 
 <para>
 To install DCP-o-matic on Windows, simply download the installer from
-<ulink url="http://dcpomatic.com/">http://dcpomatic.com</ulink>
+<ulink url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>
 and double-click it.  Click through the installer wizard, and
 DCP-o-matic will be installed onto your machine.
 </para>
@@ -84,6 +84,20 @@ version.
 
 </section>
 
+<section>
+<title>Mac OS X</title>
+
+<para>
+DCP-o-matic will run on Mac OS X version 10.6 (Snow Leopard) and
+higher.  To install it, download the <code>DMG</code> from <ulink
+url="http://dcpomatic.com/">http://dcpomatic.com/</ulink> and double
+click to open it.  Then drag the DCP-o-matic icon to your
+<guilabel>Applications</guilabel> folder or wherever else you would
+like to install it.
+</para>
+
+</section>
+
 <section>
 <title>Ubuntu Linux</title>
 
@@ -92,7 +106,7 @@ You can install DCP-o-matic on Ubuntu 12.04 (&lsquo;Precise
 Pangolin&rsquo;), 12.10 (&lsquo;Quantal Quetzal&rsquo;) or 13.04
 (&lsquo;Raring Ringtail&rsquo;) using <code>.deb</code> packages:
 download the appropriate package from <ulink
-url="http://dcpomatic.com">http://dcpomatic.com</ulink> and
+url="http://dcpomatic.com/">http://dcpomatic.com/</ulink> and
 double-click it.  Ubuntu will install the necessary bits and pieces
 and set DCP-o-matic up for you.
 </para>
@@ -129,7 +143,7 @@ The following dependencies are required:
 <para>
 Once you have installed the development packages for the dependencies,
 download the source code from <ulink
-url="http://carlh.net/software/dcpomatic">http://carlh.net</ulink>,
+url="http://dcpomatic.com/">http://dcpomatic.com/</ulink>,
 unpack it and run the following commands from inside the source
 directory:
 </para>
@@ -180,7 +194,7 @@ the low-resolution version to save everyone's bandwidth bills.
 <para>
 Now, start DCP-o-matic and its window will open.  First, we will
 create a new &lsquo;film&rsquo;.  A &lsquo;film&rsquo; is how DCP-o-matic refers to
-a piece of content, along with some settings, which we will make into
+some pieces of content, along with some settings, which we will make into
 a DCP.  DCP-o-matic stores its data in a folder on your disk while it
 creates the DCP.  You can create a new film by selecting
 <guilabel>New</guilabel> from the <guilabel>File</guilabel> menu, as