On 23 September 2017 at 00:18, Sylvain Leroux <[email protected]> wrote:
> Hi,
>
> I'm writing an article on AsciiDoc for https://itsfoss.com.
> I wanted to use the AsciiDoc User Manual as a sample document to demonstrate
> the basic features. But I can't find the "customers.csv" included file:
>
> sh$ wget http://www.methods.co.nz/asciidoc/asciidoc.txt
> sh$ asciidoc asciidoc.txt
> asciidoc: WARNING: asciidoc.txt: line 3201: include file not found:
> customers.csv
>
> sh$ wget http://www.methods.co.nz/asciidoc/customers.csv
> HTTP request sent, awaiting response... 404 Not Found
>
> Is the "customers.csv" file available to download somewhere? I could create
> one, but I would prefer to ask the readers to download all the files from
> the same location.

The methods.co.nz site is the original developers site.  On his
retirement Asciidoc was moved to github.
so the file is at
https://github.com/asciidoc/asciidoc/blob/master/doc/customers.csv.

Please note that this is the original Asciidoc Python 2 implementation
which the original developer moved to github.

There is also a newer and more active Asciidoc implementation at
http://asciidoctor.org/ which is what powers the github asciidoc
rendering (for which it had to be Ruby not Python) and which is moving
the whole infrastructure forward such as removing the dependence on
external toolchains, though it maintains a backward compatibility
capability as the developers understand that documents have a long
lifecycle and do not get continuously updated like software does.

Cheers
Lex

>
> Thanks in advance for your answer,
> - Sylvain
>
> --
> You received this message because you are subscribed to the Google Groups
> "asciidoc" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/asciidoc.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to