<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.text.formats.asciidoc">
    <title>gmane.text.formats.asciidoc</title>
    <link>http://blog.gmane.org/gmane.text.formats.asciidoc</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3215"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3209"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3199"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3193"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3192"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3185"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3177"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3176"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3170"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3165"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3164"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3157"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3152"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3141"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3138"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3134"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3129"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3128"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3125"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.text.formats.asciidoc/3122"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3215">
    <title>CSS</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3215</link>
    <description>&lt;pre&gt;Hi,

Is it possible to use a theme without installing it?

I. e. something like asciidoc --theme=./mytheme/mytheme.css

Thank you

&lt;/pre&gt;</description>
    <dc:creator>Pau Garcia i Quiles</dc:creator>
    <dc:date>2012-05-22T23:24:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3209">
    <title>Is there any way to use callouts within a table?</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3209</link>
    <description>&lt;pre&gt;Hi,
just wondering if there's a way to use callouts within a table?
Something like

.An example table
[options="header,footer"]
|=======================
|Col 1|Col 2      |Col 3
|1    |Item 1     |a
|2    |Item 2     |b
|3    |Item 3     |c
|6    |Three items|d &amp;lt;1&amp;gt;
|=======================
|&amp;lt;1&amp;gt; callout text

where &amp;lt;1&amp;gt; should be linked with the relevant callout text.

Should I use another syntax or change some table processing related
settings?

Cheers
Davide

&lt;/pre&gt;</description>
    <dc:creator>davide.cavestro</dc:creator>
    <dc:date>2012-05-17T09:32:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3199">
    <title>Bulleted list in a labeled list item</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3199</link>
    <description>&lt;pre&gt;Hi,

I'm trying to put a bulleted list in the middle of an item of a
labeled list, like so:

http://sprunge.us/bQTM

The problem I am having is that I can't figure out how to end the
bulleted list item while continuing the labeled list item. The
sentence starting with "When no 'file' or 'action' is present" in the
snippet above is supposed to get indented once, but is currently
aligned with the leftmost margin. When I add a single plus (+)
character on the line before it for a list continuation, it gets
indented to match the bulleted list instead of the labeled list.

I searched google and looked through the documentation regarding
labeled and bulleted lists, and found no answer. Is there any way to
do what I'm trying to accomplish?

&lt;/pre&gt;</description>
    <dc:creator>Buce</dc:creator>
    <dc:date>2012-05-07T17:45:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3193">
    <title>asciidoc, a2x, fop and page size</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3193</link>
    <description>&lt;pre&gt;Hi,

How to control the generated pdf page size when using asciidoc's a2x --fop?
I want to change from the default A4 to letter page size.

I found this,

ftp://ftp.uni-magdeburg.de/pub/mirror/hpux.ask.uni-karlsruhe.de/PostScript/a2x-1.0/a2x-1.0.man.html

which says,

   *-a4, -letter, -legal*
           choose upon paper sizes. The default is *-a4. *

but found that it does not work with the a2x from asciidoc:

$ a2x --fop -letter . . .
a2x: error: no such option: -l

Please help.

Thanks

&lt;/pre&gt;</description>
    <dc:creator>Tong Sun</dc:creator>
    <dc:date>2012-05-07T03:52:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3192">
    <title>AsciiDoc cheatsheet</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3192</link>
    <description>&lt;pre&gt;Hi,

I haven't been able to get to the AsciiDoc cheatsheet site lately.
Today, even the DNS is gone.

Does any one has a local copy?
Can we host a copy on the AsciiDoc official site please?

Thanks

&lt;/pre&gt;</description>
    <dc:creator>Tong Sun</dc:creator>
    <dc:date>2012-05-07T02:44:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3185">
    <title>Source code listing caption numbering</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3185</link>
    <description>&lt;pre&gt;Hello,
there is an option that captions of figures, tables, examples can be
numbered. How to do that also for source code listing specified by
[source] tag?

&lt;/pre&gt;</description>
    <dc:creator>Mścisław Wodziński</dc:creator>
    <dc:date>2012-05-04T10:14:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3177">
    <title>Simple Makefile</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3177</link>
    <description>&lt;pre&gt;Is there a simple makefile to just build html documents from some .txt 
files? Or is there a better way?

Thanks
John

&lt;/pre&gt;</description>
    <dc:creator>John T</dc:creator>
    <dc:date>2012-05-03T13:37:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3176">
    <title>floating images</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3176</link>
    <description>&lt;pre&gt;Hello!

?ve started workeing on several HTML docs which I want to convert into
AsciiDoc and make a book out of it (nice pdf output).

What is the correct procedure to get text floating (left or right)
around image which could possibly work for *both* HTML &amp;amp; PDF output?

If that's not possible, then we'll be happy to get it right in PDF
generated by dblatex back-end?

Reading the docs (21.1.4) Images section is a bit confusing since once
it stated:

image:&amp;lt;target&amp;gt;[&amp;lt;attributes&amp;gt;]

and a little bit below:

image::images/tiger.png["Tiger image",align="left"]

so it looks that the latter is for block and not inline macro?


I use:

image::images/file.png[align="left",scale=200%] 

but the image is centered and we do not ±

If we use image:images alternative, still - no floating and no proper
alignment?

We use asciidoc 8.6.7.

Any hint?


Sincerely,
Gour

&lt;/pre&gt;</description>
    <dc:creator>Gour</dc:creator>
    <dc:date>2012-05-03T13:02:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3170">
    <title>asciidoc + slidy/deck.js -&gt; notes?</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3170</link>
    <description>&lt;pre&gt;Hello All,

not sure if this is an AsciiDoc question, but maybe someone could help
with this.

I like to use Asciidoc with slidy or deck.js to prepare my slides.
Probably the only thing I'm missing is preparation of "notes" which I
could later print for myself to learn, and which should not appear on
the slides. Does anyone know if slidy or deck.js support such option?
Can AsciiDoc help with this somehow?

--
Regards,
Tomek Kaczanowski
http://practicalunittesting.com

&lt;/pre&gt;</description>
    <dc:creator>Tomek Kaczanowski</dc:creator>
    <dc:date>2012-04-24T19:44:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3165">
    <title>Help needed: fedora package update</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3165</link>
    <description>&lt;pre&gt;Hi,

I would like to update the fedora package for asciidoc as our software's
documentation requires an asciidoc &amp;gt;= 8.6.2 to be built and fedora still
ships with 8.4.5 (even in rawhide).

One of the patches no longer applies cleanly and I wanted to see if it
was implemented upstream or not. It's called datadir (see attached
asciidoc-8.4.5-datadir.patch). And I couldn't figure it out..

Fails with:
1 out of 2 hunks FAILED -- saving rejects to file asciidoc.py.rej
4 out of 4 hunks FAILED -- saving rejects to file Makefile.in.rej

The other one has been integrated[1] so I'm droppping it.

Thanks,

[1]
http://groups.google.com/group/asciidoc/browse_frm/thread/ea3a8ea399ae5d2a
&lt;/pre&gt;</description>
    <dc:creator>Olivier Bilodeau</dc:creator>
    <dc:date>2012-04-18T18:29:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3164">
    <title>asciidoc-odf presentation at ODF Plugfest</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3164</link>
    <description>&lt;pre&gt;Hi,

Tomorrow morning I will be presenting asciidoc-odf at the ODF Plugfest in 
Brussels:

     http://odfplugfest.org/2012-brussels/programme/

I hope to be able to discuss a few of the issues with the ODF standard and 
get some feedback of the experts :-) The slides are already available at:

     http://speakerdeck.com/u/dagwieers/p/odf-backend-for-asciidoc

Even though a lot of what I will be discussing is not on the slides, I 
would appreciate feedback. Compelling ommissions ? Spelling mistakes ? 
Lack of taste ? Tell me !

&lt;/pre&gt;</description>
    <dc:creator>Dag Wieers</dc:creator>
    <dc:date>2012-04-18T13:56:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3157">
    <title>Can we tell to a2x command to use a theme (= css file) like asciidoc command ?</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3157</link>
    <description>&lt;pre&gt;Hi,

Can we tell to a2x command to use a theme (= css file) like asciidoc
command ? If there is no option for a2x command, how can we tell to
a2x that we would like to use a specific css file during the
transformation process from xxx.txt to xxx.pdf by example or
epub, ... ?

Regards,

Charles

&lt;/pre&gt;</description>
    <dc:creator>Charles Moulliard</dc:creator>
    <dc:date>2012-04-17T21:51:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3152">
    <title>how to pass arguments to  browser (e.g. lynx)  with `a2x  -f text -- lynx ...'</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3152</link>
    <description>&lt;pre&gt;hi,

it seems not possible to pass arguments along to the browsers defined by  
the variable `LYNX' (and `W3M') in `a2x.conf' directly in the `a2x' call  
(similar to, e.g., ` --dblatex-opts'), so I tried to edit `a2x.conf' like

LYNX = "lynx -nolist -width=80"

but this does not work since `a2x' explicitly double-quotes the `LYNX'  
variable when constructing the call, so `LYNX' is treated as a command  
name containing blanks (which is not found).
I removed this quoting in a copy of a2x (version 8.6.6, line 768-9) like

  cmd = "%s -dump %s &amp;gt; %s" % (LYNX, html_file, text_file)
  shell(cmd)

which then works just fine.

questions/remarks:

&lt;/pre&gt;</description>
    <dc:creator>j. van den hoff</dc:creator>
    <dc:date>2012-04-17T10:25:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3141">
    <title>AsciiDoc at OSCON!</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3141</link>
    <description>&lt;pre&gt;Just to let you all know my talk at OSCON has been accepted:

http://www.oscon.com/oscon2012/public/schedule/detail/24815

I intend to discuss, among other things, the crucial role AsciiDoc has 
played (and continues to play) in making my Programming iOS 4 and 
Programming iOS 5 books possible. Hope to see some fellow AsciiDoc users 
there!

&lt;/pre&gt;</description>
    <dc:creator>mattn</dc:creator>
    <dc:date>2012-04-14T02:33:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3138">
    <title>a2x returned non-zero exit status 4</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3138</link>
    <description>&lt;pre&gt;Hi,

Why asciidoc 8.6.7 generates the following error when I try to execute
the following command on the example provided on the web site ?

-rw-r--r--&amp;lt; at &amp;gt;  1 chmoulli  1881291218    1683 Aug 10  2010 adventures-of-
sherlock-holmes-docinfo.xml
-rw-r--r--&amp;lt; at &amp;gt;  1 chmoulli  1881291218     827 Aug 19  2010 adventures-of-
sherlock-holmes.css
-rw-r--r--&amp;lt; at &amp;gt;  1 chmoulli  1881291218  111748 Mar 22  2011 adventures-of-
sherlock-holmes.jpg
-rw-r--r--&amp;lt; at &amp;gt;  1 chmoulli  1881291218  589633 Mar 21  2011 adventures-of-
sherlock-holmes.txt
-rw-r--r--&amp;lt; at &amp;gt;  1 chmoulli  1881291218    1880 Aug 18  2010 underline.png
a2x -fepub -dbook adventures-of-sherlock-holmes.txt
a2x: ERROR: "xmllint" --nonet --noout --valid "/.../epub/adventures-of-
sherlock-holmes/adventures-of-sherlock-holmes.xml" returned non-zero
exit status 4

Regards,

Charles

&lt;/pre&gt;</description>
    <dc:creator>Charles Moulliard</dc:creator>
    <dc:date>2012-04-13T22:58:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3134">
    <title>Question mark inhibits closing block</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3134</link>
    <description>&lt;pre&gt;hi, I'm using AsciiDoc to write some documents (HTML) with version 8.6.7, 
i'm new to AsciiDoc. In an example block the text terminate with a question 
mark, the result is that all the document ends into the block

    ================
    This is an example block.

    Right?
    ================

To prevent this I left a blank line before closing the block

    ================
    This is an example block.

    Right?

    ================

Is this a feature or an issue?

best regars 


&lt;/pre&gt;</description>
    <dc:creator>wm</dc:creator>
    <dc:date>2012-04-13T00:08:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3129">
    <title>Uppercase doesn't work with URL inline macro (asciidoc 8.6.5)</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3129</link>
    <description>&lt;pre&gt;Hi,

I'm using asciidoc 8.6.5 on Debian Squeeze and i found a bug using URL
macro.

If i try to use:  http://github.com/Normation/[GitHub repository] in
my asciidoc source, it doesn't work.

a2x.py -f epub --doctype=book -a docinfo1 --dblatex-opts "-P
latex.output.revhistory=0" foo.txt
a2x: ERROR: xmllint --nonet --noout --valid foo.xml returned non-zero
exit status 1

but if i use http://github.com/normation/[GitHub repository] in my
asciidoc source, it works.

I suppose it's a bug from inlines macro.

Thanks.

Nicolas PERRON

&lt;/pre&gt;</description>
    <dc:creator>Nicolas PERRON</dc:creator>
    <dc:date>2012-04-11T13:40:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3128">
    <title>Storing Strings in Constants?</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3128</link>
    <description>&lt;pre&gt;Is there a way to store a string or block of text in a constant, such
that if I have the same line or phrase repeated numerous times in my
document, I can insert it by reference, and change it only once where
it is defined so the change propagates throughout the document?

I thought I might be able to do this with macros, but it wasn't clear
to me how.

Thanks,
Bruce

&lt;/pre&gt;</description>
    <dc:creator>Bruce Harris</dc:creator>
    <dc:date>2012-04-11T15:35:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3125">
    <title>Nested tables broken in 8.6.7</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3125</link>
    <description>&lt;pre&gt;This is a regression compared to 8.6.6. Very easy to reproduce with 
asciidoc's own documentation:
wget http://www.methods.co.nz/asciidoc/newtables.txt

Here is 8.6.7:

$ asciidoc newtables.txt 
asciidoc: WARNING: newtables.txt: line 102: include file not found: 
/tmp/customers.csv
asciidoc: ERROR: newtables.txt: line 284: undefined filter attribute in 
command: "{python2}" "{asciidoc-file}" -b {backend} {asciidoc-args}{lang? 
-a "lang={lang}&amp;lt; at &amp;gt;"}{icons? -a icons -a "iconsdir={iconsdir}"}{imagesdir? -a 
"imagesdir={imagesdir}"}{data-uri? -a data-uri} -a "indir={indir}"{trace? 
-a "trace={trace}"}{blockname? -a "blockname={blockname}"} -s -
asciidoc: ERROR: newtables.txt: line 393: undefined filter attribute in 
command: "{python2}" "{asciidoc-file}" -b {backend} {asciidoc-args}{lang? 
-a "lang={lang}&amp;lt; at &amp;gt;"}{icons? -a icons -a "iconsdir={iconsdir}"}{imagesdir? -a 
"imagesdir={imagesdir}"}{data-uri? -a data-uri} -a "indir={indir}"{trace? 
-a "trace={trace}"}{blockname? -a "blockname={blockname}"} -s -
asciidoc: ERRO&lt;/pre&gt;</description>
    <dc:creator>Dan McGee</dc:creator>
    <dc:date>2012-04-07T18:52:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3122">
    <title>Problem with other backends than html / docbook</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3122</link>
    <description>&lt;pre&gt;
Hello Stuart, hello asciidoc users,

recently I'tried the latex backend with the documented (1) command
line and the current mercurial checkout

   me&amp;lt; at &amp;gt;tron:/home/land&amp;gt; python ~/doku/asciidoc/asciidoc.py -b latex --
unsafe man/ep.txt

Running this command only produces the following error message.

   asciidoc: WARNING: ep.txt: line 3: missing section: [source-filter-
style]
   asciidoc: FAILED: ep.txt: line 3: malformed section entry:
template::[source-filter-style]

What should be done, to give the latex backend a try.

Thanks
Sebastian

(1) http://www.methods.co.nz/asciidoc/latex-bugs.html

&lt;/pre&gt;</description>
    <dc:creator>Sebastian Bernhard</dc:creator>
    <dc:date>2012-04-05T15:54:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.text.formats.asciidoc/3119">
    <title>yet another book written with AsciiDoc!</title>
    <link>http://comments.gmane.org/gmane.text.formats.asciidoc/3119</link>
    <description>&lt;pre&gt;Hello All,

I'm happy to inform you that my book - "Practical Unit Testing with
TestNG and Mockito" (http://practicalunittesting.com) - which was
written entirely with AsciiDoc is now published.

I guess this can make another entry to http://www.methods.co.nz/asciidoc/index.html#X6
:)

It is also a good moment to congratulate and thank you! AsciiDoc is a
fantastic tool and I can not imagine writing a book using anything
else! I will soon write a blog post devoted to my experience of
writing book with AsciiDoc and gather there some information that
others could use.
Thank for your patience - you answered a lot of my questions and as a
result I was able to prepare a really nice-looking book. :)

--
Regards,
Tomek Kaczanowski
http://practicalunittesting.com

&lt;/pre&gt;</description>
    <dc:creator>Tomek Kaczanowski</dc:creator>
    <dc:date>2012-04-04T08:18:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.text.formats.asciidoc">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.formats.asciidoc</link>
  </textinput>
</rdf:RDF>

