111 lines
5.2 KiB
HTML
111 lines
5.2 KiB
HTML
<!--#if expr="$QUERY_STRING = /tag=([a-zA-Z0-9\-+_\.]+)/" -->
|
|
<!--#set var="tag" value="$1" -->
|
|
<!--#if expr="$QUERY_STRING = /arch=([a-zA-Z0-9\-+_\.]+)/" -->
|
|
<!--#set var="arch" value="$1" -->
|
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_index-${arch}.inc" -->
|
|
<!--#set var="title" value="Elenco di tutti i pacchetti nel repository $tag per l'architettura ${arch}" -->
|
|
<!--#set var="description" value="Elenco di tutti i pacchetti nel repository $tag di openmamba per l'architettura ${arch}" -->
|
|
<!--#else -->
|
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_index.inc" -->
|
|
<!--#set var="title" value="Elenco di tutti i pacchetti nel repository $tag" -->
|
|
<!--#set var="description" value="Elenco di tutti i pacchetti nel repository $tag di openmamba" -->
|
|
<!--#endif -->
|
|
<!--#if expr="$QUERY_STRING = /pkg=([a-zA-Z0-9\-+_\.]+)/" -->
|
|
<!--#set var="pkg" value="$1" -->
|
|
<!--#if expr="$pkg != _index" -->
|
|
<!--#if expr="$QUERY_STRING = /pkg=([a-zA-Z0-9\-+_]+)/" -->
|
|
<!--#set var="pkgname" value="$1" -->
|
|
<!--#endif -->
|
|
<!--#if expr="$QUERY_STRING = /pkg=[a-zA-Z0-9\-+_]+\\.([a-zA-Z0-9\-+_]+)/" -->
|
|
<!--#set var="pkgtype" value="$1" -->
|
|
<!--#endif -->
|
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/packages/${pkg}.inc" -->
|
|
<!--#set var="title" value="Informazioni sul pacchetto RPM $pkgname($pkgtype) nel repository $tag" -->
|
|
<!--#set var="description" value="repository $tag di openmamba: informazioni e download del pacchetto RPM $pkg" -->
|
|
<!--#endif -->
|
|
<!--#endif -->
|
|
<!--#if expr="$QUERY_STRING = /maintainer=([a-zA-Z0-9\-+_\.:]+)/" -->
|
|
<!--#set var="maintainer" value="$1" -->
|
|
<!--#if expr="$maintainer = _index" -->
|
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_maintainers.inc" -->
|
|
<!--#set var="title" value="Elenco dei manutentori nel repository $tag" -->
|
|
<!--#set var="description" value="Elenco di tutti i manutentori del repository $tag" -->
|
|
<!--#else -->
|
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/maintainers/${maintainer}.inc" -->
|
|
<!--#set var="title" value="Pacchetti mantenuti da ${maintainer} nel repository $tag" -->
|
|
<!--#set var="description" value="Pacchetti mantenuti da ${maintainer} nel repository $tag" -->
|
|
<!--#endif -->
|
|
<!--#endif -->
|
|
<!--#if expr="$QUERY_STRING = /group=([a-zA-Z0-9\-+_\.:]+)/" -->
|
|
<!--#set var="group" value="$1" -->
|
|
<!--#if expr="$group = _index" -->
|
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_groups.inc" -->
|
|
<!--#set var="title" value="Elenco di tutti i gruppi nel repository $tag" -->
|
|
<!--#set var="description" value="Elenco di tutti i gruppi nel repository $tag" -->
|
|
<!--#else -->
|
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/groups/${group}/_index.inc" -->
|
|
<!--#set var="title" value="Pacchetti del gruppo $group nel repository $tag" -->
|
|
<!--#set var="description" value="Pacchetti del gruppo $group nel repository $tag" -->
|
|
<!--#endif -->
|
|
<!--#endif -->
|
|
<!--#if expr="$QUERY_STRING = /changelog/" -->
|
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_changelog.inc" -->
|
|
<!--#set var="title" value="Registro delle modifiche per il repository $tag" -->
|
|
<!--#set var="description" value="Registro delle modifiche per il repository $tag" -->
|
|
<!--#endif -->
|
|
<!--#else -->
|
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/_index.inc" -->
|
|
<!--#set var="title" value="Indice dei repository disponibili" -->
|
|
<!--#set var="description" value="Indice dei repository disponibili" -->
|
|
<!--#endif -->
|
|
<!--#include virtual="/header.html" -->
|
|
<table width="100%"><tr><td>
|
|
<br>
|
|
<!--#if expr="$tag != ''" -->
|
|
[<a href="?">repository</a>]
|
|
<b><!--#echo var=tag --></b>:
|
|
<!--#if expr="$group != _index" -->
|
|
[<a href="?tag=<!--#echo var=tag -->&group=_index">gruppi</a>]
|
|
<!--#endif -->
|
|
<!--#if expr="$pkg != '_index'" -->
|
|
[<a href="?tag=<!--#echo var=tag -->&pkg=_index">pacchetti</a>]
|
|
<!--#endif -->
|
|
<!--#if expr="$maintainer != _index" -->
|
|
[<a href="?tag=<!--#echo var=tag -->&maintainer=_index">manutentori</a>]
|
|
<!--#endif -->
|
|
[<a href="?tag=<!--#echo var=tag -->&changelog">modifiche</a>]
|
|
<!--#endif -->
|
|
<br>
|
|
<br>
|
|
<table border=0><tr>
|
|
<td valign=top width="780">
|
|
<!--#include virtual=${includefile} -->
|
|
</td>
|
|
<td valign=top width=140>
|
|
<br><br>
|
|
<div class="contentmenu" style="text-align:center"><b>Prodotti per openmamba</b> (annunci commerciali):</div>
|
|
<!--#include virtual="/verticalbanner.html" -->
|
|
</td></tr></table>
|
|
<br><font size=-1>
|
|
<!--#if expr="$tag != ''" -->
|
|
[<a href="?">repository</a>]
|
|
<!--#if expr="$group != _index" -->
|
|
<b><!--#echo var=tag --></b>:
|
|
[<a href="?tag=<!--#echo var=tag -->&group=_index">gruppi</a>]
|
|
<!--#endif -->
|
|
<!--#if expr="$pkg != '_index'" -->
|
|
[<a href="?tag=<!--#echo var=tag -->&pkg=_index">pacchetti</a>]
|
|
<!--#endif -->
|
|
<!--#if expr="$maintainer != _index" -->
|
|
[<a href="?tag=<!--#echo var=tag -->&maintainer=_index">manutentori</a>]
|
|
<!--#endif -->
|
|
[<a href="?tag=<!--#echo var=tag -->&changelog">modifiche</a>]
|
|
<!--#endif -->
|
|
<br>
|
|
<br>Generato automaticamente da <a href="?tag=devel&pkg=distromatic">distromatic</a>.
|
|
<br>
|
|
</font>
|
|
</td>
|
|
</tr></table>
|
|
<!--#include virtual="/footer.html" -->
|