Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -40,7 +40,7 @@
- More awesome (#more-awesome)
- 
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Learn
@@ -66,7 +66,8 @@
⟡ Practical Elm for a Busy Developer (https://korban.net/elm/book) - A non-beginner book about the practical aspects of developing Elm applications.
⟡ Haskell to Elm (https://github.com/eeue56/haskell-to-elm) - Collection of examples on places where Elm is different to Haskell, targeted at Elm beginners coming from Haskell backgrounds.
⟡ A nice app on Elm street (https://madewithlove.com/blog/software-engineering/using-elm-with-react-a-nice-app-on-elm-street/) - An introduction to Elm
⟡ The Elmish Book (https://zaid-ajaj.github.io/the-elmish-book) Building web applications in F# (https://dotnet.microsoft.com/languages/fsharp) following The Elm Architecture from first principles. 
⟡ The Elmish Book (https://zaid-ajaj.github.io/the-elmish-book) Building web applications in F# (https://dotnet.microsoft.com/languages/fsharp) following The Elm Architecture from first 
principles. 
⟡ Elm patterns (https://sporto.github.io/elm-patterns/) - A collection of coding patterns.
⟡ Codings hints (https://github.com/elm/compiler/tree/master/hints) - A list of README files by Evan.
⟡ Ellies catalog (https://janiczek-ellies.builtwithdark.com/) - A Collection of small example in Ellie.
@@ -88,7 +89,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Articles
@@ -96,11 +97,12 @@
Why Elm?
⟡ Side-effects of Elm in production
 (http://nonullpointers.com/posts/2019-05-28-side-effects-of-elm-in-production.html?utm_campaign=Elm%20Weekly&utm_medium=email&utm_source=Revue%20newsletter) - An experience report from Bellroy
⟡ Side-effects of Elm in production 
(http://nonullpointers.com/posts/2019-05-28-side-effects-of-elm-in-production.html?utm_campaign=Elm%20Weekly&utm_medium=email&utm_source=Revue%20newsletter) - An experience report from 
Bellroy
⟡ How Elm Made Our Work Better (http://futurice.com/blog/elm-in-the-real-world) - How a team built a business-critical web app for a customer using Elm.
⟡ FP with games in Elm
 (https://github.com/Dobiasd/articles/blob/master/switching_from_imperative_to_functional_programming_with_games_in_Elm.md) - Switching from imperative to functional programming with games in Elm.
⟡ FP with games in Elm (https://github.com/Dobiasd/articles/blob/master/switching_from_imperative_to_functional_programming_with_games_in_Elm.md) - Switching from imperative to functional 
programming with games in Elm.
⟡ Blazing Fast HTML (http://elm-lang.org/blog/blazing-fast-html) - Virtual DOM in Elm.
⟡ Elm from a Business Perspective (http://www.gizra.com/content/elm-business-perspective/) - This article discusses topics about Elm from a business perspective
⟡ Move fast and dont break things. Running a startup on Elm
@@ -118,16 +120,17 @@
Outdated articles (Not relevant for current Elm architecture)
⟡ Elm for Web Developers (https://github.com/eeue56/elm-for-web-developers) - A collection of notes for web developers looking into moving to Elm.
⟡ Elm & Components (https://medium.com/p/elm-components-3d9c00c6c612) - A blog post describing a possible approach to reducing TEA boilerplate. Useful for component libraries and anyone interested in seeing the 
amazing things you can do with function types.
⟡ Composing Features and Behaviours in the Elm Architecture (https://github.com/foxdonut/adventures-reactive-web-dev/tree/master/client-elm#composing-features-and-behaviours-in-the-elm-architecture) - An article
describing how to organize code that follows the Elm architecture into independent features, how to communicate between features, and how to group some of these features together to assemble larger features.
⟡ Elm & Components (https://medium.com/p/elm-components-3d9c00c6c612) - A blog post describing a possible approach to reducing TEA boilerplate. Useful for component libraries and anyone 
interested in seeing the amazing things you can do with function types.
⟡ Composing Features and Behaviours in the Elm Architecture 
(https://github.com/foxdonut/adventures-reactive-web-dev/tree/master/client-elm#composing-features-and-behaviours-in-the-elm-architecture) - An article describing how to organize code that 
follows the Elm architecture into independent features, how to communicate between features, and how to group some of these features together to assemble larger features.
⟡ Getting Started with Elm (https://medium.com/@diamondgfx/getting-started-with-elm-11d7a53b1a78) - Series of Elm education tutorials.
⟡ Elm & Guarantees (https://medium.com/@debois/elm-guarantees-92a66679f7bd) - a realistic look at where Elm is and isnt superior to other options.
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Videos
@@ -154,12 +157,14 @@
⟡ Richard Feldman: Introduction to Elm | 2016 (https://www.youtube.com/watch?v=3_M2G9U51GA) - A talk that gives a broad, high-level introduction to Elm.
⟡ Amitai Burstein: Frontend with Guarantees | 2016 (https://www.youtube.com/watch?v=FgaoOgJ5CAU) - A talk from You Gotta Love Frontend 2016
⟡ Jessica Kerr: Adventures in Elm | 2016 (https://www.youtube.com/watch?v=cgXhMc8M4X4) - A talk about the combination of functional programming with Elm at GOTO Chicago 2016.
⟡ Aaron VonderHaar: Codevember | 2016  (https://www.youtube.com/playlist?list=PLDA4wlOlLJvXAEsJDje4hdLazsihZiQNf) + ElmLive (https://www.youtube.com/playlist?list=PLDA4wlOlLJvWSYo3KiEa4q4ETkXpTaKlw) - elm live 
video examples.
⟡ Richard Feldman: Making impossible states impossible | 2016 (https://www.youtube.com/watch?v=IcgmSRJHu_8) - A talk about modelling data structures in Elm in a way that makes invalid states unrepresentable
⟡ Aaron VonderHaar: Codevember | 2016  (https://www.youtube.com/playlist?list=PLDA4wlOlLJvXAEsJDje4hdLazsihZiQNf) + ElmLive 
(https://www.youtube.com/playlist?list=PLDA4wlOlLJvWSYo3KiEa4q4ETkXpTaKlw) - elm live video examples.
⟡ Richard Feldman: Making impossible states impossible | 2016
 (https://www.youtube.com/watch?v=IcgmSRJHu_8) - A talk about modelling data structures in Elm in a way that makes invalid states unrepresentable
⟡ Richard Feldman: Effects as Data | 2015 (https://www.youtube.com/watch?v=6EdXaWfoslc) - A talk about how Elm manages side effects.
⟡ Richard Feldman: Make the Back-End Team Jealous: Elm in Production | 2015 (http://www.youtube.com/watch?v=FV0DXNB94NE) - A talk about Elm and initial steps to use it in production.
⟡ Evan Czaplicki: Let's be mainstream! User focused design in Elm | 2015 (https://www.youtube.com/watch?v=oYk8CKH7OhE) - A talk from the father of Elm about the philosophy behind the language.
⟡ Evan Czaplicki: Let's be mainstream! User focused design in Elm | 2015
 (https://www.youtube.com/watch?v=oYk8CKH7OhE) - A talk from the father of Elm about the philosophy behind the language.
Video tutorials
@@ -169,7 +174,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
News
@@ -180,7 +185,7 @@
⟡ Elm Greenwood (https://releases.elm.dmy.fr/) - Elm packages releases
⟡ Elm Reddit (https://www.reddit.com/r/elm/) - Elm news in Reddit
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Podcasts
@@ -203,7 +208,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Testing
@@ -215,7 +220,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Code generators
@@ -236,7 +241,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Package managers
@@ -246,7 +251,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Libraries
@@ -258,7 +263,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Boilerplates
@@ -270,7 +275,8 @@
⟡ elm-webpack-4-starter (https://github.com/romariolopezc/elm-webpack-4-starter) - Elm webpack 4 starter template.
⟡ example-elm-hot-webpack (https://github.com/klazuka/example-elm-hot-webpack) - Example showing hot module reloading for Elm 0.19 and Webpack
⟡ Elm Batteries (https://github.com/cedricss/elm-batteries) - A project template and generator for Elm, Parcel, Cypress and Netlify
⟡ IHP + Elm (https://www.youtube.com/watch?v=b9ULHutH6ag) - The IHP Haskell Framework provides a built-in Elm boilerplate, useful when working with elm in the frontend and haskell in the backend
⟡ IHP + Elm
 (https://www.youtube.com/watch?v=b9ULHutH6ag) - The IHP Haskell Framework provides a built-in Elm boilerplate, useful when working with elm in the frontend and haskell in the backend
Outdated Boilerplates
@@ -285,7 +291,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Frameworks
@@ -295,7 +301,7 @@
- Elm Land (https://elm.land/) - A framework for building Elm applications.
- Spades (https://github.com/rogeriochaves/spades) - Start an Elm SPA ready to the real world.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Static analysis
@@ -304,7 +310,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Static site generators
@@ -314,7 +320,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Showcase generators
@@ -323,7 +329,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Run Elm
@@ -337,7 +343,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Compile and bundle
@@ -352,7 +358,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Other tools
@@ -371,7 +377,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Editor plugins
@@ -402,8 +408,8 @@
Vim/Neovim
⟡ theJian/elm.vim (https://github.com/theJian/elm.vim) - Elm syntax highlighting. Use with ale or Neoformat for Neovim (https://github.com/avh4/elm-format/issues/610) since ElmCast/elm-vim does not support Elm 
0.19.
⟡ theJian/elm.vim (https://github.com/theJian/elm.vim) - Elm syntax highlighting. Use with ale or Neoformat for Neovim (https://github.com/avh4/elm-format/issues/610) since ElmCast/elm-vim 
does not support Elm 0.19.
⟡ ElmCast/elm-vim (https://github.com/ElmCast/elm-vim) - Elm 0.18 mode for Vim/Neovim.
⟡ vim-elm-help (https://github.com/hoelzro/vim-elm-help) - Offline Elm documentation access in your editor.
⟡ emmet-vim (https://github.com/mattn/emmet-vim) - Markup expansion with elm support.
@@ -411,7 +417,8 @@
Visual Studio Code
⟡ ElmLS (https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode) - Elm Language Server integration
⟡ Elmmet: Emmet for Elm (Visual Studio Code) (https://marketplace.visualstudio.com/items?itemName=necinc.elmmet) - Emmetio abbreviation expander into composition of Elm function with elm-format'er inside.
⟡ Elmmet: Emmet for Elm (Visual Studio Code)
 (https://marketplace.visualstudio.com/items?itemName=necinc.elmmet) - Emmetio abbreviation expander into composition of Elm function with elm-format'er inside.
⟡ HTML to Elm for Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=Rubymaniac.vscode-html-to-elm) - VSCode plugin to convert HTML to Elm
@@ -421,25 +428,27 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Examples
Some good apps written in Elm.
⟡ Builtwithelm (http://builtwithelm.co/) - Web site built with elm with list of projects and apps built with Elm.
⟡ Elm SPA Example (http://rtfeldman.github.io/elm-spa-example/) - Full stack Elm app w/ CRUD operations, Auth, routing, pagination and more. Code (https://github.com/rtfeldman/elm-spa-example) / Article 
(https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa) / Video (https://youtu.be/RN2_NchjrJQ)
⟡ Elm SPA Example (http://rtfeldman.github.io/elm-spa-example/) - Full stack Elm app w/ CRUD operations, Auth, routing, pagination and more. Code 
(https://github.com/rtfeldman/elm-spa-example) / Article (https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa) / Video (https://youtu.be/RN2_NchjrJQ)
⟡ Elm Example App (https://github.com/sporto/elm-example-app) - A small SPA example in Elm to learn the basics
⟡ TodoMVC (https://github.com/evancz/elm-todomvc) - Proper implementation of the TodoMVC app.
⟡ TodoMVC with JSON API (https://github.com/andrewsuzuki/elm-todo-rest-api) - Bare-bones, modular, heavily-documented todo app with JSON API persistence.
⟡ TodoMVC/Firebase (https://github.com/ThomasWeiser/todomvc-elmfire) - Fork of TodoMVC demonstrating start-app, The Elm Architecture (https://github.com/evancz/elm-architecture-tutorial) and Firebase as backend.
⟡ TodoMVC/Firebase (https://github.com/ThomasWeiser/todomvc-elmfire) - Fork of TodoMVC demonstrating start-app, The Elm Architecture (https://github.com/evancz/elm-architecture-tutorial) and 
Firebase as backend.
⟡ TodoMVC in Electron (https://github.com/nirgn975/Elmctron) - Documented and tested implementation of the Elm TodoMVC app in Electron.
⟡ Gipher (https://github.com/matthieu-beteille/gipher) - A Tinder-like application for gifs built with elm and firebase!
⟡ Collection of examples (https://github.com/halfzebra/elm-examples) - A collection of examples with advanced techniques for real-world Elm apps.
⟡ * (https://github.com/ohanhi/elm-ement) Minimal example of a custom element.
⟡ Elm Playground (http://elm-playground.maciejsmolinski.com/) - Tiny Elm projects implemented for the sake of learning by example.
⟡ Elm Architecture in Android (https://github.com/glung/elm-architecture-android) - An example Android application implemented with the Elm Architecture using the Kotlin programming language and Anko library.
⟡ Elm Architecture in Android
 (https://github.com/glung/elm-architecture-android) - An example Android application implemented with the Elm Architecture using the Kotlin programming language and Anko library.
⟡ Elm + Phoenix + Webpack (https://github.com/ronanyeah/elm-phoenix-example) - A minimal Elm + Phoenix setup, using webpack instead of Brunch.
⟡ Spotify Mapper (https://github.com/FidelisClayton/elm-spotify-mapper) - Elm app integrated with Spotify Api to search and explore new artists.
⟡ Pokelmon (https://github.com/brenopanzolini/pokelmon) - Elm project consuming PokéAPI.
@@ -464,7 +473,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Community and Support
@@ -479,7 +488,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Conferences
@@ -492,7 +501,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Inspired by Elm
@@ -511,7 +520,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Beyond the DOM
@@ -524,7 +533,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Who to follow
@@ -536,7 +545,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
More awesome
@@ -550,7 +559,7 @@
:top: back to top (#table-of-contents)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
License