Clarifying there are not gen 5 utils.

This commit is contained in:
Sergiotarxz 2024-05-08 13:32:18 +02:00
parent 08a88ecc0a
commit 7a648052ee
1 changed files with 9 additions and 3 deletions

View File

@ -5,25 +5,31 @@
<body>
<h1>List of utilities for GTS trades in pkmn-classic network.</h1>
<h2>RSS Feeds for humans.</h2>
<h2>Gen 4 utils.</h2>
<h3>RSS Feeds for humans.</h2>
<ul>
<li><a href="/all.rss">All trades updates limited to 100.</a></li>
<li><a href="/shiny.rss">Only shiny trades updates limited to 100.</a></li>
<li><a href="/pokerus.rss">Only pokerus trades updates limited to 100.</a></li>
</ul>
<h2>Current GTS data for computer processing.</h2>
<h3>Current GTS data for computer processing.</h2>
<ul>
<li><a href="/offers.json">All available offers in JSON format for computer processing limited to 100.</a></li>
</ul>
<h2>RSS Feeds for easy processing of computers.</h2>
<h3>RSS Feeds for easy processing of computers.</h2>
<ul>
<li><a href="/computer-all.rss">All trades updates limited to 100. (JSON)</a></li>
<li><a href="/computer-shiny.rss">Only shiny trades updates limited to 100. (JSON)</a></li>
<li><a href="/computer-pokerus.rss">Only pokerus trades updates limited to 100. (JSON)</a></li>
</ul>
<h2>Gen 5 utils.</h2>
<p>Not available.</p>
</body>
</html>