[Buildbot-devel] Improve XHTML documentation [patch]

Philipp Frauenfelder pfrauenf at math.ethz.ch
Mon Aug 2 08:56:49 UTC 2004


Hi

I am new to BuildBot (and I do not know Python) and would like
to get BuildBot to run. Maybe I will come back to you later with
some questions.

For the time being, I have a patch against the *xhtml files in
docs to make the more XHTML compliante (and display in recent
Mozilla). I hope you can use this.

Regards
-- 
Philipp      | work: pfrauenf at math.ethz.ch  +41 44 632 60 38
Frauenfelder | home: pfrauenf at debian.org    +41 44 862 73 14
[PGP]        | http://www.math.ethz.ch/~pfrauenf/
Proudly running Debian GNU/Linux. See http://www.debian.org/
-------------- next part --------------
diff -u ./config.xhtml /tmp/pfrauenf/buildbot-0.5.0/docs/config.xhtml
--- ./config.xhtml	2004-07-23 00:08:56.000000000 +0200
+++ /tmp/pfrauenf/buildbot-0.5.0/docs/config.xhtml	2004-08-02 10:50:57.000000000 +0200
@@ -1,7 +1,10 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
 <title>Buildbot Configuration</title>
 </head>
 
@@ -104,7 +107,7 @@
 
 <p>The <code>irc</code> key results in an IRC bot which joins some set of
 channels and is available for status queries. For a complete list of what
-the IRC status client can do, see <a href="irc.xhtml">irc.xhtml</code>.</p>
+the IRC status client can do, see <a href="irc.xhtml">irc.xhtml</a>.</p>
 
 <h2>Builder Configuration</h2>
 
Gemeinsame Unterverzeichnisse: ./examples und /tmp/pfrauenf/buildbot-0.5.0/docs/examples.
diff -u ./factories.xhtml /tmp/pfrauenf/buildbot-0.5.0/docs/factories.xhtml
--- ./factories.xhtml	2004-03-21 22:39:03.000000000 +0100
+++ /tmp/pfrauenf/buildbot-0.5.0/docs/factories.xhtml	2004-08-02 10:51:20.000000000 +0200
@@ -1,7 +1,10 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
 <title>Build Factories</title>
 </head>
 
Gemeinsame Unterverzeichnisse: ./PyCon-2003 und /tmp/pfrauenf/buildbot-0.5.0/docs/PyCon-2003.
diff -u ./sources.xhtml /tmp/pfrauenf/buildbot-0.5.0/docs/sources.xhtml
--- ./sources.xhtml	2004-07-02 23:09:47.000000000 +0200
+++ /tmp/pfrauenf/buildbot-0.5.0/docs/sources.xhtml	2004-08-02 10:51:42.000000000 +0200
@@ -1,7 +1,10 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
 <title>ChangeSources</title>
 </head>
 
diff -u ./steps.xhtml /tmp/pfrauenf/buildbot-0.5.0/docs/steps.xhtml
--- ./steps.xhtml	2004-04-30 00:24:58.000000000 +0200
+++ /tmp/pfrauenf/buildbot-0.5.0/docs/steps.xhtml	2004-08-02 10:52:05.000000000 +0200
@@ -1,7 +1,10 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<?xml version="1.0" encoding="UTF-8"?>
+<!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">
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
 <title>BuildSteps</title>
 </head>
 
@@ -119,7 +122,7 @@
 <code>http://svn.example.com/repos</code>, and you wanted to check out the
 <code>trunk/calc</code> sub-tree, you would use the following parameter:</p>
 
-<pre class=python>
+<pre class="python">
  SVN(svnurl="http://svn.example.com/repos/trunk/calc")
 </pre>
 


More information about the devel mailing list