
FYI, https://haskell-links.org https://haskell-links.org/ no longer requires javascript to search links. There have also been UI tweaks and back end changes (see https://github.com/simonmichael/haskell-links#timeline https://github.com/simonmichael/haskell-links#timeline) and some discussion at https://discourse.haskell.org/t/ann-haskell-links-org-searchable-links-datab... https://discourse.haskell.org/t/ann-haskell-links-org-searchable-links-datab.... Best, -Simon
On May 16, 2022, at 12:52, Simon Michael
wrote: Hello Haskell friends,
Recently I said this on reddit:
There's no way these very frequent reddit and chat requests for learning materials can capture all the existing resources. There are too many, and folks who know where they are get burned out reposting them. There have been many attempts to gather them, haskell.org/documentation http://haskell.org/documentation being the most obvious, but none of them have fully succeeded. We could really do with some more systematic, scalable (crowd-sourced, lightweight) approach.
Then I experimented and set up https://haskell-links.org https://haskell-links.org/ . This is version 1, providing:
- A searchable read-only view of the Haskell links collected by lambdabot, the popular #haskell IRC bot.
- A redirector/link shortener/memory aid, for jumping to any of these links via their short ID. Eg:
https://haskell-links.org/doc https://haskell-links.org/doc https://haskell-links.org/books https://haskell-links.org/books https://haskell-links.org/ghc-guide https://haskell-links.org/ghc-guide
- Collected links to other Haskell search tools, making this a fast way to get to anywhere in Haskelldom.
After contemplation and discussion on #haskell, I believe version 2 should allow web editing and use its own database. But I wanted to share this one as it's a nice simple setup. I hope you might find useful ! Help is welcome, see README.
Best, -Simon