Mercurial > repos > bimib > cobraxy
diff COBRAxy/dist/release/index.html @ 311:fa041ec0b755 draft
Uploaded
author | francesco_lapi |
---|---|
date | Mon, 26 May 2025 14:06:38 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/COBRAxy/dist/release/index.html Mon May 26 14:06:38 2025 +0000 @@ -0,0 +1,90 @@ +<html> +<head> + <title>release</title> + <style type="text/css"> + a, a:active { + text-decoration: none; color: blue; + } + a:visited { + color: #48468F; + } + a:hover, a:focus { + text-decoration: underline; color: red; + } + body { + background-color: #F5F5F5; + } + h2 { + margin-bottom: 12px; + } + th, td { + font: 100% monospace; text-align: left; + } + th { + font-weight: bold; padding-right: 14px; padding-bottom: 3px; + } + th.tight { + padding-right: 6px; + } + td { + padding-right: 14px; + } + td.tight { + padding-right: 8px; + } + td.s, th.s { + text-align: right; + } + td.summary { + white-space: nowrap; + overflow: hidden; + } + td.packagename { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + max-width: 180px; + padding-right: 8px; + } + td.version { + //white-space: nowrap; + overflow: hidden; + max-width: 90px; + padding-right: 8px; + } + table { + background-color: white; + border-top: 1px solid #646464; + border-bottom: 1px solid #646464; + padding-top: 10px; + padding-bottom: 14px; + } + address { + color: #787878; + padding-top: 10px; + } + </style> +</head> +<body> + <h2>release</h2> + <h3><a href="rss.xml">RSS Feed</a> <a href="channeldata.json">channeldata.json</a></h3> +<a href="noarch">noarch</a> <a href="win-64">win-64</a> <table> + <tr> + <th style="padding-right:18px;">Package</th> + <th>Latest Version</th> + <th>Doc</th> + <th>Dev</th> + <th>License</th> +<th class="tight">win-64</th><th class="tight">noarch</th> <th>Summary</th> + </tr> + <tr> + <td class="packagename"><a href="https://github.com/CompBtBs/COBRAxy.git">cobraxy</a></td> + <td class="version">0.1.0</td> + <td></td> + <td></td> + <td class="tight"></td> +<td></td><td>X</td> <td class="summary">A collection of tools for metabolic flux analysis in Galaxy.</td> + </tr> </table> + <address>Updated: 2025-03-07 17:03:09 +0000 - Files: 1</address> +</body> +</html> \ No newline at end of file