]> gitweb.factorcode.org Git - factor.git/commitdiff
Checksums help article update: Added internet checksums brief description
authorotoburb <otoburb@gmail.com>
Wed, 23 Mar 2011 03:51:55 +0000 (03:51 +0000)
committerotoburb <otoburb@gmail.com>
Wed, 23 Mar 2011 03:51:55 +0000 (03:51 +0000)
basis/checksums/internet/internet-docs.factor [new file with mode: 0644]
core/checksums/checksums-docs.factor

diff --git a/basis/checksums/internet/internet-docs.factor b/basis/checksums/internet/internet-docs.factor
new file mode 100644 (file)
index 0000000..c25f124
--- /dev/null
@@ -0,0 +1,11 @@
+USING: help.markup help.syntax ;
+IN: checksums.internet
+
+HELP: internet
+{ $class-description "Internet (RFC1071) checksum algorithm." } ;
+
+ARTICLE: "checksums.internet" "Internet checksum"
+"The internet checksum algorithm implements RFC1071 (" { $url "http://www.ietf.org/rfc/rfc1141.txt" } ")."
+{ $subsections internet } ;
+
+ABOUT: "checksums.internet"
index d74ba83e588459587e658cc45418e50f7576d91a..498e23f01fb639fc294b2c1f880ae67a7fbec004 100644 (file)
@@ -77,6 +77,7 @@ $nl
 { $vocab-subsection "MD5 checksum" "checksums.md5" }
 { $vocab-subsection "SHA checksums" "checksums.sha" }
 { $vocab-subsection "Adler-32 checksum" "checksums.adler-32" }
-{ $vocab-subsection "OpenSSL checksums" "checksums.openssl" } ;
+{ $vocab-subsection "OpenSSL checksums" "checksums.openssl" } 
+{ $vocab-subsection "Internet checksum" "checksums.internet" } ;
 
 ABOUT: "checksums"