Metadata


Name
asciidoctor
Version
0.1.4
Platform
ruby
Authors
Dan Allen
Ryan Waldron
Jeremy McAnally
Jason Porter
Nick Hengeveld
Bindir
bin
Date
2013-09-05 00:00:00 UTC
Dependencies
coderay (>= 0, development)
erubis (>= 0, development)
nokogiri (~> 1.5.10, development)
rake (>= 0, development)
rdoc (~> 3.12, development)
tilt (>= 0, development)
slim (>= 0, development)
haml (>= 0, development)
Description
A fast, open source text processor and publishing toolchain, written in Ruby, for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and custom outupt formats.
Email
dan.j.allen@gmail.com
rew@erebor.com
Executables
asciidoctor
asciidoctor-safe
Extra rdoc files
LICENSE
CHANGELOG.adoc
Files
CHANGELOG.adoc
Gemfile
Guardfile
LICENSE
README.adoc
Rakefile
asciidoctor.gemspec
bin/asciidoctor
bin/asciidoctor-safe
compat/asciidoc.conf
lib/asciidoctor.rb
lib/asciidoctor/abstract_block.rb
lib/asciidoctor/abstract_node.rb
lib/asciidoctor/attribute_list.rb
lib/asciidoctor/backends/_stylesheets.rb
lib/asciidoctor/backends/base_template.rb
lib/asciidoctor/backends/docbook45.rb
lib/asciidoctor/backends/docbook5.rb
lib/asciidoctor/backends/html5.rb
lib/asciidoctor/block.rb
lib/asciidoctor/callouts.rb
lib/asciidoctor/cli/invoker.rb
lib/asciidoctor/cli/options.rb
lib/asciidoctor/debug.rb
lib/asciidoctor/document.rb
lib/asciidoctor/extensions.rb
lib/asciidoctor/helpers.rb
lib/asciidoctor/inline.rb
lib/asciidoctor/lexer.rb
lib/asciidoctor/list.rb
lib/asciidoctor/path_resolver.rb
lib/asciidoctor/reader.rb
lib/asciidoctor/renderer.rb
lib/asciidoctor/section.rb
lib/asciidoctor/substituters.rb
lib/asciidoctor/table.rb
lib/asciidoctor/version.rb
man/asciidoctor.1
man/asciidoctor.adoc
test/attributes_test.rb
test/blocks_test.rb
test/document_test.rb
test/extensions_test.rb
test/fixtures/asciidoc.txt
test/fixtures/asciidoc_index.txt
test/fixtures/ascshort.txt
test/fixtures/basic-docinfo-footer.html
test/fixtures/basic-docinfo-footer.xml
test/fixtures/basic-docinfo.html
test/fixtures/basic-docinfo.xml
test/fixtures/basic.asciidoc
test/fixtures/child-include.adoc
test/fixtures/custom-backends/haml/docbook45/block_paragraph.xml.haml
test/fixtures/custom-backends/haml/html5-tweaks/block_paragraph.html.haml
test/fixtures/custom-backends/haml/html5/block_paragraph.html.haml
test/fixtures/custom-backends/haml/html5/block_sidebar.html.haml
test/fixtures/custom-backends/slim/docbook45/block_paragraph.xml.slim
test/fixtures/custom-backends/slim/html5/block_paragraph.html.slim
test/fixtures/custom-backends/slim/html5/block_sidebar.html.slim
test/fixtures/docinfo-footer.html
test/fixtures/docinfo-footer.xml
test/fixtures/docinfo.html
test/fixtures/docinfo.xml
test/fixtures/dot.gif
test/fixtures/encoding.asciidoc
test/fixtures/grandchild-include.adoc
test/fixtures/include-file.asciidoc
test/fixtures/list_elements.asciidoc
test/fixtures/parent-include-restricted.adoc
test/fixtures/parent-include.adoc
test/fixtures/sample.asciidoc
test/fixtures/stylesheets/custom.css
test/fixtures/tip.gif
test/invoker_test.rb
test/lexer_test.rb
test/links_test.rb
test/lists_test.rb
test/options_test.rb
test/paragraphs_test.rb
test/paths_test.rb
test/preamble_test.rb
test/reader_test.rb
test/renderer_test.rb
test/sections_test.rb
test/substitutions_test.rb
test/tables_test.rb
test/test_helper.rb
test/text_test.rb
Homepage
http://asciidoctor.org
Licenses
MIT
Rdoc options
--charset=UTF-8
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubyforge project
asciidoctor
Rubygems version
2.0.3
Specification version
2
Summary
An implementation of the AsciiDoc text processor and publishing toolchain in Ruby
Test files
test/attributes_test.rb
test/blocks_test.rb
test/document_test.rb
test/extensions_test.rb
test/invoker_test.rb
test/lexer_test.rb
test/links_test.rb
test/lists_test.rb
test/options_test.rb
test/paragraphs_test.rb
test/paths_test.rb
test/preamble_test.rb
test/reader_test.rb
test/renderer_test.rb
test/sections_test.rb
test/substitutions_test.rb
test/tables_test.rb
test/text_test.rb
Original platform
ruby
New platform
ruby