aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-03-17 02:38:35 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-17 02:38:35 +0800
commit89c57232e6091d86ed79f7a5c2010011f0e2bb11 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /docs
parent2baaa7ae3c3ac983a8019cd93a73426c7e081735 (diff)
downloadgsoc2013-empathy-EMPATHY_2_26_0_svn2702.tar
gsoc2013-empathy-EMPATHY_2_26_0_svn2702.tar.gz
gsoc2013-empathy-EMPATHY_2_26_0_svn2702.tar.bz2
gsoc2013-empathy-EMPATHY_2_26_0_svn2702.tar.lz
gsoc2013-empathy-EMPATHY_2_26_0_svn2702.tar.xz
gsoc2013-empathy-EMPATHY_2_26_0_svn2702.tar.zst
gsoc2013-empathy-EMPATHY_2_26_0_svn2702.zip
Wrongly createdEMPATHY_2_26_0_svn2702
svn path=/tags/EMPATHY_2_26_0; revision=2701
Diffstat (limited to 'docs')
-rw-r--r--docs/.gitignore8
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/README8
-rw-r--r--docs/libempathy-gtk/.gitignore6
-rw-r--r--docs/libempathy-gtk/Makefile.am59
-rw-r--r--docs/libempathy-gtk/libempathy-gtk-docs.sgml67
-rw-r--r--docs/libempathy-gtk/libempathy-gtk.types29
-rw-r--r--docs/libempathy-gtk/version.xml.in1
-rw-r--r--docs/libempathy/.gitignore6
-rw-r--r--docs/libempathy/Makefile.am59
-rw-r--r--docs/libempathy/libempathy-docs.sgml63
-rw-r--r--docs/libempathy/libempathy.types34
-rw-r--r--docs/libempathy/version.xml.in1
13 files changed, 0 insertions, 343 deletions
diff --git a/docs/.gitignore b/docs/.gitignore
deleted file mode 100644
index a7316fb11..000000000
--- a/docs/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-html
-xml
-tmpl
-*.txt
-*.stamp
-
-version.xml
-
diff --git a/docs/Makefile.am b/docs/Makefile.am
deleted file mode 100644
index 2053a4567..000000000
--- a/docs/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-SUBDIRS = libempathy libempathy-gtk
-
diff --git a/docs/README b/docs/README
deleted file mode 100644
index 609b81464..000000000
--- a/docs/README
+++ /dev/null
@@ -1,8 +0,0 @@
-To be sure the doc is up to date:
-
-1) Update libempathy.types
-empathy/libempathy$ grep _get_type *.h | grep GType | awk '{ print $2 }'
-
-2) Update libempathy-docs.sgml
-empathy$ make
-empathy/doc/libempathy$ for f in `ls -l xml/*.xml | awk '{ print $8 }'`; do echo " <xi:include href=\"$f\"/>"; done
diff --git a/docs/libempathy-gtk/.gitignore b/docs/libempathy-gtk/.gitignore
deleted file mode 100644
index 51f581636..000000000
--- a/docs/libempathy-gtk/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-libempathy-gtk.args
-libempathy-gtk.hierarchy
-libempathy-gtk.interfaces
-libempathy-gtk.prerequisites
-libempathy-gtk.signals
-
diff --git a/docs/libempathy-gtk/Makefile.am b/docs/libempathy-gtk/Makefile.am
deleted file mode 100644
index 1a666bafb..000000000
--- a/docs/libempathy-gtk/Makefile.am
+++ /dev/null
@@ -1,59 +0,0 @@
-NULL =
-
-AUTOMAKE_OPTIONS = 1.6
-
-# The name of the module.
-DOC_MODULE=libempathy-gtk
-
-# The top-level SGML file.
-DOC_MAIN_SGML_FILE=libempathy-gtk-docs.sgml
-
-# Extra options to supply to gtkdoc-scan
-SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
-
-# The directory containing the source code. Relative to $(srcdir)
-DOC_SOURCE_DIR=$(top_srcdir)/libempathy-gtk
-
-HFILE_GLOB=$(top_srcdir)/libempathy-gtk/*.h
-CFILE_GLOB=$(top_srcdir)/libempathy-gtk/*.c
-
-# Headers to ignore
-IGNORE_HFILES= \
- empathy-gtk-enum-types.h \
- stamp-empathy-gtk-enum-types.h \
- ephy-spinner.h \
- totem-subtitle-encoding.h \
- $(NULL)
-
-# CFLAGS and LDFLAGS for compiling scan program. Only needed
-# if $(DOC_MODULE).types is non-empty.
-GTKDOC_CFLAGS = \
- -I$(srcdir) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/libempathy-gtk \
- -I$(top_builddir) \
- -I$(top_builddir)/libempathy-gtk \
- $(EMPATHY_CFLAGS) \
- $(NULL)
-
-GTKDOC_LIBS = \
- $(top_builddir)/libempathy-gtk/libempathy-gtk.la \
- $(top_builddir)/libempathy/libempathy.la \
- $(EMPATHY_LIBS) \
- $(NULL)
-
-# Extra options to supply to gtkdoc-mkdb
-MKDB_OPTIONS = --output-format=xml --sgml-mode
-
-# Images to copy into HTML directory
-HTML_IMAGES =
-
-content_files = \
- version.xml
-
-extra_files = version.xml.in
-
-include $(top_srcdir)/gtk-doc.make
-
-EXTRA_DIST += \
- version.xml.in
diff --git a/docs/libempathy-gtk/libempathy-gtk-docs.sgml b/docs/libempathy-gtk/libempathy-gtk-docs.sgml
deleted file mode 100644
index 033ebf018..000000000
--- a/docs/libempathy-gtk/libempathy-gtk-docs.sgml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?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 version SYSTEM "version.xml">
-]>
-<book lang="en" id="libempathy-gtk" xmlns:xi="http://www.w3.org/2003/XInclude">
- <title>libempathy-gtk Reference Manual</title>
- <bookinfo>
- <title>libempathy-gtk Reference Manual</title>
- <releaseinfo>for libempathy-gtk &version;</releaseinfo>
- </bookinfo>
- <part>
- <title>libempathy-gtk Overview</title>
- </part>
- <part>
- <title>API Reference</title>
- <chapter id="libempathy_api">
- <title>libempathy-gtk API reference</title>
- <xi:include href="xml/empathy-account-chooser.xml"/>
- <xi:include href="xml/empathy-account-widget-irc.xml"/>
- <xi:include href="xml/empathy-account-widget-sip.xml"/>
- <xi:include href="xml/empathy-account-widget.xml"/>
- <xi:include href="xml/empathy-audio-sink.xml"/>
- <xi:include href="xml/empathy-audio-src.xml"/>
- <xi:include href="xml/empathy-avatar-chooser.xml"/>
- <xi:include href="xml/empathy-avatar-image.xml"/>
- <xi:include href="xml/empathy-cell-renderer-activatable.xml"/>
- <xi:include href="xml/empathy-cell-renderer-expander.xml"/>
- <xi:include href="xml/empathy-cell-renderer-text.xml"/>
- <xi:include href="xml/empathy-chat-text-view.xml"/>
- <xi:include href="xml/empathy-chat-view.xml"/>
- <xi:include href="xml/empathy-chat.xml"/>
- <xi:include href="xml/empathy-conf.xml"/>
- <xi:include href="xml/empathy-contact-dialogs.xml"/>
- <xi:include href="xml/empathy-contact-list-store.xml"/>
- <xi:include href="xml/empathy-contact-list-view.xml"/>
- <xi:include href="xml/empathy-contact-menu.xml"/>
- <xi:include href="xml/empathy-contact-selector.xml"/>
- <xi:include href="xml/empathy-contact-widget.xml"/>
- <xi:include href="xml/empathy-geometry.xml"/>
- <xi:include href="xml/empathy-images.xml"/>
- <xi:include href="xml/empathy-irc-network-dialog.xml"/>
- <xi:include href="xml/empathy-log-window.xml"/>
- <xi:include href="xml/empathy-new-message-dialog.xml"/>
- <xi:include href="xml/empathy-presence-chooser.xml"/>
- <xi:include href="xml/empathy-profile-chooser.xml"/>
- <xi:include href="xml/empathy-smiley-manager.xml"/>
- <xi:include href="xml/empathy-spell-dialog.xml"/>
- <xi:include href="xml/empathy-spell.xml"/>
- <xi:include href="xml/empathy-theme-boxes.xml"/>
- <xi:include href="xml/empathy-theme-irc.xml"/>
- <xi:include href="xml/empathy-theme-manager.xml"/>
- <xi:include href="xml/empathy-ui-utils.xml"/>
- <xi:include href="xml/empathy-video-src.xml"/>
- <xi:include href="xml/empathy-video-widget.xml"/>
- </chapter>
- </part>
-
- <chapter id="libempathy-gtk-hierarchy">
- <title>Object Hierarchy</title>
- <xi:include href="xml/tree_index.sgml"/>
- </chapter>
-
- <index>
- <title id="index-all">Index</title>
- </index>
-</book>
diff --git a/docs/libempathy-gtk/libempathy-gtk.types b/docs/libempathy-gtk/libempathy-gtk.types
deleted file mode 100644
index 101ab35e0..000000000
--- a/docs/libempathy-gtk/libempathy-gtk.types
+++ /dev/null
@@ -1,29 +0,0 @@
-empathy_account_chooser_get_type
-empathy_audio_sink_get_type
-empathy_audio_src_get_type
-empathy_avatar_chooser_get_type
-empathy_avatar_image_get_type
-empathy_cell_renderer_activatable_get_type
-empathy_cell_renderer_expander_get_type
-empathy_cell_renderer_text_get_type
-empathy_chat_text_view_get_type
-empathy_chat_view_get_type
-empathy_chat_get_type
-empathy_conf_get_type
-empathy_contact_list_store_get_type
-empathy_contact_list_view_get_type
-empathy_contact_selector_get_type
-empathy_contact_list_store_sort_get_type
-empathy_contact_list_store_col_get_type
-empathy_contact_list_feature_flags_get_type
-empathy_contact_feature_flags_get_type
-empathy_contact_widget_flags_get_type
-empathy_sound_get_type
-empathy_presence_chooser_get_type
-empathy_smiley_manager_get_type
-empathy_theme_boxes_get_type
-empathy_theme_irc_get_type
-empathy_theme_manager_get_type
-empathy_video_src_get_type
-empathy_video_widget_get_type
-
diff --git a/docs/libempathy-gtk/version.xml.in b/docs/libempathy-gtk/version.xml.in
deleted file mode 100644
index d78bda934..000000000
--- a/docs/libempathy-gtk/version.xml.in
+++ /dev/null
@@ -1 +0,0 @@
-@VERSION@
diff --git a/docs/libempathy/.gitignore b/docs/libempathy/.gitignore
deleted file mode 100644
index 0a5b4cabb..000000000
--- a/docs/libempathy/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-libempathy.args
-libempathy.hierarchy
-libempathy.interfaces
-libempathy.prerequisites
-libempathy.signals
-
diff --git a/docs/libempathy/Makefile.am b/docs/libempathy/Makefile.am
deleted file mode 100644
index 3c7b99eed..000000000
--- a/docs/libempathy/Makefile.am
+++ /dev/null
@@ -1,59 +0,0 @@
-NULL =
-
-AUTOMAKE_OPTIONS = 1.6
-
-# The name of the module.
-DOC_MODULE=libempathy
-
-# The top-level SGML file.
-DOC_MAIN_SGML_FILE=libempathy-docs.sgml
-
-# Extra options to supply to gtkdoc-scan
-SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
-
-# The directory containing the source code. Relative to $(srcdir)
-DOC_SOURCE_DIR=$(top_srcdir)/libempathy
-
-HFILE_GLOB=$(top_srcdir)/libempathy/*.h
-CFILE_GLOB=$(top_srcdir)/libempathy/*.c
-
-# Headers to ignore
-IGNORE_HFILES= \
- empathy-filter-glue.h \
- empathy-debug.h \
- empathy-marshal.h \
- stamp-empathy-enum-types.h \
- empathy-chandler-glue.h \
- $(NULL)
-
-# CFLAGS and LDFLAGS for compiling scan program. Only needed
-# if $(DOC_MODULE).types is non-empty.
-GTKDOC_CFLAGS = \
- -I$(srcdir) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/libempathy \
- -I$(top_builddir) \
- -I$(top_builddir)/libempathy \
- $(LIBEMPATHY_CFLAGS) \
- $(NULL)
-
-GTKDOC_LIBS = \
- $(top_builddir)/libempathy/libempathy.la \
- $(LIBEMPATHY_LIBS) \
- $(NULL)
-
-# Extra options to supply to gtkdoc-mkdb
-MKDB_OPTIONS = --output-format=xml --sgml-mode
-
-# Images to copy into HTML directory
-HTML_IMAGES =
-
-content_files = \
- version.xml
-
-extra_files = version.xml.in
-
-include $(top_srcdir)/gtk-doc.make
-
-EXTRA_DIST += \
- version.xml.in
diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml
deleted file mode 100644
index 7dc9dd3bf..000000000
--- a/docs/libempathy/libempathy-docs.sgml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?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 version SYSTEM "version.xml">
-]>
-<book lang="en" id="libempathy" xmlns:xi="http://www.w3.org/2003/XInclude">
- <title>libempathy Reference Manual</title>
- <bookinfo>
- <title>libempathy Reference Manual</title>
- <releaseinfo>for libempathy &version;</releaseinfo>
- </bookinfo>
- <part>
- <title>libempathy Overview</title>
- </part>
- <part>
- <title>API Reference</title>
- <chapter id="libempathy_api">
- <title>libempathy API reference</title>
- <xi:include href="xml/empathy-account-manager.xml"/>
- <xi:include href="xml/empathy-call-factory.xml"/>
- <xi:include href="xml/empathy-call-handler.xml"/>
- <xi:include href="xml/empathy-chatroom-manager.xml"/>
- <xi:include href="xml/empathy-chatroom.xml"/>
- <xi:include href="xml/empathy-contact-factory.xml"/>
- <xi:include href="xml/empathy-contact-groups.xml"/>
- <xi:include href="xml/empathy-contact-list.xml"/>
- <xi:include href="xml/empathy-contact-manager.xml"/>
- <xi:include href="xml/empathy-contact-monitor.xml"/>
- <xi:include href="xml/empathy-contact.xml"/>
- <xi:include href="xml/empathy-dispatch-operation.xml"/>
- <xi:include href="xml/empathy-dispatcher.xml"/>
- <xi:include href="xml/empathy-enum-types.xml"/>
- <xi:include href="xml/empathy-idle.xml"/>
- <xi:include href="xml/empathy-irc-network-manager.xml"/>
- <xi:include href="xml/empathy-irc-network.xml"/>
- <xi:include href="xml/empathy-irc-server.xml"/>
- <xi:include href="xml/empathy-log-manager.xml"/>
- <xi:include href="xml/empathy-message.xml"/>
- <xi:include href="xml/empathy-status-presets.xml"/>
- <xi:include href="xml/empathy-time.xml"/>
- <xi:include href="xml/empathy-tp-call.xml"/>
- <xi:include href="xml/empathy-tp-chat.xml"/>
- <xi:include href="xml/empathy-tp-contact-factory.xml"/>
- <xi:include href="xml/empathy-tp-contact-list.xml"/>
- <xi:include href="xml/empathy-tp-file.xml"/>
- <xi:include href="xml/empathy-tp-group.xml"/>
- <xi:include href="xml/empathy-tp-roomlist.xml"/>
- <xi:include href="xml/empathy-tp-tube.xml"/>
- <xi:include href="xml/empathy-tube-handler.xml"/>
- <xi:include href="xml/empathy-types.xml"/>
- <xi:include href="xml/empathy-utils.xml"/>
- </chapter>
- </part>
-
- <chapter id="libempathy-hierarchy">
- <title>Object Hierarchy</title>
- <xi:include href="xml/tree_index.sgml"/>
- </chapter>
-
- <index>
- <title id="index-all">Index</title>
- </index>
-</book>
diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types
deleted file mode 100644
index b7f0a8826..000000000
--- a/docs/libempathy/libempathy.types
+++ /dev/null
@@ -1,34 +0,0 @@
-empathy_account_manager_get_type
-empathy_call_factory_get_type
-empathy_call_handler_get_type
-empathy_chatroom_manager_get_type
-empathy_chatroom_get_type
-empathy_contact_factory_get_type
-empathy_contact_list_get_type
-empathy_contact_manager_get_type
-empathy_contact_monitor_get_type
-empathy_contact_get_type
-empathy_avatar_get_type
-empathy_dispatch_operation_get_type
-empathy_dispatcher_get_type
-empathy_capabilities_get_type
-empathy_contact_ready_get_type
-empathy_debug_flags_get_type
-empathy_dispatch_operation_state_get_type
-empathy_tp_call_status_get_type
-empathy_idle_get_type
-empathy_irc_network_manager_get_type
-empathy_irc_network_get_type
-empathy_irc_server_get_type
-empathy_log_manager_get_type
-empathy_message_get_type
-empathy_tp_call_get_type
-empathy_tp_chat_get_type
-empathy_tp_contact_factory_get_type
-empathy_tp_contact_list_get_type
-empathy_tp_file_get_type
-empathy_tp_group_get_type
-empathy_tp_roomlist_get_type
-empathy_tp_tube_get_type
-empathy_tube_handler_get_type
-
diff --git a/docs/libempathy/version.xml.in b/docs/libempathy/version.xml.in
deleted file mode 100644
index d78bda934..000000000
--- a/docs/libempathy/version.xml.in
+++ /dev/null
@@ -1 +0,0 @@
-@VERSION@