asciidoc.org and asciidoc.info, plus a new example of AsciiDoc's flexibility

2012-12-03 Thread Dan Allen
efore using AsciiDoc, I used Textile and Markdown extensively and that's how I was able to recognize that AsciiDoc stood out. It's time to drop the angled brackets, but in doing so we don't want to lose the semantics. AsciiDoc strikes that balance. Cheers, Dan Allen http://google.com/

Bootstrap docs backend for AsciiDoc

2012-12-03 Thread Dan Allen
For those who like style... I've been getting a little crazy exploring how varied and presentable I can make the AsciiDoc output. In my previous message, I shared my dzslides backend [1] which produced these HTML5-based presentations [2]. We all love Twitter Bootstrap and there's no question th

Maven AsciiDoc plugin

2012-12-04 Thread Dan Allen
For those of you who want to be able to build AsciiDoc sources as part of a Maven build (Java project), Steven Boscarine has started work on a Maven plugin. The plugin invokes AsciiDoc through Jython to avoid using a system call. https://github.com/StevenBoscarine/JavaAsciidocWrapper If you're

Re: Print out section ids in HTML output

2012-12-05 Thread Dan Allen
As a follow-up, here's the configuration that Pete created to support this feature. https://github.com/jboss/cdi/blob/master/spec/html5.conf Example: [sect1] [{id}] {numbered?{sectnum} }{title} | -Dan On Wednesday, November 14, 2012 4:46:27 PM UTC-7, Lex Trotman wrote: > > > > > On 15 Nov

Re: Including excerpts by line number

2012-12-05 Thread Dan Allen
On Monday, September 5, 2011 9:05:37 AM UTC-6, Jason Morrison wrote: > > Thanks, Lex. I worked a bit more on this today, and found that I just > wasn't using named attributes correctly. Once I switched to specifying all > attributes, positionally, it worked great. (Asciidoc 8.6.5 on OSX > ins

Re: Maven AsciiDoc plugin

2012-12-05 Thread Dan Allen
On Tuesday, December 4, 2012 7:49:29 PM UTC-7, Stuart Rackham wrote: > > > > On 05/12/12 08:58, Dan Allen wrote: > > For those of you who want to be able to build AsciiDoc sources as part > > of a Maven build (Java project), Steven Boscarine has started work on a >

Re: Maven AsciiDoc plugin

2012-12-05 Thread Dan Allen
inline... On Tuesday, December 4, 2012 3:51:56 PM UTC-7, Lex Trotman wrote: > > Hi Manfred, > > On 5 December 2012 08:34, Manfred Moser > > wrote: > > Related to that I have noticed that the github asciidoc name is taken > and > > an asciidoc maven plugin exists there. > > > > I think it wo

Re: asciidoc.org and asciidoc.info, plus a new example of AsciiDoc's flexibility

2012-12-05 Thread Dan Allen
On Tuesday, December 4, 2012 7:02:53 PM UTC-7, Joseph Wayne Norton wrote: > > > > I'd just like to say thanks to Stuart and the AsciiDoc community. I have > been an AsciiDoc user for several years and I have always found AsciiDoc to > be a great fit for my documentation needs. > +1 > > I'd

Re: asciidoc.org and asciidoc.info, plus a new example of AsciiDoc's flexibility

2012-12-05 Thread Dan Allen
Somehow I just deleted my own reply, so I'm going to type it again (sorry if you get a duplicate). My directions to get the presentation running were too terse. (I was also missing an image). I just gave it a try on a separate machine and now have the exact steps that you need: # fetch and set

Re: Bootstrap docs backend for AsciiDoc

2012-12-05 Thread Dan Allen
is not done >> >> - Laurent >> >> [1] >> http://laurent-laville.org/**asciidoc/bootstrap-docs-v1.0.**0.zip<http://laurent-laville.org/asciidoc/bootstrap-docs-v1.0.0.zip> >> [2] http://cloud.github.com/**downloads/mojavelinux/** >> asciidoc-bootstrap-docs

Re: asciidoc.org and asciidoc.info, plus a new example of AsciiDoc's flexibility

2012-12-05 Thread Dan Allen
t; The directions below worked well for me - great! > > > > Might be useful to add these instructions to the repository's README.md > > file. > > You could even change it to a README.asciidoc > > I am in the process of doing that on my repos since it actually renders > n

Re: asciidoc.org and asciidoc.info, plus a new example of AsciiDoc's flexibility

2012-12-05 Thread Dan Allen
(Google Groups once again ate my reply, so this reply will be shorter...probably for the best :)) On Dec 4, 6:26 pm, Stuart Rackham wrote: > > Thank you for this generous offer, I'd love to move AsciiDoc to it's own > domain, it's been hanging off my site to long -- just a time and > resources is

Re: Maven AsciiDoc plugin

2012-12-06 Thread Dan Allen
ation yet. Once it's been vetted a bit more and users start giving it the thumbs up, then it would be time to "promote" it to the organization to get more visibility (and to be more useful to community). > > Also the wiki is useful for user acquired experience that is relate

Re: asciidoc dzslides: where is the highlight.min.js file?

2012-12-06 Thread Dan Allen
9: {sys3:"/usr/bin/python" > -u -c "import base64,sys; base64.encode(sys.stdin,sys.**stdout)" < > "/Dropbox/temp-transfer/imag > es/mild.png"}: non-zero exit status > > so it looks I'm missing some files in the installation. > > and attached i

Re: asciidoc dzslides: where is the highlight.min.js file?

2012-12-06 Thread Dan Allen
Ah, also, if you are missing highlight.min.js, it's because you need to pull down the updates for the dzslides backend. That file is now called highlight.pack.js (since that's the name the highlight.js project now uses for the minified version). -Dan On Thu, Dec 6, 2012 at 6:02 PM,

Re: asciidoc.org and asciidoc.info, plus a new example of AsciiDoc's flexibility

2012-12-09 Thread Dan Allen
My directions to get the presentation running were too terse. (I was also missing an image). I just gave it a try on a separate machine and now have the exact steps that you need: # fetch and setup the backend, dzslides and decks mkdir -p $HOME/.asciidoc/backends cd $HOME/.asciidoc/backends git

Re: asciidoc.org and asciidoc.info, plus a new example of AsciiDoc's flexibility

2012-12-09 Thread Dan Allen
On Tuesday, December 4, 2012 6:26:27 PM UTC-7, Stuart Rackham wrote: > > > Thank you for this generous offer, I'd love to move AsciiDoc to it's own > domain, it's been hanging off my site to long -- just a time and > resources issue on my part. It's well past time AsciiDoc had it's own > domai

vim syntax highlighting, packaged in vim

2012-12-10 Thread Dan Allen
I've noticed a few posts here and on Twitter discussing vim syntax highlighting for AsciiDoc. Is there any reason why these files are not shipped with Vim? Vim has support for every language and markup I know, and plenty more for stuff I've never heard of, so it seems logical that AsciiDoc would be

Re: Maven AsciiDoc plugin

2012-12-10 Thread Dan Allen
t; matth...@ambientideas.com> wrote: > Let me know if you don't get a response from the GitHub repo/org owner and > I'll also happily drop the gal/guy a line as a flag-waving member of the > AsciiDoc user-club. > > > -- Dan Allen Principal Software Engineer, Red Ha

Re: asciidoc organization and mirror on github

2012-12-10 Thread Dan Allen
, Dan Allen wrote: > Regardless of where the canonical source code repository is located, I > think there is tremendous benefit in having a mirror on GitHub. I've > observed first hand how much visibility GitHub brings to a project. The > obvious benefit is that you can say &

Re: asciidoc organization and mirror on github

2012-12-10 Thread Dan Allen
patch be made and followed by the contributor, so it's the right patch). -Dan On Mon, Dec 10, 2012 at 2:51 AM, Dan Allen wrote: > As a case in point, consider the updates to the vim syntax files that were > just recently posted to the list. Contributions like those would be much > more

Re: a2x - xmllint error on asciidoc table

2012-12-14 Thread Dan Allen
scussion on the web visit > https://groups.google.com/d/msg/asciidoc/-/ulwXM6Yu64gJ. > > To post to this group, send email to asciidoc@googlegroups.com. > To unsubscribe from this group, send email to > asciidoc+unsubscr...@googlegroups.com. > For more options, visit this group a

Re: a2x - xmllint error on asciidoc table

2012-12-31 Thread Dan Allen
On Tue, Jan 1, 2013 at 12:44 AM, Stuart Rackham wrote: > > > On 15/12/12 17:42, Lex Trotman wrote: > > On 15 December 2012 07:38, Dan Allen wrote: > >> You could also use a replacement attribute, defined in a .conf file > >> > >> [attributes] >

Re: vim syntax highlighting, packaged in vim

2013-01-07 Thread Dan Allen
2012 at 8:12 PM, Stuart Rackham wrote: > > > On 10/12/12 23:11, Lex Trotman wrote: > > On 10 December 2012 19:54, Dan Allen wrote: > >> I've noticed a few posts here and on Twitter discussing vim syntax > >> highlighting for AsciiDoc. Is there any reason wh

Re: asciidoc organization and mirror on github

2013-01-07 Thread Dan Allen
t; > 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 asciidoc@googlegroups.com. > To unsubscribe from this group, send email t

Re: vim syntax highlight: conceal support & small fixes

2013-01-07 Thread Dan Allen
ing environments are weird like > that, perceived aesthetics are very personal). > > Cheers, Stuart > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To post to this group, send email to asciidoc@googleg

Re: New installation error

2013-01-07 Thread Dan Allen
=en<http://groups.google.com/group/asciidoc?hl=en>. >> >> > -- > 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/-/B

Re: Asciidoc Bootsrap backend - 1.2.0 is out

2013-01-16 Thread Dan Allen
t;Laurent Laville" wrote: > Hello, > > If you've forgotten, last month after Dan Allen published his first > version, I've begun to contribute. > Even if source code was provided on the archive zip, I've now open a new > repository on my Github account

Re: Asciidoc rendering on Github

2013-01-17 Thread Dan Allen
nd email to asciidoc@googlegroups.com. > To unsubscribe from this group, send email to > asciidoc+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en. > -- Dan Allen Principal Software Engineer, Red Hat | Author

Re: Asciidoc rendering on Github

2013-01-17 Thread Dan Allen
On Thu, Jan 17, 2013 at 5:47 PM, Lex Trotman wrote: > On 18 January 2013 11:32, Dan Allen wrote: > > Indeed. The new version has gotten the green light and, afaik, we are > > waiting on a new deployment of that code to the production instance. Any > day > > now. > >

Re: How do I render [ as the first character of a paragraph?

2013-01-24 Thread Dan Allen
t; <'logical operator'> <'basic form'> [)\]] -- Notice that you have to escape the closing square brackets when using the pass:[] macro. -Dan On Wed, Jan 23, 2013 at 9:46 PM, Thomas Christensen < christensentho...@gmail.com> wrote: > Complex form:: &g

Re: How do I render [ as the first character of a paragraph?

2013-01-24 Thread Dan Allen
On Thu, Jan 24, 2013 at 3:28 PM, Lex Trotman wrote: > > Works perfectly with fop which uses different xsl. You could use this > for your pdf. > I would recommend using fop anyway. It produces much better output IMO. -Dan -- Dan Allen Principal Software Engineer, Red Hat | Autho

Re: suppress individual headings in TOC

2013-01-25 Thread Dan Allen
ups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux User #231597 http://google.com/profiles/dan.j.allen http://mojavelinux.com

Re: suppress individual headings in TOC

2013-01-25 Thread Dan Allen
On Fri, Jan 25, 2013 at 5:50 PM, Lex Trotman wrote: > On 26 January 2013 11:11, Dan Allen wrote: > > You'd probably need to hack the asciidoc.js, because it only works off > the > > toclevels passed to it when the asciidoc.install function is called on > > document

Re: Feature request: macro to obtain section number of an anchor

2013-01-28 Thread Dan Allen
It could be done using JavaScript just like it is for footnotes and the toc. It can't be done by the AsciiDoc processor since it is streaming the document and does not have a full view of where all the references are. -Dan -- Sent from my CyanogenMod-powered Android device, an open platform for

Re: Slight table generation oddity contains and does not

2013-02-04 Thread Dan Allen
nd an > email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen

Re: Slight table generation oddity contains and does not

2013-02-04 Thread Dan Allen
Btw, you would put that into your asciidoc.conf or .conf in the same directory as . -Dan On Mon, Feb 4, 2013 at 1:29 PM, Dan Allen wrote: > You would edit the following block in html5.conf (or xhtml11.conf if you > are using that). Notice the bolded | in the headdata entry. > >

Re: Unable to insert or CR or LF in element

2013-02-04 Thread Dan Allen
s.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen Principal Software Engineer, Red Hat | Author of

Re: Slight table generation oddity contains and does not

2013-02-04 Thread Dan Allen
emails from it, send an > email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > &g

Re: Unable to insert or CR or LF in element

2013-02-04 Thread Dan Allen
end email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux User

Re: Slight table generation oddity contains and does not

2013-02-04 Thread Dan Allen
ctions/additions when you upgrade asciidoc, and even the old conf > might not be compatible with a major new version. > +1 -Dan -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux User #231597 http://google.com/profiles/dan.j.allen http://mojavel

Re: Source code block length out of borders

2013-02-16 Thread Dan Allen
If this is with the HTML output, the problem is that the overflow css property is not set to scroll. I think this needs to be filed as an issue and fixed. I have the same problem. -Dan p.s. In shell you can also break the line manually if you end it with \ -- Sent from my CyanogenMod-powered And

Re: asciidoc and blogging

2013-02-16 Thread Dan Allen
t; Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux User #231597 http://google.com/profiles/dan.j.allen htt

Re: asciidoc and blogging

2013-02-17 Thread Dan Allen
sciiDoc. I'll at least make a dent :) ...btw, stay tuned because Awestruct (a Jekyll-like tool) is about to make a breakthrough in how it integrates w/ the generators, starting w/ Awestruct. I just need to get the prototype merged in. -Dan -- Dan Allen Principal Software Engineer, Red Hat

Re: adding bold elements to a listing section -- [subs="quotes"] not quite perfect

2013-03-09 Thread Dan Allen
t; is a bit heavyweight... is there a way of writing some kind of custom > [subs=] directive or something? > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this group and stop receiving emails from

Re: adding bold elements to a listing section -- [subs="quotes"] not quite perfect

2013-03-09 Thread Dan Allen
Btw, I think this would be good additional info to add to FAQ #55. http://asciidoc.org/faq.html#_how_can_i_format_text_inside_a_listing_block -Dan On Sat, Mar 9, 2013 at 8:11 PM, Dan Allen wrote: > When you set the subs options explicitly, it no longer executes the > standard

Re: Asciidoc equivalent of markdown backticks

2013-03-11 Thread Dan Allen
gle.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux User #231597 http://google.com/profiles/dan.j.allen http://mojavelinux.com http://

Re: Asciidoc equivalent of markdown backticks

2013-03-11 Thread Dan Allen
> > And I get the problem whether I build to xhtml11 or html5. > > I'm using the following build commands: > > asciidoc -b html5 -a toc book.asciidoc > > or > > asciidoc -dbook -a toc book.txt > > Any idea where the problem may lie? > > - Shailen > >

Re: Asciidoc equivalent of markdown backticks

2013-03-11 Thread Dan Allen
tarball and followed the instructions > outlined at http://www.methods.co.nz/asciidoc/INSTALL.html#X1. > > Many thanks for your help. > > - Shailen > > > On Monday, March 11, 2013 12:37:02 PM UTC-7, Dan Allen wrote: > >> Could you identify the AsciiDoc version you are u

Re: Asciidoc equivalent of markdown backticks

2013-03-11 Thread Dan Allen
> var four = 4; > var seasons = 'The $four seasons'; // 'The 4 seasons' > - > > > On Monday, March 11, 2013 2:13:11 PM UTC-7, Dan Allen wrote: > >> Great. Also, could you i

Re: Asciidoc equivalent of markdown backticks

2013-03-11 Thread Dan Allen
As you can see, Asciidoctor (the engine on GitHub and Gist) doesn't yet support that feature...so you get the code tags (actually Asciidoctor uses , but pretty much the same thing). -Dan On Mon, Mar 11, 2013 at 3:38 PM, Dan Allen wrote: > Aha! I can see it right away. Your proble

Re: asciidoc and blogging

2013-03-11 Thread Dan Allen
e: > > On Sat, Feb 16, 2013 at 9:06 PM, Dan Allen wrote: > >> I've got some info in the works for how to blog out of GitHub using a >> static site generation tool like Awestruct, Jekyll, etc. Personally, I >> think that's the future. I'll post here once I&#

Fedora RPM moving again!

2013-03-12 Thread Dan Allen
you need the latex integration. -Dan -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux User #231597 http://google.com/profiles/dan.j.allen http://mojavelinux.com http://mojavelinux.com/seaminaction -- You received this message because you are

Re: Include plain text file

2013-03-13 Thread Dan Allen
p receiving emails from it, send an > email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. >

Re: Include plain text file

2013-03-13 Thread Dan Allen
strange is going on. -Dan On Wed, Mar 13, 2013 at 10:45 AM, Charles Beck wrote: > 'include1' is not working, at least in my system, Ubuntu 12.10 > > $ a2x --version > a2x 8.6.7 > > El miércoles, 13 de marzo de 2013 15:20:31 UTC, Dan Allen escribió: >> >> You c

Re: Include plain text file

2013-03-13 Thread Dan Allen
;[source,txt]" but it's giving problems now, > at least it is not working in Ubuntu > > El miércoles, 13 de marzo de 2013 17:05:57 UTC, Dan Allen escribió: >> >> Actually, I misunderstood the question. include::file.rb[] is the correct >> way to include. >&g

Re: Include plain text file

2013-03-13 Thread Dan Allen
ghlighted. > Wait, so you don't want highlighting? Then just use a vanilla literal block: include::source.py[] > > El miércoles, 13 de marzo de 2013 17:28:50 UTC, Dan Allen escribió: >> >> I found that I had to delete my ~/.asciidoc/filters/source directory, >> wh

Re: Conventions for quotes

2013-03-13 Thread Dan Allen
the sorts of questions I want to address. Of course, these will just be recommendations, but the projects in my camp will be following them. -Dan -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux User #231597 http://google.com/profiles/dan.j

Re: Include plain text file

2013-03-13 Thread Dan Allen
On Wed, Mar 13, 2013 at 11:49 AM, Charles Beck wrote: > > El miércoles, 13 de marzo de 2013 17:41:03 UTC, Dan Allen escribió: > >> On Wed, Mar 13, 2013 at 11:36 AM, Charles Beck wrote: >> >>> In my case, I have not directory '~/.asciidoc' >>>

Re: Fedora RPM moving again!

2013-03-14 Thread Dan Allen
12, 2013 at 2:59 PM, Dan Allen wrote: > The Fedora RPM for AsciiDoc is finally getting updated again. The 8.6.8 > release is sitting in the updates testing channel for Fedora 18 (and > already in the unreleased Fedora 19). > > https://admin.fedoraproject.org/updates/asciidoc-8.6.8

IRC channel

2013-03-15 Thread Dan Allen
If you're interested in chatting about AsciiDoc, drop into the #asciidoc channel on Freenode IRC. It's pretty empty at the moment, but growing :) Here's the webchat link: http://webchat.freenode.net/?channels=asciidoc -Dan -- Dan Allen Principal Software Engineer, Red Hat | Au

Re: asciidoc and blogging

2013-03-17 Thread Dan Allen
On Sun, Mar 17, 2013 at 8:21 AM, Tong Sun wrote: > > On Mon, Mar 11, 2013 at 11:12 PM, Dan Allen wrote: > >> Yep. I just posted some information +today to the Awestruct list with a >> link to a prototype: >> >> >> http://talk-archive.awestruct.org/A-previe

Re: Each header being a link to itself

2013-03-18 Thread Dan Allen
ecause I still think it is a reasonable request > and quite useful future. BTW, github already support it, and has it turned > on by default. > GitHub is doing it via a post-processor that runs after Asciidoctor generates the HTML. -Dan -- Dan Allen Principal Software Engin

Re: Asciidoc Highlight for Notepad++

2013-03-31 Thread Dan Allen
Awesome! Stuart, would you be able to add this to the editor support page? That should help attract contributors. -Dan -- Sent from my CyanogenMod-powered Android device, an open platform for carriers, developers and consumers. On Mar 31, 2013 12:51 PM, "Eduardo Santana" wrote: > Hi, > > I hav

Re: CSS stylesheets

2013-04-01 Thread Dan Allen
I just committed a new project that's a factory for creating stylesheets that fit with the HTML produced by the html5 backend. The project uses Sass, Compass & Foundation 4 to handle the dirty work and help you build out a theme very fast. http://github.com/asciidoctor/asciidoctor-stylesheet-fact

Re: CSS stylesheets

2013-04-01 Thread Dan Allen
"this is how you make an HTML document >> of this type, that is legible to most people, works on most display >> devices, and is usable for its purpose" and encode it in your tools then >> there might be a chance of HTML replacing Latex generated PDF in our >> lifetime.

Re: Formats that ASCIIDoctor can transform to

2013-04-06 Thread Dan Allen
Charles, At the moment, Asciidoctor can convert to HTML (matches the html5 backend in AsciiDoc), DocBook, deck.js and dzslides. The conversion to PDF and ePub is handled the same way as in AsciiDoc, so you just run the a2x tool on the DocBook output. (The goal is to eventually do those conversion

Re: Bug in block titles with v8.6.8

2013-04-06 Thread Dan Allen
groups.google.com/group/asciidoc?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this grou

Re: Formats that ASCIIDoctor can transform to

2013-04-07 Thread Dan Allen
ed from the other thread, does asciidoctor enforce any DTD? > And if so how is it defined and modified? > > Cheers > Lex > > On 7 April 2013 09:50, Dan Allen wrote: > >> Charles, >> >> At the moment, Asciidoctor can convert to HTML (matches the html5 backend

Re: [OPINION] asciidoc for short documents ?

2013-04-08 Thread Dan Allen
e from this group and stop receiving emails from it, send an > email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/g

Re: [OPINION] asciidoc for short documents ?

2013-04-08 Thread Dan Allen
, I wish to express my interest in meeting you > for the proposal of an IT > business > bla bla > bla bla > > > Yours faithfully, > > Mark Jeronimo > > > ------

Re: left, center and right-aligned text in same line

2013-04-12 Thread Dan Allen
oups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux User #231597 http://google.com/profiles/dan.j.allen http://mojavelinux.com http://mojavelinux.

Re: table grid widths

2013-04-12 Thread Dan Allen
; email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan All

Re: table cell background color

2013-04-12 Thread Dan Allen
email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen Principal Software Engineer, Red Hat | Author of Seam in Action Registered Linux Use

Re: table cell background color

2013-04-12 Thread Dan Allen
On Fri, Apr 12, 2013 at 2:07 PM, Dan Allen wrote: > > I got it to work using the set macro. Here's my sample document: > > [cols="2"] > |=== > |a > |b > |d > {set:cellbgcolor:red} > |e > {set:cellbgcolor:none} > |=== > This can be simplif

Re: table cell background color

2013-04-12 Thread Dan Allen
09 PM, Dan Allen wrote: > On Fri, Apr 12, 2013 at 2:07 PM, Dan Allen wrote: > >> >> I got it to work using the set macro. Here's my sample document: >> >> [cols="2"] >> |=== >> |a >> |b >> |d >> {set:cellbgcolor:red} >&g

Re: roles for table cells

2013-04-12 Thread Dan Allen
uot; group. > To unsubscribe from this group and stop receiving emails from it, send an > email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more opt

Re: roles for table cells

2013-04-12 Thread Dan Allen
For example, what AsciiDoc emits might look something like: In the XSL stylesheet, you'll then need something like: It ain't pretty, but it gets the job done. -Dan On Fri, Apr 12, 2013 at 2:40 PM, Dan Allen wrote: > Did you see my res

Re: Feature Request - Callouts rendered as unicode characters

2013-04-14 Thread Dan Allen
scribe from this group and stop receiving emails from it, send an > email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://gro

Re: Feature Request - Callouts rendered as unicode characters

2013-04-14 Thread Dan Allen
I think this should be accepted as the default when icons are not in use (and perhaps even when they are). ...it's also interesting to note that these scale with the text whereas the images don't. -Dan On Sun, Apr 14, 2013 at 3:39 PM, Dan Allen wrote: > Michael, > > I thin

Re: Feature Request - Callouts rendered as unicode characters

2013-04-14 Thread Dan Allen
> > I'm guessing this could be achieved using macros? But that's voodoo > territory... > > > > > > On 14 April 2013 22:40, Dan Allen wrote: > >> I think this should be accepted as the default when icons are not in use >> (and perhaps even when they

Re: Feature Request - Callouts rendered as unicode characters

2013-04-15 Thread Dan Allen
ed ems whenever I possibly can. In this case, I needed precision to est the correct ratio. The next step would be to convert these into em using a function from Foundation 4 called emCalc() that selects the em equivalents to the px at a given scale. I just have't done it yet. -Dan -- Dan All

Re: table of contents levels

2013-05-17 Thread Dan Allen
stop receiving emails from it, send an > email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/

Re: Example block without a title

2013-05-23 Thread Dan Allen
this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen | http://google.com/profiles/dan.j.allen -- You received this message because you are subscribed to the Google Groups "asciidoc

Re: Example block without a title

2013-05-23 Thread Dan Allen
subscribe from this group and stop receiving emails from it, send an > email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=en. > For more options, visit ht

Re: Example block without a title

2013-05-23 Thread Dan Allen
mple because it has a title. > > Qui in magna commodo, est labitur dolorum an. Est ne magna primis > adolescens. > > > > My question is, how can I create an example box without using the title... > > It should be only Example 1... > > Em quinta-feira, 23 de maio

Re: Example block without a title

2013-05-23 Thread Dan Allen
Btw, this is probably a decent candidate for an FAQ. "How to include a caption even when the block has no title" On Thu, May 23, 2013 at 7:11 PM, Dan Allen wrote: > Ah, I think I understand what's going on now. > > As Lex mentioned, when you omit the title, it's st

Re: FAQ 30 How can I place an anchor on a list item - with reftext ?

2013-05-23 Thread Dan Allen
his group at http://groups.google.com/group/asciidoc?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To u

Re: Example block without a title

2013-05-23 Thread Dan Allen
On Thu, May 23, 2013 at 7:38 PM, Lex Trotman wrote: > > > > On 24 May 2013 11:11, Dan Allen wrote: > >> Ah, I think I understand what's going on now. >> >> As Lex mentioned, when you omit the title, it's still making an example >> block, it'

Re: Example block without a title

2013-05-23 Thread Dan Allen
on in the title is the most legit approach. -Dan -- Dan Allen | http://google.com/profiles/dan.j.allen -- 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 asc

Re: Example block without a title

2013-05-23 Thread Dan Allen
On Thu, May 23, 2013 at 8:25 PM, Dan Allen wrote: > On Thu, May 23, 2013 at 7:38 PM, Lex Trotman wrote: > >> >> There should be no need to modify either xhtml11.conf or html5.conf >> since (at least for me) they both render untitled examples fine. Unless >> you w

Re: asciidoc: FAILED: unexpected error

2013-05-25 Thread Dan Allen
kages > 100 /var/lib/dpkg/status > > -- > 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 asciidoc+unsubscr...@googlegroups.c

Re: asciidoc: FAILED: unexpected error

2013-05-25 Thread Dan Allen
n open platform for carriers, developers and consumers. On May 25, 2013 6:46 PM, "Lex Trotman" wrote: > > > > On 26 May 2013 07:14, Dan Allen wrote: > >> Good catch! This is due to an incorrect regular expression for matching >> callout lists. >> >

Re: AsciiDoc home page down/moved?

2013-05-29 Thread Dan Allen
tp://groups.google.com/group/asciidoc?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Dan Allen | http://google.com/profiles/dan.j.allen -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsub

Re: How can I *not* have a space after a fixed-width font phrase

2013-06-03 Thread Dan Allen
quot;asciidoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to asciidoc+unsubscr...@googlegroups.com. > To post to this group, send email to asciidoc@googlegroups.com. > Visit this group at http://groups.google.com/group/asciidoc?hl=e

Re: How can I *not* have a space after a fixed-width font phrase

2013-06-03 Thread Dan Allen
wrote: > Thanks, that worked. I feel like I should have been able to find it in the > docs -- where should I have been looking? > > > On Monday, June 3, 2013 5:34:27 PM UTC-6, Dan Allen wrote: > >> Bruce, >> >> In this case, what you are looking for is calle

Re: How can I *not* have a space after a fixed-width font phrase

2013-06-04 Thread Dan Allen
lopers and consumers. On Jun 4, 2013 4:13 AM, "Lex Trotman" wrote: > > > > On 4 June 2013 11:30, Dan Allen wrote: > >> Or here: >> >> http://asciidoctor.org/docs/asciidoc-quick-reference/#formatted-text >> >> and here (though thi

Re: What's special about asciidoc blogpost mode

2013-06-10 Thread Dan Allen
is now my preferred choice. It's not hard to add this to AsciiDoc by tweaking the HTML backend. -Dan -- Dan Allen | http://google.com/profiles/dan.j.allen -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from t

Re: Hot to get rid of trailing period in title

2013-06-11 Thread Dan Allen
Martin, The same thing drove me nuts for days. I finally figured out that it was the built-in DocBook xsl templates that were adding it. Here's the attribute that controls what character is added after a block title and before the content (hint: it's a period) http://docbook.sourceforge.net/relea

Re: What's special about asciidoc blogpost mode

2013-06-11 Thread Dan Allen
On Jun 11, 2013 2:53 AM, "Stuart Rackham" wrote: > > > > On 11/06/13 18:46, Dan Allen wrote: > > > > On Mon, Jun 10, 2013 at 9:13 PM, Tong Sun > <mailto:suntong...@gmail.com>> wrote: > > > > PPS, Alan, does asciidoctor have such bl

  1   2   3   4   5   >