From 4a3d462a17d5f240967bd397d5bb4ce0156f963a Mon Sep 17 00:00:00 2001 From: Sanders Kleinfeld Date: Tue, 2 Feb 2016 14:47:50 -0500 Subject: [PATCH 01/55] Reducing specificity on counting spans with class of "line-number" to work around xsltproc processing bug. --- htmlbook-xsl/elements.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlbook-xsl/elements.xsl b/htmlbook-xsl/elements.xsl index cafb6366..121244cb 100755 --- a/htmlbook-xsl/elements.xsl +++ b/htmlbook-xsl/elements.xsl @@ -361,7 +361,7 @@ - + From 24aadffc28435fa1d466a768e79f3aeb807a15cb Mon Sep 17 00:00:00 2001 From: Sanders Kleinfeld Date: Tue, 2 Feb 2016 14:47:50 -0500 Subject: [PATCH 02/55] Reducing specificity on counting spans with class of "line-number" to work around xsltproc processing bug. --- htmlbook-xsl/elements.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlbook-xsl/elements.xsl b/htmlbook-xsl/elements.xsl index cafb6366..121244cb 100755 --- a/htmlbook-xsl/elements.xsl +++ b/htmlbook-xsl/elements.xsl @@ -361,7 +361,7 @@ - + From a69a567998e48eb1d22129e9e32b5abe8c98c8fe Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Fri, 12 Feb 2016 14:42:28 -0500 Subject: [PATCH 03/55] Updating xref-to behavior for div refentry. Now checks if the divs class contains "refentry" instead of being equal to it. This prevents refentry divs with other classes from not being matched. Also, adding an extra xspec test for this new behavior. --- htmlbook-xsl/xrefgen.xsl | 2 +- htmlbook-xsl/xspec/xrefgen.xspec | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/htmlbook-xsl/xrefgen.xsl b/htmlbook-xsl/xrefgen.xsl index 96ac1738..8b485071 100755 --- a/htmlbook-xsl/xrefgen.xsl +++ b/htmlbook-xsl/xrefgen.xsl @@ -201,7 +201,7 @@ - + diff --git a/htmlbook-xsl/xspec/xrefgen.xspec b/htmlbook-xsl/xspec/xrefgen.xspec index 16c28d38..0f9916d7 100755 --- a/htmlbook-xsl/xspec/xrefgen.xspec +++ b/htmlbook-xsl/xspec/xrefgen.xspec @@ -202,6 +202,26 @@ toc:lower-roman + + +
+
+

print

+

Output some text to stdout.

+
+
+
print "Hello World"
+
+
+
Description
+

More description would go here

+
+
+
+ print + +
+
From def720647b97288e8859523be045cbf3907f40b4 Mon Sep 17 00:00:00 2001 From: Abhisek Pattnaik Date: Tue, 16 Feb 2016 12:46:19 +0530 Subject: [PATCH 04/55] Use generic url Fixes mix content warning and unstyled page. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0cfa1119..1969872a 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ HTMLBook - + +