Warning, /frameworks/kio/docs/kcookiejar5/man-kcookiejar5.8.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
0003   <!ENTITY % English "INCLUDE"><!-- change language only here -->
0004 ]>
0005 
0006 <refentry lang="&language;">
0007 
0008 <refentryinfo>
0009 <title>kcookiejar5 User's Manual</title>
0010 <author>
0011 <firstname>Waldo</firstname>
0012 <surname> Bastian</surname>
0013 <affiliation>
0014 <address><email>bastian@kde.org</email></address>
0015 </affiliation>
0016 </author>
0017 
0018 <author>
0019 <firstname>Dawit</firstname>
0020 <surname>Alemayehu</surname>
0021 <affiliation>
0022 <address><email>adawit@kde.org</email></address>
0023 </affiliation>
0024 </author>
0025 
0026 <date>2015-07-31</date>
0027 <releaseinfo>Frameworks 5.13</releaseinfo>
0028 
0029 </refentryinfo>
0030 
0031 <refmeta>
0032 <refentrytitle><command>kcookiejar5</command></refentrytitle>
0033 <manvolnum>8</manvolnum>
0034 </refmeta>
0035 
0036 <refnamediv>
0037 <refname><command>kcookiejar5</command></refname>
0038 <refpurpose>Command line interface to the &kde; &HTTP; cookie daemon</refpurpose>
0039 </refnamediv>
0040 
0041 <refsynopsisdiv>
0042 <title>Synopsis</title>
0043 
0044 <cmdsynopsis>
0045 <command>kcookiejar5</command>
0046 
0047 <arg choice="opt">-h, --help</arg>
0048 <arg choice="opt">-v, --version</arg>
0049 <arg choice="opt">--shutdown</arg>
0050 <arg choice="opt">--remove<replaceable> domain</replaceable></arg>
0051 <arg choice="opt">--remove-all</arg>
0052 <arg choice="opt">--reload-config</arg>
0053 </cmdsynopsis>
0054 </refsynopsisdiv>
0055 
0056 <refsect1>
0057 <title>Description</title>
0058 
0059 <para><command>kcookiejar5</command> is a command line interface to the &HTTP; cookie store used by &kde;,
0060 a &DBus; service to store/retrieve/clean cookies.
0061 </para>
0062 </refsect1>
0063 
0064 <refsect1>
0065 <title>Options</title>
0066 
0067 <variablelist>
0068 
0069 <varlistentry>
0070 <term><option>-h</option><option>--help</option></term>
0071 <listitem>
0072 <para>Show help about options.</para>
0073 </listitem>
0074 </varlistentry>
0075 
0076 <varlistentry>
0077 <term><option>-v</option><option>--version</option></term>
0078 <listitem>
0079 <para>Show version information.</para>
0080 </listitem>
0081 </varlistentry>
0082 
0083 <varlistentry>
0084 <term><option>--shutdown</option></term>
0085 <listitem>
0086 <para>Shut down cookie jar and the &DBus; service.
0087 </para>
0088 </listitem>
0089 </varlistentry>
0090 
0091 <varlistentry>
0092 <term><option>--remove</option> <parameter>domain</parameter></term>
0093 <listitem>
0094 <para>
0095 Removes cookies for <parameter>domain</parameter> from the cookie jar.
0096 </para>
0097 </listitem>
0098 </varlistentry>
0099 
0100 
0101 <varlistentry>
0102 <term><option>--remove-all</option></term>
0103 <listitem>
0104 <para>Removes all the cookies from the cookie jar.</para>
0105 </listitem>
0106 </varlistentry>
0107 
0108 <varlistentry>
0109 <term><option>--reaload-config</option></term>
0110 <listitem>
0111 <para>
0112 Reloads the configuration file.
0113 </para>
0114 </listitem>
0115 </varlistentry>
0116 
0117 </variablelist>
0118 
0119 </refsect1>
0120 
0121 <refsect1>
0122 <title>Usage</title>
0123 <para><command>kcookiejar5</command> is a command line tool to access the kded module which manages cookies in &konqueror; and other &kde; applications.</para>
0124 <para>
0125 When started without parameters it loads the kded module to provide the &DBus; interface to store cookies.
0126 </para>
0127 <para>
0128 When <command>kcookiejar5</command> is started with some parameters, it does
0129 additional tasks to the cookies jar it provides, like removing the cookies from one
0130 <parameter>domain</parameter>.
0131 </para>
0132 
0133 </refsect1>
0134 
0135 <refsect1>
0136 <title>See Also</title>
0137 <para><replaceable>kf5options</replaceable>(7), <replaceable>qt5options</replaceable>(7)
0138 </para>
0139 </refsect1>
0140 
0141 <refsect1>
0142 <title>Bugs</title>
0143 <para>Please use <ulink url="https://bugs.kde.org">&kde;'s bugtracker</ulink> to report bugs.</para>
0144 </refsect1>
0145 
0146 </refentry>
0147 
0148 
0149