Skip Menu |

This queue is for tickets about the HTML-WikiConverter CPAN distribution.

Report information
The Basics
Id: 24446
Status: open
Priority: 0/
Queue: HTML-WikiConverter

People
Owner: Nobody in particular
Requestors: jamey [...] minilop.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)

Attachments
0001-Add-support-for-ikiwiki-links-if-wiki-uri-is-specified.txt
0002-Use-syntax-for-mailto-URLs-with-the-email-as-link-text.txt
0003-Use-indentation-for-pre-blocks-handle-code-blocks-with-in-them.txt
0004-Preserve-all-unsupported-inline-elements.txt
0005-A-markdown-pre-block-will-escape-markdown-or-markup-so-output-pre-s-with-child-elements-as-HTML.txt
0006-Output-all-unknown-block-level-elements-and-their-descendants-unchanged.txt
0007-Remove-special-handling-for-tables-now-subsumed-by-general-block-element-handling.txt
0008-Use-HTML-for-a-with-name-attr-or-child-elements-preserve-markdown-inside-a.txt
0009-Avoid-using-an-uninitialized-value-if-code-has-no-backquotes-inside.txt
0010-Strip-formatting-inside-wiki-links.-Markdown-links-can-have-formatting-so-stop-using-a-for-that.txt
0011-Handle-tt-the-same-as-code.txt
0012-Allow-and-use-rules-for-text-nodes-as-an-alternative-to-escaping-in-preprocessing.txt
0013-Allow-passing-through-raw-markdown-syntax-wrapped-in-markdown-tags.txt
0014-Some-entity-handling-and-refactoring.txt
signature.asc



CC: Josh Triplett <josh [...] freedesktop.org>
Subject: HTML::WikiConverter::Markdown enhancements to support ikiwiki
Date: Thu, 18 Jan 2007 17:37:14 -0800
To: bug-html-wikiconverter [...] rt.cpan.org
From: Jamey Sharp <jamey [...] minilop.net>, Josh Triplett <josh [...] freedesktop.org>
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

We're building tools to convert complete history of MoinMoin and TWiki wikis to ikiwiki, and we're using HTML::WikiConverter::Markdown as part of the conversion process. We've enhanced the Markdown plug-in to - more correctly translate HTML to Markdown, - optionally support ikiwiki link syntax, - and allow raw Markdown to be passed through when embedded in a <markdown> tag. We've attached our patch series for these enhancements, and hope you will consider applying them to future versions of HTML::WikiConverter. --Jamey and Josh

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Howdy, It's been quite a while since you filed the original ticket, but hopefully my reply will still be relevant. If not, feel free to ignore. :-) On Thu Jan 18 20:37:54 2007, jamey@minilop.net wrote: Show quoted text
> We're building tools to convert complete history of MoinMoin and TWiki > wikis to ikiwiki
I wasn't familiar with ikiwiki, but I perused the website today and the concept is very cool. I hope the ideas keep flowing. Show quoted text
> and we're using HTML::WikiConverter::Markdown as part > of the conversion process. We've enhanced the Markdown plug-in to > - more correctly translate HTML to Markdown, > - optionally support ikiwiki link syntax, > - and allow raw Markdown to be passed through when embedded in a > <markdown> tag. > > We've attached our patch series for these enhancements, and hope you > will consider applying them to future versions of HTML::WikiConverter.
Thanks for doing so much of the legwork here and for providing these patches. I'd be happy to apply them to the Markdown dialect. Alternatively, have you considered releasing to CPAN the patched version as your own HTML::WikiConverter::ikiwiki module? In my opinion, mostly from a ease-of-maintenance perspective, this latter option would be superior. -- David Iberri
On Thu Nov 20 16:51:28 2008, DIBERRI wrote: Show quoted text
> Howdy, > > It's been quite a while since you filed the original ticket, but > hopefully my reply will still be relevant. If not, feel free to ignore. :-) > > On Thu Jan 18 20:37:54 2007, jamey@minilop.net wrote:
> > We're building tools to convert complete history of MoinMoin and TWiki > > wikis to ikiwiki
> > I wasn't familiar with ikiwiki, but I perused the website today and the > concept is very cool. I hope the ideas keep flowing. >
> > and we're using HTML::WikiConverter::Markdown as part > > of the conversion process. We've enhanced the Markdown plug-in to > > - more correctly translate HTML to Markdown, > > - optionally support ikiwiki link syntax, > > - and allow raw Markdown to be passed through when embedded in a > > <markdown> tag. > > > > We've attached our patch series for these enhancements, and hope you > > will consider applying them to future versions of HTML::WikiConverter.
> > Thanks for doing so much of the legwork here and for providing these > patches. I'd be happy to apply them to the Markdown dialect. > Alternatively, have you considered releasing to CPAN the patched version > as your own HTML::WikiConverter::ikiwiki module? In my opinion, mostly > from a ease-of-maintenance perspective, this latter option would be > superior. > > -- David Iberri
<5 years pass...> So this hasn't gone anywhere still. I'll release it myself in the next day or two unless someone replies that they have plans to do so.
Subject: Re: [rt.cpan.org #24446] Feature request: ikiwiki dialect
Date: Sun, 31 Mar 2013 13:15:50 -0700 (PDT)
To: "bug-HTML-WikiConverter [...] rt.cpan.org" <bug-html-wikiconverter [...] rt.cpan.org>
From: "David Iberri" <diberri [...] gmail.com>
Makes the most sense for you to release this separately. On Sun, Mar 31, 2013 at 10:23 AM, Frew Schmidt via RT <bug-HTML-WikiConverter@rt.cpan.org> wrote: Show quoted text
> Queue: HTML-WikiConverter > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=24446 > > On Thu Nov 20 16:51:28 2008, DIBERRI wrote:
>> Howdy, >> >> It's been quite a while since you filed the original ticket, but >> hopefully my reply will still be relevant. If not, feel free to ignore. :-) >> >> On Thu Jan 18 20:37:54 2007, jamey@minilop.net wrote:
>> > We're building tools to convert complete history of MoinMoin and TWiki >> > wikis to ikiwiki
>> >> I wasn't familiar with ikiwiki, but I perused the website today and the >> concept is very cool. I hope the ideas keep flowing. >>
>> > and we're using HTML::WikiConverter::Markdown as part >> > of the conversion process. We've enhanced the Markdown plug-in to >> > - more correctly translate HTML to Markdown, >> > - optionally support ikiwiki link syntax, >> > - and allow raw Markdown to be passed through when embedded in a >> > <markdown> tag. >> > >> > We've attached our patch series for these enhancements, and hope you >> > will consider applying them to future versions of HTML::WikiConverter.
>> >> Thanks for doing so much of the legwork here and for providing these >> patches. I'd be happy to apply them to the Markdown dialect. >> Alternatively, have you considered releasing to CPAN the patched version >> as your own HTML::WikiConverter::ikiwiki module? In my opinion, mostly >> from a ease-of-maintenance perspective, this latter option would be >> superior. >> >> -- David Iberri
> <5 years pass...> > So this hasn't gone anywhere still. I'll release it myself in the next day or two unless someone replies that they have plans to do so.
On Sun Mar 31 16:16:08 2013, diberri@gmail.com wrote: Show quoted text
> Makes the most sense for you to release this separately. > > On Sun, Mar 31, 2013 at 10:23 AM, Frew Schmidt via RT > <bug-HTML-WikiConverter@rt.cpan.org> wrote: >
> > Queue: HTML-WikiConverter > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=24446 > > > On Thu Nov 20 16:51:28 2008, DIBERRI wrote:
> >> Howdy, > >> > >> It's been quite a while since you filed the original ticket, but > >> hopefully my reply will still be relevant. If not, feel free to
> ignore. :-)
> >> > >> On Thu Jan 18 20:37:54 2007, jamey@minilop.net wrote:
> >> > We're building tools to convert complete history of MoinMoin and
> TWiki
> >> > wikis to ikiwiki
> >> > >> I wasn't familiar with ikiwiki, but I perused the website today and
> the
> >> concept is very cool. I hope the ideas keep flowing. > >>
> >> > and we're using HTML::WikiConverter::Markdown as part > >> > of the conversion process. We've enhanced the Markdown plug-in to > >> > - more correctly translate HTML to Markdown, > >> > - optionally support ikiwiki link syntax, > >> > - and allow raw Markdown to be passed through when embedded in a > >> > <markdown> tag. > >> > > >> > We've attached our patch series for these enhancements, and hope
> you
> >> > will consider applying them to future versions of
> HTML::WikiConverter.
> >> > >> Thanks for doing so much of the legwork here and for providing
> these
> >> patches. I'd be happy to apply them to the Markdown dialect. > >> Alternatively, have you considered releasing to CPAN the patched
> version
> >> as your own HTML::WikiConverter::ikiwiki module? In my opinion,
> mostly
> >> from a ease-of-maintenance perspective, this latter option would be > >> superior. > >> > >> -- David Iberri
> > <5 years pass...> > > So this hasn't gone anywhere still. I'll release it myself in the
> next day or two unless someone replies that they have plans to do so.
Of course :) You don't have HTML::WikiConverter in a git repo somewhere btw, do you?
Subject: Re: [rt.cpan.org #24446] Feature request: ikiwiki dialect
Date: Tue, 2 Apr 2013 17:26:46 -0700
To: bug-HTML-WikiConverter [...] rt.cpan.org
From: David Iberri <diberri [...] gmail.com>
That would be waaaay to easy. Sadly, no. On 4/2/13, Frew Schmidt via RT <bug-HTML-WikiConverter@rt.cpan.org> wrote: Show quoted text
> Queue: HTML-WikiConverter > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=24446 > > > On Sun Mar 31 16:16:08 2013, diberri@gmail.com wrote:
>> Makes the most sense for you to release this separately. >> >> On Sun, Mar 31, 2013 at 10:23 AM, Frew Schmidt via RT >> <bug-HTML-WikiConverter@rt.cpan.org> wrote: >>
>> > Queue: HTML-WikiConverter >> > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=24446 > >> > On Thu Nov 20 16:51:28 2008, DIBERRI wrote:
>> >> Howdy, >> >> >> >> It's been quite a while since you filed the original ticket, but >> >> hopefully my reply will still be relevant. If not, feel free to
>> ignore. :-)
>> >> >> >> On Thu Jan 18 20:37:54 2007, jamey@minilop.net wrote:
>> >> > We're building tools to convert complete history of MoinMoin and
>> TWiki
>> >> > wikis to ikiwiki
>> >> >> >> I wasn't familiar with ikiwiki, but I perused the website today and
>> the
>> >> concept is very cool. I hope the ideas keep flowing. >> >>
>> >> > and we're using HTML::WikiConverter::Markdown as part >> >> > of the conversion process. We've enhanced the Markdown plug-in to >> >> > - more correctly translate HTML to Markdown, >> >> > - optionally support ikiwiki link syntax, >> >> > - and allow raw Markdown to be passed through when embedded in a >> >> > <markdown> tag. >> >> > >> >> > We've attached our patch series for these enhancements, and hope
>> you
>> >> > will consider applying them to future versions of
>> HTML::WikiConverter.
>> >> >> >> Thanks for doing so much of the legwork here and for providing
>> these
>> >> patches. I'd be happy to apply them to the Markdown dialect. >> >> Alternatively, have you considered releasing to CPAN the patched
>> version
>> >> as your own HTML::WikiConverter::ikiwiki module? In my opinion,
>> mostly
>> >> from a ease-of-maintenance perspective, this latter option would be >> >> superior. >> >> >> >> -- David Iberri
>> > <5 years pass...> >> > So this hasn't gone anywhere still. I'll release it myself in the
>> next day or two unless someone replies that they have plans to do so.
> > Of course :) You don't have HTML::WikiConverter in a git repo somewhere > btw, do you? > > >