This file is indexed.

/usr/share/qt5/doc/qtwebchannel/examples-manifest.xml is in qtwebchannel5-doc-html 5.9.5-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtWebChannel">
    <examples>
        <example name="Qt WebChannel ChatClient HTML Example" docUrl="qthelp://org.qt-project.qtwebchannel.595/qtwebchannel/qtwebchannel-chatclient-html-example.html" projectPath="webchannel/chatclient-html/chatclient-html.pro" imageUrl="qthelp://org.qt-project.qtwebchannel.595/qtwebchannel/images/chatclient-html.png">
            <description><![CDATA[A HTML/JavaScript client that communicates over a WebSocket with a QWebChannel server.]]></description>
            <tags>channel,chatclient,html,web,webchannel</tags>
        </example>
        <example name="Qt WebChannel ChatClient QML Example" docUrl="qthelp://org.qt-project.qtwebchannel.595/qtwebchannel/qtwebchannel-chatclient-qml-example.html" projectPath="webchannel/chatclient-qml/chatclient-qml.pro" imageUrl="qthelp://org.qt-project.qtwebchannel.595/qtwebchannel/images/chatclient-qml.png">
            <description><![CDATA[A QML client that communicates over a WebSocket with a QWebChannel server.]]></description>
            <tags>channel,chatclient,qml,web,webchannel</tags>
        </example>
        <example name="Qt WebChannel ChatServer Example" docUrl="qthelp://org.qt-project.qtwebchannel.595/qtwebchannel/qtwebchannel-chatserver-cpp-example.html" projectPath="webchannel/chatserver-cpp/chatserver-cpp.pro" imageUrl="qthelp://org.qt-project.qtwebchannel.595/qtwebchannel/images/chatserver-cpp.png">
            <description><![CDATA[A simple chat server implemented using the QWebChannel C++ API.]]></description>
            <tags>channel,chatserver,web,webchannel</tags>
            <fileToOpen mainFile="true">webchannel/chatserver-cpp/main.cpp</fileToOpen>
        </example>
        <example name="Qt WebChannel Standalone Example" docUrl="qthelp://org.qt-project.qtwebchannel.595/qtwebchannel/qtwebchannel-standalone-example.html" projectPath="webchannel/standalone/standalone.pro" imageUrl="qthelp://org.qt-project.qtwebchannel.595/qtwebchannel/images/standalone-screenshot.png" isHighlighted="true">
            <description><![CDATA[A simple chat between a server and a remote client running in a browser.]]></description>
            <tags>channel,standalone,web,webchannel</tags>
            <fileToOpen mainFile="true">webchannel/standalone/main.cpp</fileToOpen>
        </example>
    </examples>
</instructionals>