Re: [Haskell-cafe] ANN: pandoc 1.0.0.1

2008-09-17 Thread Alfonso Acosta
On Sun, Sep 14, 2008 at 3:29 AM, John MacFarlane <[EMAIL PROTECTED]> wrote: > Some highlights of this release: > > + New GNU Texinfo writer (contributed by Peter Wang) > + New OpenDocument XML writer (contributed by Andrea Rossato) > + New ODT (OpenOffice document) writer > + New MediaWiki markup w

Re: [Haskell-cafe] ANN: pandoc 1.0.0.1

2008-09-14 Thread Max Bolingbroke
2008/9/14 John Goerzen <[EMAIL PROTECTED]>: > 2) Variable x defined but not used > > I most often ignore this when it occurs in a function definition. > Sometimes I may have a function that could be written > > foo _ (x, _) _ = bar (x + 5) > > But for clarity's sake on what all the unused args are,

Re: [Haskell-cafe] ANN: pandoc 1.0.0.1

2008-09-13 Thread John Goerzen
On Sat, Sep 13, 2008 at 09:31:50PM -0500, brian wrote: > On Sat, Sep 13, 2008 at 8:29 PM, John MacFarlane <[EMAIL PROTECTED]> wrote: > > + Code is -Wall clean > > Thanks, I appreciate it. I wish more people paid attention to this. Well. I often pay attention to it. That doesn't mean I always he

Re: [Haskell-cafe] ANN: pandoc 1.0.0.1

2008-09-13 Thread brian
On Sat, Sep 13, 2008 at 8:29 PM, John MacFarlane <[EMAIL PROTECTED]> wrote: > + Code is -Wall clean Thanks, I appreciate it. I wish more people paid attention to this. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/

Re: [Haskell-cafe] ANN: pandoc 1.0.0.1

2008-09-13 Thread Don Stewart
jgm: > I'm pleased to announce the release of pandoc version 1.0.0.1. > > Pandoc aspires to be the swiss army knife of text markup formats: it > can read markdown and (with some limitations) HTML, LaTeX, and > reStructuredText, and it can write markdown, reStructuredText, HTML, > DocBook XML, Open

[Haskell-cafe] ANN: pandoc 1.0.0.1

2008-09-13 Thread John MacFarlane
I'm pleased to announce the release of pandoc version 1.0.0.1. Pandoc aspires to be the swiss army knife of text markup formats: it can read markdown and (with some limitations) HTML, LaTeX, and reStructuredText, and it can write markdown, reStructuredText, HTML, DocBook XML, OpenDocument XML, ODT