This file is indexed.

/usr/share/doc/kde/HTML/en/kubuntu/development/fluid.html is in kubuntu-docs 12.04.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
24
25
26
27
<html><head><title>FLUID - FLTK GUI Designer</title><link rel="stylesheet" type="text/css" href="help:/common/kde-default.css"><link rel="stylesheet" type="text/css" href="help:/common/kde-docs.css"><link rel="stylesheet" type="text/css" href="help:/common/kde-localised.css"><link rel="stylesheet" type="text/css" href="help:/common/kubuntu.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="Software Development Tools residing in the Kubuntu Repository"><link rel="up" href="index.html" title="Software Development Tools residing in the Kubuntu Repository"><link rel="prev" href="eric-python-ide.html" title="Eric Python&#8482;IDE"><link rel="next" href="frama-c.html" title="Frame-C - Framework for source code analysis of software"><link rel="copyright" href="legal.html" title="Credits and License"><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><meta name="GENERATOR" content="KDE XSL Stylesheet V1.14 using libxslt"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="content"><div id="header"><div id="header_content"><div id="header_left"><div id="header_right"><img src="help:/common/top-kde.jpg" width="36" height="34"> FLUID - FLTK <acronym class="acronym">GUI</acronym> Designer</div></div></div></div><div class="navCenter"><table class="navigation"><tr><td class="prevCell"><a accesskey="p" href="eric-python-ide.html">Prev</a></td><td class="upCell"> </td><td class="nextCell"><a accesskey="n" href="frama-c.html">Next</a></td></tr></table></div><div id="contentBody"><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="fluid"></a>FLUID - FLTK <acronym class="acronym">GUI</acronym> Designer</h2></div></div></div><p>
Home Page: 
<a class="ulink" href="http://www.fltk.org/" target="_top">http://www.fltk.org/</a>
</p><p>
<span class="application">FLTK</span> (pronounced "fulltick") is an 
<span class="trademark">LGPL v2</span>&#8482;-licensed cross-platform 
(Unix, <span class="trademark">Linux</span>&#8482;, <span class="trademark">Windows</span>&#8482;) 
<span class="trademark">C++</span>&#8482; <acronym class="acronym">GUI</acronym> toolkit. 
<span class="application">FLTK</span> provides <acronym class="acronym">GUI</acronym> 
functionality without the bloat, and supports 3D graphics via 
<span class="trademark">OpenGL®</span>&#8482; and its built-in GLUT emulation. 
<span class="application">FLTK</span> was designed to be statically linked. This was 
done by splitting it into many small objects and designing it so that functions 
that are not used do not have pointers to them in the parts that are used, and 
thus do not get linked in. This allows you to make an easy to install program, 
or to modify <span class="application">FLTK</span> to the exact requirements of your 
application, without worrying about bloat. <span class="application">FLTK</span> 
works fine as a shared library, and has started being included on 
<span class="trademark">Linux</span>&#8482; distributions. <span class="application">FLTK</span> 
software can be written using the "Fast Light User Interface Designer", or 
<acronym class="acronym">FLUID</acronym>, a graphical editor that is used to produce 
<span class="application">FLTK</span> source code. The <acronym class="acronym">GUI</acronym> widget 
set, however, is sparse in quantity and spartan in methods and properties, 
limiting use of <span class="application">FLTK</span> to light projects.
</p></div></div><div id="footer"><div class="navCenter"><table class="navigation"><tr><td class="prevCell"><a accesskey="p" href="eric-python-ide.html">Prev</a></td><td class="upCell"><a accesskey="h" href="index.html">Home</a></td><td class="nextCell"><a accesskey="n" href="frama-c.html">Next</a></td></tr><tr><td class="prevCell">Eric <span class="trademark">Python</span>&#8482;IDE </td><td class="upCell"> </td><td class="nextCell"> Frame-C - Framework for source code analysis of software</td></tr></table></div><div id="footer_text"><br><a href="mailto:ubuntu-docs@lists.ubuntu.com" class="footer_email">
	  Ubuntu Documentation Project
        </a></div></div></div></body></html>