115 lines
5.2 KiB
HTML
115 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="${arch} packages in $tag repository" -->
|
||
|
<!--#set var="description" value="${arch} rpm packages in the openmamba $tag repository" -->
|
||
|
<!--#else -->
|
||
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_index.inc" -->
|
||
|
<!--#set var="title" value="Packages in $tag repository" -->
|
||
|
<!--#set var="description" value="rpm packages in the openmamba $tag repository" -->
|
||
|
<!--#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 - source rpm package - $tag" -->
|
||
|
<!--#else -->
|
||
|
<!--#set var="title" value="$pkgname - rpm package for $pkgtype - $tag" -->
|
||
|
<!--#endif -->
|
||
|
<!--#set var="description" value="openmamba $tag repository: $pkg RPM package information and download" -->
|
||
|
<!--#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="Maintainers of the $tag repository" -->
|
||
|
<!--#set var="description" value="Maintainers of the $tag repository" -->
|
||
|
<!--#else -->
|
||
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/maintainers/${maintainer}.inc" -->
|
||
|
<!--#set var="title" value="Packages maintained by ${maintainer} in the $tag repository" -->
|
||
|
<!--#set var="description" value="Packages maintained by ${maintainer} in the openmamba $tag repository" -->
|
||
|
<!--#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="Groups of packages in $tag repository" -->
|
||
|
<!--#set var="description" value="Groups of packages in $tag repository" -->
|
||
|
<!--#else -->
|
||
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/groups/${group}/_index.inc" -->
|
||
|
<!--#set var="title" value="Packages of $group group in $tag repository" -->
|
||
|
<!--#set var="description" value="Packages of $group group in $tag repository" -->
|
||
|
<!--#endif -->
|
||
|
<!--#endif -->
|
||
|
<!--#if expr="$QUERY_STRING = /changelog/" -->
|
||
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/${tag}/_changelog.inc" -->
|
||
|
<!--#set var="title" value="Changelog for the $tag repository" -->
|
||
|
<!--#set var="description" value="List of all changes in the $tag repository" -->
|
||
|
<!--#endif -->
|
||
|
<!--#else -->
|
||
|
<!--#set var="includefile" value="/pub/openmamba/distromatic/_index.inc" -->
|
||
|
<!--#set var="title" value="Index of all available repositories" -->
|
||
|
<!--#set var="description" value="Index of all available repositories" -->
|
||
|
<!--#endif -->
|
||
|
<!--#include virtual="/header.html" -->
|
||
|
<table width="100%"><tr><td>
|
||
|
<br>
|
||
|
<!--#if expr="$tag != ''" -->
|
||
|
[<a href="?">repositories</a>]
|
||
|
<b><!--#echo var=tag --></b>:
|
||
|
<!--#if expr="$group != _index" -->
|
||
|
[<a href="?tag=<!--#echo var=tag -->&group=_index">groups</a>]
|
||
|
<!--#endif -->
|
||
|
<!--#if expr="$pkg != '_index'" -->
|
||
|
[<a href="?tag=<!--#echo var=tag -->&pkg=_index">packages</a>]
|
||
|
<!--#endif -->
|
||
|
<!--#if expr="$maintainer != _index" -->
|
||
|
[<a href="?tag=<!--#echo var=tag -->&maintainer=_index">maintainers</a>]
|
||
|
<!--#endif -->
|
||
|
[<a href="?tag=<!--#echo var=tag -->&changelog">changelog</a>]
|
||
|
<!--#endif -->
|
||
|
<br>
|
||
|
<br>
|
||
|
<table border=0><tr>
|
||
|
<td valign=top width="99%">
|
||
|
<!--#include virtual=${includefile} -->
|
||
|
</td>
|
||
|
<!--td valign=top width=140>
|
||
|
<br><br>
|
||
|
<div class="contentmenu" style="text-align:center"><b>Products for openmamba</b> (commercial advertisment):</div>
|
||
|
<!-- #include virtual="/verticalbanner.html" -- >
|
||
|
</td--></tr></table>
|
||
|
<br><font size=-1>
|
||
|
<!--#if expr="$tag != ''" -->
|
||
|
[<a href="?">repositories</a>]
|
||
|
<!--#if expr="$group != _index" -->
|
||
|
<b><!--#echo var=tag --></b>:
|
||
|
[<a href="?tag=<!--#echo var=tag -->&group=_index">groups</a>]
|
||
|
<!--#endif -->
|
||
|
<!--#if expr="$pkg != '_index'" -->
|
||
|
[<a href="?tag=<!--#echo var=tag -->&pkg=_index">packages</a>]
|
||
|
<!--#endif -->
|
||
|
<!--#if expr="$maintainer != _index" -->
|
||
|
[<a href="?tag=<!--#echo var=tag -->&maintainer=_index">maintainers</a>]
|
||
|
<!--#endif -->
|
||
|
[<a href="?tag=<!--#echo var=tag -->&changelog">changelog</a>]
|
||
|
<!--#endif -->
|
||
|
<br>
|
||
|
<br>Automatically generated by <a href="?tag=devel&pkg=distromatic.source">distromatic</a>.
|
||
|
<br>
|
||
|
</font>
|
||
|
</td>
|
||
|
</tr></table>
|
||
|
<!--#include virtual="/footer.html" -->
|