cookutils annotate data/header.html @ rev 1019

cook: add fix() to use '--as-needed' linker flag in compile_rules(); cookit(): make QA fail on empty vars / bad values; remove_already_packed(): fix bug when $PACKAGE not listed in $SPLIT and we use this function for the default set. lighttpd/index.cgi: sort orphans. modules/precheck: separate error message by empty lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:31:28 2017 +0200 (2017-12-07)
parents be4fa16a8077
children
rev   line source
pankso@253 1 <!DOCTYPE html>
al@862 2 <html lang="en">
pankso@253 3 <head>
al@862 4 <meta charset="UTF-8">
pankso@253 5 <title>SliTaz Cooker</title>
al@862 6 <link rel="shortcut icon" href="favicon.ico">
al@862 7 <link rel="stylesheet" href="style.css">
pankso@253 8 </head>
pankso@253 9 <body>
pankso@253 10
pankso@253 11 <div id="header">
pankso@253 12 <div id="logo"></div>
pankso@313 13 <div id="network">
pankso@313 14 <a href="cooker.cgi?rss">RSS</a>
pankso@313 15 </div>
pankso@253 16 <h1><a href="cooker.cgi">SliTaz Cooker</a></h1>
pankso@253 17 </div>
pankso@253 18
pankso@253 19 <!-- Content -->
pankso@253 20 <div id="content">