diff options
| author | Dan Allen <dallen@redhat.com> | 2013-05-03 17:41:09 -0600 |
|---|---|---|
| committer | Dan Allen <dallen@redhat.com> | 2013-05-03 17:41:09 -0600 |
| commit | dce4ab46ca20dcc66cfb6070ac7366ae8a0875b8 (patch) | |
| tree | ad41028cadaaf396192b60377bc1ab6d2c1199a3 /README.adoc | |
| parent | 6ea2f67913dbd9abc6cb50531212ba053ac8a5c8 (diff) | |
properly credit @nickh, update copyright
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/README.adoc b/README.adoc index 982cd335..4417b17c 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,5 @@ = Asciidoctor +:awestruct-layout: base :homepage: http://asciidoctor.org :asciidoc: http://asciidoc.org :sources: http://github.com/asciidoctor/asciidoctor @@ -24,23 +25,26 @@ and other formats. It's http://rubygems.org/gems/asciidoctor[published as a RubyGem] and is available under the MIT open source license. +ifndef::awestruct[] image::https://travis-ci.org/asciidoctor/asciidoctor.png?branch=master[Build Status, link="https://travis-ci.org/asciidoctor/asciidoctor"] +endif::awestruct[] Asciidoctor uses a set of built-in ERB templates to render the document to HTML 5 or DocBook 4.5. We've matched the rendered output as close as possible to the default output of the native Python processor. You can override this behavior by providing {tilt}[Tilt]-compatible templates. -See <<usage,Usage>> for more details. +See the <<usage>> section for more details. Asciidoctor currently works (read as 'tested') with Ruby 1.8.7, Ruby 1.9.3, Ruby 2.0.0, JRuby 1.7.2 and Rubinius 1.2.4 (on Linux, Mac and Windows). We expect it will work with other versions of Ruby as well and would welcome help in testing it out. -The initial code from which Asciidoctor started emerged from the -{gitscm-next}[Git SCM site repo]. Refer to commit history of +The initial code from which Asciidoctor emerged was written by +http://github.com/nickh[Nick Hengeveld] to process the git man pages for +the {gitscm-next}[Git project site]. Refer to commit history of {seed-contribution}[asciidoc.rb] to view the initial contributions and -individual contributors. +contributors. The source code can now be found in the {sources}[Asciidoctor source repository] on GitHub. @@ -448,14 +452,18 @@ GitHub organization:: {org} == Authors -*Asciidoctor* was written by Ryan Waldron, Dan Allen and -{contributors}[other contributors]. +*Asciidoctor* was written by http://github.com/mojavelinux[Dan Allen], +http://github.com/erebor[Ryan Waldron], +http://github.com/lightguard[Jason Porter], http://github.com/nickh[Nick +Hengeveld] and {contributors}[other contributors]. *AsciiDoc* was written by Stuart Rackham and has received contributions from many other individuals. == Copyright -Copyright (C) 2012-2013 Ryan Waldron and Dan Allen. See {license}[LICENSE] for details. +Copyright (C) 2012-2013 Dan Allen and Ryan Waldron. Free use of this +software is granted under the terms of the MIT License. See +{license}[LICENSE] for details. // vim: tw=72 |
