From b63b93fb56b967427b1e3ac1b8adb6d16c7d245f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 16:06:07 -0600 Subject: Finish rename from prior commit --- doc/tdelibs/Makefile.am | 5 + doc/tdelibs/man-artsmessage.1.docbook | 92 ++++++++++++++ doc/tdelibs/man-checkXML.1.docbook | 42 +++++++ doc/tdelibs/man-dcop.1.docbook | 161 ++++++++++++++++++++++++ doc/tdelibs/man-kbuildsycoca.8.docbook | 221 ++++++++++++++++++++++++++++++++ doc/tdelibs/man-kdeoptions.7.docbook | 88 +++++++++++++ doc/tdelibs/man-qtoptions.7.docbook | 223 +++++++++++++++++++++++++++++++++ 7 files changed, 832 insertions(+) create mode 100644 doc/tdelibs/Makefile.am create mode 100644 doc/tdelibs/man-artsmessage.1.docbook create mode 100644 doc/tdelibs/man-checkXML.1.docbook create mode 100644 doc/tdelibs/man-dcop.1.docbook create mode 100644 doc/tdelibs/man-kbuildsycoca.8.docbook create mode 100644 doc/tdelibs/man-kdeoptions.7.docbook create mode 100644 doc/tdelibs/man-qtoptions.7.docbook (limited to 'doc/tdelibs') diff --git a/doc/tdelibs/Makefile.am b/doc/tdelibs/Makefile.am new file mode 100644 index 000000000..a95ec29b3 --- /dev/null +++ b/doc/tdelibs/Makefile.am @@ -0,0 +1,5 @@ +KDE_LANG = en +KDE_MANS = AUTO +KDE_XSL_MAN_STYLESHEET = $(top_srcdir)/kdoctools/customization/kde-man.xsl + +KDE_DOCS_DEPS = $(MEINPROC_DEP) diff --git a/doc/tdelibs/man-artsmessage.1.docbook b/doc/tdelibs/man-artsmessage.1.docbook new file mode 100644 index 000000000..f7ccb9a28 --- /dev/null +++ b/doc/tdelibs/man-artsmessage.1.docbook @@ -0,0 +1,92 @@ + + +]> + + + + + + ChrisCheney + ccheney@debian.org + 2003-03-07 + + + + artsmessage + 1 + + + + artsmessage + Utility to display &arts; error messages + + + + + artsmessage + + + + + + message + + + + + Description + artsmessage is a utility to display &arts; error messages. + + + Options + + artsmessage accepts the standard &Qt; and &kde; + command-line options. + + + + + + Application Options + + + + , + + + Display error message (default). + + + + , + + + Display informational message. + + + + , + + + Display warning message. + + + + + + + Author + + This manual page was written by ChrisCheneyccheney@debian.org for + the Debian system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation + License, Version 1.1 or any later version published by the Free + Software Foundation; with no Invariant Sections, no Front-Cover + Texts and no Back-Cover Texts. + + + + diff --git a/doc/tdelibs/man-checkXML.1.docbook b/doc/tdelibs/man-checkXML.1.docbook new file mode 100644 index 000000000..a083c4739 --- /dev/null +++ b/doc/tdelibs/man-checkXML.1.docbook @@ -0,0 +1,42 @@ + + +]> + + + +LauriWattslauri@kde.org +2003-07-03 + + + +checkXML +1 + + + +checkXML +An &XML; lint tool for &kde; DocBook &XML; documents. + + + + +checkXML filename + + + + +Description + +checkXML is a tool to check for syntax errors in &kde; +DocBook &XML; files. It can also be used for other DocBook based +&XML; files, but you should use the less specific xmllint(1) tool if +you are not writing or otherwise working on &kde; +documentation. + + + +See Also +meinproc(1) xmllint(1) + + \ No newline at end of file diff --git a/doc/tdelibs/man-dcop.1.docbook b/doc/tdelibs/man-dcop.1.docbook new file mode 100644 index 000000000..ba200e09b --- /dev/null +++ b/doc/tdelibs/man-dcop.1.docbook @@ -0,0 +1,161 @@ + + + + +]> + + + +ChrisCheney +ccheney@debian.org +March 7, 2003 + + + +dcop +1 + + + +dcop +Console &DCOP; client + + + + +dcop + + user + + session + + + + + application + + object + + function +arguments + + + + + + + + +Description +Console &DCOP; client + + + + + + +Options + + + + + +Call &DCOP; for each line read from stdin. +This is roughly equivalent to calling while read line +; do dcop $line ; done but because no new +dcop instance has to be started for each line this +is generally much faster, especially for the slower GNU dynamic +linkers. + + + + user + +Connect to the given user's &DCOP; server. This option will +ignore the values of the environment vars $DCOPSERVER +and $ICEAUTHORITY, even if they are set. +If the user has more than one open session, you must also use +one of the , + or +command-line options. + + + + + +Send the same &DCOP; call to all users with a running &DCOP; +server. Only failed calls to existing &DCOP; servers will generate an +error message. If no &DCOP; server is available at all, no error will +be generated. + + + + +session +Send to the given &kde; session. This option can only +be used in combination with the option. + + + + + +Send to all sessions found. Only works with the + and +options. + + + + + +List all active &kde; sessions for a user or all users. + + + + + +Don't update the user activity timestamp in the called application (for use in scripts running in the background). + + + + + +Environment + + + +DCOPSERVER + + + + + +ICEAUTHORITY + + + + + + + + +See Also + +dcopclient(1) dcopref(1) dcopfind(1) kdcop(1) + +Inside &kde;, you can enter help:/kdcop +in &konqueror; to see the User Manual for +kdcop graphical dcop tool. + + + + diff --git a/doc/tdelibs/man-kbuildsycoca.8.docbook b/doc/tdelibs/man-kbuildsycoca.8.docbook new file mode 100644 index 000000000..1105f8e48 --- /dev/null +++ b/doc/tdelibs/man-kbuildsycoca.8.docbook @@ -0,0 +1,221 @@ + + +]> + + + + + + +Darian +Lanx + +
content@openprojects.net
+
+
+ +2001-04-25 +0.01.01 + +
+ + +KBuildSycoca +8 + + + +Description +Rebuilds the system configuration cache. + + + +Synopsis + + +kbuildsycoca + + +--nosignal +--incremental +--help +--help-qt +--help-kde +--help-all +--author +-v, --version +--license + + + + + + +Description + + +kbuildsyscoca, as part of the &kde; command line +tools ensures the proper operation of &kde; by reading in all the +.desktop, .directory, .kimgio and .protocol files to constructs a binary +database. + + + +&kde; itself accesses this databse during operation to provide +configurational information a program needs to run. + + + +This tool is part of ksyscoca, which stands for &kde; System +Configuration Cache + + + + + +Options + + + + + +Don't signal applications + + + + + + +Incremental Update + + + + + + + + + + +Show help about options + + + + + + + + +Show Qt specific options + + + + + + + + +Show KDE specific options + + + + + + + + +Show all options + + + + + + + + +Show author information + + + + + + + + +Show version information + + + + + + + + +Show license information + + + + + + + + +Usage + +A standard way to run this program is by simply specifying the following +command at the prompt +kbuildsyscoca + + + + + +Files + + + +/tmp/kde-$USER/ksyscoca + +... + + + + + + + +Environment Variables + + +$KDEDIRS + +Specifies which directories are part of the KDE +installations + + + + + + + +See Also + +ksycoca(3), kblah(4), knogga(6) + + + + +Bugs + +There are no known bugs at the time of writing. + + + +
+ + + diff --git a/doc/tdelibs/man-kdeoptions.7.docbook b/doc/tdelibs/man-kdeoptions.7.docbook new file mode 100644 index 000000000..248daa5e0 --- /dev/null +++ b/doc/tdelibs/man-kdeoptions.7.docbook @@ -0,0 +1,88 @@ + + +]> + + + +KDE User's Manual +&Lauri.Watts; &Lauri.Watts.mail; +2004-02-02 +K Desktop Environment + + + +kdeoptions +7 + + + +KDE options +Common commandline options for all applications based on the KDE libraries + + + + +KDE application +KDE Generic Options + + + + + +Options + +The following options apply to all &kde; applications: + + +The following options apply to all &kde; applications: + + + caption +Use caption as name in the +titlebar. + + + icon +Use icon as the application icon. + + + icon +Use icon as the icon in the titlebar + + + server +Use the DCOP Server specified by server. + + + +Disable the crash handler, to get core dumps. + + + +Waits for a WM_NET compatible windowmanager. + + + style +Sets the appliction &GUI; style. + + + geometry +Sets the client geometry of the main widget. + + + + + + +See Also +qtoptions.7 + + + + +Authors +Man page written by &Lauri.Watts; &Lauri.Watts.mail; + + + \ No newline at end of file diff --git a/doc/tdelibs/man-qtoptions.7.docbook b/doc/tdelibs/man-qtoptions.7.docbook new file mode 100644 index 000000000..b6ce61dc6 --- /dev/null +++ b/doc/tdelibs/man-qtoptions.7.docbook @@ -0,0 +1,223 @@ + + +]> + + + +KDE User's Manual +&Lauri.Watts; &Lauri.Watts.mail; +2004-02-02 +K Desktop Environment + + + +qtoptions +7 + + + +Qt options +Common commandline options for all applications based on the Qt toolkit + + + + +Qt application +Qt Generic Options + + + + + +Options + +The following options apply to all &Qt; applications: + + + + + displayname + + +Use the X-server display +displayname. + + + + + + sessionId + + +Restore the application for the given +sessionId. + + + + + + + + +Causes the application to install a private color map on an +8-bit display. + + + + + + count + + +Limits the number of colors allocated in the color cube on an +8-bit display, if the application is using the +QApplication::ManyColor color +specification. + + + + + + + + +Tells &Qt; to never grab the mouse or the keyboard. + + + + + + + + +Running under a debugger can cause an implicit +, use to +override. + + + + + + + + +Switches to synchronous mode for debugging. + + + + + +, +fontname + + +Defines the application font. + + + + + +, +color + + +Sets the default background color and an application palette +(light and dark shades are calculated). + + + + + +, +color + + +Sets the default foreground color + + + + + +, +color + + +Sets the default button color. + + + + + + + name + + +Sets the application name. + + + + + + title + + +Sets the application title (caption). + + + + + + TrueColor + + +Forces the application to use a TrueColor +visual on an 8-bit display. + + + + + + + inputstyle + + +Sets XIM (X Input Method) input style. Possible values are +onthespot, overthespot, +offthespot and +root. + + + + + + XIM server + + +Set XIM server. + + + + + + + + +Disable XIM + + + + + + +See Also +kde-options.7 + + + + +Authors +Man page written by &Lauri.Watts; &Lauri.Watts.mail; + + + -- cgit v1.2.3