*** empty log message ***
This commit is contained in:
parent
7765da6889
commit
a78383258d
@ -23,7 +23,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $FreeBSD: doc/share/misc/docbook.css,v 1.11 2007/07/08 06:23:33 chinsan Exp $
|
* $FreeBSD: doc/share/misc/docbook.css,v 1.12 2007/09/02 22:52:01 chinsan Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
BODY ADDRESS {
|
BODY ADDRESS {
|
||||||
@ -108,7 +108,7 @@ OL {
|
|||||||
BODY PRE {
|
BODY PRE {
|
||||||
margin: .75em 0;
|
margin: .75em 0;
|
||||||
line-height: 1.0;
|
line-height: 1.0;
|
||||||
color: #461b7e;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
BODY TD, BODY TH {
|
BODY TD, BODY TH {
|
||||||
@ -134,9 +134,14 @@ BODY P B.APPLICATION {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
|
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
|
||||||
.GUILABEL, .INTERFACE, .GUIBUTTON,
|
.GUILABEL, .INTERFACE,
|
||||||
.SHORTCUT, .SHORTCUT .KEYCAP {
|
.SHORTCUT, .SHORTCUT .KEYCAP {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.GUIBUTTON {
|
||||||
background-color: #CFCFCF;
|
background-color: #CFCFCF;
|
||||||
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ACCEL {
|
.ACCEL {
|
||||||
@ -145,5 +150,10 @@ BODY P B.APPLICATION {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.PROGRAMLISTING, .SCREEN {
|
.PROGRAMLISTING, .SCREEN {
|
||||||
margin-left: 3ex;
|
background-color: #DEE3E7;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen { /* hide from IE3 */
|
||||||
|
a[href]:hover { background: #ffa }
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
Dockes</holder>
|
Dockes</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<releaseinfo>$Id: usermanual.sgml,v 1.51 2007-09-21 16:45:03 dockes Exp $</releaseinfo>
|
<releaseinfo>$Id: usermanual.sgml,v 1.52 2007-10-02 14:25:33 dockes Exp $</releaseinfo>
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
<para>This document introduces full text search notions
|
<para>This document introduces full text search notions
|
||||||
@ -1547,6 +1547,15 @@ fvwm
|
|||||||
extract tag information. Without it, only the file names will
|
extract tag information. Without it, only the file names will
|
||||||
be indexed.</para>
|
be indexed.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Pictures: &RCL; uses the
|
||||||
|
<ulink url="http://www.sno.phy.queensu.ca/~phil/exiftool/">
|
||||||
|
Exiftool</ulink> <application>Perl</application> package to
|
||||||
|
extract tag information. Most image file formats are
|
||||||
|
supported.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>Text, HTML, mail folders Openoffice and Scribus files
|
<para>Text, HTML, mail folders Openoffice and Scribus files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user