wordpress-theme-openmamba/distribution/distromatic.naked.it.html

97 lines
4.7 KiB
HTML
Raw Normal View History

<!--#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="Pacchetti rpm nel repository $tag per ${arch}" -->
<!--#set var="description" value="Pacchetti rpm nel repository $tag per ${arch}" -->
<!--#else -->
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_index.inc" -->
<!--#set var="title" value="Pacchetti rpm nel repository $tag" -->
<!--#set var="description" value="Pacchetti rpm 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" -->
<!--#if expr="$pkgtype = source" -->
<!--#set var="title" value="$pkgname - pacchetto rpm sorgente - $tag" -->
<!--#else -->
<!--#set var="title" value="$pkgname - pacchetto rpm per $pkgtype - $tag" -->
<!--#endif -->
<!--#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="Manutentori del repository $tag" -->
<!--#set var="description" value="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="Gruppi nel repository $tag" -->
<!--#set var="description" value="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="Ultimi aggiornamenti nel repository $tag" -->
<!--#set var="description" value="Ultimi aggiornamenti nel 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 -->
<table width="100%"><tr><td>
<!--#if expr="$tag != ''" -->
[<a href="?">repository</a>]
<b><!--#echo var=tag --></b>:
<!--#if expr="$group != _index" -->
[<a href="?tag=<!--#echo var=tag -->&amp;group=_index">gruppi</a>]
<!--#endif -->
<!--#if expr="$pkg != '_index'" -->
[<a href="?tag=<!--#echo var=tag -->&amp;pkg=_index">pacchetti</a>]
<!--#endif -->
<!--#if expr="$maintainer != _index" -->
[<a href="?tag=<!--#echo var=tag -->&amp;maintainer=_index">manutentori</a>]
<!--#endif -->
[<a href="?tag=<!--#echo var=tag -->&amp;changelog">modifiche</a>]
<!--#endif -->
<br>
<br>
<!--#include virtual=${includefile} -->
<!--#if expr="$tag != ''" -->
[<a href="?">repository</a>]
<!--#if expr="$group != _index" -->
<b><!--#echo var=tag --></b>:
[<a href="?tag=<!--#echo var=tag -->&amp;group=_index">gruppi</a>]
<!--#endif -->
<!--#if expr="$pkg != '_index'" -->
[<a href="?tag=<!--#echo var=tag -->&amp;pkg=_index">pacchetti</a>]
<!--#endif -->
<!--#if expr="$maintainer != _index" -->
[<a href="?tag=<!--#echo var=tag -->&amp;maintainer=_index">manutentori</a>]
<!--#endif -->
[<a href="?tag=<!--#echo var=tag -->&amp;changelog">modifiche</a>]
<!--#endif -->