Bug 88288

Summary: Syntax problems in kdebase/docs/quickstart/index.docbook
Product: [Websites] docs.kde.org Reporter: Abhishek Amit <abhishek>
Component: generalAssignee: Documentation Editorial Team <kde-doc-english>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Patch to fix problems in index.docbook

Description Abhishek Amit 2004-08-28 11:30:35 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3.4 
OS:                Linux

There were a few changes in version 1.22 of kdebase/docs/quickstart/index.docbook that prevent it from building. A line of whitespace was added to the top, and a note that refers to the MIME section that was commented out on the bottom remains in the main document. I have attached a patch that fixes the problems, although I am not sure if I should just comment the note out or not.
Comment 1 Abhishek Amit 2004-08-28 11:31:15 UTC
Created attachment 7337 [details]
Patch to fix problems in index.docbook
Comment 2 Philip Rodrigues 2004-08-28 11:56:59 UTC
CVS commit by philrod: 

Oops, didn't checkXML the file before committing it last night. It'll compile
now. Thanks for the bug report.
CCMAIL:88288-done@bugs.kde.org


  M +2 -3      index.docbook   1.23


--- kdebase/doc/quickstart/index.docbook  #1.22:1.23
@@ -1,3 +1,2 @@
-
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" 
@@ -22,5 +21,5 @@
 </authorgroup>
 
-<date>2004-08-27</date>
+<date>2004-08-28</date>
 <releaseinfo>3.00.00</releaseinfo>
 
@@ -739,5 +738,5 @@
 <note>
 <para>
-&konqueror; uses <link linkend="mime">MIME types</link> to associate
+&konqueror; uses MIME types to associate
 files with applications.
 </para>