Added debugging note.

This commit is contained in:
Douglas Muth 2017-07-09 13:35:44 -04:00
parent 3116513283
commit 05065bbea4

View file

@ -227,6 +227,18 @@ If you do want to run Diceware locally, just download the source and run a webse
this command: <tt style="background-color: #dddddd; ">python -m SimpleHTTPServer 8000</tt>. You will then able to access DiceWare at this command: <tt style="background-color: #dddddd; ">python -m SimpleHTTPServer 8000</tt>. You will then able to access DiceWare at
<a href="http://localhost:8000/">http://localhost:8000/</a>. <a href="http://localhost:8000/">http://localhost:8000/</a>.
<a name="debug"></a>
<h3>FAQ: Is there a way to roll the dice automatically?</h3>
Yes, there is. Append "?debug=n" to the URL to automatically roll the dice N times.
<p/>
<p/>
Examples: <a href="?debug=4">Roll the Dice 4 times.</a>
<a href="?debug=5">Or 5 times.</a>
<a href="?debug=6">Or even 6 times!</a>
<p/>
<a name="wordlist"></a> <a name="wordlist"></a>
<h3>FAQ: Can you tell me more about the list of words?</h3> <h3>FAQ: Can you tell me more about the list of words?</h3>