From Fedora Project Wiki
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This page | 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]] | |||
== | 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=== | ===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> | ||
</section> | </section> | ||
Line 27: | Line 28: | ||
====ItemizedList==== | ====ItemizedList==== | ||
<itemizedlist> | <itemizedlist> | ||
<title></title> | |||
<listitem> | <listitem> | ||
<para></para> | <para></para> | ||
Line 34: | Line 36: | ||
====OrderedList==== | ====OrderedList==== | ||
<orderedlist> | <orderedlist> | ||
<title></title> | |||
<listitem> | <listitem> | ||
<para></para> | <para></para> | ||
Line 78: | 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></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
- <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>