summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/epspdf/index.html
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2010-12-25 21:28:43 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2010-12-25 21:28:43 +0000
commit36e0a60868a91490c3a5ab331cf1ce5fd93c8039 (patch)
tree88f540a92abc756dc8430708d25b7e0b13550b17 /Master/texmf-dist/doc/support/epspdf/index.html
parenta291253eb0a578cb1f6c6342a7c26f779baad7af (diff)
Unix wrapper scripts eliminated
git-svn-id: svn://tug.org/texlive/trunk@20860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/epspdf/index.html')
-rw-r--r--Master/texmf-dist/doc/support/epspdf/index.html41
1 files changed, 19 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/support/epspdf/index.html b/Master/texmf-dist/doc/support/epspdf/index.html
index 779b59f0f25..6d77fc90025 100644
--- a/Master/texmf-dist/doc/support/epspdf/index.html
+++ b/Master/texmf-dist/doc/support/epspdf/index.html
@@ -1,6 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC
-"-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -233,17 +235,17 @@ and Tcl/Tk requirements. See the table below:</p>
<h3>Windows setup program</h3>
-<p>Download the <a href="epspdf.0.5.1.exe">epspdftk setup
+<p>Download the <a href="epspdf.0.5.2.exe">epspdftk setup
program.</a> You can run it in the usual way, by double-clicking. The
setup program will create entries in your start menu for epspdftk
and for the user manual.</p>
<p>The setup program has been created
-with <a href="http://nsis.sourceforge.net/">NSIS</a></p>.
+with <a href="http://nsis.sourceforge.net/">NSIS</a>.</p>
<h3>Windows zipfile</h3>
-<p>Download the <a href="epspdf.0.5.1.zip">epspdf zip file</a>,
+<p>Download the <a href="epspdf.0.5.2.zip">epspdf zip file</a>,
unpack it somewhere and create a batchfile epspdf.bat such as</p>
<pre>
@@ -267,17 +269,10 @@ Windows 7.</p>
<h3>Unix/Linux</h3>
-<p>Download the <a href="epspdf.0.5.1.tgz">tar.gz archive</a> and
+<p>Download the <a href="epspdf.0.5.2.tgz">tar.gz archive</a> and
unpack it in some directory. If you plan to use epspdf.rb from the
-command-line, create a shell script
-<tt>epspdf</tt> such as</p>
-
-<pre>
-#!/bin/sh
-&lt;path_to_epspdf&gt;/epspdf.rb "$@"
-</pre>
-
-<p>and put it somewhere on your path.</p>
+command-line, create a symlink to <tt>epspdf.rb</tt> somewhere on
+your searchpath.</p>
<p>You can do the same for epspdftk. The first command-line
parameter will be interpreted as startup directory for the file
@@ -317,17 +312,17 @@ or Adobe Reader.</p>
<h2><a name="files"/>Files</h2>
<ul>
-<li><a href="epspdf.0.5.1.tgz">epspdf.0.5.1.tgz</a> preferred for Unix
+<li><a href="epspdf.0.5.2.tgz">epspdf.0.5.2.tgz</a> preferred for Unix
and Mac OS X</li>
-<li><a href="epspdf.0.5.1.zip">epspdf.0.5.1.zip</a> preferred for
+<li><a href="epspdf.0.5.2.zip">epspdf.0.5.2.zip</a> preferred for
Windows if you don't want to use the installer below</li>
-<li><a href="epspdf.0.5.1.exe">epspdf.0.5.1.exe</a> Windows setup
+<li><a href="epspdf.0.5.2.exe">epspdf.0.5.2.exe</a> Windows setup
program, including Ruby subset. The epspdftk script has been
packaged with a basic Tcl/Tk into a single exe file (starpack).</li>
-<li><a href="epspdftk.0.5.1.dmg.gz">epspdftk.0.5.1.dmg.gz</a>
+<li><a href="epspdftk.0.5.2.dmg.gz">epspdftk.0.5.2.dmg.gz</a>
compressed disk image with epspdftk wrapped into a Mac OS X <q>app</q></li>
</ul>
@@ -368,8 +363,10 @@ Mac OS X applet for starting epspdftk.rb</li>
<h2><a name="releases"/>Releases</h2>
-<dl><dt>0.5.1</dt><dd>Current version. Bug fix for boundingbox
-atend.</dd>
+<dl><dt>0.5.2</dt><dd>Current version. Under Unix, wrapper scripts
+ can now be replaced with simple symlinks.</dd>
+
+<dt>0.5.1</dt><dd>Bug fix for boundingbox atend.</dd>
<dt>0.5</dt><dd>Ruby/Tk GUI replaced with Tcl/Tk GUI. Starpack
wrapper for Windows setup version.</dd>