Bug 118813 - quick start dialog does not offer xhtml 1.1
Summary: quick start dialog does not offer xhtml 1.1
Status: RESOLVED FIXED
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-21 21:50 UTC by plasmagunman
Modified: 2005-12-23 10:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description plasmagunman 2005-12-21 21:50:24 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 3.3.5-20050130 
OS:                Linux

although quanta does support xhtml 1.1 as dtd (in the "configure quanta" menu -> "environment" at least) it does not offer this dtd in the quick start menu. perhaps quick start just needs an updated dtd-array?
Comment 1 András Manţia 2005-12-23 10:39:00 UTC
SVN commit 490806 by amantia:

Add XHTML 1.1 and XHTML 1.0 Basic to the quickstart dialog. AFAIK the strings are already present and they anyway should not be translated.

BUG: 118813

 M  +34 -12    htmlquickstart.kmdr  


--- branches/KDE/3.5/kdewebdev/quanta/scripts/htmlquickstart.kmdr #490805:490806
@@ -9,7 +9,7 @@
             <x>0</x>
             <y>0</y>
             <width>473</width>
-            <height>550</height>
+            <height>577</height>
         </rect>
     </property>
     <property name="sizePolicy">
@@ -237,7 +237,7 @@
                                 <cstring>CBPHPFooter</cstring>
                             </property>
                             <property name="text">
-                                <string>PHP footer include:</string>
+                                <string>&amp;PHP footer include:</string>
                             </property>
                             <property name="associations" stdset="0">
                                 <stringlist>
@@ -269,7 +269,7 @@
                         <cstring>CBDTD</cstring>
                     </property>
                     <property name="text">
-                        <string>Show DTD</string>
+                        <string>Show &amp;DTD</string>
                     </property>
                     <property name="checked">
                         <bool>true</bool>
@@ -314,6 +314,16 @@
                             <string>XHTML 1.0 Frameset</string>
                         </property>
                     </item>
+                    <item>
+                        <property name="text">
+                            <string>XHTML 1.0 Basic</string>
+                        </property>
+                    </item>
+                    <item>
+                        <property name="text">
+                            <string>XHTML 1.1</string>
+                        </property>
+                    </item>
                     <property name="name">
                         <cstring>DTEPselect</cstring>
                     </property>
@@ -340,6 +350,12 @@
 xhtml1frameset='&lt;?xml version="1.0" encoding="@ComboMetachar"?&gt;
 &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"&gt;'
 
+xhtml1basic='&lt;?xml version="1.0" encoding="@ComboMetachar"?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"&gt;'
+
+xhtml11='&lt;?xml version="1.0" encoding="@ComboMetachar"?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt;'
+
 ################################
 # Set the DTD based on user selection
 
@@ -362,6 +378,12 @@
 "XHTML 1.0 Frameset" )
 	DTD="$xhtml1frameset"
 ;;
+"XHTML 1.0 Basic" )
+	DTD="$xhtml1basic"
+;;
+"XHTML 1.1" )
+	DTD="$xhtml11"
+;;
 * )
 	echo "No Match"
 ;;
@@ -375,7 +397,7 @@
                         <cstring>CBHead</cstring>
                     </property>
                     <property name="text">
-                        <string>Head area</string>
+                        <string>Head &amp;area</string>
                     </property>
                     <property name="checked">
                         <bool>true</bool>
@@ -403,7 +425,7 @@
                         <cstring>CBCVS</cstring>
                     </property>
                     <property name="text">
-                        <string>CVS tag in comment</string>
+                        <string>CVS tag &amp;in comment</string>
                     </property>
                     <property name="associations" stdset="0">
                         <stringlist>
@@ -443,7 +465,7 @@
                                 <cstring>CBMetaAuthor</cstring>
                             </property>
                             <property name="text">
-                                <string>Meta author:</string>
+                                <string>&amp;Meta author:</string>
                             </property>
                             <property name="associations" stdset="0">
                                 <stringlist>
@@ -473,7 +495,7 @@
                                 <cstring>CBStyleArea</cstring>
                             </property>
                             <property name="text">
-                                <string>Style area</string>
+                                <string>St&amp;yle area</string>
                             </property>
                             <property name="associations" stdset="0">
                                 <stringlist>
@@ -694,7 +716,7 @@
                                 <cstring>CBBasedir</cstring>
                             </property>
                             <property name="text">
-                                <string>Base directory:</string>
+                                <string>&amp;Base directory:</string>
                             </property>
                             <property name="associations" stdset="0">
                                 <stringlist>
@@ -709,7 +731,7 @@
                                 <cstring>CBMetaQuanta</cstring>
                             </property>
                             <property name="text">
-                                <string>Meta Quanta</string>
+                                <string>Meta &amp;Quanta</string>
                             </property>
                             <property name="checked">
                                 <bool>true</bool>
@@ -727,7 +749,7 @@
                                 <cstring>CBMetaKeywords</cstring>
                             </property>
                             <property name="text">
-                                <string>Meta keywords:</string>
+                                <string>Meta &amp;keywords:</string>
                             </property>
                             <property name="associations" stdset="0">
                                 <stringlist>
@@ -744,7 +766,7 @@
                                 <cstring>CBStyle</cstring>
                             </property>
                             <property name="text">
-                                <string>Linked style sheet:</string>
+                                <string>Li&amp;nked style sheet:</string>
                             </property>
                             <property name="associations" stdset="0">
                                 <stringlist>
@@ -793,7 +815,7 @@
                                 <cstring>CBJavascript</cstring>
                             </property>
                             <property name="text">
-                                <string>JavaScript area</string>
+                                <string>&amp;JavaScript area</string>
                             </property>
                             <property name="associations" stdset="0">
                                 <stringlist>