From df6af1efc5250079e5cb8bb775d2fa09feb199a5 Mon Sep 17 00:00:00 2001 From: braughtg Date: Fri, 9 Oct 2020 14:24:17 -0400 Subject: [PATCH 1/4] Added README.md file with basic project info --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..3abc74532a --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +## FarmData2 ## + +FarmData2 is an application that supports the operation and certification requirements for small organic farming operations. + +### Description ### + +FarmData2 is a web application for recording and reporting on crop and livestock production within the context of small organic farming operations. Crop production records include seeding, transplanting, harvest, cover crop, compost, fertilization, irrigation, pest scouting, and spray activities. Livestock production records track animals from birth to slaughter or sale and include pasture moves, periodic and veterinary care and logging of egg production. Records of packing, distribution and customer invoicing are also maintained. All records and reporting features are designed to closely align with organic certification requirements and to support the certification and recertification process. + +### Getting Started ### + +To be filled in as the project progresses. + +### History ### + +FarmData2 is both a _second_ edition of it predecessor, FarmData, and the integration of _two_ related projects FarmData and AnimalData. These projects were conceived and built by Tim Wahls, Matt Steiman and many students to support operation of the Dickinson College Farm. The FarmData2 project was initiated as a part of curricular redesign in the Computer Science Department at Dickinson College. It is now an active part of several courses in the curriculum. It provides students in these courses with early and sustained opportunities to learn and practice modern software development within the context of an open source software community. + +### Acknowledgements ### + +FarmData2 is powered by the farmOS open source project. + +The development of FarmData2 has received partial support from: +* The GNOME Community Engagement Challenge (Phase 1 Winner). +* The National Science Foundation (DUE-2013069) - Collaborative Research: Broadening Participation in Computing through Authentic, Collaborative Engagement with Computing for the Greater Good. + +--- + +![Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License") All textual materials in the FarmData2 project are licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/) + +![GPL V3 or Later](https://www.gnu.org/graphics/gplv3-or-later-sm.png "GPL V3 or later") All executable code in the FarmData2 project are licensed under the [GNU General Public License Version 3 or later](https://www.gnu.org/licenses/gpl.txt) From f70ea616bf227884f632c06074f341f556a6444d Mon Sep 17 00:00:00 2001 From: braughtg Date: Fri, 9 Oct 2020 20:29:03 -0400 Subject: [PATCH 2/4] Added sections for installing and contributing --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3abc74532a..8f1ead689d 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,13 @@ FarmData2 is an application that supports the operation and certification requir FarmData2 is a web application for recording and reporting on crop and livestock production within the context of small organic farming operations. Crop production records include seeding, transplanting, harvest, cover crop, compost, fertilization, irrigation, pest scouting, and spray activities. Livestock production records track animals from birth to slaughter or sale and include pasture moves, periodic and veterinary care and logging of egg production. Records of packing, distribution and customer invoicing are also maintained. All records and reporting features are designed to closely align with organic certification requirements and to support the certification and recertification process. -### Getting Started ### +### Installing FarmData2 ### -To be filled in as the project progresses. +If you are interesting in trying or using FarmData2 see the [INSTALL Document](INSTALL.md) for information about how to get started. + +### Contributing to FarmData2 ### + +If you are interesting in contributing to the development of FarmData2 see the [CONTRIBUTING Document](CONTRIBUTING.md) for information about how to get started. ### History ### From 082fa1b85a6cf490295ca68b95c3247da373e5ca Mon Sep 17 00:00:00 2001 From: braughtg Date: Sat, 10 Oct 2020 10:49:52 -0400 Subject: [PATCH 3/4] Changed CC to be BY-SA --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f1ead689d..cee166869d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,6 @@ The development of FarmData2 has received partial support from: --- -![Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License") All textual materials in the FarmData2 project are licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/) +![Creative Commons Attribution-ShareAlike 4.0 International License](https://i.creativecommons.org/l/by-sa/4.0/88x31.png "Creative Commons License") All textual materials in the FarmData2 project are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/) ![GPL V3 or Later](https://www.gnu.org/graphics/gplv3-or-later-sm.png "GPL V3 or later") All executable code in the FarmData2 project are licensed under the [GNU General Public License Version 3 or later](https://www.gnu.org/licenses/gpl.txt) From 5fde1baf797dcd975edb6833ffb948d682ba2797 Mon Sep 17 00:00:00 2001 From: braughtg Date: Sat, 10 Oct 2020 13:35:43 -0400 Subject: [PATCH 4/4] Added NPFI to acknowledgements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cee166869d..379ae5f4e2 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ FarmData2 is both a _second_ edition of it predecessor, FarmData, and the integr FarmData2 is powered by the farmOS open source project. +Significant support and assistance with FarmData2 has been received from [The Non-Profit FOSS Institute](https://npfi.org/). + The development of FarmData2 has received partial support from: * The GNOME Community Engagement Challenge (Phase 1 Winner). * The National Science Foundation (DUE-2013069) - Collaborative Research: Broadening Participation in Computing through Authentic, Collaborative Engagement with Computing for the Greater Good.