index.html: Add usage instructions
authorW. Trevor King <wking@tremily.us>
Mon, 22 Sep 2014 16:26:08 +0000 (09:26 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 22 Sep 2014 16:26:08 +0000 (09:26 -0700)
And show the screenshot added by the previous commit.

index.html

index dd55e34298e83b671823d3ae8f50ede285a87a51..4b0db8cd120ff60ab3ed30f8be209f830f242633 100644 (file)
@@ -3,6 +3,16 @@
        <head>
                <meta charset="UTF-8"/>
 
        <head>
                <meta charset="UTF-8"/>
 
+               <style media="screen" type="text/css">
+                       img {
+                               display: block;
+                               margin-left: auto;
+                               margin-right: auto;
+                               border: 2px solid black;
+                               border-radius: 6px;
+                       }
+               </style>
+
                <script type="text/javascript">
                        function load_bookmarklet(id, source) {
                                var request = new XMLHttpRequest();
                <script type="text/javascript">
                        function load_bookmarklet(id, source) {
                                var request = new XMLHttpRequest();
                <p>
                        This is the <a id="nmbug">nmbug</a> bookmarklet.
                </p>
                <p>
                        This is the <a id="nmbug">nmbug</a> bookmarklet.
                </p>
+               <p>
+                       To use it, just copy the link into your bookmarks, and start
+                       browsing <a href="http://gmane.org/">Gmane</a>.  When you want
+                       to view or edit tags on the message you're viewing, click on the
+                       bookmarklet.  It will pop up a dialog with the list of available
+                       tags with the currently selected tags highlighted:
+               </p>
+               <img src="static/article.png"/>
+               <p>
+                       Clicking on any tag will toggle its selection.  For each tag
+                       change, the bookmarklet will <code>POST</code> to
+                       the <a href="https://github.com/wking/nmhive">nmhive</a> server,
+                       which commits the change to its nmbug database.
+               </p>
        </body>
 </html>
        </body>
 </html>