2011-04-13 08:50:24 +02:00
{% extends "_base.html" %}
2011-04-19 11:32:48 +02:00
{% load timedelta %}
2011-04-13 08:50:24 +02:00
{% block content %}
2011-04-14 19:28:38 +02:00
< h2 > What's euscan ?< / h2 >
2011-04-16 11:44:57 +02:00
< p >
Euscan is both a tool to check if an ebuild is outdated (app-portage/euscan) and a web interface.
< / p >
< p >
2011-04-25 22:27:32 +02:00
This web interface allow you to browse the portage tree, and find outdated ebuilds. It is designed to help maintainers monitor their packages and bump them.
2011-04-16 11:44:57 +02:00
< / p >
2011-04-25 22:27:32 +02:00
< h2 > Overview< / h2 >
2011-04-14 19:28:38 +02:00
< ul >
< li > Packages: {{ n_packages }}< / li >
< li > Versions: {{ n_packaged }}< / li >
< li > Versions not-packaged: {{ n_upstream }}< / li >
< li > Herds: {{ n_herds }}< / li >
2011-04-19 11:32:48 +02:00
< li > Maintainers: {{ n_maintainers }}< / li >
< li > Last scan: {{ last_scan }} ({{ last_scan|timedelta }})< / li >
2011-04-14 19:28:38 +02:00
< / ul >
2011-04-13 08:50:24 +02:00
{% endblock %}