Re: Text::Markdown vs MDTest (Was: Re: forking Markdown.pl?)

2008-03-23 Thread Tomas Doran
On 22 Mar 2008, at 18:04, Michel Fortin wrote: 2) Write a wrapper for mdtest.php to convert it's output into TAP format so that it can/will be run as part of my test suite if php5 is available. (Or, I can write php - would you take a patch to output TAP format as an option so that I don't h

Re: Text::Markdown vs MDTest (Was: Re: forking Markdown.pl?)

2008-03-22 Thread Michel Fortin
Le 2008-03-22 à 8:49, Tomas Doran a écrit : The problem with that is that it's pretty hard to require that everyone installing (the perl version of) Markdown has php5 installed... Obviously, I can make this optional (and you can only run these tests if you have php5), however that would m

Re: Text::Markdown vs MDTest (Was: Re: forking Markdown.pl?)

2008-03-22 Thread Tomas Doran
On 22 Mar 2008, at 02:32, Michel Fortin wrote: Le 2008-03-21 à 16:39, Tomas Doran a écrit : So, the *only* things that Text::Markdown currently fails on are small whitespace changes.. Hum, have you written your own test script? Yep. Actually, I'd already written one - I can just 'requir

Re: Text::Markdown vs MDTest (Was: Re: forking Markdown.pl?)

2008-03-21 Thread Michel Fortin
Le 2008-03-21 à 16:39, Tomas Doran a écrit : So, the *only* things that Text::Markdown currently fails on are small whitespace changes.. Hum, have you written your own test script? I encourage you to use the mdtest.php script if you have PHP 5 installed on your computer. It'll normalize th

Re: Text::Markdown vs MDTest (Was: Re: forking Markdown.pl?)

2008-03-21 Thread Tomas Doran
On 21 Mar 2008, at 20:39, Tomas Doran wrote: On 29 Feb 2008, at 05:17, Michel Fortin wrote: Le 2008-02-28 à 18:04, Yuri Takhteyev a écrit : Perhaps there is a need for a better _perl_ implementation (or a few, competition is fun), but as far as "official" goes, we need a comprehensive and

Text::Markdown vs MDTest (Was: Re: forking Markdown.pl?)

2008-03-21 Thread Tomas Doran
On 29 Feb 2008, at 05:17, Michel Fortin wrote: Le 2008-02-28 à 18:04, Yuri Takhteyev a écrit : Perhaps there is a need for a better _perl_ implementation (or a few, competition is fun), but as far as "official" goes, we need a comprehensive and up-to-date spec and a test suite against which al

Re: forking Markdown.pl?

2008-03-18 Thread Aristotle Pagaltzis
* Tomas Doran <[EMAIL PROTECTED]> [2008-03-18 13:15]: > My preferred solution would be for the 'original' (i.e. > daringfireball brand) Markdown to have most of the code in a > module called Text::Markdown, but to supply a script wrapper > called Markdown.pl which provides the original functionalit

Re: forking Markdown.pl?

2008-03-18 Thread Tomas Doran
On 18 Mar 2008, at 05:22, John Gruber wrote: On Mar 16, 2008, at 3:07 PM, Jacob Rus wrote: It’s harsh but reasonable language in my opinion. If you are going to make something which is not Markdown (i.e. has other bits of syntax not specified in John's description of that language), the

Re: forking Markdown.pl?

2008-03-17 Thread John Gruber
On Mar 16, 2008, at 9:31 PM, Yuri Takhteyev wrote: If Gruber decides he "despises" our specification, we should simply call it something other than "Markdown". Just to be clear: in that case, you *must* call it something other than "Markdown". -J.G. ___

Re: forking Markdown.pl?

2008-03-17 Thread John Gruber
On Mar 16, 2008, at 3:07 PM, Jacob Rus wrote: It’s harsh but reasonable language in my opinion. If you are going to make something which is not Markdown (i.e. has other bits of syntax not specified in John's description of that language), then you should call it by a name other than “Markd

Re: forking Markdown.pl?

2008-03-16 Thread Lou Quillio
On 3/16/08, John Gabriele <[EMAIL PROTECTED]> wrote: > Those three things I think would pretty much satisfy a large swath of > currently unsatisfied users. You're close, IMO. Definition lists and an explicit code block delimiter that doesn't depend on indents (yet nevertheless nests as written)

Re: forking Markdown.pl?

2008-03-16 Thread Yuri Takhteyev
> So, if the problem is confusion (or perceived confusion) over the > name, perhaps the Perl modules could be something like `Text::MD` and > `Text::MDX` (or `Text::MD::Extra`). I'm sure others here could come up > with more creative names. I don't think there is any practical confusion about

Re: forking Markdown.pl?

2008-03-16 Thread Tomas Doran
On 17 Mar 2008, at 00:37, John Gabriele wrote: So, if the problem is confusion (or perceived confusion) over the name, perhaps the Perl modules could be something like `Text::MD` and `Text::MDX` (or `Text::MD::Extra`). I'm sure others here could come up with more creative names. Yeah, I see wh

Re: forking Markdown.pl?

2008-03-16 Thread John Gabriele
On Sun, Mar 16, 2008 at 5:07 PM, Tomas Doran <[EMAIL PROTECTED]> wrote: > On 16 Mar 2008, at 19:07, Jacob Rus wrote: > > > Tomas Doran wrote: > >> John Gruber wrote: > >>> Tomas Doran wrote: > >>> > I'm actively maintaining the CPAN modules Text::Markdown, and > Text::MultiMarkdown,

Re: forking Markdown.pl?

2008-03-16 Thread Tomas Doran
On 16 Mar 2008, at 19:07, Jacob Rus wrote: Tomas Doran wrote: John Gruber wrote: Tomas Doran wrote: I'm actively maintaining the CPAN modules Text::Markdown, and Text::MultiMarkdown, and longer term, I'd like these to become the canonical distribution. I despise what you've done with Te

Re: forking Markdown.pl?

2008-03-16 Thread Shawn Medero
On Sun, Mar 16, 2008 at 3:07 PM, Jacob Rus <[EMAIL PROTECTED]> wrote: > Tomas Doran wrote: > > > John Gruber wrote: > >> Tomas Doran wrote: > >> > >>> I'm actively maintaining the CPAN modules Text::Markdown, and > >>> Text::MultiMarkdown, and longer term, I'd like these to become the > >>> ca

Re: forking Markdown.pl?

2008-03-16 Thread Jacob Rus
Tomas Doran wrote: John Gruber wrote: Tomas Doran wrote: I'm actively maintaining the CPAN modules Text::Markdown, and Text::MultiMarkdown, and longer term, I'd like these to become the canonical distribution. I despise what you've done with Text::Markdown, which is to more or less make it

Re: forking Markdown.pl?

2008-03-16 Thread Tomas Doran
On 16 Mar 2008, at 02:57, Seumas Mac Uilleachan wrote: LOL that was actually funny :) (No the number is still 42) Seriously, it is easy to get up in arms when your "creation" ends up becoming bastardised, whatever the form that may take (for better or for worse). To be honest, I have not r

Re: forking Markdown.pl?

2008-03-15 Thread Seumas Mac Uilleachan
LOL that was actually funny :) (No the number is still 42) Seriously, it is easy to get up in arms when your "creation" ends up becoming bastardised, whatever the form that may take (for better or for worse). To be honest, I have not really seen for myself that MultiMarkdown has a whole lot to

Re: forking Markdown.pl?

2008-03-15 Thread Joseph Lorenzo Hall
On Sat, Mar 15, 2008 at 7:25 PM, Joseph Lorenzo Hall <[EMAIL PROTECTED]> wrote: > good stuff... gruber's an asshole, as far as I can tell. best, Joe Damn. Well, I didn't intend for that to go out to the entire list. I apologize, but I also found the recent response to be harsh. I'll be more car

Re: forking Markdown.pl?

2008-03-15 Thread Joseph Lorenzo Hall
good stuff... gruber's an asshole, as far as I can tell. best, Joe On Sat, Mar 15, 2008 at 5:27 PM, Tomas Doran <[EMAIL PROTECTED]> wrote: > > On 15 Mar 2008, at 02:55, John Gruber wrote: > > > On Feb 28, 2008, at 12:34 PM, Tomas Doran wrote: > > > >> I'm actively maintaining the CPAN modules

Re: forking Markdown.pl?

2008-03-15 Thread Yuri Takhteyev
> Wow, that's pretty strong language. I'm glad I'm provoking strong > opinions, and it's nice to see you actively contributing to > Markdown's direction ;) Yeah, that was totally uncalled for. I am sure John could give a rip about what the list thinks about this kind of contributing, but I am

Re: forking Markdown.pl?

2008-03-15 Thread Tomas Doran
On 15 Mar 2008, at 02:55, John Gruber wrote: On Feb 28, 2008, at 12:34 PM, Tomas Doran wrote: I'm actively maintaining the CPAN modules Text::Markdown, and Text::MultiMarkdown, and longer term, I'd like these to become the canonical distribution. I despise what you've done with Text::Mar

Re: forking Markdown.pl?

2008-03-14 Thread John Gabriele
On Fri, Mar 14, 2008 at 11:13 PM, Lou Quillio <[EMAIL PROTECTED]> wrote: > [snip] But `markdown.pl` is asleep. Can anyone please point me to the very newest version of `Markdown.pl`? Is it http://daringfireball.net/projects/downloads/Markdown_1.0.2b8.tbz (from May '07) ? Thanks. ---John

Re: forking Markdown.pl?

2008-03-14 Thread Lou Quillio
On 3/14/08, John Gruber <[EMAIL PROTECTED]> wrote: > I despise what you've done with Text::Markdown, which is to more or > less make it an alias for MultiMarkdown, almost every part of which I > disagree with in terms of syntax additions. Agree. But `markdown.pl` is asleep. Bless Michel's (and

Re: forking Markdown.pl?

2008-03-14 Thread John Gruber
On Feb 28, 2008, at 12:34 PM, Tomas Doran wrote: I'm actively maintaining the CPAN modules Text::Markdown, and Text::MultiMarkdown, and longer term, I'd like these to become the canonical distribution. I despise what you've done with Text::Markdown, which is to more or less make it an ali

Re: forking Markdown.pl?

2008-03-03 Thread Tomas Doran
Sorry for the delay in responding, the weekend happened - and it mostly involved moving my brother in law house rather than reading email... On 29 Feb 2008, at 16:04, david parsons wrote: In article <[EMAIL PROTECTED]>, Tomas Doran wrote: Text::Markdown *does not* extend the original Mar

Re: forking Markdown.pl?

2008-03-03 Thread Tomas Doran
On 29 Feb 2008, at 19:29, Yuri Takhteyev wrote: Text::Markdown *does not* extend the original Markdown syntax *in any way*. Well, I don't know if agree with this reading. Good! My original comments were somewhat deliberately inflamatory to try and provoke discussion - which seems to h

Re: forking Markdown.pl?

2008-02-29 Thread Yuri Takhteyev
> Text::Markdown *does not* extend the original Markdown syntax *in any > way*. Well, I don't know if agree with this reading. Text:Markdown just imports Text:MultiMarkdown and disables some features. While it might behave like the original markdown, it goes a long way in terms of blurring the

Re: forking Markdown.pl?

2008-02-29 Thread Joseph Lorenzo Hall
On 29 Feb 2008 08:04:31 -0800, david parsons <[EMAIL PROTECTED]> wrote: > > What I'd love, too, is to see is to have the spec nailed down and > blessed by John Gruber, at the very least so people don't have to > trawl through markdown.discuss and 30 or so individual > implementation

Re: forking Markdown.pl?

2008-02-29 Thread david parsons
In article <[EMAIL PROTECTED]>, Tomas Doran wrote: > >On 29 Feb 2008, at 01:00, david parsons wrote: > >> In article <[EMAIL PROTECTED]>, >> Tomas Doran wrote: >>> >>> On 27 Feb 2008, at 23:36, Joseph Lorenzo Hall wrote: Has anyone thought of forking and maintaining Markdown.pl (hopefully

Re: forking Markdown.pl?

2008-02-29 Thread Michel Fortin
Le 2008-02-29 à 6:35, Tomas Doran a écrit : On 29 Feb 2008, at 05:17, Michel Fortin wrote: ... And if Markdown.pm keeps evolving (which it should), does this mean that we would now be on the hook for diffing Markdown.pm code daily to find out what new features has become official? That's h

Re: forking Markdown.pl?

2008-02-29 Thread Michel Fortin
Le 2008-02-29 à 0:23, Andrea Censi a écrit : Hum, while it's difficult to spec Markdown because its author doesn't seem so much interested, I think creating a spec for Markdown Extra is possible. I could host it on my website, alongside PHP Markdown Extra, and I could change PHP Markdown Ex

Re: forking Markdown.pl?

2008-02-29 Thread Tomas Doran
On 29 Feb 2008, at 01:00, david parsons wrote: In article <[EMAIL PROTECTED]>, Tomas Doran wrote: On 27 Feb 2008, at 23:36, Joseph Lorenzo Hall wrote: Has anyone thought of forking and maintaining Markdown.pl (hopefully with Gruber's blessing) to fix some of the known bugs? I'm actively

Re: forking Markdown.pl?

2008-02-29 Thread Tomas Doran
On 28 Feb 2008, at 23:04, Yuri Takhteyev wrote: I'd like to get to a point where I'm a little more happy with the code, and then I'll start promoting this as a 'true' fork, or, if I can get John to agree and approve - I'd like to become the 'official' maintained version which is linked f

Re: forking Markdown.pl?

2008-02-29 Thread Tomas Doran
On 29 Feb 2008, at 05:17, Michel Fortin wrote: ... And if Markdown.pm keeps evolving (which it should), does this mean that we would now be on the hook for diffing Markdown.pm code daily to find out what new features has become official? That's how I've been keeping in sync with Markdown.pl

Re: forking Markdown.pl?

2008-02-28 Thread Andrea Censi
> Hum, while it's difficult to spec Markdown because its author doesn't > seem so much interested, I think creating a spec for Markdown Extra is > possible. I could host it on my website, alongside PHP Markdown Extra, > and I could change PHP Markdown Extra to fit that spec. If you do write a

Re: forking Markdown.pl?

2008-02-28 Thread Michel Fortin
Le 2008-02-28 à 18:04, Yuri Takhteyev a écrit : I am sure Markdown.pm will make life much simpler for those using Markdown with Perl. As a maintainer of a markdown module in a different language, however, I am not as excited about the idea of a new "official" implementation. Same here. ...

Re: forking Markdown.pl?

2008-02-28 Thread david parsons
In article <[EMAIL PROTECTED]>, Tomas Doran wrote: > >On 27 Feb 2008, at 23:36, Joseph Lorenzo Hall wrote: > >> As many of you know, when a piece of open-source software languishes >> with bugs for 3 years it's often forked Markdown.pl is licensed under >> the BSD license. (do `>tail -35 /path/

Re: forking Markdown.pl?

2008-02-28 Thread Yuri Takhteyev
> I'd like to get to a point where I'm a little more happy with the > code, and then I'll start promoting this as a 'true' fork, or, if I > can get John to agree and approve - I'd like to become the 'official' > maintained version which is linked from daringfireball. I am sure Markdown.pm will

Re: forking Markdown.pl?

2008-02-28 Thread Tomas Doran
On 27 Feb 2008, at 23:36, Joseph Lorenzo Hall wrote: As many of you know, when a piece of open-source software languishes with bugs for 3 years it's often forked Markdown.pl is licensed under the BSD license. (do `>tail -35 /path/to/Markdown.pl`) Has anyone thought of forking and maintaining

Re: forking Markdown.pl?

2008-02-28 Thread Pedro Melo
Hi, On Feb 28, 2008, at 4:48 PM, Joseph Lorenzo Hall wrote: On Thu, Feb 28, 2008 at 12:38 AM, Pedro Melo <[EMAIL PROTECTED]> wrote:> why not using other "versions" of Markdown, like MultiMarkdown for example? Yeah, after I wrote this I realized that the other versions were, in a sense, fo

Re: forking Markdown.pl?

2008-02-28 Thread Aristotle Pagaltzis
* Joseph Lorenzo Hall <[EMAIL PROTECTED]> [2008-02-28 00:40]: > As many of you know, when a piece of open-source software > languishes with bugs for 3 years it's often forked No, that’s not what I know. What I know is that projects get forked if they have developers who irreconcilably disagree wi

Re: forking Markdown.pl?

2008-02-28 Thread Joseph Lorenzo Hall
On Thu, Feb 28, 2008 at 12:38 AM, Pedro Melo <[EMAIL PROTECTED]> wrote:> > why not using other "versions" of Markdown, like MultiMarkdown for > example? Yeah, after I wrote this I realized that the other versions were, in a sense, forks. One thing that hasn't been "forked" is the syntax documen

Re: forking Markdown.pl?

2008-02-28 Thread Pedro Melo
Hi, why not using other "versions" of Markdown, like MultiMarkdown for example? Best regards, On Feb 27, 2008, at 11:36 PM, Joseph Lorenzo Hall wrote: As many of you know, when a piece of open-source software languishes with bugs for 3 years it's often forked Markdown.pl is licensed under