Highlight docs/api/bob as plain text

This commit is contained in:
str4d
2013-06-11 13:48:21 +00:00
parent 96d1316d6d
commit 42313a1cb9

View File

@@ -70,7 +70,7 @@ Commands never get obsoleted or changed, however new commands do get added from
Here are the commands we have as of this writing:
{%- endtrans %}</p>
{% highlight %}
{% highlight lang='text' %}
{{ _('COMMAND') }} {{ _('OPERAND') }} {{ _('RETURNS') }}
help (optional command to get help on) NOTHING or OK and description of the command
clear ERROR or OK
@@ -124,7 +124,7 @@ the INET superserver daemon. Destination "ear" will be a local port that you
can telnet into, and watch the pretty ASCII test puke forth.
{%- endtrans %}</p>
{% highlight %}
{% highlight lang='text' %}
{% trans %}EXAMPLE SESSION DIALOGUE -- simple telnet 127.0.0.1 2827 works{% endtrans %}
A = {{ _('Application') }}
C = {% trans %}BOB's Command response.{% endtrans %}
@@ -140,7 +140,7 @@ C A OK ZMPz1zinTdy3~zGD~f3g9aikZTipujEvvXOEyYfq4Su-mNKerqG710hFbkR6P-xkouVyNQsqW
MAKE NOTE OF THE ABOVE DESTINATION KEY, YOURS WILL BE DIFFERENT!
{%- endtrans %}</b></p>
{% highlight %}
{% highlight lang='text' %}
{{ _('FROM') }} {{ _('TO') }} {{ _('DIALOGUE') }}
A C outhost 127.0.0.1
C A OK outhost set
@@ -160,7 +160,7 @@ to the <code>CHARGEN</code> service on <code>19/TCP</code>.
Now for the other half, so that we can actually contact this destination.
{%- endtrans %}</p>
{% highlight %}
{% highlight lang='text' %}
{{ _('FROM') }} {{ _('TO') }} {{ _('DIALOGUE') }}
A C setnick ear
C A OK Nickname set to ear
@@ -187,7 +187,7 @@ key and it goes.
<b>NOTE:</b> The "quit" command in the command channel does NOT disconnect the tunnels like SAM.
{%- endtrans %}</p>
{% highlight lang='bash' %}
{% highlight lang='text' %}
$ telnet 127.0.0.1 37337
Trying 127.0.0.1...
Connected to 127.0.0.1.
@@ -203,7 +203,7 @@ $%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghi
<p>{% trans -%}
After a few virtual miles of this spew, press <code>Control-]</code>
{%- endtrans %}</p>
{% highlight lang='bash' %}
{% highlight lang='text' %}
...
cdefghijklmnopqrstuvwxyz{|}~ !"#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJK
defghijklmnopqrstuvwxyz{|}~ !"#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKL
@@ -215,7 +215,7 @@ Connection closed.
<p>{% trans -%}
Here is what happened...
{%- endtrans %}</p>
{% highlight %}
{% highlight lang='text' %}
telnet -&gt; ear -&gt; i2p -&gt; mouth -&gt; chargen -.
telnet &lt;- ear &lt;- i2p &lt;- mouth &lt;-----------'
{% endhighlight %}
@@ -224,7 +224,7 @@ telnet &lt;- ear &lt;- i2p &lt;- mouth &lt;-----------'
You can connect to EEPSITES too!
{%- endtrans %}</p>
{% highlight lang='bash' %}
{% highlight lang='text' %}
$ telnet 127.0.0.1 37337
Trying 127.0.0.1...
Connected to 127.0.0.1.
@@ -268,7 +268,7 @@ Let's put down our destinations now that we are all done with them.
First, lets see what destination nicknames we have.
{%- endtrans %}</p>
{% highlight %}
{% highlight lang='text' %}
{{ _('FROM') }} {{ _('TO') }} {{ _('DIALOGUE') }}
A C list
C A DATA NICKNAME: mouth STARTING: false RUNNING: true STOPPING: false KEYS: true QUIET: false INPORT: not_set INHOST: localhost OUTPORT: 19 OUTHOST: 127.0.0.1
@@ -280,7 +280,7 @@ C A OK Listing done
Alright, there they are. First, let's remove "mouth".
{%- endtrans %}</p>
{% highlight %}
{% highlight lang='text' %}
{{ _('FROM') }} {{ _('TO') }} {{ _('DIALOGUE') }}
A C getnick mouth
C A OK Nickname set to mouth
@@ -295,7 +295,7 @@ Now to remove "ear", note that this is what happens when you type too fast,
and shows you what typical ERROR messages looks like.
{%- endtrans %}</p>
{% highlight %}
{% highlight lang='text' %}
{{ _('FROM') }} {{ _('TO') }} {{ _('DIALOGUE') }}
A C getnick ear
C A OK Nickname set to ear