1b838df9cd
Saves the project files as originally uploaded to http://veniasilente.user.tropi.us/_a/pokedics/ .
43 lines
1.3 KiB
PHP
43 lines
1.3 KiB
PHP
<html>
|
|
<head>
|
|
<title>Poke-dictionaries</title>
|
|
<meta charset="UTF-8"/>
|
|
</head>
|
|
<body>
|
|
|
|
<p>Revision <strong>02</strong>;
|
|
some Gen7 names; more dictionaries to be added later
|
|
and hopefully to be organized better, say in a fossil / git repo or something.
|
|
</p>
|
|
|
|
<p><strong>How to install:</strong><br/>
|
|
Just copy them to the directory <code>user/4/wordbook</code> within your
|
|
LibreOffice / OpenOffice configuration directory.<br/>
|
|
<u>Linuxes</u>: somewhere within <code>$HOME/.config/[libre|open]office</code><br/>
|
|
<u>Windows</u>: ...no idea? somewhere within <code>%APPDATA%/Program Data/LibreOffice</code> or something, I'd guess.<br/>
|
|
</p>
|
|
|
|
<table border="1" style="padding: 4px; border: 3px outset blue;">
|
|
<tr>
|
|
<th>Concept</th><th>en</th><th>es</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Pokémon Names</td><td colspan="2"> <a href="./pokedex_pokemon_en.dic">Get</a> (me & Saikou)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Berries</td><td><a href="./berries_pokemon_en.dic">Get</a></td> <td>Later</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Mega Stones</td> <td><a href="./megastones_pokemon_en.dic">Get</a></td> <td>Later</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Other Items</td> <td><a href="./items_pokemon_en.dic">Get</a></td> <td>Later</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Locations</td> <td colspan="9">Later</td>
|
|
</tr>
|
|
|
|
<p class="bottom">Page -by Venia Silente</p>
|
|
</table>
|
|
</body>
|
|
</html>
|