projects
/
~helmut
/
debian-dedup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f709bbc
)
webapp: added some useful notes
author
Helmut Grohne
<helmut@subdivi.de>
Sun, 14 Apr 2013 08:31:55 +0000
(10:31 +0200)
committer
Helmut Grohne
<helmut@subdivi.de>
Sun, 14 Apr 2013 08:31:55 +0000
(10:31 +0200)
webapp.py
patch
|
blob
|
history
diff --git
a/webapp.py
b/webapp.py
index
4ae9af5
..
3818582
100755
(executable)
--- a/
webapp.py
+++ b/
webapp.py
@@
-65,6
+65,7
@@
package_template = jinjaenv.from_string(
{%- endfor -%}
</table>
{%- endfor -%}
+<p>Note: Packages with yellow background are required to be installed when this package is installed.</p>
{%- endif -%}
{% endblock %}""")
@@
-158,6
+159,7
@@
source_template = jinjaenv.from_string(
</td></tr>
{% endfor %}
</table>
+<p>Note: Not all sharing listed here. Click on binary packages with non-zero savable to see more.</p>
{% endblock %}""")
def encode_and_buffer(iterator):