From: minima Date: Tue, 4 Sep 2001 10:49:55 +0000 (+0000) Subject: added some stuff to the newprot X-Git-Tag: R_1_48~50 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=15abf289110563e5246d38a0621ad26c0bfd247d added some stuff to the newprot --- diff --git a/html/newprot.html b/html/newprot.html index 2b8c689a..c34a5354 100644 --- a/html/newprot.html +++ b/html/newprot.html @@ -71,9 +71,8 @@ away completely and start from scratch.

The callsign of a user to which this sentence is directed. It is a <callsign> or empty.
<fromuser>
-

The callsign of the user from which this sentence originally come - came from. It is a <callsign>.

-
+
The callsign of the user from which this sentence originally come + came from. It is a <callsign>.
<serial>
The serial number of this sentence. It is a number between 0 and 9999.
@@ -141,8 +140,8 @@ digits> of the checksum itself. The purpose of the checksum is to check that no intermediate node has changed the sentence. It is assumed that the underlying transport mechanisms will deal with communications errors.

-

All sentences shall have an <origin>, a <destination> and a -<serial> number. The <destination> can be empty which implies +

All sentences shall have an <origin>, a <serial> and a +<destination> number. The <destination> can be empty which implies that this sentence is to be broadcast. The <serial> number is a global number, which is used for all sentences originating at a node, that is incremented modulo 10000, and is used to determine duplicate or out of date @@ -153,14 +152,19 @@ sentences.

- DX99|<origin>|<destination>|<serial>|...|<cs>
+ DX99|<origin>|<serial>|<destination>|...|<cs>

Some examples:-

-
-

DX01|GB7TLH||0|

+
+ DX01|GB7TLH|0|GB7DJK|DXSpider 1.48/53.287|DE450A30|F4
+ DX01|GB7DJK|345|GB7TLH|DXSpider 1.49/60.45|4532DA56|A1
+ DX11|GB7TLH|1||G1TLH|FR0G|164563|14001.1|Easy|53
+ DX10|GB7TLH|2||G1TLH|SYSOP|GB7TLH rebooting|4A
+ DX02|GB7TLH|3|GB7MBC|1|98012349|5D
+ DX02|GB7MBC|9356|GB7TLH|0|GB7DJK/0.76,GB7BAA/1.2|AE

diff --git a/html/style.css b/html/style.css index 890417b8..8be99899 100644 --- a/html/style.css +++ b/html/style.css @@ -6,7 +6,7 @@ h2 { font-size: +120%} h3 { font-size: +110%} hr { color: gray; } - blockquote code { font-family: courier; color: gray; } + blockquote code { font-family: courier; color: blue; } code { color: blue; } .copy { font-size: small; color: red; } .id { font-size: small; }