Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolves #170, #180, #179, #168 & #160 enable configuration for site parser #182

Merged
merged 1 commit into from
Dec 15, 2015

Commits on Dec 14, 2015

  1. resolves asciidoctor#170, asciidoctor#180, asciidoctor#179, asciidoct…

    …or#168 & asciidoctor#160 enable configuration for site parser
    
    - rewrite AsciidoctorParser (used by Maven Site Plugin) to make it more organized and extensible
    - specify baseDir by default when invoking Asciidoctor API
    - pass AsciiDoc configuration defined in Maven Site plugin to the Asciidoctor API
      - API options (e.g., templateDir)
      - Ruby options (e.g., requires)
      - AsciiDoc attributes (e.g., icons=font)
    - enhance Maven Site integration test
      - add custom template
      - add include
      - add source highlighting
      - make validation code compatible with Java 6
    - enable integration tests on Travis CI and Appveyor
    - remove unused legacy site module
    - fix license headers
    - minor cleanups
    mojavelinux committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    5e4a857 View commit details
    Browse the repository at this point in the history