http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/4b1ec9ef/LICENSE.md ---------------------------------------------------------------------- diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..cfdff80 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,16 @@ +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/4b1ec9ef/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f2324c --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +Apache Fineract: A Platform for Microfinance +====== + +The next evolution of fineract focussing being faster, lighter and cheaper to change (than existing mifos) so that it is more responsive to the needs of MFIâs and Integrators + +Build Status +============ + +Travis + +[](https://travis-ci.org/openMF/mifosx) + +Cloudbees Jenkins + +[](https://openmf.ci.cloudbees.com/job/MIFOSX%20INTEGRATION%20TEST/) + +<a target="_blank" href="https://openmf.ci.cloudbees.com/job/MIFOSX%20INTEGRATION%20TEST/" title="Jenkins@CloudBees">Jenkins@CloudBees Unit + Integration Tests</a> + + +Version +========== + +The API for the fineract-platform (project named 'Apache Fineract')is documented in the api-docs under <b>Full API Matrix</b> and can be viewed <a target="_blank" href="https://demo.openmf.org/api-docs/apiLive.htm" title="API Documentation"> here +</a> + +Latest stable release can always been viewed on master branch: <a target="_blank" href="https://github.com/openMF/mifosx/tree/master" title="Latest Release">Latest Release on Master</a>, <a target="_blank" href="https://github.com/openMF/mifosx/blob/master/CHANGELOG.md" title="Latest release change log">View change log</a> + +License +============= + +This project is licensed under the open source MPL V2. See https://github.com/openMF/mifosx/blob/master/LICENSE.md + +Fineract Platform API +===================== + +<a target="_blank" href="https://demo.openmf.org/api-docs/apiLive.htm" title="fineract platform api">API Documentation (Demo Server)</a> + + +Online Demos +============================= + +* <a target="_blank" href="https://demo.openmf.org" title="Reference Client App">Community App</a> +* ~~<a target="_blank" href="https://demo.openmf.org/old/" title="Community App">Reference Client App (Deprecated)</a>~~ + +Developers +========== +see https://mifosforge.jira.com/wiki/display/MIFOSX/MifosX+Technical - Developers Wiki Page + +see https://mifosforge.jira.com/wiki/display/MIFOSX/Getting+started+-+Contributing+to+MifosX - Getting Started. + +see https://mifosforge.jira.com/wiki/display/MIFOSX/The+Basic+Design - Overview of Platform Implementation + +see https://github.com/openMF/mifosx/wiki/Screen-Based-Reporting for info around reporting + +see https://github.com/openMF/mifosx/wiki/Git-Usuage for info around using git + +see https://www.ohloh.net/p/mifosx for activity overview and basic code analysis. + +Roadmap +============== + +<a target="_blank" href="http://goo.gl/IXS9Q" title="Community Roadmap (High Level)">Community Roadmap (High Level)</a> + +<a target="_blank" href="https://mifosforge.jira.com/browse/MIFOSX#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel" + title="Project Release Roadmap on JIRA (Detailed View)">Project Release Roadmap on JIRA (Detailed View)</a> + +Video Demonstration +=============== + +Demonstration of first Prototype of this platform with browser App (April 2012) - http://www.youtube.com/watch?v=zN5Dn1Lc_js
