Let's get some Kubuntu Docs on help.ubuntu.com

Bhuvaneswaran bhuvaneswaran at gmail.com
Sun Nov 13 04:24:11 UTC 2005


> One other thing: kquickguide in branches/breezy doesn't validate due to
> that thing with the entities and the licences. I've made a "make
> kqg-web" entry for it in the makefile, but I'll only be able to test
> that and upload if the doc validates.

It was due to ccbysa and fdl entries. I've replaced it with xinclude.
Now, i'm able to validate this document. In addition, i've made
correction in the mentioned Makefile. I've attached both the patches.
please verify and apply, thankx.

NOTE: The xi:include tag doesn't seem to reflect in html file. The
problem exist in our trunk as well. We must correct it.

--
Regards,
Bhuvaneswaran
www.symonds.net/~bhuvan/
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 2047)
+++ Makefile	(working copy)
@@ -54,7 +54,7 @@
 
 KQGBASE=../build/kde/kquickguide/
 
-KQGBASE=../build/kde/kquickguide-web/
+KQGBASEWEB=../build/kde/kquickguide-web/
 
 KAGBASE=../build/kde/kadminguide/
 
-------------- next part --------------
Index: kquickguide.xml
===================================================================
--- kquickguide.xml	(revision 2047)
+++ kquickguide.xml	(working copy)
@@ -5,11 +5,13 @@
 	  %globalent;
 	  <!ENTITY % cdo-C SYSTEM "../../../libs/cdo-C.ent">
 	  %cdo-C;
+    <!ENTITY % xinclude SYSTEM "../../../libs/xinclude.mod">
+    %xinclude;
 	  <!ENTITY % kde SYSTEM "../../libs/kde.ent">
 	  %kde;
 	  <!ENTITY % kde-menus-C SYSTEM "../../libs/kde-menus-C.ent">
 	  %kde-menus-C;
-	  <!ENTITY language "&EnglishAmerican;">
+	  <!ENTITY language "en">
 	  ]>
 	  <book id="kquickguide" lang="&language;">
 		  <title>The Kubuntu &kdistro-version; Quick Guide </title>
@@ -2946,4 +2948,8 @@
 					</tbody>
 				</tgroup>
 			</table>
-		</chapter> &cc-by-sa; &fdl; </book>
+		</chapter> 
+   <xi:include href="../../../common/C/ccbysa.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+   <xi:include href="../../../common/C/fdl.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+  </book>


More information about the ubuntu-doc mailing list