fixed docs

This commit is contained in:
Andreas Preikschat 2011-01-06 10:34:26 +01:00
parent 94e14bbb20
commit fc21428499

View File

@ -355,57 +355,56 @@ class OpenLyricsParser(object):
As OpenLyrics has a rich set of different features, we cannot support them As OpenLyrics has a rich set of different features, we cannot support them
all. The following features are supported by the :class:`OpenLyricsParser`:: all. The following features are supported by the :class:`OpenLyricsParser`::
``<authors>`` *<authors>*
OpenLP does not support the author ``type`` and consequently not OpenLP does not support the attribute *type* and *lang*.
``lang`` for the author of the type ``translation``.
``<chord>`` *<chord>*
This property is not supported. This property is not supported.
``<comments>`` *<comments>*
The ``<comments>`` property is fully supported. But comments in lyrics The *<comments>* property is fully supported. But comments in lyrics
are not supported. are not supported.
``<copyright>`` *<copyright>*
This property is fully supported. This property is fully supported.
``<customVersion>`` *<customVersion>*
This property is not supported. This property is not supported.
``<key>`` *<key>*
This property is not supported. This property is not supported.
``<keywords>`` *<keywords>*
This property is not supported. This property is not supported.
``<lines>`` *<lines>*
The attribute ``part`` is not supported. The attribute *part* is not supported.
``<publisher>`` *<publisher>*
This property is not supported. This property is not supported.
``<songbooks>`` *<songbooks>*
As OpenLP does only support one songbook, we cannot consider more than As OpenLP does only support one songbook, we cannot consider more than
one songbook. one songbook.
``<tempo>`` *<tempo>*
This property is not supported. This property is not supported.
``<themes>`` *<themes>*
Topics, as they are called in OpenLP, are fully supported, whereby only Topics, as they are called in OpenLP, are fully supported, whereby only
the topic text (e. g. Grace) is considered, but neither the ``id`` nor the topic text (e. g. Grace) is considered, but neither the *id* nor
``lang``. *lang*.
``<transposition>`` *<transposition>*
This property is not supported. This property is not supported.
``<variant>`` *<variant>*
This property is not supported. This property is not supported.
``<verse name="v1a" lang="he" translit="en">`` *<verse name="v1a" lang="he" translit="en">*
The attribute ``translit`` and ``lang`` are not supported. The attribute *translit* and *lang* are not supported.
``<verseOrder>`` *<verseOrder>*
OpenLP supports this property. OpenLP supports this property.
""" """
def __init__(self, manager): def __init__(self, manager):