2011-04-25 22:27:32 +02:00
{% extends "_base.html" %}
{% block content %}
< h2 > What's euscan ?< / h2 >
< p >
2011-09-06 09:16:21 +02:00
Euscan is both a tool to check if an ebuild is outdated (app-portage/euscan) and a web interface.
2011-04-25 22:27:32 +02:00
< / p >
< p >
2011-09-06 09:16:21 +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-25 22:27:32 +02:00
< / p >
< p >
2012-09-14 10:29:24 +02:00
euscan code source is available on < a href = "http://github.com/iksaif/euscan" > github< / a > .
2011-04-25 22:27:32 +02:00
< / p >
< p >
2011-09-06 09:16:21 +02:00
Original Gentoo artwork and logos copyright (C) Gentoo Foundation.
Design inspired by (stolen from) gentoo.org and bugs.gentoo.org.
< / p >
< p >
< em > This site is not an official Gentoo website.< / em >
2011-04-25 22:27:32 +02:00
< / p >
< p >
Copyright (C) 2011 < strong > Corentin Chary< / strong >
< / p >
< p >
Powered by:
< a href = "http://kernel.org" titke = "Linux Kernel" >
2012-04-04 14:33:40 +02:00
< img src = "{{STATIC_URL}}img/linux.png" alt = "Linux Kernel" / >
2011-04-25 22:27:32 +02:00
< / a >
< a href = "http://gentoo.org" title = "Gentoo" >
2012-04-04 14:33:40 +02:00
< img src = "{{STATIC_URL}}img/gentoo.png" alt = "Gentoo Linux" / >
2011-04-25 22:27:32 +02:00
< / a >
< a href = "http://www.djangoproject.com/" title = "Django" >
2012-04-04 14:33:40 +02:00
< img src = "{{STATIC_URL}}img/django.png" alt = "Django" / >
2011-04-25 22:27:32 +02:00
< / a >
< a href = "http://python.org" title = "Python" >
2012-04-04 14:33:40 +02:00
< img src = "{{STATIC_URL}}img/python.png" alt = "Python" / >
2011-04-25 22:27:32 +02:00
< / a >
< / p >
{% endblock %}