Skip to content

Commit

Permalink
HSC-252: Maven archetype: Provide a more user-friendly README
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Apr 30, 2024
1 parent ee4fe03 commit 948e67e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 124 deletions.
24 changes: 18 additions & 6 deletions maven-archetype/src/main/resources/archetype-resources/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# Ozone ${distributionName}
# ${distributionName}

**Ozone ${distributionName}** is a distribution of [Ozone HIS](https://www.ozone-his.com).
**${distributionName}** is a distribution of [Ozone HIS](https://www.ozone-his.com).

## Implementer Guide
A technical guide to help implementers building and running the project can be found [here](readme/impl-guide.md).
Available comamnds to build and run the project:
https://docs.ozone-his.com/create-distro/#available-commands

## Release Notes
---

### ${version} (in progress)
<p align="center">
<a href="https://docs.ozone-his.com/"><img src="https://www.ozone-his.com/wp-content/uploads/2021/11/Ozone-Logo.png" alt="Ozone" width="30%"/></a>
</p>

<h3 align="center">Health Information System</h3>

<p align="center">
<br/>Engage with the Ozone community and access useful resources below:
</p>

<h3 align="center">
<a href="https://docs.ozone-his.com/">Docs</a>&nbsp;&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://talk.openmrs.org/c/software/ozone-his/70">Forum</a>&nbsp;&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://openmrs.slack.com/archives/C02PYQD5D0A">Chat Room</a>
</h3>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Ozone basicDistribution
# basicDistribution

**Ozone basicDistribution** is a distribution of [Ozone HIS](https://www.ozone-his.com).
**basicDistribution** is a distribution of [Ozone HIS](https://www.ozone-his.com).

A technical guide to help implementers building and running the project can be found [here](readme/impl-guide.md).
Available comamnds to build and run the project:
https://docs.ozone-his.com/create-distro/#available-commands

---

<p align="center">
<a href="https://docs.ozone-his.com/"><img src="https://www.ozone-his.com/wp-content/uploads/2021/11/Ozone-Logo.png" alt="Ozone" width="30%"/></a>
</p>

<h3 align="center">Health Information System</h3>

<p align="center">
<br/>Engage with the Ozone community and access useful resources below:
</p>

<h3 align="center">
<a href="https://docs.ozone-his.com/">Docs</a>&nbsp;&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://talk.openmrs.org/c/software/ozone-his/70">Forum</a>&nbsp;&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://openmrs.slack.com/archives/C02PYQD5D0A">Chat Room</a>
</h3>

This file was deleted.

0 comments on commit 948e67e

Please sign in to comment.