diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 15:36:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 15:36:38 -0600 |
commit | 353ee75c29c4f6fb5ba22de5e2d1418cb9506ace (patch) | |
tree | 7fc7809a5521596c075e8c0e9369d4c270c73f1d /kmrml/README.DEVELOPMENT | |
parent | 4cdb763932d3379a368cea2b8d60baadbf5c4b44 (diff) | |
download | tdegraphics-353ee75c29c4f6fb5ba22de5e2d1418cb9506ace.tar.gz tdegraphics-353ee75c29c4f6fb5ba22de5e2d1418cb9506ace.zip |
Rename kioslaves
Diffstat (limited to 'kmrml/README.DEVELOPMENT')
-rw-r--r-- | kmrml/README.DEVELOPMENT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmrml/README.DEVELOPMENT b/kmrml/README.DEVELOPMENT index c09c0734..6ad744f7 100644 --- a/kmrml/README.DEVELOPMENT +++ b/kmrml/README.DEVELOPMENT @@ -2,7 +2,7 @@ This file gives an overview of the structure of the kmrml package. kmrml consists of the following: -- kio_mrml: an ioslave that is able to contact an mrml daemon (i.e. the GIFT) +- 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) @@ -19,7 +19,7 @@ kmrml consists of the following: 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 kio_mrml instances + failure and stopping the gift after all tdeio_mrml instances have been killed. lib/: common stuff used by more than one module |