Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Upated the about page
Browse files Browse the repository at this point in the history
- Do not reference ZF version
- Reference latest HAL specification
- Reference the Problem Details specification
- Added reference to API Blueprint when detailing documentation formats
- Updated verbiage around forking the project
- Reflowed to follow our CS
  • Loading branch information
weierophinney committed Aug 12, 2016
1 parent 8ec0072 commit 6e336ca
Showing 1 changed file with 39 additions and 8 deletions.
47 changes: 39 additions & 8 deletions src/apigility-ui/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,44 @@
<h3 class="panel-title">Apigility {{vm.version}}</h3>
</div>
<div class="panel-body">
<div class="hero pull-right">
<img src="apigility-ui/img/ag-hero.png">
</div>
<p><strong>Apigility</strong> is the open source API builder for PHP, designed to simplify creating and maintaining useful, easy to consume, and well structured APIs. Regardless of your experience in API building, with <strong>Apigility</strong> you can build APIs that enable mobile apps, developer communities, and any other consumer controlled access to your applications.</p>
<p><strong>Key features:</strong> RESTful or RPC services; JSON (specifically, <a href="http://tools.ietf.org/html/draft-kelly-json-hal-06" target="_blank">HAL</a>); Problem Details for HTTP APIs; Versioning; Normalisation and Validation; Authentication (HTTP Basic/Digest, <a href="http://oauth.net/2/" target="_blank">OAuth2</a>); Documentation (HTML, <a href="http://swagger.io/" target="_blank">Swagger</a>).</p>
<p><strong>Apigility</strong> is made using <a href="http://framework.zend.com" target="_blank">Zend Framework 2</a>, <a href="https://angularjs.org/" target="_blank">AngularJS</a> and <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>.</p>
<p>If you want to contribute you can <a href="https://github.com/zfcampus" target="_blank">fork the project on github</a>.</p>
<p>The official web site of the project is <a href="https://apigility.org" target="_blank">apigility.org</a>.</p>
<div class="hero pull-right">
<img src="apigility-ui/img/ag-hero.png">
</div>

<p>
<strong>Apigility</strong> is the open source API builder for PHP,
designed to simplify creating and maintaining useful, easy to consume, and
well structured APIs. Regardless of your experience in API building, with
<strong>Apigility</strong> you can build APIs that enable mobile apps,
developer communities, and any other consumer controlled access to your
applications.
</p>

<p>
<strong>Key features:</strong> RESTful or RPC services; JSON
(specifically, <a href="http://tools.ietf.org/html/draft-kelly-json-hal-08" target="_blank">HAL</a>);
<a href="https://tools.ietf.org/html/rfc7807" target="_blank">Problem Details for HTTP APIs</a>;
Versioning; Normalisation and Validation; Authentication (HTTP Basic/Digest,
<a href="http://oauth.net/2/" target="_blank">OAuth2</a>); Documentation
(HTML, <a href="http://swagger.io/" target="_blank">Swagger</a>, and <a
href="https://apiblueprint.org/" target="_blank">API Blueprint</a>).
</p>

<p>
<strong>Apigility</strong> is made using
<a href="http://framework.zend.com" target="_blank">Zend Framework</a>,
<a href="https://angularjs.org/" target="_blank">AngularJS</a> and
<a href="http://getbootstrap.com/" target="_blank">Bootstrap</a>.
</p>

<p>
If you want to contribute, you can <a href="https://github.com/zfcampus"
target="_blank">fork any of the relevant repositories under the zfcampus
organization on GitHub</a>.
</p>

<p>
The official web site of the project is <a href="https://apigility.org" target="_blank">apigility.org</a>.
</p>
</div>
</div>

0 comments on commit 6e336ca

Please sign in to comment.