public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Filter for figure numbers and references
@ 2015-03-14 18:43 Thomas J. Duck
       [not found] ` <76ac9ffc-a6b3-4b83-b163-cc0f63bb0907-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas J. Duck @ 2015-03-14 18:43 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1322 bytes --]

 Greetings,

Here is a new filter that numbers figures and references: pandoc-fignos 
<https://github.com/tomduck/pandoc-fignos>.

Demonstration: input demo.md 
<https://raw.githubusercontent.com/tomduck/pandoc-fignos/master/demos/demo.md> 
and output pdf 
<https://raw.githubusercontent.com/tomduck/pandoc-fignos/master/demos/out/demo.pdf>, 
tex 
<https://raw.githubusercontent.com/tomduck/pandoc-fignos/master/demos/out/demo.tex>, 
html <https://rawgit.com/tomduck/pandoc-fignos/master/demos/out/demo.html>, 
epub 
<https://raw.githubusercontent.com/tomduck/pandoc-fignos/master/demos/out/demo.epub> 
and md 
<https://github.com/tomduck/pandoc-fignos/blob/master/demos/out/demo.md>. 

The filter should work with any output format.

Cheers,
Tom

 

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/76ac9ffc-a6b3-4b83-b163-cc0f63bb0907%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 2095 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found] ` <76ac9ffc-a6b3-4b83-b163-cc0f63bb0907-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-03-15 20:47   ` Thomas J. Duck
  2015-03-16  8:00   ` Nick Yakimov
  2015-05-29 19:48   ` John Muccigrosso
  2 siblings, 0 replies; 11+ messages in thread
From: Thomas J. Duck @ 2015-03-15 20:47 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1294 bytes --]

I also wrote a similar filter that numbers equations and references: 
pandoc-eqnos <https://github.com/tomduck/pandoc-eqnos>.

Demonstration: Using demo.md 
<https://raw.githubusercontent.com/tomduck/pandoc-eqnos/master/demos/demo.md> 
as input gives output files in pdf 
<https://raw.githubusercontent.com/tomduck/pandoc-eqnos/master/demos/out/demo.pdf>, 
tex 
<https://raw.githubusercontent.com/tomduck/pandoc-eqnos/master/demos/out/demo.tex>, 
html <https://rawgit.com/tomduck/pandoc-eqnos/master/demos/out/demo.html>, 
epub 
<https://raw.githubusercontent.com/tomduck/pandoc-eqnos/master/demos/out/demo.epub>, 
md <https://github.com/tomduck/pandoc-eqnos/blob/master/demos/out/demo.md> 
and other formats.

--Tom

>  

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/18ac73c9-e917-4e55-9f54-ff8d13dbd3b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 1998 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found] ` <76ac9ffc-a6b3-4b83-b163-cc0f63bb0907-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2015-03-15 20:47   ` Thomas J. Duck
@ 2015-03-16  8:00   ` Nick Yakimov
       [not found]     ` <94dbf25e-b356-4d30-a0bb-828589167114-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2015-05-29 19:48   ` John Muccigrosso
  2 siblings, 1 reply; 11+ messages in thread
From: Nick Yakimov @ 2015-03-16  8:00 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1579 bytes --]

This looks quite good actually, thank you very much for this work!

суббота, 14 марта 2015 г., 21:43:08 UTC+3 пользователь Thomas J. Duck 
написал:
>
>  Greetings,
>
> Here is a new filter that numbers figures and references: pandoc-fignos 
> <https://github.com/tomduck/pandoc-fignos>.
>
> Demonstration: input demo.md 
> <https://raw.githubusercontent.com/tomduck/pandoc-fignos/master/demos/demo.md> 
> and output pdf 
> <https://raw.githubusercontent.com/tomduck/pandoc-fignos/master/demos/out/demo.pdf>, 
> tex 
> <https://raw.githubusercontent.com/tomduck/pandoc-fignos/master/demos/out/demo.tex>, 
> html <https://rawgit.com/tomduck/pandoc-fignos/master/demos/out/demo.html>, 
> epub 
> <https://raw.githubusercontent.com/tomduck/pandoc-fignos/master/demos/out/demo.epub> 
> and md 
> <https://github.com/tomduck/pandoc-fignos/blob/master/demos/out/demo.md>. 
>
> The filter should work with any output format.
>
> Cheers,
> Tom
>
> 

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/94dbf25e-b356-4d30-a0bb-828589167114%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 5552 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found]     ` <94dbf25e-b356-4d30-a0bb-828589167114-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-03-19 22:21       ` Nick Yakimov
       [not found]         ` <242363ff-947c-4125-8536-3dfe5f133cef-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Nick Yakimov @ 2015-03-19 22:21 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 844 bytes --]

To anyone interested, here is my take on the same idea (in Haskell, single 
filter for figures, equations and 
tables) https://github.com/lierdakil/pandoc-crossref

I'm really bad with Python filters, so I decided to roll my own in a 
language I'm better-acquainted with.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/242363ff-947c-4125-8536-3dfe5f133cef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 1282 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found]         ` <242363ff-947c-4125-8536-3dfe5f133cef-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-03-23 10:42           ` tolot27
  0 siblings, 0 replies; 11+ messages in thread
From: tolot27 @ 2015-03-23 10:42 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1128 bytes --]

Hi Nick,

its a great filter and I realy like it. It works with docx, too. I filled 
two issues regarding to YAML metadata block and chapters support.

--
Many thanks,
Mathias

Am Donnerstag, 19. März 2015 23:21:08 UTC+1 schrieb Nick Yakimov:
>
> To anyone interested, here is my take on the same idea (in Haskell, single 
> filter for figures, equations and tables) 
> https://github.com/lierdakil/pandoc-crossref
>
> I'm really bad with Python filters, so I decided to roll my own in a 
> language I'm better-acquainted with.
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/476c802d-c1b8-442d-8043-b3d3edfa4036%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 2217 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found] ` <76ac9ffc-a6b3-4b83-b163-cc0f63bb0907-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2015-03-15 20:47   ` Thomas J. Duck
  2015-03-16  8:00   ` Nick Yakimov
@ 2015-05-29 19:48   ` John Muccigrosso
       [not found]     ` <7988639e-760d-47e8-8b18-2264f26a36b8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2 siblings, 1 reply; 11+ messages in thread
From: John Muccigrosso @ 2015-05-29 19:48 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 742 bytes --]

I'm using pandoc on a Mac via home-brew, and I'm a very weak python user. 
Nevertheless I'd like to try fignos out.

Can anybody help walk me through installation?

TIA.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/7988639e-760d-47e8-8b18-2264f26a36b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 1201 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found]     ` <7988639e-760d-47e8-8b18-2264f26a36b8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-05-29 20:03       ` Nikolay Yakimov
  2015-06-01 15:45       ` Thomas J. Duck
  1 sibling, 0 replies; 11+ messages in thread
From: Nikolay Yakimov @ 2015-05-29 20:03 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 2605 bytes --]

Hello John.

Not to sound overconfident or anything, but I believe at this point in
time, pandoc-crossref would be a more feature-rich alternative, which is
available on hackage, and can be installed with cabal install
pandoc-crossref. That said, if you’re using brew, installation will likely
take some time, since it will have to build Pandoc’s library in addition to
pandoc-crossref itself. You might want to take a look at README
<https://github.com/lierdakil/pandoc-crossref/blob/master/README.md> at
least, and see if it’s something you’d be interested in.

As for your original question, sorry, I noted above that I’m bad with
Python, so I can offer no insight on pandoc-fignos installation, besides
what’s listed in project’s README file
<https://github.com/tomduck/pandoc-fignos/blob/master/README.md>
​

пт, 29 мая 2015 г. в 22:48, John Muccigrosso <jmuccigr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:

> I'm using pandoc on a Mac via home-brew, and I'm a very weak python user.
> Nevertheless I'd like to try fignos out.
>
> Can anybody help walk me through installation?
>
> TIA.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "pandoc-discuss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/pandoc-discuss/VXdX9AS51Vw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/7988639e-760d-47e8-8b18-2264f26a36b8%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/7988639e-760d-47e8-8b18-2264f26a36b8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CA%2BhqrpUEaQY6NYKaGbQaGxJgHm%2B9-uQnF%3DDsuGvs9hQk%2BowHvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 5430 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found]     ` <7988639e-760d-47e8-8b18-2264f26a36b8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2015-05-29 20:03       ` Nikolay Yakimov
@ 2015-06-01 15:45       ` Thomas J. Duck
       [not found]         ` <9cebe1f9-a686-4bb1-ad27-5558eda341f7-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  1 sibling, 1 reply; 11+ messages in thread
From: Thomas J. Duck @ 2015-06-01 15:45 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1113 bytes --]

Hi John,

    Thanks for your interest in pandoc-fignos.  You can install it (at the 
bash prompt) using:

$ sudo pip install pandoc-fignos

You will be prompted for your root password.  That’s it!  You don’t need to 
know anything about python.  

    Instructions for using the filter are available here:

https://github.com/tomduck/pandoc-fignos  (scroll down)

Please let me know if you have any difficulties with it.

    Note that there is also a pandoc-eqnos filter for equation numbering.

Cheers,
Tom

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/9cebe1f9-a686-4bb1-ad27-5558eda341f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 1617 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found]         ` <9cebe1f9-a686-4bb1-ad27-5558eda341f7-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-06-05 17:57           ` John Muccigrosso
       [not found]             ` <7c553502-d6f6-4d2d-a655-26e293a89034-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: John Muccigrosso @ 2015-06-05 17:57 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 717 bytes --]

Thanks, Tom. This worked fine. (Had to update setup tools with 
````easy_install -U setup tools```` and while I was at it upgraded pip 
itself.)

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/7c553502-d6f6-4d2d-a655-26e293a89034%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 1127 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found]             ` <7c553502-d6f6-4d2d-a655-26e293a89034-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-06-06  1:10               ` Thomas J. Duck
       [not found]                 ` <05a9da93-8fc0-46c4-bccd-ed1d11145979-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas J. Duck @ 2015-06-06  1:10 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1026 bytes --]


Superb, John.

There was an issue with the install script that I fixed a few days ago.  
New users shouldn't need to muck around with updating setuptools.

In any case, you can upgrade to the latest pandoc-fignos (0.2.1) by 
executing the following as root:

    pip install --upgrade pandoc-fignos

If you have any trouble with it, please feel welcome to post an issue at 
our github repository <https://github.com/tomduck/pandoc-fignos>.

Cheers,
Tom

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/05a9da93-8fc0-46c4-bccd-ed1d11145979%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 1507 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Filter for figure numbers and references
       [not found]                 ` <05a9da93-8fc0-46c4-bccd-ed1d11145979-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-06-06 14:58                   ` John Muccigrosso
  0 siblings, 0 replies; 11+ messages in thread
From: John Muccigrosso @ 2015-06-06 14:58 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1295 bytes --]

On Friday, June 5, 2015 at 9:10:37 PM UTC-4, Thomas J. Duck wrote:
>
>
> Superb, John.
>
> There was an issue with the install script that I fixed a few days ago.  
> New users shouldn't need to muck around with updating setuptools.
>
> In any case, you can upgrade to the latest pandoc-fignos (0.2.1) by 
> executing the following as root:
>
>     pip install --upgrade pandoc-fignos
>
> If you have any trouble with it, please feel welcome to post an issue at 
> our github repository <https://github.com/tomduck/pandoc-fignos>.
>
> Cheers,
> Tom
>

Thanks, Tom. That's the version that got installed, so I'm all good! (OK, 
apart from the issue I posted about in another thread, but that's to do 
with something else.) 

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/0be2a5a6-4435-46a4-aa5b-6f3dc4256859%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 2319 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-06-06 14:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-14 18:43 Filter for figure numbers and references Thomas J. Duck
     [not found] ` <76ac9ffc-a6b3-4b83-b163-cc0f63bb0907-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-03-15 20:47   ` Thomas J. Duck
2015-03-16  8:00   ` Nick Yakimov
     [not found]     ` <94dbf25e-b356-4d30-a0bb-828589167114-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-03-19 22:21       ` Nick Yakimov
     [not found]         ` <242363ff-947c-4125-8536-3dfe5f133cef-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-03-23 10:42           ` tolot27
2015-05-29 19:48   ` John Muccigrosso
     [not found]     ` <7988639e-760d-47e8-8b18-2264f26a36b8-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-05-29 20:03       ` Nikolay Yakimov
2015-06-01 15:45       ` Thomas J. Duck
     [not found]         ` <9cebe1f9-a686-4bb1-ad27-5558eda341f7-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-06-05 17:57           ` John Muccigrosso
     [not found]             ` <7c553502-d6f6-4d2d-a655-26e293a89034-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-06-06  1:10               ` Thomas J. Duck
     [not found]                 ` <05a9da93-8fc0-46c4-bccd-ed1d11145979-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-06-06 14:58                   ` John Muccigrosso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).