Hibernate Asciidoctor theme

The Asciidoctor theme used for the reference documentations of the Hibernate projects.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate.infra
ArtifactId

ArtifactId

hibernate-asciidoctor-theme
Last Version

Last Version

1.0.4.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Hibernate Asciidoctor theme
The Asciidoctor theme used for the reference documentations of the Hibernate projects.
Project URL

Project URL

http://hibernate.org
Project Organization

Project Organization

Hibernate
Source Code Management

Source Code Management

http://github.com/hibernate/hibernate-asciidoctor-theme

Download hibernate-asciidoctor-theme

How to add to project

<!-- https://jarcasting.com/artifacts/org.hibernate.infra/hibernate-asciidoctor-theme/ -->
<dependency>
    <groupId>org.hibernate.infra</groupId>
    <artifactId>hibernate-asciidoctor-theme</artifactId>
    <version>1.0.4.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.infra/hibernate-asciidoctor-theme/
implementation 'org.hibernate.infra:hibernate-asciidoctor-theme:1.0.4.Final'
// https://jarcasting.com/artifacts/org.hibernate.infra/hibernate-asciidoctor-theme/
implementation ("org.hibernate.infra:hibernate-asciidoctor-theme:1.0.4.Final")
'org.hibernate.infra:hibernate-asciidoctor-theme:jar:1.0.4.Final'
<dependency org="org.hibernate.infra" name="hibernate-asciidoctor-theme" rev="1.0.4.Final">
  <artifact name="hibernate-asciidoctor-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.infra', module='hibernate-asciidoctor-theme', version='1.0.4.Final')
)
libraryDependencies += "org.hibernate.infra" % "hibernate-asciidoctor-theme" % "1.0.4.Final"
[org.hibernate.infra/hibernate-asciidoctor-theme "1.0.4.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

The Asciidoctor theme used for the documentations of the Hibernate projects

Content

The theme contains:

  • CSS and resources used to customize the HTML output
  • a complete PDF theme, including specific fonts
  • some docinfo files shared by several projects

Test

A test document is included to be able to test the output of the themes.

You can generate the test output in target/asciidoctor by running the following command:

mvn clean test

Fonts

The Overpass-*-conums.ttf fonts are copies of the according Overpass font including the callout numbers characters of the mplus1mn-regular-ascii-conums.ttf font.

The Unicode range for the conums is U+2460 - U+2473.

FontForge can be used to copy/paste the characters from one font to another and generate the new font.

See https://github.com/asciidoctor/asciidoctor-pdf/issues/409 for all the background about this issue.

License

The source code is licensed under the Apache License version 2.0.

This repository also contains external resources:

  • a copy of the default Asciidoctor PDF theme as a reference - MIT license
  • the Overpass font - SIL OFL 1.1
  • several of the M+ fonts - see the included license file
  • the Font Awesome font and stylesheets - SIL OFL 1.1 and MIT license
org.hibernate.infra

Hibernate

Versions

Version
1.0.4.Final
1.0.3.Final
1.0.2.Final
1.0.1.Final
1.0.0.Final