[education/kstars] doc: Fix XML
Yuri Chornoivan
null at kde.org
Thu Aug 22 14:02:45 BST 2024
Git commit 2b3d32b9402ecb30d49ea5c671c49a1a78052d0a by Yuri Chornoivan.
Committed on 22/08/2024 at 13:02.
Pushed by yurchor into branch 'master'.
Fix XML
M +1 -1 doc/ekos-extensions.docbook
https://invent.kde.org/education/kstars/-/commit/2b3d32b9402ecb30d49ea5c671c49a1a78052d0a
diff --git a/doc/ekos-extensions.docbook b/doc/ekos-extensions.docbook
index 7541a05e26..dfb66e8175 100644
--- a/doc/ekos-extensions.docbook
+++ b/doc/ekos-extensions.docbook
@@ -77,7 +77,7 @@
</listitem>
<listitem>
<para>
- All interaction with KStars/Ekos/INDI should be via the DBus interface. See the skeleton example. Useful tools for interrogating, monitoring and understanding DBus include <ulink url="https://wiki.gnome.org/Apps/DFeet>D-Feet</ulink> and <ulink url="https://gitlab.freedesktop.org/bustle/bustle">Bustle</ulink>
+ All interaction with KStars/Ekos/INDI should be via the DBus interface. See the skeleton example. Useful tools for interrogating, monitoring and understanding DBus include <ulink url="https://wiki.gnome.org/Apps/DFeet">D-Feet</ulink> and <ulink url="https://gitlab.freedesktop.org/bustle/bustle">Bustle</ulink>
</para>
<para>
It may appear on initial investigation that using the Qt DBus Adaptors system would be much easier than direct use of the Qt DBus Interfaces/Messages and KStars does provide the required xml definitions. However currently there is heavy use of custom types the definitions of which are combined with other information in the KStars sources. This results in a large set of files from KStars that require inclusion within an extension in order to make use of the Qt DBus Adaptors. Hopefully this will be addressed in the future.
More information about the kde-doc-english
mailing list