-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6ede84
commit 5ba568c
Showing
39 changed files
with
194 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ | |
<li class="hidden-xs"><a href="http://www.openf2.org">Home</a></li> | ||
<li><a href="http://www.openf2.org/developers">Developers</a></li> | ||
<li class="dropdown"> | ||
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" href="#">Docs<span class="hidden-xs"> v1.4.4</span> <span class="caret"></span></a> | ||
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" href="#">Docs<span class="hidden-xs"> v1.4.5</span> <span class="caret"></span></a> | ||
<ul class="dropdown-menu" role="menu"> | ||
<li><a href="index.html">Getting Started</a></li> | ||
<li><a href="container-development.html">Container Development</a></li> | ||
|
@@ -185,8 +185,8 @@ <h2 class="link-header" id="why">Why<a class="anchor" href="#why"><span>#</span> | |
<h2 class="link-header" id="spec-management">Spec Management<a class="anchor" href="#spec-management"><span>#</span></a></h2><p>F2 will continuously evolve to bring the community the best features, services and apps. F2’s promise is to do this by building on the existing spec, not by changing it. The specification aims high to solve many problems and suit many needs. As the standard evolves and new requirements come to light, the functionality in F2 will expand accordingly. </p> | ||
<p>To achieve steady growth and stable release cycles, F2 will be maintained under the Semantic Versioning guidelines as much as possible. For more information, <a href="https://github.com/OpenF2/F2#readme">browse to the readme on GitHub</a>.</p> | ||
<p><img src="./img/bankeo/bankeo_cascade.png" alt="" title="F2 Framework">.</p> | ||
<h3 class="link-header" id="track">Track<a class="anchor" href="#track"><span>#</span></a></h3><p>F2 v1.0 was released on October 15, 2012. The latest version of the F2 specification is 1.4.4 released on 31 January 2018. To provide transparency into the future of F2, a roadmap wiki will be available on GitHub. A <a href="https://github.com/OpenF2/F2/wiki/Docs-Changelog">changelog</a> that tracks version-to-version changes, upgrades and deprecated features will offer a historical look at F2’s evolution. </p> | ||
<p><span class="label label-default">Note</span> There is a <a href="https://github.com/OpenF2/F2/wiki/SDK-Changelog">separate changelog</a> for the <a href="f2js-sdk.html">F2.js SDK</a> which is currently version 1.4.4.</p> | ||
<h3 class="link-header" id="track">Track<a class="anchor" href="#track"><span>#</span></a></h3><p>F2 v1.0 was released on October 15, 2012. The latest version of the F2 specification is 1.4.5 released on 2 March 2018. To provide transparency into the future of F2, a roadmap wiki will be available on GitHub. A <a href="https://github.com/OpenF2/F2/wiki/Docs-Changelog">changelog</a> that tracks version-to-version changes, upgrades and deprecated features will offer a historical look at F2’s evolution. </p> | ||
<p><span class="label label-default">Note</span> There is a <a href="https://github.com/OpenF2/F2/wiki/SDK-Changelog">separate changelog</a> for the <a href="f2js-sdk.html">F2.js SDK</a> which is currently version 1.4.5.</p> | ||
<h3 class="link-header" id="collaborate">Collaborate<a class="anchor" href="#collaborate"><span>#</span></a></h3><p>The F2 specification and the F2.js JavaScript library are open-source projects managed on GitHub. F2 chose this route to allow developers to contribute to the success of both the open standard and SDKs. GitHub’s tools make collaboration easy, and you can get started contributing today.</p> | ||
<p>All contributors will be expected to follow consistent standards and guidelines when contributing to F2. Direct inquiries to <a href="mailto:[email protected]">[email protected]</a> or post a question on the <a href="https://groups.google.com/forum/#!forum/OpenF2">F2 mailing list</a>.</p> | ||
<h3 class="link-header" id="notational-conventions">Notational Conventions<a class="anchor" href="#notational-conventions"><span>#</span></a></h3><p>The keywords “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in <a href="http://tools.ietf.org/html/rfc2119">RFC 2119</a>. For readability, these words do not appear in all uppercase letters in this specification.</p> | ||
|
@@ -288,7 +288,7 @@ <h1 class="hidden-sm hidden-md hidden-lg">F2</h1> | |
<li class="version"><a href="https://github.com/OpenF2/F2" title="F2 on GitHub" class="hexagon"><i class="fa fa-github fa-2x"></i></a> | ||
<div class="hidden-xs hidden-sm"><a href="https://github.com/OpenF2/F2"> | ||
<h5>View on GitHub</h5> | ||
<p>Current Version <span>1.4.4</span><br/>Released <span>31 January 2018</span> | ||
<p>Current Version <span>1.4.5</span><br/>Released <span>2 March 2018</span> | ||
</p></a></div> | ||
</li> | ||
<li> <a href="http://blog.openf2.org" title="F2 Blog" class="hexagon"><i class="fa fa-bullhorn fa-2x"></i></a></li> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.