Changeset 30 for wiki


Ignore:
Timestamp:
12/21/12 22:55:51 (11 years ago)
Author:
tmorgan
Message:

fixed formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wiki/Overview.wiki

    r29 r30  
    3737</ul>
    3838
    39 <code>bletchley-analyze</code> can read from stdin or from a file.  Tokens are
     39`bletchley-analyze` can read from stdin or from a file.  Tokens are
    4040delimited with newlines.  Various options are provided to give the
    4141analyst control over the block sizes and encoding used during analysis.
     
    5151}}}
    5252
    53 These tokens were then fed to <code>bletchley-analyze</code>:
     53These tokens were then fed to `bletchley-analyze`:
    5454<img src="http://bletchley.googlecode.com/svn/wiki/images/bletchley-analyze.png" />
    5555
    56561. <i>Bletchley's blobtools module currently supports 33 encoding variants,
    5757including various forms of hexadecimal, base32, base64, and percent
    58 encodings. Try '<code>-e ?</code>' to list them.</i>
     58encodings. Try '`-e ?`' to list them.</i>
    5959
    6060
     
    6969NOTE: The encoding chain is applied from right to left in order to be consistent with other tools. 
    7070That is, one can use the same encoding chain ordering for
    71 <code>bletchley-encode</code>, <code>bletchley-decode</code>, and <code>bletchley-analyze</code>.
     71`bletchley-encode`, `bletchley-decode`, and `bletchley-analyze`.
    7272
    7373
     
    9090A simple program which computes the state of a Java Random class
    9191instance given two sequential outputs of
    92 <code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Random.html#nextInt()">nextInt()</a></code>.
     92`<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Random.html#nextInt()">nextInt()</a>`.
    9393For more information, see the usage statement.
    9494
Note: See TracChangeset for help on using the changeset viewer.