summaryrefslogtreecommitdiffstats
path: root/kmrml/README.DEVELOPMENT
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-04-28 22:39:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-04-28 22:39:50 +0900
commitfdd2249496404cafd72fa862c49d6920fd8d7927 (patch)
tree47e86c702ba7d2ee73d827604fe79151290d00b2 /kmrml/README.DEVELOPMENT
parenta9f6e5c5b26c07d5e96cd5e84e1dd95c973cd3ab (diff)
downloadtdegraphics-fdd22494.tar.gz
tdegraphics-fdd22494.zip
Drop deprecated kmrml code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmrml/README.DEVELOPMENT')
-rw-r--r--kmrml/README.DEVELOPMENT41
1 files changed, 0 insertions, 41 deletions
diff --git a/kmrml/README.DEVELOPMENT b/kmrml/README.DEVELOPMENT
deleted file mode 100644
index 54664c99..00000000
--- a/kmrml/README.DEVELOPMENT
+++ /dev/null
@@ -1,41 +0,0 @@
-This file gives an overview of the structure of the kmrml package.
-
-kmrml consists of the following:
-
-- tdeio_mrml: an ioslave that is able to contact an mrml daemon (i.e. the GIFT)
- and transports the data from the daemon to its master (i.e. the
- MrmlPart) as XML (MRML, Multimedia Retrieval Markup Language)
-
-- MrmlPart: the konqueror-embeddable controller and view
-
-- mrmlsearch: a small tool that is e.g. called from Konqueror's ContextMenu
- "Search for similar images" to start an image query.
-
-- kcontrol/: a Trinity Control Center module for configuring parts of the GIFT,
- i.e. indexing directories, specifying GIFT hosts, etc.
-
-- server/: a kded module, i.e. a tiny little daemon, that can be told via
- DCOP to start, restart upon failure and automatically/manually
- stop services. It is completely independent of GIFT/kmrml.
- It is used to have one centralized place where the gift server
- is started (ensuring this happens only once, restarting it upon
- failure and stopping the gift after all tdeio_mrml instances
- have been killed.
-
-lib/: common stuff used by more than one module
-
-
-Useful URLs:
-
-The MRML DTD:
-http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/gift/gift/dtd/mrml.dtd?rev=HEAD&content-type=text/plain
-
-The GIFT Homepage:
-http://www.gnu.org/software/gift
-
-The fer-de-lance project homepage, under which the GIFT and kmrml are living
-http://www.fer-de-lance.org
-
-
-2002/08/08
-Carsten Pfeiffer <pfeiffer@kde.org>