https://github.com/dita-ot/org.dita.html5.dublin-core
Dublin Core metadata generation for DITA-OT HTML5 output
https://github.com/dita-ot/org.dita.html5.dublin-core
dita dita-ot dita-ot-html-plugin dita-ot-html5 dita-ot-plugin hacktoberfest
Last synced: 4 months ago
JSON representation
Dublin Core metadata generation for DITA-OT HTML5 output
- Host: GitHub
- URL: https://github.com/dita-ot/org.dita.html5.dublin-core
- Owner: dita-ot
- License: apache-2.0
- Created: 2020-09-27T16:29:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T21:12:21.000Z (over 2 years ago)
- Last Synced: 2025-03-17T02:44:52.445Z (over 1 year ago)
- Topics: dita, dita-ot, dita-ot-html-plugin, dita-ot-html5, dita-ot-plugin, hacktoberfest
- Language: XSLT
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dublin Core plug-in for DITA-OT HTML5
This plug-in for [DITA Open Toolkit][1] extends the default `html5` transformation to generate additional [metadata][2].
_(Up to version 3.5, DITA-OT includes the [Dublin Core™ Metadata Element Set][3] in both XHTML and HTML5 output.)_
As of DITA-OT 3.6, Dublin Core metadata is no longer generated in the default HTML5 output.
This plug-in can be installed to add Dublin Core metadata to HTML5 if necessary.
## Compatibility
- DITA-OT 3.6
## Installation
Run the [plug-in installation command][4]:
```shell
dita install org.dita.html5.dublin-core
```
## License
The Dublin Core plug-in is licensed for use under the [Apache License 2.0][5].
[1]: https://github.com/dita-ot/dita-ot
[2]: https://www.dublincore.org/resources/metadata-basics/
[3]: https://dublincore.org/specifications/dublin-core/dcmi-terms
[4]: https://www.dita-ot.org/dev/topics/plugins-installing.html
[5]: https://www.apache.org/licenses/LICENSE-2.0