Module: docs Branch: master Commit: ae82519c5853f25402d70a77db56d8b438b579fb URL: http://source.winehq.org/git/docs.git/?a=commit;h=ae82519c5853f25402d70a77db...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Mon Jul 22 23:19:38 2013 +0200
winedev: Use correct casing for listitem tag.
---
en/winedev-documentation.sgml | 48 ++++++++++++++++++++-------------------- 1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/en/winedev-documentation.sgml b/en/winedev-documentation.sgml index 9d04327..070308d 100644 --- a/en/winedev-documentation.sgml +++ b/en/winedev-documentation.sgml @@ -44,29 +44,29 @@
<itemizedlist>
- <listItem><para> + <listitem><para> The <emphasis>Wine User Guide</emphasis>. This book contains information for end users on installing, configuring and running Wine. </para></listitem>
- <listItem><para> + <listitem><para> The <emphasis>Wine Developer's Guide</emphasis>. This book contains information and guidelines for developers and contributors to the Wine project. </para></listitem>
- <listItem><para> + <listitem><para> The <emphasis>Winelib User's Guide</emphasis>. This book contains information for developers using Winelib to port Win32 applications to Unix. </para></listitem>
- <listItem><para> + <listitem><para> The <emphasis>Wine Packager's Guide</emphasis>. This book contains information for anyone who will be distributing Wine to end users in a prepackaged format. It is also the exception to the rule as it has intentionally been kept in text format. </para></listitem>
- <listItem><para> + <listitem><para> The <emphasis>Wine FAQ</emphasis>. This book contains frequently asked questions about Wine with their answers. </para></listitem> @@ -102,21 +102,21 @@ API: <itemizedlist>
- <listItem><para> + <listitem><para> To allow Wine developers to know what each function should do, should they need to update or fix it. </para></listitem>
- <listItem><para> + <listitem><para> To allow Winelib users to understand the functions that are available to their applications. </para></listitem>
- <listItem><para> + <listitem><para> To provide an alternative source of free documentation on the Win32 API. </para></listitem>
- <listItem><para> + <listitem><para> To provide more accurate documentation where the existing documentation is accidentally or deliberately vague or misleading. </para></listitem> @@ -132,19 +132,19 @@ of a function include: <itemizedlist>
- <listItem><para> + <listitem><para> The purpose of the function. </para></listitem>
- <listItem><para> + <listitem><para> The parameters of the function and their purpose. </para></listitem>
- <listItem><para> + <listitem><para> The return value of the function, in success as well as failure cases. </para></listitem>
- <listItem><para> + <listitem><para> Additional notes such as interaction with other parts of the system, differences between Wine and Win32 implementations, errors in MSDN documentation, undocumented cases and bugs that Wine corrects or is compatible with. @@ -308,22 +308,22 @@ section names: <orderedlist>
- <listItem><para> + <listitem><para> <command>NOTES</command>. Anything that needs to be noted about the function such as special cases and the effects of input arguments. </para></listitem>
- <listItem><para> + <listitem><para> <command>BUGS</command>. Any bugs in the function that exist 'by design', i.e. those that will not be fixed or exist for compatibility with Windows. </para></listitem>
- <listItem><para> + <listitem><para> <command>TODO</command>. Any unhandled cases or missing functionality in the Wine implementation of the function. </para></listitem>
- <listItem><para> + <listitem><para> <command>FIXME</command>. Things that should be updated or addressed in the implementation of the function at some future date (perhaps dependent on other parts of Wine). Note that if this information is only relevant to Wine developers then it should probably @@ -627,31 +627,31 @@
<orderedlist>
- <listItem><para> + <listitem><para> Go to <ulink url="http://www.sgmltools.org">http://www.sgmltools.org</ulink> </para></listitem>
- <listItem><para> + <listitem><para> Download all of the sgmltools packages </para></listitem>
- <listItem><para> + <listitem><para> Install them all and build them (<command>./configure; make; make install</command>) </para></listitem>
- <listItem><para> + <listitem><para> Switch to your toplevel wine-docs directory </para></listitem>
- <listItem><para> + <listitem><para> Run <command>./configure</command> </para></listitem>
- <listItem><para> + <listitem><para> run <command>make html</command> </para></listitem>
- <listItem><para> + <listitem><para> View <filename>en/wineusr-guide.html</filename>, <filename>en/winedev-guide.html</filename>, etc. in your favorite browser </para></listitem>