e13d54100d
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
{% extends "_base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>What's euscan ?</h2>
|
|
<p>
|
|
Euscan is both a tool to check if an ebuild is outdated (app-portage/euscan) and a web interface.
|
|
</p>
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p>
|
|
euscan code source is available on <a href="http://github.com/iksaif/euscan">github</a>.
|
|
</p>
|
|
<p>
|
|
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>
|
|
</p>
|
|
|
|
<p>
|
|
Copyright (C) 2011 <strong>Corentin Chary</strong>
|
|
</p>
|
|
|
|
<p>
|
|
Powered by:
|
|
<a href="http://kernel.org" titke="Linux Kernel">
|
|
<img src="{{STATIC_URL}}img/linux.png" alt="Linux Kernel" />
|
|
</a>
|
|
<a href="http://gentoo.org" title="Gentoo">
|
|
<img src="{{STATIC_URL}}img/gentoo.png" alt="Gentoo Linux" />
|
|
</a>
|
|
<a href="http://www.djangoproject.com/" title="Django">
|
|
<img src="{{STATIC_URL}}img/django.png" alt="Django" />
|
|
</a>
|
|
<a href="http://python.org" title="Python">
|
|
<img src="{{STATIC_URL}}img/python.png" alt="Python" />
|
|
</a>
|
|
</p>
|
|
{% endblock %}
|