1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Description: fix output of README.pod as parsed by perl POD::Simple::HTML
in order to get #___top href, the field index should be set.
Origin: vendor
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2014-03-28
--- a/test/markups/README.pod.html
+++ b/test/markups/README.pod.html
@@ -1,10 +1,10 @@
<a name='___top' class='dummyTopAnchor' ></a>
-<h1><a class='u' href='#___top' title='click to go to top of document'
+<h1><a class='u'
name="Matrixy"
>Matrixy</a></h1>
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
name="INTRODUCTION"
>INTRODUCTION</a></h2>
@@ -12,7 +12,7 @@
See the ROADMAP file for more information on the status of this project,
and what else needs to be done.</p>
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
name="ABOUT"
>ABOUT</a></h2>
@@ -22,7 +22,7 @@
<p>=item* Create a working compiler that understands the majority of the MATLAB/Octave programming language.</p>
</blockquote>
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
name="IMPLEMENTATION"
>IMPLEMENTATION</a></h2>
@@ -51,13 +51,13 @@
or mostly M with some inline PIR code in <code>toolbox/</code>.</p>
</blockquote>
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
name="DEPENDENCIES"
>DEPENDENCIES</a></h2>
<p>Matrixy depends on these dependencies:</p>
-<h3><a class='u' href='#___top' title='click to go to top of document'
+<h3><a class='u'
name="Parrot"
>Parrot</a></h3>
@@ -69,13 +69,13 @@
perl Configure.pl
make && make test && make install-dev</pre>
-<h3><a class='u' href='#___top' title='click to go to top of document'
+<h3><a class='u'
name="Parrot-Linear-Algebra"
>Parrot-Linear-Algebra</a></h3>
<p>The linear algebra package for Parrot is available separately and provides functionality required by Matrixy. This includes matrix data types and matrix manipulation libraries</p>
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
name="BUILDING"
>BUILDING</a></h2>
@@ -84,7 +84,7 @@
<pre> perl Configure.pl
nmake test</pre>
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
name="TODO"
>TODO</a></h2>
@@ -92,17 +92,16 @@
* Standard Builtins
* Test against Octave Test Suite.</pre>
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
name="BUGS"
>BUGS</a></h2>
<p>Lots!</p>
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
name="CONTACT"
>CONTACT</a></h2>
<p>If you need to contact the Matrixy team, go to the project home page at:</p>
-<p>www.github.com\Whiteknight\matrixy</p>
-
+<p>www.github.com\Whiteknight\matrixy</p>
\ No newline at end of file
|