From Fedora Project Wiki

No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page lists the tags finalized for incorporation in Phase I of DocBook Editor implementation.
This page serves as a progress journal and feature request page for the DocBook Editor Project which was selected as a Google Summer of Code project (2009). Feature Page for this page is at [[DocBook_Editor_Feature]].
Feature for this page is at[[DocBook_Editor_Feature]]


==Initial tags:==
Currently it serves as a listing of all tags to be implemented in the editor. Can also serve as a Docbook Cheatsheet. ;)


===Top Level:===
==Phase 1 tags==
 
===Top Level===
 
====Article====
   <article id="ID">
   <article id="ID">
    <title></title>
   </article>
   </article>


 
====Section====
 
===Section:===
   <section id="ID">
   <section id="ID">
     <title></title>
     <title></title>
Line 16: Line 18:




===Block Tags===


===Block Tags:===
====Paragraph====
  <para></para>


  <para></para>
====Screen====
   <screen></screen>
   <screen></screen>


====ItemizedList====
   <itemizedlist>
   <itemizedlist>
    <title></title>
     <listitem>
     <listitem>
         <para></para>
         <para></para>
     </listitem>
     </listitem>
   </itemizedlist>
   </itemizedlist>
 
 
====OrderedList====
   <orderedlist>
   <orderedlist>
    <title></title>
     <listitem>
     <listitem>
       <para></para>
       <para></para>
Line 34: Line 42:
   <orderedlist>
   <orderedlist>


====Procedure====
   <procedure>
   <procedure>
     <step>
     <step>
Line 41: Line 50:
   </procedure>
   </procedure>


====Important====
   <important>
   <important>
     <title></title>
     <title></title>
Line 46: Line 56:
   </important>
   </important>


====Tip====
   <tip>
   <tip>
     <title></title>
     <title></title>
Line 51: Line 62:
   </tip>
   </tip>


====Note====
   <note>
   <note>
     <title></title>
     <title></title>
Line 56: Line 68:
   </note>
   </note>


====Warning====
   <warning>
   <warning>
     <title></title>
     <title></title>
Line 61: Line 74:
   </warning>
   </warning>


====Caution====
   <caution>
   <caution>
     <title></title>
     <title></title>
Line 67: Line 81:




===Inline:===
===Inline===
 
<firstterm></firstterm>  also suggested by Christopher Curran
<application></application>
 
 
<command>
  <option></option>
 
</command>
 
<package></package>
<filename></filename>
<systemitem></systemitem>
<computeroutput></computeroutput>
<userinput></userinput>
 
<prompt></prompt>
 
<menuchoice>
  <guimenu></guimenu>
  <guisubmenu></guisubmenu>
  <guimenuitem></guimenuitem>
</menuchoice>
 
<guibutton></guibutton>
<guiicon></guiicon>
<guilabel></guilabel>
 
<mousebutton></mousebutton>
 
<keycombo>
  <keycap></keycap>
</keycombo>
 
<abbrev></abbrev> Lana Brindley suggests this can be removed
<acronym></acronym> Lana Brindley suggests this can be removed
<emphasis></emphasis>
 
<quote></quote>
 
<link></link>
 
<subscript></subscript>
<superscript></superscript>
 
<action>
 
<classname>
<constant>
 
<errorcode></errorcode>
<errorname></errorname>
<errortype></errortype>
 
<function></function>
<interface></interface>
<parameter></parameter>
<property></property>
<replaceable></replaceable>
<returnvalue></returnvalue>
<structfield><structfield>
<structname></structname>
<symbol></symbol>
<token></token>
<type></type>
<varname></varname>
 
 
 
==Suggested by Paul W. Frields==
 
<class>
<indexitem>
 
 
 
==Suggested by Ruediger Landmann==
 
 
<book id="ID">
<title></title>
</book>
 
<part id="ID">
<title></title>
</part>
 
<introduction id="ID">
<title></title>
</introduction>
 
<chapter id="ID">
<title></title>
</chapter>
 
<appendix id="ID">
<title></title>
</appendix>
 
<citetitle></citetitle>
 
<literal></literal>
 
<ulink></ulink>
 
<variablelist>  also suggested by Lana Brindley
<title></title>
<varlistentry>
  <term></term>
  <listitem>
    <para></para>
  </listitem>
</varlistentry>
</variablelist>
 
<xref></xref>
 
<remark></remark>
<!--comments-->
 
<title></title> in <itemizedlist> also suggested by Lana Brindley
<title></title> in <orderedlist> also suggested by Lana Brindley
<title></title> in <article>
 
===For future===
 
<table>
<figure>
<example>
 
 
 
==Suggested by Lana brindley==
 
<programlisting></programlisting>
 
 
 
==Suggested by Christopher Curran==


seglist (as a part of advanced features)
# <firstterm></firstterm>  (also suggested by Christopher Curran)
# <application></application>
# <command>
# <option></option>
# </command>
# <package></package>
# <filename></filename>
# <systemitem></systemitem>
# <computeroutput></computeroutput>
# <userinput></userinput>
# <prompt></prompt>
#<menuchoice></menuchoice>
# <guimenu></guimenu>
# <guisubmenu></guisubmenu>
# <guimenuitem></guimenuitem>
# <guibutton></guibutton>
# <guiicon></guiicon>
# <guilabel></guilabel>
# <mousebutton></mousebutton>
# <keycombo></keycombo>
# <keycap></keycap>
# <abbrev></abbrev> (Lana Brindley suggests this can be removed)
# <acronym></acronym> (Lana Brindley suggests this can be removed)
# <emphasis></emphasis>
# <quote></quote>
# <link></link>
# <subscript></subscript>
# <superscript></superscript>
# <action></action>
# <classname></classname>
# <constant></constant>
# <errorcode></errorcode>
# <errorname></errorname>
# <errortype></errortype>
# <function></function>
# <interface></interface>
# <parameter></parameter>
# <property></property>
# <replaceable></replaceable>
# <returnvalue></returnvalue>
# <structfield><structfield>
# <structname></structname>
# <symbol></symbol>
# <token></token>
# <type></type>
# <varname></varname>

Latest revision as of 17:47, 27 May 2009

This page serves as a progress journal and feature request page for the DocBook Editor Project which was selected as a Google Summer of Code project (2009). Feature Page for this page is at DocBook_Editor_Feature.

Currently it serves as a listing of all tags to be implemented in the editor. Can also serve as a Docbook Cheatsheet. ;)

Phase 1 tags

Top Level

Article

 <article id="ID">
   <title></title>
 </article>

Section

 <section id="ID">
   <title></title>
 </section>


Block Tags

Paragraph

 <para></para>

Screen

 <screen></screen>

ItemizedList

 <itemizedlist>
   <title></title>
   <listitem>
       <para></para>
   </listitem>
 </itemizedlist>

OrderedList

 <orderedlist>
   <title></title>
   <listitem>
     <para></para>
   </listitem>
 <orderedlist>

Procedure

 <procedure>
   <step>
     <para>
     </para>
   </step>
 </procedure>

Important

 <important>
   <title></title>
   <para></para>
 </important>

Tip

 <tip>
   <title></title>
   <para></para>
 </tip>

Note

 <note>
   <title></title>
   <para></para>
 </note>

Warning

 <warning>
   <title></title>
   <para></para>
 </warning>

Caution

 <caution>
   <title></title>
   <para></para>
 </caution>


Inline

  1. <firstterm></firstterm> (also suggested by Christopher Curran)
  2. <application></application>
  3. <command>
  4. <option></option>
  5. </command>
  6. <package></package>
  7. <filename></filename>
  8. <systemitem></systemitem>
  9. <computeroutput></computeroutput>
  10. <userinput></userinput>
  11. <prompt></prompt>
  12. <menuchoice></menuchoice>
  13. <guimenu></guimenu>
  14. <guisubmenu></guisubmenu>
  15. <guimenuitem></guimenuitem>
  16. <guibutton></guibutton>
  17. <guiicon></guiicon>
  18. <guilabel></guilabel>
  19. <mousebutton></mousebutton>
  20. <keycombo></keycombo>
  21. <keycap></keycap>
  22. <abbrev></abbrev> (Lana Brindley suggests this can be removed)
  23. <acronym></acronym> (Lana Brindley suggests this can be removed)
  24. <emphasis></emphasis>
  25. <quote></quote>
  26. <link></link>
  27. <subscript></subscript>
  28. <superscript></superscript>
  29. <action></action>
  30. <classname></classname>
  31. <constant></constant>
  32. <errorcode></errorcode>
  33. <errorname></errorname>
  34. <errortype></errortype>
  35. <function></function>
  36. <interface></interface>
  37. <parameter></parameter>
  38. <property></property>
  39. <replaceable></replaceable>
  40. <returnvalue></returnvalue>
  41. <structfield><structfield>
  42. <structname></structname>
  43. <symbol></symbol>
  44. <token></token>
  45. <type></type>
  46. <varname></varname>