[evolution-data-server/documentation-effort: 1/18] Initial commit of the unified EDS documentation package.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/documentation-effort: 1/18] Initial commit of the unified EDS documentation package.
- Date: Thu, 5 Dec 2013 13:20:25 +0000 (UTC)
commit b6fc8eda798e657379294a91fca629c01acbf8d6
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Mon Nov 11 18:38:15 2013 +0900
Initial commit of the unified EDS documentation package.
configure.ac | 2 +
docs/reference/Makefile.am | 1 +
docs/reference/eds/Makefile.am | 151 +++++++++++
docs/reference/eds/eds-docs.sgml | 283 ++++++++++++++++++++
.../image-sources/cursor-alphabetic-indexes.odg | Bin 0 -> 17856 bytes
.../image-sources/cursor-positions-filtered.odg | Bin 0 -> 19396 bytes
.../eds/image-sources/cursor-positions-step.odg | Bin 0 -> 22688 bytes
.../eds/image-sources/cursor-positions.odg | Bin 0 -> 17473 bytes
.../eds/images/cursor-alphabetic-indexes.png | Bin 0 -> 115122 bytes
.../eds/images/cursor-positions-filtered.png | Bin 0 -> 145568 bytes
.../reference/eds/images/cursor-positions-step.png | Bin 0 -> 325691 bytes
docs/reference/eds/images/cursor-positions.png | Bin 0 -> 131869 bytes
docs/reference/eds/version.xml.in | 1 +
13 files changed, 438 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 14a12fb..445de97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1810,6 +1810,8 @@ docs/reference/camel/Makefile
docs/reference/libedataserver/Makefile
docs/reference/libebackend/Makefile
docs/reference/private/Makefile
+docs/reference/eds/Makefile
+docs/reference/eds/version.xml
po/Makefile.in
vala/Makefile
])
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index f1f2986..5a37d03 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -5,6 +5,7 @@ PRIVATE_DIR = private
endif
SUBDIRS = \
+ eds \
addressbook \
calendar \
camel \
diff --git a/docs/reference/eds/Makefile.am b/docs/reference/eds/Makefile.am
new file mode 100644
index 0000000..2429bbd
--- /dev/null
+++ b/docs/reference/eds/Makefile.am
@@ -0,0 +1,151 @@
+## Process this file with automake to produce Makefile.in
+
+# This is a blank Makefile.am for using gtk-doc.
+# Copy this to your project's API docs directory and modify the variables to
+# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
+# of using the various options.
+
+# Some local variables
+IMAGE_DIR = $(top_srcdir)/doc/reference/eds/images
+IMAGE_SOURCE_DIR = $(top_srcdir)/doc/reference/eds/image-sources
+
+# The name of the module, e.g. 'glib'.
+DOC_MODULE = eds
+
+# The top-level SGML file. You can change this if you want to.
+DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
+
+# The directory containing the source code. Relative to $(srcdir).
+# gtk-doc will search all .c & .h files beneath here for inline comments
+# documenting the functions and macros.
+DOC_SOURCE_DIR = \
+ $(top_srcdir)/libebackend \
+ $(top_srcdir)/libedataserver \
+ $(top_srcdir)/addressbook/libebook \
+ $(top_srcdir)/addressbook/libebook-contacts \
+ $(top_srcdir)/addressbook/libedata-book \
+ $(top_srcdir)/calendar/libecal \
+ $(top_srcdir)/calendar/libedata-cal \
+ $(top_srcdir)/tests/test-server-utils
+
+# Extra options to pass to gtkdoc-scangobj. Not normally needed.
+SCANGOBJ_OPTIONS =
+
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
+
+# Extra options to supply to gtkdoc-mkdb
+# We must enable the SGML mode so that we can have HTML tables
+# in the documentation (e.g. to illustrate phone number matching).
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=e
+
+# Extra options to supply to gtkdoc-mktmpl
+# e.g. MKTMPL_OPTIONS=--only-section-tmpl
+MKTMPL_OPTIONS=
+
+# Extra options to supply to gtkdoc-fixref. Not normally needed.
+# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
+# XXX We'll maybe want to use this to cross-ref into GTK+ docs...
+FIXXREF_OPTIONS=
+
+# Used for dependencies. The docs will be rebuilt if any of these change.
+# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
+# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
+HFILE_GLOB = \
+ $(top_srcdir)/libedataserver/*.h \
+ $(top_srcdir)/libebackend/*.h \
+ $(top_srcdir)/private/*.h \
+ $(top_srcdir)/addressbook/libebook-contacts/*.h \
+ $(top_srcdir)/addressbook/libebook/*.h \
+ $(top_srcdir)/addressbook/libedata-book/*.h \
+ $(top_srcdir)/calendar/libecal/*.h \
+ $(top_srcdir)/calendar/libedata-cal/*.h \
+ $(top_srcdir)/tests/test-server-utils/*.h
+
+CFILE_GLOB = \
+ $(top_srcdir)/libedataserver/*.c \
+ $(top_srcdir)/libebackend/*.c \
+ $(top_srcdir)/private/*.c \
+ $(top_srcdir)/addressbook/libebook-contacts/*.c \
+ $(top_srcdir)/addressbook/libebook/*.c \
+ $(top_srcdir)/addressbook/libedata-book/*.c \
+ $(top_srcdir)/calendar/libecal/*.c \
+ $(top_srcdir)/calendar/libedata-cal/*.c \
+ $(top_srcdir)/tests/test-server-utils/*.c
+
+# Exceptions, files which should not be documented
+LIBEBOOK_IGNORE_FILES = \
+ e-book-enumtypes.h \
+ e-book-contacts-enumtypes.h \
+ e-phone-number-private.h
+
+LIBECAL_IGNORE_FILES = \
+ e-cal-enumtypes.h \
+ e-data-cal-types.h
+
+IGNORE_HFILES = config.h \
+ $(LIBEBOOK_IGNORE_FILES) \
+ $(LIBECAL_IGNORE_FILES)
+
+HTML_IMAGES = \
+ $(IMAGE_DIR)/cursor-positions.png \
+ $(IMAGE_DIR)/cursor-positions-filtered.png \
+ $(IMAGE_DIR)/cursor-positions-step.png \
+ $(IMAGE_DIR)/cursor-alphabetic-indexes.png
+
+HTML_IMAGE_SOURCE_FILES = \
+ $(IMAGE_SOURCE_DIR)/cursor-positions.odg \
+ $(IMAGE_SOURCE_DIR)/cursor-positions-filtered.odg \
+ $(IMAGE_SOURCE_DIR)/cursor-positions-step.odg \
+ $(IMAGE_SOURCE_DIR)/cursor-alphabetic-indexes.odg
+
+#SGML_FILES= \
+# theater-manual-introduction.sgml ...
+
+# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
+# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
+content_files= version.xml $(SGML_FILES)
+
+# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
+# These files must be listed here *and* in content_files
+# e.g. expand_content_files=running.sgml
+expand_content_files= $(SGML_FILES)
+
+# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
+# Only needed if you are using gtkdoc-scangobj to dynamically query widget
+# signals and properties.
+# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
+# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
+GTKDOC_CFLAGS = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/addressbook \
+ -I$(top_srcdir)/calendar \
+ -I$(top_builddir) \
+ -I$(top_builddir)/addressbook \
+ -I$(top_builddir)/calendar \
+ $(CAMEL_CFLAGS) $(E_DATA_SERVER_CFLAGS) $(E_BACKEND_CFLAGS) \
+ $(EVOLUTION_ADDRESSBOOK_CFLAGS) $(EVOLUTION_CALENDAR_CFLAGS)
+
+GTKDOC_LIBS = \
+ $(top_builddir)/camel/libcamel-1.2.la \
+ $(top_builddir)/libebackend/libebackend-1.2.la \
+ $(top_builddir)/libedataserver/libedataserver-1.2.la \
+ $(top_builddir)/addressbook/libebook-contacts/libebook-contacts-1.2.la \
+ $(top_builddir)/addressbook/libebook/libebook-1.2.la \
+ $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
+ $(top_builddir)/calendar/libecal/libecal-1.2.la \
+ $(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la \
+ $(CAMEL_LIBS) $(E_DATA_SERVER_LIBS) $(E_BACKEND_LIBS) \
+ $(EVOLUTION_ADDRESSBOOK_LIBS) $(EVOLUTION_CALENDAR_LIBS)
+
+
+# This includes the standard gtk-doc make rules, copied by gtkdocize.
+include $(top_srcdir)/gtk-doc.make
+
+# Other files to distribute
+# e.g. EXTRA_DIST += version.xml.in
+EXTRA_DIST += version.xml.in $(HTML_IMAGE_SOURCE_FILES)
+
+TESTS = $(GTKDOC_CHECK)
+
+-include $(top_srcdir)/git.mk
diff --git a/docs/reference/eds/eds-docs.sgml b/docs/reference/eds/eds-docs.sgml
new file mode 100644
index 0000000..5046b5c
--- /dev/null
+++ b/docs/reference/eds/eds-docs.sgml
@@ -0,0 +1,283 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+<!ENTITY version SYSTEM "version.xml">
+]>
+<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <bookinfo>
+ <title>Evolution-Data-Server Reference Manual</title>
+ <releaseinfo>for &version;</releaseinfo>
+ <abstract>
+ <para>
+ EDS is a bla bla with an abstract explanation RIGHT HERE.
+ </para>
+ </abstract>
+ </bookinfo>
+
+ <part id="core-library">
+ <title>Data Sources and Utilities</title>
+
+ <chapter>
+ <title>Data Sources</title>
+ <xi:include href="xml/e-source.xml"/>
+ <xi:include href="xml/e-source-registry.xml"/>
+ <xi:include href="xml/e-source-authenticator.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Data Source Extensions</title>
+ <xi:include href="xml/e-source-extension.xml"/>
+ <xi:include href="xml/e-source-backend.xml"/>
+ <xi:include href="xml/e-source-selectable.xml"/>
+ <xi:include href="xml/e-source-address-book.xml"/>
+ <xi:include href="xml/e-source-alarms.xml"/>
+ <xi:include href="xml/e-source-authentication.xml"/>
+ <xi:include href="xml/e-source-autocomplete.xml"/>
+ <xi:include href="xml/e-source-calendar.xml"/>
+ <xi:include href="xml/e-source-camel.xml"/>
+ <xi:include href="xml/e-source-collection.xml"/>
+ <xi:include href="xml/e-source-goa.xml"/>
+ <xi:include href="xml/e-source-mail-account.xml"/>
+ <xi:include href="xml/e-source-mail-composition.xml"/>
+ <xi:include href="xml/e-source-mail-identity.xml"/>
+ <xi:include href="xml/e-source-mail-signature.xml"/>
+ <xi:include href="xml/e-source-mail-submission.xml"/>
+ <xi:include href="xml/e-source-mail-transport.xml"/>
+ <xi:include href="xml/e-source-mdn.xml"/>
+ <xi:include href="xml/e-source-memo-list.xml"/>
+ <xi:include href="xml/e-source-offline.xml"/>
+ <xi:include href="xml/e-source-openpgp.xml"/>
+ <xi:include href="xml/e-source-proxy.xml"/>
+ <xi:include href="xml/e-source-refresh.xml"/>
+ <xi:include href="xml/e-source-resource.xml"/>
+ <xi:include href="xml/e-source-revision-guards.xml"/>
+ <xi:include href="xml/e-source-security.xml"/>
+ <xi:include href="xml/e-source-smime.xml"/>
+ <xi:include href="xml/e-source-task-list.xml"/>
+ <xi:include href="xml/e-source-uoa.xml"/>
+ <xi:include href="xml/e-source-webdav.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Miscellaneous Utilities</title>
+ <xi:include href="xml/e-categories.xml"/>
+ <xi:include href="xml/e-client.xml"/>
+ <xi:include href="xml/e-collator.xml"/>
+ <xi:include href="xml/e-debug-log.xml"/>
+ <xi:include href="xml/e-flag.xml"/>
+ <xi:include href="xml/e-memory.xml"/>
+ <xi:include href="xml/e-operation-pool.xml"/>
+ <xi:include href="xml/e-sexp.xml"/>
+ <xi:include href="xml/e-time-utils.xml"/>
+ <xi:include href="xml/e-uid.xml"/>
+ <xi:include href="xml/e-util.xml"/>
+ <xi:include href="xml/e-xml-hash-utils.xml"/>
+ <xi:include href="xml/eds-version.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Deprecated Classes</title>
+ <xi:include href="xml/e-credentials.xml"/>
+ <xi:include href="xml/e-iterator.xml"/>
+ <xi:include href="xml/e-list.xml"/>
+ <xi:include href="xml/e-list-iterator.xml"/>
+ <xi:include href="xml/e-proxy.xml"/>
+ <xi:include href="xml/e-url.xml"/>
+ </chapter>
+ </part>
+
+ <part id="backend">
+ <title>Backend core libraries</title>
+
+ <chapter>
+ <title>Base Classes for Backends</title>
+ <xi:include href="xml/e-backend.xml"/>
+ <xi:include href="xml/e-backend-factory.xml"/>
+ <xi:include href="xml/e-data-factory.xml"/>
+ <xi:include href="xml/e-dbus-server.xml"/>
+ <xi:include href="xml/e-extensible.xml"/>
+ <xi:include href="xml/e-extension.xml"/>
+ <xi:include href="xml/e-module.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Registry Service Classes</title>
+ <xi:include href="xml/e-authentication-mediator.xml"/>
+ <xi:include href="xml/e-authentication-session.xml"/>
+ <xi:include href="xml/e-collection-backend.xml"/>
+ <xi:include href="xml/e-collection-backend-factory.xml"/>
+ <xi:include href="xml/e-oauth2-support.xml"/>
+ <xi:include href="xml/e-server-side-source.xml"/>
+ <xi:include href="xml/e-source-registry-server.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Miscellaneous Utilities</title>
+ <xi:include href="xml/e-file-cache.xml"/>
+ <xi:include href="xml/e-db3-utils.xml"/>
+ <xi:include href="xml/e-soup-auth-bearer.xml"/>
+ <xi:include href="xml/e-sqlite3-vfs.xml"/>
+ <xi:include href="xml/e-user-prompter.xml"/>
+ <xi:include href="xml/e-user-prompter-server.xml"/>
+ <xi:include href="xml/e-user-prompter-server-extension.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Deprecated Classes</title>
+ <xi:include href="xml/e-dbhash.xml"/>
+ <xi:include href="xml/e-offline-listener.xml"/>
+ </chapter>
+ </part>
+
+ <part id="addressbook">
+ <title>Addressbook</title>
+
+ <chapter>
+ <title>Addressbook Client</title>
+ <xi:include href="xml/e-book-client.xml"/>
+ <xi:include href="xml/e-book-client-view.xml"/>
+ <xi:include href="xml/e-book-client-cursor.xml"/>
+ <xi:include href="xml/e-book-types.xml"/>
+ <xi:include href="xml/e-destination.xml"/>
+ <xi:include href="xml/e-book-query.xml"/>
+ <xi:include href="xml/e-book-contacts-types.xml"/>
+ <xi:include href="xml/e-vcard.xml"/>
+ <xi:include href="xml/e-contact.xml"/>
+ <xi:include href="xml/e-address-western.xml"/>
+ <xi:include href="xml/e-name-western.xml"/>
+ <xi:include href="xml/e-source-backend-summary-setup.xml"/>
+ <xi:include href="xml/e-phone-number.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Addressbook backend infrastructure</title>
+ <xi:include href="xml/e-book-backend.xml"/>
+ <xi:include href="xml/e-book-backend-cache.xml"/>
+ <xi:include href="xml/e-book-backend-db-cache.xml"/>
+ <xi:include href="xml/e-book-backend-factory.xml"/>
+ <xi:include href="xml/e-book-backend-sexp.xml"/>
+ <xi:include href="xml/e-book-backend-sqlitedb.xml"/>
+ <xi:include href="xml/e-book-backend-summary.xml"/>
+ <xi:include href="xml/e-data-book.xml"/>
+ <xi:include href="xml/e-data-book-direct.xml"/>
+ <xi:include href="xml/e-data-book-cursor.xml"/>
+ <xi:include href="xml/e-data-book-cursor-sqlite.xml"/>
+ <xi:include href="xml/e-data-book-factory.xml"/>
+ <xi:include href="xml/e-data-book-view.xml"/>
+ <xi:include href="xml/ximian-vcard.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Deprecated Classes</title>
+ <xi:include href="xml/e-book.xml"/>
+ <xi:include href="xml/e-book-view.xml"/>
+ </chapter>
+ </part>
+
+ <part id="calendar">
+ <title>Calendar</title>
+
+ <chapter>
+ <title>Calendar Client</title>
+ <xi:include href="xml/e-cal-client.xml"/>
+ <xi:include href="xml/e-cal-client-view.xml"/>
+ <xi:include href="xml/e-cal-component.xml"/>
+ <xi:include href="xml/e-cal-recur.xml"/>
+ <xi:include href="xml/e-cal-time-util.xml"/>
+ <xi:include href="xml/e-cal-util.xml"/>
+ <xi:include href="xml/e-cal-system-timezone.xml"/>
+ <xi:include href="xml/e-cal-check-timezones.xml"/>
+ <xi:include href="xml/e-timezone-cache.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Calendar backend infrastructure</title>
+ <xi:include href="xml/e-cal-backend.xml"/>
+ <xi:include href="xml/e-cal-backend-cache.xml"/>
+ <xi:include href="xml/e-cal-backend-factory.xml"/>
+ <xi:include href="xml/e-cal-backend-sexp.xml"/>
+ <xi:include href="xml/e-cal-backend-store.xml"/>
+ <xi:include href="xml/e-cal-backend-sync.xml"/>
+ <xi:include href="xml/e-cal-backend-util.xml"/>
+ <xi:include href="xml/e-data-cal.xml"/>
+ <xi:include href="xml/e-data-cal-factory.xml"/>
+ <xi:include href="xml/e-data-cal-view.xml"/>
+ <xi:include href="xml/e-intervaltree.xml"/>
+ </chapter>
+
+ <chapter>
+ <title>Deprecated Classes</title>
+ <xi:include href="xml/e-cal.xml"/>
+ <xi:include href="xml/e-cal-view.xml"/>
+ </chapter>
+ </part>
+
+ <index id="api-index-full">
+ <title>Index</title>
+ <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-deprecated" role="deprecated">
+ <title>Index of deprecated symbols</title>
+ <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-3.12" role="3.12">
+ <title>Index of new symbols in 3.12</title>
+ <xi:include href="xml/api-index-3.12.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-3.10" role="3.10">
+ <title>Index of new symbols in 3.10</title>
+ <xi:include href="xml/api-index-3.10.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-3.8" role="3.8">
+ <title>Index of new symbols in 3.8</title>
+ <xi:include href="xml/api-index-3.8.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-3.6" role="3.6">
+ <title>Index of new symbols in 3.6</title>
+ <xi:include href="xml/api-index-3.6.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-3.4" role="3.4">
+ <title>Index of new symbols in 3.4</title>
+ <xi:include href="xml/api-index-3.4.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-3.2" role="3.2">
+ <title>Index of new symbols in 3.2</title>
+ <xi:include href="xml/api-index-3.2.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-3.0" role="3.0">
+ <title>Index of new symbols in 3.0</title>
+ <xi:include href="xml/api-index-3.0.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-2.32" role="2.32">
+ <title>Index of new symbols in 2.32</title>
+ <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-2.30" role="2.30">
+ <title>Index of new symbols in 2.30</title>
+ <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-2.28" role="2.28">
+ <title>Index of new symbols in 2.28</title>
+ <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-2.26" role="2.26">
+ <title>Index of new symbols in 2.26</title>
+ <xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-2.24" role="2.24">
+ <title>Index of new symbols in 2.24</title>
+ <xi:include href="xml/api-index-2.24.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-2.22" role="2.22">
+ <title>Index of new symbols in 2.22</title>
+ <xi:include href="xml/api-index-2.22.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-1.12" role="1.12">
+ <title>Index of new symbols in 1.12</title>
+ <xi:include href="xml/api-index-1.12.xml"><xi:fallback /></xi:include>
+ </index>
+
+ <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+
+</book>
diff --git a/docs/reference/eds/image-sources/cursor-alphabetic-indexes.odg
b/docs/reference/eds/image-sources/cursor-alphabetic-indexes.odg
new file mode 100644
index 0000000..7abc204
Binary files /dev/null and b/docs/reference/eds/image-sources/cursor-alphabetic-indexes.odg differ
diff --git a/docs/reference/eds/image-sources/cursor-positions-filtered.odg
b/docs/reference/eds/image-sources/cursor-positions-filtered.odg
new file mode 100644
index 0000000..bc863cc
Binary files /dev/null and b/docs/reference/eds/image-sources/cursor-positions-filtered.odg differ
diff --git a/docs/reference/eds/image-sources/cursor-positions-step.odg
b/docs/reference/eds/image-sources/cursor-positions-step.odg
new file mode 100644
index 0000000..a0306b6
Binary files /dev/null and b/docs/reference/eds/image-sources/cursor-positions-step.odg differ
diff --git a/docs/reference/eds/image-sources/cursor-positions.odg
b/docs/reference/eds/image-sources/cursor-positions.odg
new file mode 100644
index 0000000..059ef84
Binary files /dev/null and b/docs/reference/eds/image-sources/cursor-positions.odg differ
diff --git a/docs/reference/eds/images/cursor-alphabetic-indexes.png
b/docs/reference/eds/images/cursor-alphabetic-indexes.png
new file mode 100644
index 0000000..e586714
Binary files /dev/null and b/docs/reference/eds/images/cursor-alphabetic-indexes.png differ
diff --git a/docs/reference/eds/images/cursor-positions-filtered.png
b/docs/reference/eds/images/cursor-positions-filtered.png
new file mode 100644
index 0000000..028dfed
Binary files /dev/null and b/docs/reference/eds/images/cursor-positions-filtered.png differ
diff --git a/docs/reference/eds/images/cursor-positions-step.png
b/docs/reference/eds/images/cursor-positions-step.png
new file mode 100644
index 0000000..29f8718
Binary files /dev/null and b/docs/reference/eds/images/cursor-positions-step.png differ
diff --git a/docs/reference/eds/images/cursor-positions.png b/docs/reference/eds/images/cursor-positions.png
new file mode 100644
index 0000000..eff780c
Binary files /dev/null and b/docs/reference/eds/images/cursor-positions.png differ
diff --git a/docs/reference/eds/version.xml.in b/docs/reference/eds/version.xml.in
new file mode 100644
index 0000000..10032a7
--- /dev/null
+++ b/docs/reference/eds/version.xml.in
@@ -0,0 +1 @@
+ PACKAGE_STRING@
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]