/usr/share/doc/gkrellm-xkb/index.html is in gkrellm-xkb 1.05-5.
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 | <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>gkrellm xkb plugin</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="Tomas Styblo <tripie@cpan.org>" />
<meta name="keywords" lang="en" content="gkrellm,xkb,keyboard,plugin" />
<!-- hide the css stylesheet from NS4 -->
<link rel="stylesheet" href="main.css" type="text/css" media="all" />
</head>
<body>
<table width="100%" cellpadding="16" cellspacing="0" border="0">
<tr>
<td id="td-index" align="left" valign="top" width="140">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#authors">Authors</a></li>
<li>Other plugins
<ul>
<li><a href="../trayicons/">gkrellm-trayicons</a></li>
<li><a href="../gamma/">gkrellm-gamma</a></li>
<li><a href="../fileread/">gkrellm-fileread</a></li>
</ul>
</li>
<li>Related tools
<ul>
<li><a href="../../utils/wmctrl/">wmctrl</a></li>
<li><a href="http://ftp.acc.umu.se/pub/GNOME/sources/zenity/">zenity</a></li>
<li><a href="http://people.debian.org/~kims/xclip/">xclip</a></li>
<li><a href="http://www.ignavus.net/software.html">xosd</a></li>
<li><a href="http://www.burtonini.com/blog/computers/devilspie">devilspie</a></li>
<li><a href="http://www.gnu.org/software/xnee/www/index.html">xnee</a></li>
<li><a href="http://www.netsw.org/x11/extensions/x2x/x2x-1.27.tar.gz">x2x</a></li>
</ul>
</li>
</ul>
<p id="index-imgs">
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" border="0"/></a>
</p>
</td>
<td id="td-main" valign="top" width="90%">
<h1 id="title">gkrellm xkb plugin</h1>
<p id="version">
<strong>Current version: 1.05</strong>
<span id="changelog">
(<a href="ChangeLog">ChangeLog</a>)
</span>
</p>
<div id="about">
<a name="about"></a>
<h2>About</h2>
<p>
gkrellm-xkb is a plugin for <a
href="http://www.gkrellm.net/">gkrellm</a> that displays a
small country flag indicating the currently-active national
keyboard layout and two small CapsLock/NumLock indicators. It also
has a popup menu to switch between the keyboard layouts. The
plugin requires gkrellm2.
</p>
<p>
The plugin uses the XKB X Window extension and doesn't work if
the extension is either not available or disabled. It's enabled
in the default configuration of XFree86 version 4 and above.
Therefore the plugin should work on any modern *NIX installation.
</p>
<p>
The screenshot on the right is worth many words of description. It
shows the flag and a tooltip which contains the name of the active
keyboard layout.
</p>
<p>
Left-clicking on the flag shows a pop-up menu, from which the active
layout may be switched. Right-clicking changes the active layout by
switching to the next layout in a rotating manner.
</p>
<p>
<strong>The plugin doesn't work with the keymap switcher in KDE.</strong>
<!--
It works only if the keyboard layouts are defined in
the XF86Config configuration file. For example like this:
-->
</p>
<!--
<pre>Option "XkbLayout" "cz,de,ru,ar"</pre>
-->
</div>
<div id="download">
<a name="download"></a>
<h2>Download</h2>
<p>
<a href="dist/gkrellm-xkb-1.05.tar.gz">gkrellm-xkb-1.05.tar.gz</a>
</p>
</div>
<div id="authors">
<a name="authors"></a>
<h2>Authors</h2>
<p>
Tomas Styblo <<a href="mailto:tripie@cpan.org">tripie@cpan.org</a>>
</p>
<p>
The code is available under the GNU General Public License (GPL).
</p>
</div>
</td>
<td id="td-scr" align="right" valign="top" width="100">
<img src="xkb.jpg" width="114" height="371" alt="screenshot" id="img-scr" />
</td>
</tr>
</table>
</body>
</html>
|