Make `haskell.org/alex` redirect to `haskell-alex.readthedocs.io` ?
I have updated https://haskell.org/alex (fixing #128), but I wonder whether we should simply make it a redirect to https://haskell-alex.readthedocs.io and maintain all information there?
- [ ] @gbaz, can https://haskell.org/alex be simply made a redirect (and how)?
- [ ] There is currently old stuff at
webhost.haskell.org:alexthat should be deleted:
After #128, onlysftp> ls _darcs alex-2.1.0rc.tar.gz dist doc index.html index.html-darcs-backup0index.htmlis used, the rest is not connected (and badly outdated). [distcontains some old packings of alex-2, anddocthe old rendered docbook manual.] I am going to delete all of this, unless some screams.
The Haddock maintainers chose to host their documentation on readthedocs. If you want to do the same then @gbaz or another member of the haskell-infra team can set up a redirect for you.
On the other hand, you are welcome to just integrate the page into the www.haskell.org repo.
On the other hand, you are welcome to just integrate the page into the www.haskell.org repo.
How would that work? Would it be a .markdown file under site/? Or where would I put the .html file (for the simplest solution)?
Would it be a .markdown file under site/?
That would work, and I think you can also put the HTML contents into the .markdown file because Markdown should allow embedding of HTML.
isn't Markdown problematic with colour use
The docs are update, and we are ready to do this.
This is done!