Age | Commit message (Collapse) | Author | Files | Lines |
|
Report and fix by @alexandroid000. Fixes #860.
|
|
Fixes #847.
|
|
There's no mention of this on the issue tracker, so here's my recap of
what led to this change.
There is some drama around Freenode. Their volunteer staff quit[1]. Then
the new-ish management started enacting strange policy changes[2] and
take over the channels[3]. On June 26th 2021 Freenode's bot tried to
take over #hakyll, but failed; however, it did succeed in #haskell and
many, many other channels.
For the preceding week, me and IRC user henk were trying to move the
channel off the Freenode, either to Libera.Chat or OFTC. Jasper, the
founder of Hakyll, was absent from IRC and didn't respond to my emails.
Me and henk are the most active IRC users on the channel. Also, I have
Collaborator access to the repo, and henk has chanop access to the IRC
channel. We believe that at this time, we're the ones who are the best
positioned to execute the move, so we're doing it.
We only considered Libera.Chat and OFTC. Libera.Chat was created a week
earlier by the same staff who quit Freenode; I personally consider them
to be a spiritual successor of Freenode. OFTC is a well-established
network with good governance documentation. Both networks are
FOSS-friendly. The choice wasn't obvious.
Libera.Chat was picked because 10 users moved there (and 1 more did
while I was typing this!), whereas only 2 joined OFTC (me and henk, and
those weren't votes for OFTC — we were just ensuring that the channel is
ours). Also, #haskell and #ghc are on Libera too, so it makes sense for
a Haskell project such as Hakyll to be present on Libera.
For posterity:
<Minoru> info #hakyll
-ChanServ(ChanServ@services.)- Information on #hakyll:
-ChanServ(ChanServ@services.)- Founder : jaspervdj
-ChanServ(ChanServ@services.)- Registered : Mar 01 13:29:17 2011 (10y 12w 5d ago)
-ChanServ(ChanServ@services.)- Mode lock : +ntc-slk
-ChanServ(ChanServ@services.)- *** End of Info ***
1. https://kline.sh
2. https://github.com/freenode/web-7.0/pull/513
3. https://www.devever.net/~hl/freenode_abuse
|
|
* added nliu.net to examples for shameless self-promotion
* fixed comma formatting
|
|
|
|
|
|
stable release (#798)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #473
|
|
|
|
|
|
See #675
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it works well with npm-provided libraries, such as bootstrap
|
|
|
|
Removes the following due to no longer existing or not using hakyll:
* abizern.org says it's using Hugo & Goa
* covariant.me is no longer up, and neither is the repo
* rockymadden.com just redirects to github, and the rockymadden-web repo no
longer exists.
* blog.dshevchenko.biz no longer exists, and neither does the repoo
* jozefg.bitbucket.org is no longer up. The repo is still up, but I couldn't
find a good archive.org for it. The URL just redirects to bitbucket.org
* rohanjain.in now uses Hugo
* ruudvanasseldonk.com now uses a custom Haskell generator that is part of its
source repo.`
The following are changed due to moving:
* https://github.com/maseek/maseek-codes -> https://github.com/tzemanovic/tzemanovic
also http://maseek.codes -> https://tzemanovic.github.io/
The following are no longer up, so switching to archive.org link:
* tesser.org is no longer up, last archive.org snapshot was in 2016
|
|
|
|
|
|
Since version 4.8 `Metadata` is no longer a Map but a YAML object. (see #225)
The compilers tutorial is adapted to use `lookupString` instead of `Map.lookup`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I clicked all the links, looking for website ideas / potential code to use, removing the ones that are gone / different content. In one case, http://blog.darkfox.id.au/ , hakyll isn't being used. In several cases, the source still exists but the website does not.
Also, when I was searching earlier I found this nice looking site that is not listed https://thibaud.dauce.fr/
|
|
|
|
Add website of the Russian podcast about Haskell.
|