public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. 4c53e13ab5e935657c1933d0c781a655dc7f126a
@ 2022-09-14 12:06 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2022-09-14 12:06 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=4c53e13ab5e935657c1933d0c781a655dc7f126a

commit 4c53e13ab5e935657c1933d0c781a655dc7f126a
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Fri Aug 26 18:43:44 2022 +0100

    HTML validation fixes
    
    Mainly unclosed tags

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=1caa65df44b014357b897cc9036487e0cce92daa

commit 1caa65df44b014357b897cc9036487e0cce92daa
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Fri Aug 26 18:29:51 2022 +0100

    Change doctype from XHTML1 to HTML5
    
    Drop XML prologue
    Change doctype from XHTML1 (why?) to HTML5
    Adjust <html> tag appropriately


Diff:
---
 index.html          | 10 ++++------
 package-server.html |  5 ++---
 package-upload.html |  5 ++---
 setup-head.ini.html |  5 ++---
 setup.html          |  7 +++----
 setup.ini.html      |  9 ++++-----
 6 files changed, 17 insertions(+), 24 deletions(-)

diff --git a/index.html b/index.html
index ea87f38..258f35b 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,7 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
-	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link href="cygwin-apps.css" title="cygwin-apps" media="screen" type="text/css" rel="stylesheet" />
 <title>The Cygwin-Apps homepage</title>
 </head>
@@ -63,7 +61,7 @@ git remote set-url origin --push ssh://<i>username</i>@cygwin.com/git/cygwin-app
 <a href="http://www.cygwin.com/lists.html#cygwin-apps">mailing list</a><br />
 <a href="setup.html">setup</a>
 <ul>
-        <li><a href="setup.ini.html">setup.ini</a><br />
+        <li><a href="setup.ini.html">setup.ini</a></li>
 </ul>
 <a href="http://cygwin.com">cygwin.com</a><br />
 <a href="http://sourceware.org">sourceware.org</a><br />
diff --git a/package-server.html b/package-server.html
index 78a40ce..e90410f 100644
--- a/package-server.html
+++ b/package-server.html
@@ -1,6 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
   <meta http-equiv="refresh" content="2; url=https://cygwin.com/package-server.html" />
diff --git a/package-upload.html b/package-upload.html
index f9488fb..4952f12 100644
--- a/package-upload.html
+++ b/package-upload.html
@@ -1,6 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
   <meta http-equiv="refresh" content="2; url=https://cygwin.com/package-upload.html" />
diff --git a/setup-head.ini.html b/setup-head.ini.html
index 1102df1..bbc6de9 100644
--- a/setup-head.ini.html
+++ b/setup-head.ini.html
@@ -1,6 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
   <meta http-equiv="refresh" content="2; url=setup.ini.html" />
diff --git a/setup.html b/setup.html
index fe77099..53242f5 100644
--- a/setup.html
+++ b/setup.html
@@ -1,6 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
 <head>
 <link href="cygwin-apps.css" title="cygwin-apps" media="screen" type="text/css" rel="stylesheet" />
 <title>The Cygwin-Apps setup homepage</title>
@@ -65,7 +64,7 @@ file included in its source.</p>
 <a href="http://www.cygwin.com/lists.html#cygwin-apps">mailing list</a><br/>
 <a href="setup.html">setup</a>
 <ul>
-  <li><a href="setup.ini.html">setup.ini</a><br/>
+  <li><a href="setup.ini.html">setup.ini</a></li>
 </ul>
 <a href="http://cygwin.com">cygwin.com</a><br/>
 <a href="http://sourceware.org">sourceware.org</a><br/>
diff --git a/setup.ini.html b/setup.ini.html
index 771d7a9..f3c7956 100644
--- a/setup.ini.html
+++ b/setup.ini.html
@@ -1,6 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
 <head>
 <link href="cygwin-apps.css" title="cygwin-apps" media="screen" type="text/css" rel="stylesheet" />
 <title>setup.ini documentation</title>
@@ -175,7 +174,7 @@ package satisfies.</p>
 
 <h4>Note: The following directives are not fully implemented yet.</h4>
 
-<p><tt>build-depends: <i>version-relations</i></i></tt></p>
+<p><tt>build-depends: <i>version-relations</i></tt></p>
 <p>Indicates the binary packages required to build the source package.</p>
 
 <h4 id="relationship">Syntax of relationship fields</h4>
@@ -245,7 +244,7 @@ source: x86/release/bash/bash-4.3.46-7-src.tar.xz 7994960 a216448a2700627656b0d5
 <a href="http://www.cygwin.com/lists.html#cygwin-apps">mailing list</a><br/>
 <a href="setup.html">setup</a>
 <ul>
-  <li><a href="setup.ini.html">setup.ini</a><br/>
+  <li><a href="setup.ini.html">setup.ini</a></li>
 </ul>
 <a href="http://cygwin.com">cygwin.com</a><br/>
 <a href="http://sourceware.org">sourceware.org</a><br/>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-14 12:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 12:06 [cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. 4c53e13ab5e935657c1933d0c781a655dc7f126a Jon TURNEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).