<https://lh6.googleusercontent.com/-Ny9rXgKJrWo/VD0oJ3G1E-I/AAAAAAAAJcE/K-FSZ1pHF4o/s1600/revision-history-table.png> Hi, I'm sharing how we are using Revision History in our books:
You can see the Revision History table at the * screenshot or * at the book: https://github.com/edusantana/linguagem-de-programacao-i-livro/releases/latest And the source code of docinfo.xml is here: https://github.com/edusantana/linguagem-de-programacao-i-livro/blob/master/livro/docinfo.xml We generate the revision text from issues titles of the release's milestone with a rake task (https://github.com/edusantana/asciidoc-book-template-with-rake-and-github/blob/master/Rakefile). The trick is just to use docbook ulink tag: <revision> <revnumber>v0.5.6</revnumber> <date>29/09/2014</date> <authorinitials> Eduardo </authorinitials> <revremark> <ulink url="{gitrepo}/issues/84">Solicitando feedback ao final de cada capĂtulo;</ulink> </revremark> </revision> And a asciidoc attribute: :gitrepo: https://github.com/edusantana/linguagem-de-programacao-i-livro -- 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 http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
