Difference between revisions of "Haskell Weekly News"

From HaskellWiki
Jump to navigation Jump to search
(more)
(Updating links for 2005-2009 period)
 
(20 intermediate revisions by 11 users not shown)
Line 1: Line 1:
  +
__NOTOC__
'''The Haskell Weekly News'''
 
  +
 
[[Image:Hwn-cover.png|Haskell Weekly News]]
  +
[[Image:Hwn-posted.JPG]]
   
 
The Haskell Weekly News (HWN) is a weekly newsletter covering
 
The Haskell Weekly News (HWN) is a weekly newsletter covering
developments in [[Haskell]]. Content includes announcements of new projects,
+
developments in [[Haskell]]. Content includes announcements of new
discussions from the various Haskell communities, notable project commit
+
projects, discussions from the various Haskell communities, notable
messages, and more.
+
project commit messages, and more.
   
  +
The Haskell Weekly News has evolved into the Haskell Weekly email newsletter available at:
=== Media ===
 
   
  +
* [https://haskellweekly.news/] http://haskellweekly.news
The Haskell Weekly News is published:
 
  +
* [http://sequence.complete.org The Haskell Sequence] (in HTML).
 
* [http://www.haskell.org/mailman/listinfo/haskell Haskell mailing list] (email)
 
* [http://sequence.complete.org/node/feed RSS], syndicated to [http://planet.haskell.org Planet Haskell].
 
* Headlines are published as [[News]] on [[Haskell|Haskell.org]].
 
   
 
=== Back Issues ===
 
=== Back Issues ===
   
  +
Back issues are available:
[http://www.cse.unsw.edu.au/~dons/code/hwn/archives/ Back issues] are
 
  +
available via web in the [http://darcs.net darcs] repository. They're
 
  +
* [http://contemplatecode.blogspot.com/search/label/HWN Contemplating code]
also archived on [http://sequence.complete.org The Haskell Sequence].
 
 
* Syndicated to [http://planet.haskell.org Planet Haskell].
[[News|Headlines]] are also available on haskell.org.
 
 
* [http://sequence.complete.org/node/feed RSS]
  +
* [http://code.haskell.org/~byorgey/code/hwn/archives/ Online] or in the [http://hub.darcs.net/alexdarcy/hwn/browse/2005-2009 hub.darcs.net] repository for the period 2005-2009
 
* At [http://sequence.complete.org The Haskell Sequence].
  +
* A few back issues are [http://www.haskell.org/haskellwiki/HWN/es available in Spanish].
   
 
=== History ===
 
=== History ===
Line 25: Line 29:
 
The [http://www.haskell.org/pipermail/haskell/2005-August/016208.html first issue]
 
The [http://www.haskell.org/pipermail/haskell/2005-August/016208.html first issue]
 
of HWN was published on August 2, 2005. The founder, and initial editor was
 
of HWN was published on August 2, 2005. The founder, and initial editor was
  +
John Goerzen. In January 2006, Don Stewart took over as editor, succeeded by Brent Yorgey in June 2008, who was then succeeded by Joe Fredette in September 2009. In October 2010, Daniel Santa Cruz took over as editor. There were a few maintainers after Daniel Santa Cruz stepped down in early 2015, and eventually the torch was taken up by Taylor Fausak who started the Haskell Weekly email newsletter.
John Goerzen. In January 2006, Don Stewart took over as editor.
 
 
=== Contributing ===
 
 
The simplest way to contribute is to submit stories for HWN. You may
 
e-mail your stories to dons@cse.unsw.edu.au We welcome stories on any
 
subject related to Haskell, including new project announcements, notable
 
project developments, new Haskell papers, and Haskell in the media.
 
 
==== Hints For Contributors ====
 
 
To make things easiest for us to process (which makes it more likely that your
 
submission gets processed quickly), here are some hints.
 
 
* Include links to whatever you are talking about. Readers need to have a place to go to read more about it.
 
* Keep it short and sweet. HWN gives people a summary of what's happening, and links to more information. Generally no more than a 4 or 5 sentence paragraph.
 
* Plain text or hand-edited HTML is required.
 
 
==== Mailing lists ====
 
 
HWN presently uses [http://dir.gmane.org/search.php?match=haskell Gmane.org]
 
for links into Haskell mailing list discussions. If you send us links into the
 
mailing list, we prefer that you link to the appropriate items on Gmane. If
 
not, you can link to them in the [[Haskell]] archives and we'll
 
find the corresponding gmane posts ourselves. But please at least link to them
 
''somewhere''.
 
 
==== Darcs Repository ====
 
   
  +
[[Category:Community]]
If you want to be really helpful, you can check out our darcs repository and
 
  +
[[Category:News]]
send us patches directly. This will be the absolute quickest way to get
 
something into HWN, especially if you do a good job :-)
 
 
Check it out with:
 
 
darcs get --partial http://www.cse.unsw.edu.au/~dons/code/hwn
 
 
You should always make all changes against the file content.hs in that
 
repository. When you're ready to submit your story, just run ''darcs send''.
 

Latest revision as of 14:58, 23 February 2017


Haskell Weekly News Hwn-posted.JPG

The Haskell Weekly News (HWN) is a weekly newsletter covering developments in Haskell. Content includes announcements of new projects, discussions from the various Haskell communities, notable project commit messages, and more.

The Haskell Weekly News has evolved into the Haskell Weekly email newsletter available at:


Back Issues

Back issues are available:

History

The first issue of HWN was published on August 2, 2005. The founder, and initial editor was John Goerzen. In January 2006, Don Stewart took over as editor, succeeded by Brent Yorgey in June 2008, who was then succeeded by Joe Fredette in September 2009. In October 2010, Daniel Santa Cruz took over as editor. There were a few maintainers after Daniel Santa Cruz stepped down in early 2015, and eventually the torch was taken up by Taylor Fausak who started the Haskell Weekly email newsletter.