Full page Haskell 2010 report request

Hi, has anyone managed to produce a single-page HTML export of the Haskell 2010 report? Here's one I made by munging together the multi-page one: https://www.haskell.org/report/mono/2010#x8-440003.12 (this link is currently unpublished on the home page). But it's incomplete due to link references and things. I'd like a proper output but in the interest of my mental health prefer not to touch LaTeX except by proxy through other poor souls. Anyone managed to do this? A full, linkable page (don't worry about the section/para links, I added them with a few lines of JS, I can do it again) is really conducive to discussion of Haskell's finer points. Ciao!

I'm missing the challenges
Can't Haskell parse multiple HTML pages into one? Semi-easily?
--
--
Sent from an expensive device which will be obsolete in a few months! :D
Casey
On Feb 27, 2015 11:33 AM, "Christopher Done"
Hi, has anyone managed to produce a single-page HTML export of the Haskell 2010 report?
Here's one I made by munging together the multi-page one: https://www.haskell.org/report/mono/2010#x8-440003.12 (this link is currently unpublished on the home page).
But it's incomplete due to link references and things. I'd like a proper output but in the interest of my mental health prefer not to touch LaTeX except by proxy through other poor souls.
Anyone managed to do this? A full, linkable page (don't worry about the section/para links, I added them with a few lines of JS, I can do it again) is really conducive to discussion of Haskell's finer points.
Ciao! _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

Hi Chris, I just tested omitting the separation parameter for the html output in the makefile. html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell,2" That "2" at the end of the second line is supposed to direct the separation into files up to the 2nd level. Change that to html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell" The result is quite good. Only three footnotes got separated into extra files. HTH Thomas Am 27.02.2015 um 20:32 schrieb Christopher Done:
Hi, has anyone managed to produce a single-page HTML export of the Haskell 2010 report?
Here's one I made by munging together the multi-page one: https://www.haskell.org/report/mono/2010#x8-440003.12 (this link is currently unpublished on the home page).
But it's incomplete due to link references and things. I'd like a proper output but in the interest of my mental health prefer not to touch LaTeX except by proxy through other poor souls.
Anyone managed to do this? A full, linkable page (don't worry about the section/para links, I added them with a few lines of JS, I can do it again) is really conducive to discussion of Haskell's finer points.
Ciao! _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

Any chance you can upload that somewhere so that I can download it? :-)
On 16 March 2015 at 17:51, Thomas Horstmeyer
Hi Chris,
I just tested omitting the separation parameter for the html output in the makefile.
html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell,2"
That "2" at the end of the second line is supposed to direct the separation into files up to the 2nd level. Change that to
html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell"
The result is quite good. Only three footnotes got separated into extra files.
HTH Thomas
Am 27.02.2015 um 20:32 schrieb Christopher Done:
Hi, has anyone managed to produce a single-page HTML export of the Haskell 2010 report?
Here's one I made by munging together the multi-page one: https://www.haskell.org/report/mono/2010#x8-440003.12 (this link is currently unpublished on the home page).
But it's incomplete due to link references and things. I'd like a proper output but in the interest of my mental health prefer not to touch LaTeX except by proxy through other poor souls.
Anyone managed to do this? A full, linkable page (don't worry about the section/para links, I added them with a few lines of JS, I can do it again) is really conducive to discussion of Haskell's finer points.
Ciao! _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

Ah, sorry, somehow I was under the impression that you already had built the report and had your local infrastructure set up for that. I have put a zip archive online for you: http://www.mathematik.uni-marburg.de/~horstmey/dl/haskell2010singlehtml.zip Cheers, Thomas Am 16.03.2015 um 18:00 schrieb Christopher Done:
Any chance you can upload that somewhere so that I can download it? :-)
On 16 March 2015 at 17:51, Thomas Horstmeyer
wrote: Hi Chris,
I just tested omitting the separation parameter for the html output in the makefile.
html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell,2"
That "2" at the end of the second line is supposed to direct the separation into files up to the 2nd level. Change that to
html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell"
The result is quite good. Only three footnotes got separated into extra files.
HTH Thomas
Am 27.02.2015 um 20:32 schrieb Christopher Done:
Hi, has anyone managed to produce a single-page HTML export of the Haskell 2010 report?
Here's one I made by munging together the multi-page one: https://www.haskell.org/report/mono/2010#x8-440003.12 (this link is currently unpublished on the home page).
But it's incomplete due to link references and things. I'd like a proper output but in the interest of my mental health prefer not to touch LaTeX except by proxy through other poor souls.
Anyone managed to do this? A full, linkable page (don't worry about the section/para links, I added them with a few lines of JS, I can do it again) is really conducive to discussion of Haskell's finer points.
Ciao! _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

Cheers!
On 17 March 2015 at 12:36, Thomas Horstmeyer
Ah, sorry, somehow I was under the impression that you already had built the report and had your local infrastructure set up for that.
I have put a zip archive online for you:
http://www.mathematik.uni-marburg.de/~horstmey/dl/haskell2010singlehtml.zip
Cheers, Thomas
Am 16.03.2015 um 18:00 schrieb Christopher Done:
Any chance you can upload that somewhere so that I can download it? :-)
On 16 March 2015 at 17:51, Thomas Horstmeyer
wrote: Hi Chris,
I just tested omitting the separation parameter for the html output in the makefile.
html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell,2"
That "2" at the end of the second line is supposed to direct the separation into files up to the 2nd level. Change that to
html: $(HT_TEXS) ht/classes.eps ht/haddock.sty ht/haskell.bbl cd ht && htlatex haskell.tex "haskell"
The result is quite good. Only three footnotes got separated into extra files.
HTH Thomas
Am 27.02.2015 um 20:32 schrieb Christopher Done:
Hi, has anyone managed to produce a single-page HTML export of the Haskell 2010 report?
Here's one I made by munging together the multi-page one: https://www.haskell.org/report/mono/2010#x8-440003.12 (this link is currently unpublished on the home page).
But it's incomplete due to link references and things. I'd like a proper output but in the interest of my mental health prefer not to touch LaTeX except by proxy through other poor souls.
Anyone managed to do this? A full, linkable page (don't worry about the section/para links, I added them with a few lines of JS, I can do it again) is really conducive to discussion of Haskell's finer points.
Ciao! _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
participants (3)
-
Christopher Done
-
KC
-
Thomas Horstmeyer