Repository: incubator-fineract-site Updated Branches: refs/heads/master [created] 2570e0ae0
add temporary landing page Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/commit/2570e0ae Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/tree/2570e0ae Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/diff/2570e0ae Branch: refs/heads/master Commit: 2570e0ae032dab2c35f08abe68825b1917dbdb98 Parents: Author: Greg Stein <[email protected]> Authored: Thu Dec 24 13:22:23 2015 -0600 Committer: Greg Stein <[email protected]> Committed: Thu Dec 24 13:22:23 2015 -0600 ---------------------------------------------------------------------- index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract-site/blob/2570e0ae/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html new file mode 100644 index 0000000..fce92a9 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> <head> +<title>Apache Fineract</title> +</head> + +<body> +<h1>Apache Fineract</h1> + +<p>... placeholder ... </p> + +<p> +Apache Fineract is an effort undergoing incubation at +<a href="http://www.apache.org/">The Apache +Software Foundation</a> (ASF). +Incubation is required of all newly accepted projects until a +further review indicates that the infrastructure, communications, and +decision making process have stabilized in a manner consistent with +other successful ASF projects. While incubation status is not +necessarily a reflection of the completeness or stability of the code, +it does indicate that the project has yet to be fully endorsed by the +ASF. +</p> + +</body> </html>
