denote link functionality by adding rel microformats
[sheet.git] / nethack.plp
index 3cedd6e3a182f63c8983fcdb40d6d94531b51954..8b48c853c07927eef9e6727c9f12358d081cddfb 100644 (file)
@@ -55,7 +55,7 @@ $header{content_type} = $ctype;
 <li class="row">
        <ul class="keys omni">
        <li class="me" onclick="setmode()"><b>Esc</b>
-               <!-- not as static anymore, but never bothered; just see ^[ -->
+               <!-- static reset button, even though it's not (officially) in the game -->
        </ul>
 </li>
 
@@ -89,8 +89,6 @@ $keys->print_rows($get{static});
 <div class="help">
        <div class="left">
                <dl class="legend legend-types">
-               <dt class="ci">
-                       <dd>
                <dt class="pm">direction
                        <dd>Direction to move to or target a command (<:= $sign{motion} :>).
                <dt class="po">move
@@ -103,8 +101,6 @@ $keys->print_rows($get{static});
                        <dd>Display invertory menu.
                <dt class="mv">menu
                        <dd>Enters some other menu.
-               <dt class="me">
-                       <dd>
                </dl>
        </div>
 
@@ -115,8 +111,6 @@ $keys->print_rows($get{static});
                <dt>key<:= $sign{argi} :>
                        <dd>Asks for an inventory item.
                <dt>key<:= $sign{argm} :>
-                       <dd>Thing
-               <dt>key<:= $sign{motion} :>
                        <dd>Requires a direction afterwards.
                </dl>
 
@@ -136,10 +130,10 @@ $keys->print_rows($get{static});
 </div>
 
 <p class="footer">
-       <a href="http://sheet.shiar.nl/nethack">sheet.shiar.nl<strong>/nethack</strong></a>
-       <a href="git://dev.shiar.net/vi-cheat"><:= "v$VERSION" :></a>
-       created by Shiar <:= $sign{sep} :>
-       <a title="Licensed under the GNU Affero General Public License, version 3"
+       <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/nethack
+       <a href="git://dev.shiar.nl/sheet" rel="vcs-git" title="Git repository"><:= "v$VERSION" :></a>
+       created by <a href="http://shiar.nl/" rel="author">Shiar</a> <:= $sign{sep} :>
+       <a title="Licensed under the GNU Affero General Public License, version 3" rel="copyright"
           href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a> <:= $sign{sep} :>
        last update <:
                use Time::Format qw(time_format);