Skip to content

Commit

Permalink
Clean up notices
Browse files Browse the repository at this point in the history
  • Loading branch information
bmamlin committed Sep 21, 2023
1 parent adb866d commit 6269910
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 69 deletions.
61 changes: 49 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,64 @@
!!!warning NOTE
The guide was written for OpenMRS 1.9 in 2012 and needs to be
updated. We would appreciate any help in updating the developer manual to
make it more relevant. For OpenMRS 3 frontend development, please see
[om.rs/o3docs](https://om.rs/o3docs)
!!!

![](/assets/OpenMRS-cross.png)
<center><h1> Welcome To OpenMRS </h1></center>
<center><h2> Write Code, Save Lives.</h2></center>
<center><h1>Welcome To OpenMRS</h1></center>
<center><h2>Write Code, Save Lives</h2></center>

----

Thank you for your interest in the [OpenMRS Community!](http://openmrs.org/join-the-community/) We have created this book for people who are curious about becoming a developer using our software. This book serves as a quick guide for you to learn more about our history, what [OpenMRS does,](http://openmrs.org/about/mission/) and understand more about how our community works.

If you find yourself eager to get started, we've also included some practical advice on specific steps you can take right away to start doing development with the OpenMRS platform.

#### This is _your_ book!

This is the OpenMRS Developer Manual. It is an electronic book meant to serve as an introduction to [OpenMRS](https://openmrs.org) Development.
As with much of free and open source software, what you're reading is a **"living" and evolving resource!**

!!!
**NOTE**: The guide was written for OpenMRS 1.9 in 2012 and needs to be updated. We would appreciate any help in updating the
developer manual to make it more relevant. For OpenMRS 3 frontend development, please see [om.rs/o3docs](https://om.rs/o3docs)
You can contribute to this book simply by scrolling to the bottom of any page and clicking the "Edit this page" link.
!!!

### View the Book
We welcome your feedback on this book. We want to know if it helps you get started as an OpenMRS developer, and what might be missing. Read about [contributing](CONTRIBUTING.md) to learn how to use the GitBook editor to make change requests via GitHub pull requests. If you are not up for proposing edits, you can send your feedback to [community@openmrs.org](mailto:community@openmrs.org) or bring it up on [OpenMRS Talk](https://talk.openmrs.org/). We're ready to use your comments and input as we update this resource.

You can view or download the manual at http://om.rs/devmanual
### Who Should Read This Book

### Book Source on GitHub
Who are you exactly? We assume you are a software developer who is new to OpenMRS and someone who wants to learn more about the project and community that is OpenMRS. You're someone who shares our values and believes in our mission to improve health care delivery in resource-constrained environments by coordinating a global community to create and support this software. You're someone who wants to become a member of our community.

OpenMRS is open source. That means anyone in the world can help improve the code. Likewise, this electronic book is open source as well, meaning anyone is welcome to help improve the Developer Manual too (see below on how to contribute)! The source for this book is hosted on GitHub.
If you are not a developer and are more interested in implementation or a high level overview, then you may be more interested in the [OpenMRS Implementer Guide](http://guide.openmrs.org).

[openmrs/openmrs-book-developer-manual](https://github.com/openmrs/openmrs-book-developer-manual)
**Being New to OpenMRS Can Mean Different Things For Different People:**

### Contribute
* You might be new to software development.
* You might be new to free and open source software projects.
* You might be new to health IT.
* You might just be new to OpenMRS specifically.

People using the OpenMRS Developer Manual are likely to be in the best position to help improve the manual. Whether you have discovered an error or you have some ideas on how the book could be improved, we welcome your input. Help us improve this manual by [contributing](CONTRIBUTING.md) to it!
Regardless of what you know or how much you need to know, this book is designed for you!

### What You Will Gain

This book is designed to give you the knowledge, tools, and confidence to be an OpenMRS developer, no matter from which point you're starting. We'll give you a background and brief [history of OpenMRS](https://en.wikipedia.org/wiki/OpenMRS#History). We'll also talk about where we are now, and how we are working together to change the world.

**At The End of This Book, You Should:**

* Understand how the OpenMRS community interacts and communicates
* Have a development environment setup
* Understand the basics of the OpenMRS system
* Be able to troubleshoot OpenMRS with resources in the community.
* Know where to go to get started with your first contributions to the community.

!!!success
By the end of this book, you'll be an OpenMRS developer, contributor, and community member!
!!!

!!!warning NOTE
The guide was written for OpenMRS 1.9 in 2012 and needs to be
updated. We would appreciate any help in updating the developer manual to
make it more relevant. For OpenMRS 3 frontend development, please see
[om.rs/o3docs](https://om.rs/o3docs)
!!!
2 changes: 2 additions & 0 deletions README.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Title: Introduction
icon: home
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

* [Introduction](introduction.md)
* [Introduction](README.md)
* [Brief Background of Health IT](Kick_off/brief_background_of_health_it.md)
* [Solving the Health IT Challenges](Kick_off/solving_the_health_it_challenges_our_response.md)
* [OpenMRS Today](Kick_off/openmrs_today.md)
Expand Down
9 changes: 8 additions & 1 deletion about-this-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ In 2023, this book was translated into [Retype](https://retype.com/) format.

### Contribute

This book is hosted on [GitHub](https://github.com/openmrs/openmrs-book-developer-manual) and your are welcome and encouraged to [help us improve it](CONTRIBUTING.md)!
This book is hosted on [GitHub](https://github.com/openmrs/openmrs-book-developer-manual) and your are welcome and encouraged to [help us improve it](CONTRIBUTING.md)!

!!!warning NOTE
The guide was written for OpenMRS 1.9 in 2012 and needs to be
updated. We would appreciate any help in updating the developer manual to
make it more relevant. For OpenMRS 3 frontend development, please see
[om.rs/o3docs](https://om.rs/o3docs)
!!!
55 changes: 0 additions & 55 deletions introduction.md

This file was deleted.

0 comments on commit 6269910

Please sign in to comment.