Glossary is a Java program that generates a glossary HTML page with links to definitions and terms, listed in a generated text file. The main page shows a list of all definitions, where each definition page has a return button to the home page. The program also hyperlinks any word/s that appear elsewhere in the glossary.
- Getting Started
- Prerequisites
- Running the Tests
- Built With
- Contributing
- Versioning
- Authors
- License
- Acknowledgments
To get a copy of the project up and running on your local machine for development and testing purposes, you can clone the project from GitHub.
You will need the following software installed on your machine:
- Java Development Kit (JDK) 8 or later
The tests for this program are written using the JUnit testing framework. To run the tests, you can use any Java IDE that supports JUnit, such as IntelliJ IDEA or Eclipse.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Adewale Adenle - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
The components used in this project are from the Ohio State University Standard Library.