diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-08 15:17:11 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-08 15:17:11 -0500 |
| commit | ae35e930a89f621aea3b183ca9822e8fddcc6824 (patch) | |
| tree | 469161d8d0259babf46b3eb753dc90da1b9f59b1 | |
| parent | 970263c8b070a7fe02348ac8afb4c5a5a441f6ba (diff) | |
| download | pokeworld-website-ae35e930a89f621aea3b183ca9822e8fddcc6824.tar.gz pokeworld-website-ae35e930a89f621aea3b183ca9822e8fddcc6824.tar.bz2 pokeworld-website-ae35e930a89f621aea3b183ca9822e8fddcc6824.zip | |
trying
| -rw-r--r-- | pokebot/index.html | 3 | ||||
| -rw-r--r-- | typer/index.html | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pokebot/index.html b/pokebot/index.html index 90ac9d0..4b35275 100644 --- a/pokebot/index.html +++ b/pokebot/index.html @@ -28,9 +28,10 @@ <h2>The bot that powers our entire server.</h2> <p>PokeBot is the bot that powers our server. It adds on to PokeCord's commands by allowing for team and gym support for the PokeWorld server. It is best used with Pokecord as it was built as an addon for Pokecord</p> <h2>Download</h2> - <p>If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our <a href="https://github.com/PokeWorld/PokeBot">GitHub</a>. Otherwise, you can get a <a href="https://github.com/PokeWorld/PokeBot/releases">release</a> which are proven to be a lot more stable then the random things we put on the main branch.</p> + <p>If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our <a href="https://github.com/PokeWorld/PokeBot">GitHub</a>. Otherwise, you can get a <a href="https://github.com/PokeWorld/PokeBot/releases">release</a> which are proven to be a lot more stable than the random things we put on the main branch.</p> <p></p> <h2>Continuous Intergration Badges (TravisCI)</h2> + <p>Our friends at travis have tested the compiling of commands to look for bugs. The badge shows if it has passed or failed the test.</p> <a href="https://travis-ci.org/PokeWorld/PokeBot"><img src="https://travis-ci.org/PokeWorld/PokeBot.svg?branch=master"></a> <h2>Changelog</h2> <ul> diff --git a/typer/index.html b/typer/index.html index 82d798e..63f999f 100644 --- a/typer/index.html +++ b/typer/index.html @@ -30,6 +30,7 @@ <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> + <p>Our friends at appveyor an travis have tested the compiling of commands to look for bugs. The badge shows if it has passed or failed the test.</p> <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> |
