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

Commit

Permalink
Merge branch 'hotfix/about-update'
Browse files Browse the repository at this point in the history
Close #120
  • Loading branch information
weierophinney committed Aug 12, 2016
2 parents 8ec0072 + f4647f5 commit 009b4af
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file, in reverse
transitions to new API versions when selecting an API version in the sidebar.
Previously, the sidebar would be updated, but the UI would not transition to
the API's dashboard for that version.
- [#120](https://github.com/zfcampus/zf-apigility-admin-ui/pull/120) updates the
About tab to provide updated links and information about the project.

## 1.3.5 - 2016-08-11

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<script src="apigility-ui/1bc54cd5.vendor.js" charset="utf-8"></script>

<script src="apigility-ui/dd35baad.apigility.js" charset="utf-8"></script>
<script src="apigility-ui/ad34f6f7.apigility.js" charset="utf-8"></script>

<script>
$(document).ready(function () {
Expand Down
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>
47 changes: 39 additions & 8 deletions src/apigility-ui/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,45 @@ angular.module("apigility-ui/about/about.html", []).run(["$templateCache", funct
" <h3 class=\"panel-title\">Apigility {{vm.version}}</h3>\n" +
" </div>\n" +
" <div class=\"panel-body\">\n" +
" <div class=\"hero pull-right\">\n" +
" <img src=\"apigility-ui/img/ag-hero.png\">\n" +
" </div>\n" +
" <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>\n" +
" <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>\n" +
" <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>\n" +
" <p>If you want to contribute you can <a href=\"https://github.com/zfcampus\" target=\"_blank\">fork the project on github</a>.</p>\n" +
" <p>The official web site of the project is <a href=\"https://apigility.org\" target=\"_blank\">apigility.org</a>.</p>\n" +
" <div class=\"hero pull-right\">\n" +
" <img src=\"apigility-ui/img/ag-hero.png\">\n" +
" </div>\n" +
"\n" +
" <p>\n" +
" <strong>Apigility</strong> is the open source API builder for PHP,\n" +
" designed to simplify creating and maintaining useful, easy to consume, and\n" +
" well structured APIs. Regardless of your experience in API building, with\n" +
" <strong>Apigility</strong> you can build APIs that enable mobile apps,\n" +
" developer communities, and any other consumer controlled access to your\n" +
" applications.\n" +
" </p>\n" +
"\n" +
" <p>\n" +
" <strong>Key features:</strong> RESTful or RPC services; JSON\n" +
" (specifically, <a href=\"http://tools.ietf.org/html/draft-kelly-json-hal-08\" target=\"_blank\">HAL</a>);\n" +
" <a href=\"https://tools.ietf.org/html/rfc7807\" target=\"_blank\">Problem Details for HTTP APIs</a>;\n" +
" Versioning; Normalisation and Validation; Authentication (HTTP Basic/Digest,\n" +
" <a href=\"http://oauth.net/2/\" target=\"_blank\">OAuth2</a>); Documentation\n" +
" (HTML, <a href=\"http://swagger.io/\" target=\"_blank\">Swagger</a>, and <a\n" +
" href=\"https://apiblueprint.org/\" target=\"_blank\">API Blueprint</a>).\n" +
" </p>\n" +
"\n" +
" <p>\n" +
" <strong>Apigility</strong> is made using\n" +
" <a href=\"http://framework.zend.com\" target=\"_blank\">Zend Framework</a>,\n" +
" <a href=\"https://angularjs.org/\" target=\"_blank\">AngularJS</a> and\n" +
" <a href=\"http://getbootstrap.com/\" target=\"_blank\">Bootstrap</a>.\n" +
" </p>\n" +
"\n" +
" <p>\n" +
" If you want to contribute, you can <a href=\"https://github.com/zfcampus\"\n" +
" target=\"_blank\">fork any of the relevant repositories under the zfcampus\n" +
" organization on GitHub</a>.\n" +
" </p>\n" +
"\n" +
" <p>\n" +
" The official web site of the project is <a href=\"https://apigility.org\" target=\"_blank\">apigility.org</a>.\n" +
" </p>\n" +
" </div>\n" +
"</div>\n" +
"");
Expand Down

0 comments on commit 009b4af

Please sign in to comment.