diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 10:55:44 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 10:55:44 +0100 |
commit | a745323f362e5d742404659fbd531e1d0073921d (patch) | |
tree | 4d65c3946db673c248b9ec7fe2f7b58bf42969e1 | |
parent | 81ea2465877ad2cafdb61054ae29a725787acd2d (diff) |
README: Direct users to the manual.
* README.org: Remove introduction section and point users at the
manual.
-rw-r--r-- | README.org | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -1,16 +1,6 @@ This is an attempt to provide Guile bindings for the debbugs bug -tracker. - -#+BEGIN_SRC scheme -(set! %load-path (cons "/home/rekado/dev/guile/guile-debbugs/" %load-path)) -,use (debbugs soap) -,use (debbugs operations) -(define %debian "http://bugs.debian.org/cgi-bin/soap.cgi") -(soap-invoke %debian newest-bugs 3) -=> (880882 880881 880880) -(soap-invoke %debian get-status (list 880882 880881 880880)) -=> (#<bug 880882 ...> #<bug 880881 ...> #<bug 880880 ...>) -#+END_SRC +tracker. See the Info manual (=doc/guile-debbugs.info=) for examples +and documentation. (You will have to build it first.) * Missing features |