Skip to content

Commit

Permalink
Page titles and links to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Sep 21, 2013
1 parent 4ecf451 commit f9a5144
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/site/markdown/ReleaseNotes-README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<head>
<title>Release Notes</title>
</head>
# Release Notes

TOTP authenticator for Java ME enabled devices. It's an implementation of the RFC 6238 (TOTP: Time-Based One-Time Password Algorithm).
Expand Down
3 changes: 3 additions & 0 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<head>
<title>TOTP for Java ME - Google authenticator</title>
</head>
# ![totp-me](images/lock.png) totp-me - TOTP for Java ME

Java ME TOTP ([RFC 6238](http://tools.ietf.org/html/rfc6238)) authenticator. It can be used as a token generator for
Expand Down
3 changes: 3 additions & 0 deletions src/site/markdown/totp-me_as_GoogleAuthenticator.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<head>
<title>Tutorial: totp-me as Google Authenticator - 2 step verification</title>
</head>
# Tutorial: totp-me as Google Authenticator - 2 step verification

*Have you ever wondered, how to enable Google 2 phase authentication on your older, not so smart, but Java enabled phone?*
Expand Down
4 changes: 2 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<item name="Download" href="http://sourceforge.net/projects/totpme/files/" target="_blank" />
<item name="Release notes" href="ReleaseNotes-README.html" />
<item name="totp-me as Google Authenticator" href="totp-me_as_GoogleAuthenticator.html" />
<item name="Bugs and issues" href="https://github.com/kwart/totp-me/issues" target="_blank" />
<item name="Source code (github)" href="https://github.com/kwart/totp-me" target="_blank" />
<item name="Bugs and issues" href="http://github.com/kwart/totp-me/issues" target="_blank" />
<item name="Source code (github)" href="http://github.com/kwart/totp-me" target="_blank" />
</menu>
</body>
</project>

0 comments on commit f9a5144

Please sign in to comment.