Skip to content

Commit

Permalink
manual updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ndantam committed Feb 23, 2010
1 parent eef795c commit 1da9981
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ s-protobuf/index.html: manual.xml
manual.xml: manual.lisp
sbcl --noinform --load $< --eval "(expand)" --eval "(quit)"

ul: s-protobuf/index.html
scp -r s-protobuf acme:public_html/docs

clean:
rm -rf *.html *.xml *.fasl s-protobuf
14 changes: 7 additions & 7 deletions doc/manual.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
(:sect 2 "Status"
(para "S-PROTOBUF supports message packing and
unpacking using all the specified data types,
repeated fields, and nested messages. Packed fields
may not quite be there yet. There is no support for
Extensions or Services."))
repeated fields, and nested messages. Packed
repeated fields may not quite be there yet. There is
no support for Extensions or Services."))
(:sect 2 "Getting S-PROTOBUF"
(programlisting
,(concatenate 'string
Expand Down Expand Up @@ -92,7 +92,7 @@
))
(:bsd-license 2 "Legal"
"2008" "Google Inc."
"2009" "Georgia Tech Research Corporation"))
"2009-2010" "Georgia Tech Research Corporation"))
(:sect 1 "Implementation Notes"
(:sect 2 "Details"
(itemizedlist
Expand Down Expand Up @@ -121,9 +121,9 @@
(listitem (para "Skipping Unknown Fields"))
(listitem (para "Default Values"))
(listitem (para "Tracking Unknown Fields"))
(listitem (para "Support for (#-sbcl) -- only
problem area is floating-point
coding"))
(listitem (para "Better support for (#-sbcl). The
basic testcases do run on CLISP.
UTF-8 only works on SBCL."))
(listitem (para "Extensions"))
(listitem (para "Services"))
))
Expand Down

0 comments on commit 1da9981

Please sign in to comment.