-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HSC-252: Maven archetype: Provide a more user-friendly README
- Loading branch information
Showing
4 changed files
with
36 additions
and
124 deletions.
There are no files selected for viewing
24 changes: 18 additions & 6 deletions
24
maven-archetype/src/main/resources/archetype-resources/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> • <a href="https://talk.openmrs.org/c/software/ozone-his/70">Forum</a> • <a href="https://openmrs.slack.com/archives/C02PYQD5D0A">Chat Room</a> | ||
</h3> |
60 changes: 0 additions & 60 deletions
60
maven-archetype/src/main/resources/archetype-resources/readme/impl-guide.md
This file was deleted.
Oops, something went wrong.
21 changes: 18 additions & 3 deletions
21
maven-archetype/src/test/resources/projects/it-basic/reference/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> • <a href="https://talk.openmrs.org/c/software/ozone-his/70">Forum</a> • <a href="https://openmrs.slack.com/archives/C02PYQD5D0A">Chat Room</a> | ||
</h3> |
55 changes: 0 additions & 55 deletions
55
...n-archetype/src/test/resources/projects/it-basic/reference/readme/impl-guide.md
This file was deleted.
Oops, something went wrong.