diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-07 20:03:54 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-07 20:03:54 -0500 |
| commit | 658239e0888024256bfa34cee95163b3fcc67ea5 (patch) | |
| tree | 8a175b879d5e2f321796e71bd3798626e2bcdb69 | |
| parent | 9777f3a11d3851a46dc115d21bbad39653c64ef0 (diff) | |
| download | pokeworld-website-658239e0888024256bfa34cee95163b3fcc67ea5.tar.gz pokeworld-website-658239e0888024256bfa34cee95163b3fcc67ea5.tar.bz2 pokeworld-website-658239e0888024256bfa34cee95163b3fcc67ea5.zip | |
typer
| -rw-r--r-- | typer/index.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/typer/index.html b/typer/index.html index fe58613..9c69b2d 100644 --- a/typer/index.html +++ b/typer/index.html @@ -26,7 +26,16 @@ <div class="container"> <h1>Typer</h1> <h2>An automatic key-presser tool.</h2> - <p>Hi, I am dummy developer text.</p> + <p>Typer is a program to automatically type keys for you while you are away from your computer. We have it in PokeWorld because it is useful for leveling up your PokeMon so they are stronger.</p> + <h2>Download</h2> + <p>There is no hosted download site for Typer except for on our CI servers hosted by our friends at AppVeyor. Pick up a copy at <a href="https://ci.appveyor.com/project/jtsshieh/typer/build/artifacts">here</a> to get the latest version. It is already compiled into an executable file for use. Once you download it, open it like you usually would open an executable by double clicking it. Typer is only avaiable for Windows. Mac and linux might be supported in the future.</p> + <h2>Continuous Intergration Badges (AppVeyor and TravisCI)</h2> + <a href="https://ci.appveyor.com/project/jtsshieh/typer"><img src="https://ci.appveyor.com/api/projects/status/bya2hsb9x1ajq274?svg=true"></a> + <a href="https://travis-ci.org/PokeWorld/Typer"><img src="https://travis-ci.org/PokeWorld/Typer.svg?branch=master"></a> + <h2>Changelog</h2> + <ul> + <li>v0.1 - First release</li> + </ul> </div> <footer> <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright © 2018</p> |
