OBP-API/src/main/webapp/index.html
2015-10-04 20:59:08 +02:00

70 lines
2.4 KiB
HTML
Executable File

<!--
Open Bank Project - API
Copyright (C) 2011-2015, TESOBE / Music Pictures Ltd
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Email: contact@tesobe.com
TESOBE / Music Pictures Ltd
Osloerstrasse 16/17
Berlin 13359, Germany
This product includes software developed at
TESOBE (http://www.tesobe.com/)
by
Simon Redfern : simon AT tesobe DOT com
Stefan Bethge : stefan AT tesobe DOT com
Everett Sochowski : everett AT tesobe DOT com
Ayoub Benali: ayoub AT tesobe DOT com
-->
<div id="main" data-lift="surround?with=default;at=content">
<div data-lift="WebUI.aboutBackground">
<div id="main-about" data-lift="WebUI.aboutText">
<div class="about-text">
</div>
</div>
</div>
<div id="main-links">
<a href="/consumer-registration">Register for API keys</a>
<a href="https://github.com/OpenBankProject/OBP-API/wiki/">API documentation</a>
</div>
<div id="main-sandbox">
<h1>Get Started</h1>
<p class="about-text">
To get started please:
<ol>
<li>Register as an API user <a href="/user_mgt/sign_up">here</a></li>
<li>Register one or more developer keys <a href="/consumer-registration">here</a></li>
<li>See the documentation <a href="https://github.com/OpenBankProject/OBP-API/wiki">here</a></li>
</ol>
</p>
<br />
<h1>Questions?</h1>
<p class="about-text">
Please email: contact AT openbankproject DOT com or tweet <a href="https://twitter.com/openbankproject">@OpenBankProject</a>
</p>
</div>
<div id="main-partners">
<!-- <a href="http://www.bnpparibas-pf.com/en/"><img src="/media/images/bnpp/bnpp-personal.png" alt=""></a> -->
<span class="stretch"></span>
</div>
</div>