On 11 August 2012 02:32, Adam Witwer <[email protected]> wrote:
> Hello there. I'm wondering if anyone has got this working, e.g.,
>
> [source, xslt]
> ----
> include::https://raw.github.com/oreillymedia/docbook2asciidoc/master/d2a.xsl[]
> ----
>
> I'd like to include a file that lives in a publicly viewable GitHub repo.

Hi,

Include only includes local files that can be opened with the standard
system open() function, not URLs.

Make a local clone and include files from its working dir.  If you are
worried about the repo changing put your asciidoc command in a script
with a git pull before it.

Cheers
Lex

>
> Thanks,
> Adam
>
> --
> You received this message because you are subscribed to the Google Groups
> "asciidoc" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/asciidoc/-/nmX7pIfk5skJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/asciidoc?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to