diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-03 15:23:12 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-03 15:23:12 +0800 |
commit | d3a3af650720f48f4cc493c00d1f8c7f4308c95b (patch) | |
tree | 604dc81230dd1cfc6b6b24e770d1fb94f6b97c29 /doc | |
parent | 1335b50751b46bde7e458138e2becbd8f7b69b9b (diff) | |
download | gsoc2013-evolution-d3a3af650720f48f4cc493c00d1f8c7f4308c95b.tar gsoc2013-evolution-d3a3af650720f48f4cc493c00d1f8c7f4308c95b.tar.gz gsoc2013-evolution-d3a3af650720f48f4cc493c00d1f8c7f4308c95b.tar.bz2 gsoc2013-evolution-d3a3af650720f48f4cc493c00d1f8c7f4308c95b.tar.lz gsoc2013-evolution-d3a3af650720f48f4cc493c00d1f8c7f4308c95b.tar.xz gsoc2013-evolution-d3a3af650720f48f4cc493c00d1f8c7f4308c95b.tar.zst gsoc2013-evolution-d3a3af650720f48f4cc493c00d1f8c7f4308c95b.zip |
added author section to eplugin definition.
2004-11-03 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: added author section to eplugin
definition.
svn path=/trunk/; revision=27808
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devel/ChangeLog | 5 | ||||
-rw-r--r-- | doc/devel/evolution-plugin-manual.xml | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog index efa2312005..7355ba8e85 100644 --- a/doc/devel/ChangeLog +++ b/doc/devel/ChangeLog @@ -1,3 +1,8 @@ +2004-11-03 Not Zed <NotZed@Ximian.com> + + * evolution-plugin-manual.xml: added author section to eplugin + definition. + 2004-10-28 Not Zed <NotZed@Ximian.com> * evolution-plugin-manual.xml: setup for more auto-built stuff. diff --git a/doc/devel/evolution-plugin-manual.xml b/doc/devel/evolution-plugin-manual.xml index 298944c36b..9b37dc5f2d 100644 --- a/doc/devel/evolution-plugin-manual.xml +++ b/doc/devel/evolution-plugin-manual.xml @@ -424,6 +424,7 @@ name="plugin name" ...> <description>long description</description> ? + <author name="real name"? email="email addr"?/> * <hook class="hook class" ...> @@ -486,6 +487,17 @@ </listitem> </varlistentry> <varlistentry> + <term><parameter>author</parameter></term> + <listitem> + <simpara> + One of the authors who wrote the plugin. Either + <parameter>name</parameter> or <parameter>email</parameter> + may be ommitted. This element may occur multiple times to + indicate multiple authors. + </simpara> + </listitem> + </varlistentry> + <varlistentry> <term><parameter>hook</parameter></term> <listitem> <simpara> |