summaryrefslogtreecommitdiff
path: root/textproc/sml-fxp/files/patch-doc-index.html
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sml-fxp/files/patch-doc-index.html')
-rw-r--r--textproc/sml-fxp/files/patch-doc-index.html144
1 files changed, 0 insertions, 144 deletions
diff --git a/textproc/sml-fxp/files/patch-doc-index.html b/textproc/sml-fxp/files/patch-doc-index.html
deleted file mode 100644
index bf35939ddb06..000000000000
--- a/textproc/sml-fxp/files/patch-doc-index.html
+++ /dev/null
@@ -1,144 +0,0 @@
---- doc/index.html.orig Thu May 31 10:32:04 2007
-+++ doc/index.html Thu May 31 10:33:53 2007
-@@ -8,39 +8,39 @@
- <body bgcolor="#FFFFFF">
-
- <h1>
--<img SRC="fxp-shadow.jpg" ALT="fxp" BORDER=0 align=CENTER> The Functional
-+<img SRC="Images/fxp-shadow.jpg" ALT="fxp" BORDER=0 align=CENTER> The Functional
- XML Parser</h1>
--<img SRC="shadow.jpg" ALT="----------------" >
-+<img SRC="Images/shadow.jpg" ALT="----------------" >
- <h2>
- Contents</h2>
-
- <table>
- <tr>
--<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td><a href="#FXP">About <i>fxp</i></a></td>
- </tr>
-
- <tr>
--<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td><a href="#VERSION"><i>fxp</i> Versions and Changes</a></td>
- </tr>
-
- <tr>
--<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td><a href="#GET">Where to get <i>fxp</i></a></td>
- </tr>
-
- <tr>
--<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td><a href="#INSTALL">How to install <i>fxp</i></a></td>
- </tr>
-
- <tr>
--<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td>Example Applications: <i><a href="fxp.html">fxp</a></i>, <i><a href="fxcanon.html">fxcanon</a></i>,
- <i><a href="fxcopy.html">fxcopy</a></i>, <i><a href="fxesis.html">fxesis</a></i>,
-@@ -48,7 +48,7 @@
- </tr>
- </table>
-
--<p><img SRC="shadow.jpg" ALT="----------------" >
-+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
- <h3>
- <a NAME="FXP"></a>What is <i>fxp</i>?</h3>
- <i>fxp</i> is a validating <a href="http://www.w3.org/TR/REC-xml">XML</a>
-@@ -56,14 +56,14 @@
- validate both XML 1.0 and XML 1.1 documents. It has a <a
- href="#API">programming interface</a> allowing for production of XML
- applications based on <i>fxp</i>. It comes with four example applications:
--<table> <tr> <td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<table> <tr> <td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td><i><a href="fxp.html">fxp</a></i>, the pure parser. It parses a document
- and finds well-formedness errors, validity errors and other problems;</td>
- </tr>
-
- <tr>
--<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td><i><a href="fxcanon.html">fxcanon</a></i> produces an equivalent canonical
- XML document. <a href="http://www.jclark.com/xml/canonxml.html">Canonical
-@@ -73,7 +73,7 @@
- </tr>
-
- <tr>
--<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td><i><a href="fxcopy.html">fxcopy</a></i> reproduces the document parsed
- by <i>fxp</i>. The copy can be generated in a different encoding than the
-@@ -82,7 +82,7 @@
- </tr>
-
- <tr>
--<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td><i><a href="fxesis.html">fxesis</a></i> adds a backend to <i>fxp</i>,
- producing an output similar to <i><a href="http://www.jclark.com/sp/nsgmls.htm">nsgmls</a></i>'s
-@@ -90,26 +90,26 @@
- </tr>
-
- <tr>
--<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
-+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
-
- <td><i><a href="fxviz.html">fxviz</a></i> is an XML tree visualizer. It
- produces a graph description suitable as input to Georg Sander's <i><a href="ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/">vcg</a></i>.&nbsp;</td>
- </tr>
- </table>
- More <a href="features.html">features</a> of <i>fxp</i> are <a href="features.html">here</a>.
--<p><img SRC="shadow.jpg" ALT="----------------" >
-+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
-
- <h3><a NAME="VERSION"></a><i>fxp</i> Versions and Changes</h3>
-
- <p>The current version of <i>fxp</i> is 2.0. Changes from the
- previous versions are described <a href="CHANGES">here</a>.</p>
-
--<p><img SRC="shadow.jpg" ALT="----------------" >
-+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
-
- <h3>
- <a NAME="GET"></a>Downloading <i>fxp</i></h3>
- The source code for <i>fxp</i> can be downloaded by <a href="fxp.tar.gz">http</a>. The Copyright note is <a href="COPYRIGHT">here</a>.
--<p><img SRC="shadow.jpg" ALT="----------------" >
-+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
- <h3>
- <a NAME="INSTALL"></a>Installation instructions</h3> In order to
- install <i>fxp</i>, you need an SML compiler. It has been tested with
-@@ -218,15 +218,15 @@
- <li>
- If you want to use <i>fxviz</i>, you should also install <i><a href="ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/">vcg</a></i>.</li>
- </ol>
--<img SRC="shadow.jpg" ALT="----------------" >
-+<img SRC="Images/shadow.jpg" ALT="----------------" >
-
- <h3><a NAME="API"></a><i>fxp</i>'s Programming Interface</h3>
- Here is a <a href="api.ps">document </a>describinng the programming interface
--<p><img SRC="shadow.jpg" ALT="----------------" >
-+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
-
- <h3><i>fxp</i>'s feedback address</h3>
--Any feedback related to fxp is welcome to: <img src="Images/email.png"> <p><img
--SRC="shadow.jpg" ALT="----------------" >
-+Any feedback related to fxp is welcome to: <img SRC="Images/email.png"> <p><img
-+SRC="Images/shadow.jpg" ALT="----------------" >
-
-
- <h3>Credits:</h3> The author of fxp is <a