cookutils diff 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".
:
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 diff
1.1 --- a/data/header.html Wed Mar 14 03:17:16 2012 +0100 1.2 +++ b/data/header.html Mon Dec 17 01:16:27 2018 +0200 1.3 @@ -1,10 +1,10 @@ 1.4 <!DOCTYPE html> 1.5 -<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 +<html lang="en"> 1.7 <head> 1.8 + <meta charset="UTF-8"> 1.9 <title>SliTaz Cooker</title> 1.10 - <meta charset="utf-8" /> 1.11 - <link rel="shortcut icon" href="favicon.ico" /> 1.12 - <link rel="stylesheet" type="text/css" href="style.css" /> 1.13 + <link rel="shortcut icon" href="favicon.ico"> 1.14 + <link rel="stylesheet" href="style.css"> 1.15 </head> 1.16 <body> 1.17