1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/tizen/help/hsta.html Wed Jul 31 19:48:00 2013 +0200 1.3 @@ -0,0 +1,58 @@ 1.4 +<!DOCTYPE html> 1.5 +<!-- 1.6 +OTPWCalc - One time password challenge response calculator client 1.7 +Copyright © 2013 Michael Schloh von Bennewitz <michael@schloh.com> 1.8 + 1.9 +OTPWCalc is free software: you can redistribute it and/or modify 1.10 +it under the terms of the European Union Public Licence, either 1.11 +version 1.1 of the license, or (at your option) any later version. 1.12 + 1.13 +OTPWCalc is distributed in the hope that it will be useful, 1.14 +but WITHOUT ANY WARRANTY; without even the implied warranty 1.15 +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 1.16 +the European Union Public License for more details. 1.17 + 1.18 +You should have received a copy of the European Union Public 1.19 +Licence along with OTPWCalc. If not, please refer to 1.20 +<http://joinup.ec.europa.eu/software/page/eupl/>. 1.21 + 1.22 +This file is part of project OTWPCalc, a one time password challenge 1.23 +response calculator client and is found at http://otpwcalc.europalab.com/ 1.24 + 1.25 +hsta.html: W3C HTML implementation 1.26 +--> 1.27 + 1.28 +<html> 1.29 + <head> 1.30 + <meta charset="utf-8"> 1.31 + <meta name="viewport" content="width=device-width, initial-scale=1"> 1.32 + <title>OTPWCalc</title> 1.33 + <link rel="stylesheet" href="../css/jquery.mobile-1.3.2.min.css" /> 1.34 + <link rel="stylesheet" href="../main.css" /> 1.35 + <script src="../js/jquery-2.0.0.min.js"></script> 1.36 + <script src="help.js"></script> 1.37 + <script src="../js/jquery.mobile-1.3.2.min.js"></script> 1.38 + </head> 1.39 +<body> 1.40 + <!-- Data attributes reserved by JQuery Mobile: 1.41 + data-theme, data-ajax, data-filter, data-icon, data-grid, 1.42 + data-rel, data-icon, data-url, data-role, and data-type --> 1.43 + <!-- Also data-dom-cache="true" --> 1.44 + <div data-role="page" class="type-interior oc-swipage" id="standrfc"> 1.45 + <div data-role="header" data-position="fixed" data-id="headrfc"> 1.46 + <h1>OTPWCalc</h1> 1.47 + </div><!-- /header --> 1.48 + <div data-role="content"> 1.49 + <div data-role="collapsible" data-allow-collapse="false" data-collapsed="false" data-expanded-icon="otpwcalc-document" data-theme="c" data-content-theme="d"> 1.50 + <h1>Standards</h1> 1.51 + <p style="font-size: 1.1em; line-height: 125%;">This application implements<br />the following <strong>standards</strong>:</p> 1.52 + <ul> 1.53 + <li> 1.54 + <a target="_blank" href="http://tools.ietf.org/html/rfc2289/">RFC 2289, A One-Time Password System</a> 1.55 + </li> 1.56 + </ul> 1.57 + </div><!-- /collapsible --> 1.58 + </div><!-- /content --> 1.59 + </div><!-- /page --> 1.60 +</body> 1.61 +</html>