fix typo, additional comment
[Biblio-SIP2.git] / README
1 Simple 3M SIP2 Standard Interchange Protocol implementation in perl
2
3
4 Why do we need another SIP2 implementation?
5
6 That's a great question! Mostly because others are wrong in one way or another, most
7 importantly: 
8
9
10         protocol specifies that messages must end with <CR> (ASCII 13)
11
12         most implementation put CR/LF or (even worse) just LF
13
14
15 This is very annoying, and creating simple and correct implementation seems to make sense.
16
17
18 References:
19
20 * http://solutions.3m.com/wps/portal/3M/en_US/library/home/resources/protocols/
21
22 Exiting implementations:
23
24 * http://openncip.org/
25 * http://www.rice.edu/perl4lib/archives/2003-05/msg00032.html
26 * http://code.google.com/p/php-sip2/source/browse/trunk/sip2.class.php
27