cookutils view data/header.html @ rev 1116

cook, modules/precheck: provide CATEGORY="nopack"; modules/pack: improve variables handling; modules/postcheck: display badge "old" both with any other badges
:
CATEGORY="nopack" is useful in the case, for example, when receipt called "libappindicator" but we want to produce only two sub-packages: "libappindicator-gtk2" and "libappindicator-gtk3" and don't want to pack "libappindicator".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 17 01:16:27 2018 +0200 (2018-12-17)
parents be4fa16a8077
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz Cooker</title>
6 <link rel="shortcut icon" href="favicon.ico">
7 <link rel="stylesheet" href="style.css">
8 </head>
9 <body>
11 <div id="header">
12 <div id="logo"></div>
13 <div id="network">
14 <a href="cooker.cgi?rss">RSS</a>
15 </div>
16 <h1><a href="cooker.cgi">SliTaz Cooker</a></h1>
17 </div>
19 <!-- Content -->
20 <div id="content">