Skip to content

Commit

Permalink
Haskell miso updates (#773)
Browse files Browse the repository at this point in the history
* Slack -> Matrix.org

* Verbiage inclusive of wasm backend.
  • Loading branch information
dmjio authored Feb 21, 2025
1 parent c3c4c0a commit bb7fd9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion haskell-miso.org/server/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ instance L.ToHtml a => L.ToHtml (Wrapper a) where
, L.content_ "width=device-width, initial-scale=1"
]
L.meta_ [ L.name_ "description"
, L.content_ "Miso is a small isomorphic Haskell front-end framework featuring a virtual-dom, diffing / patching algorithm, event delegation, event batching, SVG, Server-sent events, Websockets, type-safe servant-style routing and an extensible Subscription-based subsystem. Inspired by Elm, Redux and Bobril. Miso is pure by default, but side effects (like XHR) can be introduced into the system via the Effect data type. Miso makes heavy use of the GHCJS FFI and therefore has minimal dependencies."
, L.content_ "Miso is a small isomorphic Haskell front-end framework featuring a virtual-dom, diffing / patching algorithm, event delegation, event batching, SVG, Server-sent events, Websockets, type-safe servant-style routing and an extensible Subscription-based subsystem. Inspired by Elm, Redux and Bobril. Miso is pure by default, but side effects (like XHR) can be introduced into the system via the Effect data type. Miso makes heavy use of the GHC FFI and therefore has minimal dependencies."
]
L.style_ ".github-fork-ribbon:before { background-color: \"#e59751\" !important; } "
cssRef animateRef
Expand Down
4 changes: 2 additions & 2 deletions haskell-miso.org/shared/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ community = template v
]
] [ text "community" ]
, h2_ [ class_ "subtitle animated pulse" ] [
a_ [ href_ "https://join.slack.com/t/haskell-miso/shared_invite/zt-1w80x404h-AF2Be_BDQixNMadzadnUNg"
a_ [ href_ "https://matrix.to/#/#haskell-miso:matrix.org"
, target_ "_blank"
]
[ text "Slack" ]
[ text "Matrix.org" ]
, text " / "
, a_ [ href_ "https://www.irccloud.com/invite?channel=%23haskell-miso&hostname=irc.libera.chat&port=6697&ssl=1"
, target_ "_blank"
Expand Down

0 comments on commit bb7fd9f

Please sign in to comment.