Adapt to accommodate Firefox OS validation rule: All external links need to

Sat, 25 May 2013 06:49:12 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 25 May 2013 06:49:12 +0200
changeset 6
766ca8e03ec7
parent 5
0161a7eb3cfb
child 7
a6deb9a3ce28

Adapt to accommodate Firefox OS validation rule: All external links need to
open with target="_blank". There is no browser UX in a webapp and on Desktop
and FirefoxOS platforms there is no hardware back button.

src/firefoxos/about.html file | annotate | diff | comparison | revisions
src/firefoxos/help/help.html file | annotate | diff | comparison | revisions
src/firefoxos/help/hsec.html file | annotate | diff | comparison | revisions
src/firefoxos/help/hsta.html file | annotate | diff | comparison | revisions
     1.1 --- a/src/firefoxos/about.html	Sun Apr 28 18:13:23 2013 +0200
     1.2 +++ b/src/firefoxos/about.html	Sat May 25 06:49:12 2013 +0200
     1.3 @@ -56,9 +56,9 @@
     1.4              <img src="img/tastatur.png" alt="Computer keyboard" height="38" width="90" style="float: right;" />
     1.5              <h2 style="clear: both; margin-left: 1em; line-height: 1em;">One Time Password Calculator 0.7.2</h2>
     1.6              <img src="img/datahost.png" alt="Datacenter host computer" height="68" width="245" style="display: block; margin: 0.75em auto;" />
     1.7 -            <p>Visit the <a href="http://otpwcalc.europalab.com/">OTPWCalc Homepage</a></p>
     1.8 -            <p>Copyright &copy; 2012 &#8211; 2013<br /><a href="http://michael.schloh.com/">Michael Schloh von Bennewitz</a></p>
     1.9 -            <p>This software is distributed under the terms of the <a href="http://joinup.ec.europa.eu/software/page/eupl/">European Union Public Licence (EUPL) version 1.1</a></p>
    1.10 +            <p>Visit the <a target="_blank" href="http://otpwcalc.europalab.com/">OTPWCalc Homepage</a></p>
    1.11 +            <p>Copyright &copy; 2012 &#8211; 2013<br /><a target="_blank" href="http://michael.schloh.com/">Michael Schloh von Bennewitz</a></p>
    1.12 +            <p>This software is distributed under the terms of the <a target="_blank" href="http://joinup.ec.europa.eu/software/page/eupl/">European Union Public Licence (EUPL) version 1.1</a></p>
    1.13          </div><!-- /content -->
    1.14      </div><!-- /page -->
    1.15  </body>
     2.1 --- a/src/firefoxos/help/help.html	Sun Apr 28 18:13:23 2013 +0200
     2.2 +++ b/src/firefoxos/help/help.html	Sat May 25 06:49:12 2013 +0200
     2.3 @@ -50,7 +50,7 @@
     2.4                  <a href="hfaq.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-question" data-iconpos="right">F. A. Q.</a>
     2.5                  <a href="hqst.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-qstart" data-iconpos="right">Quickstart</a>
     2.6                  <a href="hman.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-manpage" data-iconpos="right">Manpage</a>
     2.7 -        <a href="//list.europalab.com/mailman/listinfo/otpwcalc/" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-email" data-iconpos="right">Mailinglist</a>
     2.8 +        <a target="_blank" href="//list.europalab.com/mailman/listinfo/otpwcalc/" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-email" data-iconpos="right">Mailinglist</a>
     2.9                  <a href="hsec.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-security" data-iconpos="right">Security</a>
    2.10                  <a href="hsta.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-document" data-iconpos="right">Standards</a>
    2.11              </div><!-- /content-primary -->
     3.1 --- a/src/firefoxos/help/hsec.html	Sun Apr 28 18:13:23 2013 +0200
     3.2 +++ b/src/firefoxos/help/hsec.html	Sat May 25 06:49:12 2013 +0200
     3.3 @@ -45,7 +45,7 @@
     3.4          <div data-role="content">
     3.5              <div data-role="collapsible" data-allow-collapse="false" data-collapsed="false" data-expanded-icon="otpwcalc-security" data-theme="c" data-content-theme="d">
     3.6                  <h1>Security</h1>
     3.7 -                <p style="margin-top: 0; margin-bottom: 0; font-size: 1.1em; line-height: 125%;">General <strong>security concerns</strong> should be directed to the <a href="//list.europalab.com/mailman/listinfo/otpwcalc/">mailing list</a>, while those of a private nature should be sent directly to the <a href="mailto:michael@schloh.com">author</a>. X.509 certificates (for exchanging S/MIME encrypted email) and GnuPG keys (to verify released software signatures) reside on the <a href="//michael.schloh.com/">author's website</a>.</p>
     3.8 +                <p style="margin-top: 0; margin-bottom: 0; font-size: 1.1em; line-height: 125%;">General <strong>security concerns</strong> should be directed to the <a target="_blank" href="//list.europalab.com/mailman/listinfo/otpwcalc/">mailing list</a>, while those of a private nature should be sent directly to the <a href="mailto:michael@schloh.com">author</a>. X.509 certificates (for exchanging S/MIME encrypted email) and GnuPG keys (to verify released software signatures) reside on the <a target="_blank" href="//michael.schloh.com/">author's website</a>.</p>
     3.9                  <p style="margin-top: 0.5em; margin-bottom: 0; font-size: 1.1em; line-height: 125%;">Please monitor the mailing list and keep your installation of OTPWCalc <strong>up to date</strong>!</p>
    3.10              </div><!-- /collapsible -->
    3.11          </div><!-- /content -->
     4.1 --- a/src/firefoxos/help/hsta.html	Sun Apr 28 18:13:23 2013 +0200
     4.2 +++ b/src/firefoxos/help/hsta.html	Sat May 25 06:49:12 2013 +0200
     4.3 @@ -48,7 +48,7 @@
     4.4                  <p style="font-size: 1.1em; line-height: 125%;">This application implements<br />the following <strong>standards</strong>:</p>
     4.5                  <ul>
     4.6                      <li>
     4.7 -                        <a href="//tools.ietf.org/html/rfc2289/">RFC 2289, A One-Time Password System</a>
     4.8 +                        <a target="_blank" href="//tools.ietf.org/html/rfc2289/">RFC 2289, A One-Time Password System</a>
     4.9                      </li>
    4.10                  </ul>
    4.11              </div><!-- /collapsible -->

mercurial