]> git.decadent.org.uk Git - dak.git/commitdiff
Not nice, but some doc
authorJoerg Jaspert <joerg@debian.org>
Sat, 6 Dec 2014 14:37:06 +0000 (15:37 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 6 Dec 2014 14:37:06 +0000 (15:37 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dakweb/queries/madison.py

index eb8c45cd6ffaac27891d840bd624486125369fed..9678a36ebeb021fd818ab68401bf6c445b544809 100644 (file)
@@ -6,6 +6,16 @@ from dakweb.webregister import QueryRegister
 
 @bottle.route('/madison')
 def madison():
+    """
+    Display information about packages.
+
+    b=TYPE      only show info for binary TYPE
+    c=COMPONENT only show info for COMPONENT(s)
+    s=SUITE     only show info for this suite
+    S=true      show info for the binary children of source pkgs
+    f=json      output json format
+    """
+
     r = bottle.request
 
     packages = r.query.get('package', '').split()