Haskell Papers
Closed this issue · 3 comments
I thought about creating a central location for Haskell papers.
Based on S. Marlow's GitHub site a demo has been created.
https://varehus.github.io/ (basically empty at present)
https://varehus.github.io/papers.html (2 publications at present)
All User's Guide linked to papers could be listed on such a page.
A new GitHub repository as follows could be created to host those pages.
github.com/haskell/haskell.github.io
IMHO, maintenance of documentation with links to papers would be facilitated by the creation of a repository for copies of such referenced papers.
Looking at the README.md file of haskell/pretty the provided link to obtain Hughes' paper was to a website whose Download Link for the .ps file (the paper) was not valid.
GH doesn't render .dvi or .ps files.
$ ps2pdf -sPAPERSIZE=a4 pretty.ps pretty.pdf
$
https://varehus.github.io/papers/pretty.pdf (temporary location)
created
papers/pretty_abstract.html
papers/bibentries.html (Marlow's site uses .bib files)
updated
papers.html (with pretty entry)
Closing now that https://github.com/haskell/meta exists.
Questions about https://github.com/haskell/ are raised there.