/usr/share/doc/libcwidget-dev/html/index.html is in libcwidget-doc 0.5.17-7.
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>cwidget</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="local.css" type="text/css" />
</head>
<body>
<div class="page">
<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">
</span>
<span class="title">
cwidget
</span>
</span>
</div>
</div>
<div class="sidebar">
<ul>
<li><span class="selflink">cwidget</span></li>
<li><a href="./index.html#introduction">introduction</a></li>
<li><a href="./documentation.html">documentation</a>
<ul>
<li><a href="./documentation/downloading.html">getting</a></li>
<li><a href="./documentation/installing.html">installing</a></li>
<li><a href="./documentation/using.html">using</a></li>
<li><a href="./documentation/contributing.html">contributing</a></li>
</ul>
</li>
<li><a href="./index.html#features">features</a></li>
<li><a href="./index.html#status">status</a></li>
<li><a href="./index.html#contact">contact</a></li>
</ul>
</div>
<div id="pagebody">
<div id="content" role="main">
<p>cwidget is a C++ user interface library for terminal-based
applications.</p>
<p><span class="createlink">toc </span></p>
<h2>Introduction</h2>
<p><a name="introduction"></p>
<p>cwidget is a modern, high-level C++ user interface library using
<a>ncurses</a> as its display and input layer. It uses the signal/slot
programming model popularized by toolkits such as <a>GTK+</a> and <a>Qt</a>,
using <a>SigC++</a> to provide signals and slots.</p>
<p>This screenshot of <a>aptitude</a> in action shows some of cwidget's
features:</p>
<p><img src="aptitude-cwidget.png" alt=""Screenshot"" /></p>
<p>For more details and information about
<a href="./documentation/downloading.html">getting cwidget</a>, see the cwidget
<a href="./documentation.html">documentation</a>.</p>
<h2>Features</h2>
<p><a name="features"></p>
<p>cwidget's features include:</p>
<ul>
<li>Support for overlapping widgets.</li>
<li>Event-driven programming using signals and slots.</li>
<li>A well-defined threading model with support for injecting events
from background threads into the foreground thread.</li>
<li>Support for formatting text with styles, paragraph flowing, and
indented blocks.</li>
<li>Support for cascading, user-configurable styles.</li>
</ul>
<h2>Status</h2>
<p><a name="status"></p>
<p>cwidget was originally an internal user interface library for the
<a>aptitude</a> package manager. This means, on the one hand, that
cwidget is known to work in the real world for a real application; on
the other hand, it means that the feature set of cwidget is
coextensive with the requirements of aptitude. Features not needed by
aptitude may be missing or incomplete, and cwidget's documentation is
spotty. For this reason, the current focus of cwidget development is
on filling in gaps in the library and documenting existing code.</p>
<h2>Contact</h2>
<p><a name="contact"></p>
<ul>
<li>Questions about downloading, compiling, installing, or writing
software that uses cwidget should be directed to
<a href="mailto:cwidget-users@lists.alioth.debian.org">cwidget-users@lists.alioth.debian.org</a>. To subscribe to this
list, visit its <a>web page</a>.</li>
<li>Bug reports, feature requests, patches, and general discussion
about the <a href="./documentation/contributing.html">development</a> of cwidget
should be directed to <a href="mailto:cwidget-devel@lists.alioth.debian.org">cwidget-devel@lists.alioth.debian.org</a>.
To subscribe to this list, visit its <a>web page</a>.</li>
</ul>
<hr />
<p>This Web site is generated by <a href="http://ikiwiki.info">ikiwiki</a>.</p>
</div>
</div>
<div id="footer" class="pagefooter" role="contentinfo">
<div id="pageinfo">
<div id="backlinks">
Links:
<a href="./sidebar.html">sidebar</a>
</div>
<div class="pagedate">
Last edited <span class="date">Fri Feb 21 14:34:52 2014</span>
<!-- Created <span class="date">Fri Feb 21 14:34:52 2014</span> -->
</div>
</div>
<!-- from cwidget -->
</div>
</div>
</body>
</html>
|