From d2b83735a4810cec7bf7c0dd6fb521498f104435 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 14 Apr 2013 10:31:55 +0200 Subject: webapp: added some useful notes --- webapp.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webapp.py') diff --git a/webapp.py b/webapp.py index 4ae9af5..3818582 100755 --- a/webapp.py +++ b/webapp.py @@ -65,6 +65,7 @@ package_template = jinjaenv.from_string( {%- endfor -%} {%- endfor -%} +

Note: Packages with yellow background are required to be installed when this package is installed.

{%- endif -%} {% endblock %}""") @@ -158,6 +159,7 @@ source_template = jinjaenv.from_string( {% endfor %} +

Note: Not all sharing listed here. Click on binary packages with non-zero savable to see more.

{% endblock %}""") def encode_and_buffer(iterator): -- cgit v1.2.3