[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Not nice, but some doc



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dakweb/queries/madison.py |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dakweb/queries/madison.py b/dakweb/queries/madison.py
index eb8c45c..9678a36 100644
--- a/dakweb/queries/madison.py
+++ b/dakweb/queries/madison.py
@@ -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()
-- 
1.7.10.4


Reply to: