Ordering better the index.
This commit is contained in:
parent
098bff90b3
commit
7379b70484
@ -2,12 +2,24 @@
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<h1>List of RSS Feeds for different kinds of GTS trades in pkmn-classic network.</h1>
|
||||
<h1>List of utilities for GTS trades in pkmn-classic network.</h1>
|
||||
|
||||
<h2>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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user