All Projects → haskellweekly → Haskellweekly.github.io

haskellweekly / Haskellweekly.github.io

Licence: mit
A free weekly newsletter about the Haskell programming language.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Haskellweekly.github.io

newsletter-archive
Markdown archive & RSS/Atom feeds for Data Is Plural.
Stars: ✭ 65 (-29.35%)
Mutual labels:  newsletter
Wtfjht
Logging the daily shock and awe in national politics. Read in moderation.
Stars: ✭ 386 (+319.57%)
Mutual labels:  newsletter
This Week In Rust
Data for this-week-in-rust.org
Stars: ✭ 675 (+633.7%)
Mutual labels:  newsletter
Ultimate Python Resource Hub
The Ultimate resource hub of Python: All at one place
Stars: ✭ 298 (+223.91%)
Mutual labels:  newsletter
Grapesjs Mjml
Newsletter Builder with MJML components in GrapesJS
Stars: ✭ 379 (+311.96%)
Mutual labels:  newsletter
Cerberus
A few simple, but solid patterns for responsive HTML email templates and newsletters. Even in Outlook and Gmail.
Stars: ✭ 4,356 (+4634.78%)
Mutual labels:  newsletter
Fullstack-projects-frontend-with-react-and-backend-with-various-stacks
* W.I.P *🛠 Full-on full stack front end and a bit of back end web development challenge. Challenging every day to learn new stuffs about react & its in-depth features and also to explore the taste of various stacks.
Stars: ✭ 100 (+8.7%)
Mutual labels:  newsletter
Weeklypedia
A weekly email update of all the most popular wikipedia articles
Stars: ✭ 50 (-45.65%)
Mutual labels:  newsletter
Free r tips
Free R-Tips is a FREE Newsletter provided by Business Science. It comes with bite-sized code tutorials every Tuesday.
Stars: ✭ 381 (+314.13%)
Mutual labels:  newsletter
Django Newsletter
An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
Stars: ✭ 605 (+557.61%)
Mutual labels:  newsletter
Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (+231.52%)
Mutual labels:  newsletter
Awesome Newsletters
The best (weekly) newsletters
Stars: ✭ 335 (+264.13%)
Mutual labels:  newsletter
Listmonk
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
Stars: ✭ 7,294 (+7828.26%)
Mutual labels:  newsletter
Xreader
XML, NEWS, RSS & Scrapping Reader maked in Xamarin, for educational purpose.
Stars: ✭ 259 (+181.52%)
Mutual labels:  newsletter
Adam
Jeykll theme created for nybles
Stars: ✭ 17 (-81.52%)
Mutual labels:  newsletter
scriptified.dev
A weekly newsletter with insightful tips, tools, resources & more on React and JavaScript. Made with NextJS && TailwindCSS. Curated by @gupta-ji6 && @prateek3255.
Stars: ✭ 18 (-80.43%)
Mutual labels:  newsletter
Phplist3
Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.
Stars: ✭ 393 (+327.17%)
Mutual labels:  newsletter
Django Campaign
Newsletter management app for Django
Stars: ✭ 50 (-45.65%)
Mutual labels:  newsletter
Ios Goodies
Your favorite iOS Newsletter, now open source.
Stars: ✭ 1,013 (+1001.09%)
Mutual labels:  newsletter
Weekly
A seleção semanal que reúne as novidades sobre o desenvolvimento Web no Brasil e no mundo
Stars: ✭ 545 (+492.39%)
Mutual labels:  newsletter

⚠️ Not maintained anymore! Look here instead: https://github.com/haskellweekly/haskellweekly ⚠️

Haskell Weekly

Build badge

Haskell Weekly is a free email newsletter about the Haskell programming language. This repository is responsible for generating Haskell Weekly's website.

Contributing content

We appreciate all contributions, from issues to pull requests. Nothing is too small!

If you want to bring our attention to something, please open an issue! This can be used for anything from typos to new content. For example, this has been used for calls for participation, jobs, and bugs.

If you want to make a change yourself, please open a pull request! We encourage you to make changes when you can, and we'll work with you to get your changes merged quickly. For instance, this has been used for packages of the week, featured content, and typos.

Job postings

We are happy to include job postings for Haskell engineers! If you'd like a job posting to be included in more than one issue of Haskell Weekly, please consider advertising with us. This page explains all the details: https://haskellweekly.news/advertising.html.

Contributing code

The code that powers Haskell Weekly does not change that frequently. However we still welcome changes to it! The overall guidelines from above also apply to code. In addition, there are a couple other things to keep in mind:

  • The Haskell Weekly site generator is meant to be run with Stack. You may be able to run it with other tools, but they are not officially supported.

  • Most small changes can be made without running the generator locally. Every pull request will be tested on Travis CI. The tests must pass before the pull request will be merged, but we can help you with any problems.

  • If you want or need to run the generator locally, you can do so with this command:

    stack --install-ghc build --file-watch --exec haskell-weekly
    

    That will regenerate the site whenever anything changes and put the result in the _site directory. To actually see the results in your browser, you'll need to run a web server. Here is one way to do that:

    stack exec --package wai-app-static -- warp --docroot _site
    # Open http://localhost:3000 in your browser.
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].