Bug#1032293: marked as done (Using <!DOCTYPE html> makes timeline empty (only)
"Debian Bug Tracking System" <[email protected]> Tue, 09 Dec 2025 12:21:03 +0000
| Newsgroups | gmane.linux.debian.devel.publicity |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1765282863-18595-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your message dated Tue, 09 Dec 2025 12:19:09 +0000 with message-id <[email protected]> and subject line Bug#1116674: Removed package(s) from unstable has caused the Debian Bug report #1032293, regarding Using <!DOCTYPE html> makes timeline empty (only to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) --=20 1032293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1032293 Debian Bug Tracking System Contact [email protected] with problems ------------=_1765282863-18595-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.debian.org; 3 Mar 2023 07:21:43 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02 (2021-04-09) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-111.1 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA, FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY, USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST autolearn=ham autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 33; hammy, 150; neutral, 95; spammy, 0. spammytokens: hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin, 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311, 0.000-+--H*RT:311, 0.000-+--H*RT:108 Return-path: <[email protected]> Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:54502) from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=stravinsky.debian.org,[email protected] (verified) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from <[email protected]>) id 1pXzja-004Yj7-Uh for [email protected]; Fri, 03 Mar 2023 07:21:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Content-Transfer-Encoding:Content-Type :From:Subject:To:MIME-Version:Date:Message-ID:Reply-To:Cc:Content-ID: Content-Description:In-Reply-To:References; bh=VM0sVXn7KscZbEDG8ejS6Rk4XynFKrEPzWMRShBN8gM=; b=D3mJ12IcfvbUU/B4sdtqcalo5+ xjZN8Bwmy08QwWZ+A1tZ8xyGYpGNHFCx13ANxFXuNTAZ8MmoTl7hnMgp48UrFlM5mO+oKSNAve8zp mqNHU3MiPs1AjZBMIoY22dSQUpmxSWGhQNIZCpBBjNfU6gZgoMP1RzKaIuWKZcsNXCizHmGEGgO3j RlKvK5MDr2svtEnsb6lfG0DpsZotUZSMazrGFPUnsKiFNFhtal5U1avxNMcBCeLVue0f5OL8ZQc4+ IMNyGBQNM1oDtsqMpbcVpYYM1c8+WAgm2Zi72I/PoQi/p3VGZIBJzrglJypl/0dXA9vgDp2zWs5Uw I3e0TZEg==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim 4.94.2) (envelope-from <[email protected]>) id 1pXzjX-00GWrp-Uh; Fri, 03 Mar 2023 07:21:40 +0000 Message-ID: <[email protected]> Date: Fri, 3 Mar 2023 08:21:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 To: Debian Bug Tracking System <[email protected]> Subject: debian-timeline: validation errors in timeline.debian.net Content-Language: en-US, es From: Laura Arjona Reina <[email protected]> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Debian-User: larjona Delivered-To: [email protected] Package: debian-timeline Version: 45 Severity: normal I have passed the w3c validator (https://validator.w3.org/nu/?doc=https%3A%2F%2Ftimeline.debian.net%2F) to timeline.debian.net (which is built based on git master) and found the following results: Warning: Consider adding a lang attribute to the html start tag to declare the language of this document. From line 1, column 1; to line 1, column 6 <html>↩<head For further guidance, consult Declaring the overall language of a page and Choosing language tags. If the HTML checker has misidentified the language of this document, please file an issue report or send e-mail to report the problem. --- Error: The character encoding was not declared. Proceeding using windows-1252. https://timeline.debian.net/ --- Error: Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. From line 1, column 1; to line 1, column 6 <html>↩<head --- Info: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. From line 4, column 1; to line 4, column 74 t</title>↩<link rel="stylesheet" href="media/debian-timeline.css" type="text/css" />↩<scri --- Warning: The type attribute is unnecessary for JavaScript resources. From line 5, column 1; to line 5, column 31 t/css" />↩<script type="text/javascript">↩ Time --- Warning: The type attribute is unnecessary for JavaScript resources. From line 10, column 1; to line 10, column 64 </script>↩<script src="media/jquery/jquery.min.js" type="text/javascript"></scri --- Warning: The type attribute is unnecessary for JavaScript resources. From line 11, column 1; to line 11, column 71 </script>↩<script src="media/timeline_js/timeline-api.js" type="text/javascript"></scri --- Warning: The type attribute is unnecessary for JavaScript resources. From line 12, column 1; to line 12, column 62 </script>↩<script src="media/debian-timeline.js" type="text/javascript"></scri --- Info: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. From line 25, column 296; to line 25, column 300 itory</a>.<br/>↩ <p>T -- Laura Arjona Reina https://wiki.debian.org/LauraArjona ------------=_1765282863-18595-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1032293-done) by bugs.debian.org; 9 Dec 2025 12:19:12 +0000 X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02 (2024-03-25) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-107.4 required=4.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HAS_BUG_NUMBER,RDNS_NONE, SPF_HELO_NONE,SPF_NONE,USER_IN_DKIM_WELCOMELIST,VERSION autolearn=unavailable autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 0; hammy, 150; neutral, 45; spammy, 0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK, 0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--Hx-spam-relays-external:sk:fasolo., 0.000-+--H*r:sk:fasolo., 0.000-+--H*RU:sk:fasolo. Return-path: <[email protected]> Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:36414) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1vSwgR-0004WM-21; Tue, 09 Dec 2025 12:19:11 +0000 Received: from [192.91.235.231] (port=57734 helo=fasolo.debian.org) from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified) by muffat.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from <[email protected]>) id 1vSwgS-009q5K-2x; Tue, 09 Dec 2025 12:19:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id: Content-Transfer-Encoding:Content-Type:Subject:MIME-Version:Cc:To:From: Reply-To:Content-ID:Content-Description:In-Reply-To:References; bh=8WNbETKu0oJ7YsIyjM8sh2eesp6JeVuBNV4t+msXcU0=; b=rFsh6pf2AAFyKJZ6btl+Nmr7u3 K7fBQiVEZCcC/fPYqsakT51owvuQx+pKDbVsErRCN98w+Y5HnTYuHjYfw14xHSs3551NkU+iwYAph 0bHKvnLm6JbGCz7tCFdZbPLHsA/UulMVidaWRwGAq6+ARpbaq63+lt5vQV7jiC7MrGLRqFzuFbjc2 zjuLUxxwtgu1rk+56q0wzGXHO/RD7r+ngoXFtTVbCxnHvspjgq+hL8xDOEUyYKba4aZdhLudAMs/x yWlqDTFZWY63/Mk1Nhs0pwnPXK9zEtuGrzV9RnHfN0TP+NLMXOJ4rJ6R9jEjf7dPtzvTueVZV8FQ3 Zl/5hyuA==; Received: from alteholz by fasolo.debian.org with local (Exim 4.96) (envelope-from <[email protected]>) id 1vSwgP-003SKB-1B; Tue, 09 Dec 2025 12:19:09 +0000 From: Debian FTP Masters <[email protected]> To: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected], X-DAK: dak rm Cc: [email protected] X-Filler: 42 X-Debian: DAK Debian: DAK MIME-Version: 1.0 Subject: Bug#1116674: Removed package(s) from unstable Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <[email protected]> Date: Tue, 09 Dec 2025 12:19:09 +0000 X-CrossAssassin-Score: 8 Version: 46+rm Dear submitter, as the package debian-timeline has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1116674 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain) ------------=_1765282863-18595-0--