Warning, /frameworks/kross/docs/kf5kross/man-kf5kross.1.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>kf5kross User's Manual</title>
0010 <author>
0011 <firstname>Sebastian</firstname>
0012 <surname>Sauer</surname>
0013 <affiliation>
0014 <address><email>mail@dipe.org</email></address>
0015 </affiliation>
0016 </author>
0017 
0018 <date>2015-07-31</date>
0019 <releaseinfo>Frameworks 5.13</releaseinfo>
0020 <productname>KDE Frameworks</productname>
0021 
0022 </refentryinfo>
0023 
0024 <refmeta>
0025 <refentrytitle><command>kf5kross</command></refentrytitle>
0026 <manvolnum>1</manvolnum>
0027 </refmeta>
0028 
0029 <refnamediv>
0030 <refname><command>kf5kross</command></refname>
0031 <refpurpose>&kde; application to run kross scripts.</refpurpose>
0032 </refnamediv>
0033 
0034 <refsynopsisdiv>
0035 <title>Synopsis</title>
0036 
0037 <cmdsynopsis>
0038 <command>kf5kross</command>
0039 
0040 <arg choice="opt">-h, --help</arg>
0041 <arg choice="opt">-v, --version</arg>
0042 <arg choice="opt">--author</arg>
0043 <arg choice="opt">--license</arg>
0044 <arg choice="opt">file ...</arg>
0045 </cmdsynopsis>
0046 </refsynopsisdiv>
0047 
0048 <refsect1>
0049 <title>Description</title>
0050 
0051 <para><command>kf5kross</command> executes kross scripts written in &kde; &javascript;, Python, Ruby, &Java; and Falcon.
0052 </para>
0053 <para>This command line tool is used for any non-&GUI; scripts, &eg; &calligrasheets; has some of these.</para>
0054 </refsect1>
0055 
0056 <refsect1>
0057 <title>Options</title>
0058 <variablelist>
0059 
0060 <varlistentry>
0061 <term><option>-h</option><option>--help</option></term>
0062 <listitem>
0063 <para>Show help about options.</para>
0064 </listitem>
0065 </varlistentry>
0066 
0067 <varlistentry>
0068 <term><option>-v</option><option>--version</option></term>
0069 <listitem>
0070 <para>Show version information.</para>
0071 </listitem>
0072 </varlistentry>
0073 
0074 <varlistentry>
0075 <term><option>--author</option></term>
0076 <listitem>
0077 <para>Show author information.</para>
0078 </listitem>
0079 </varlistentry>
0080 
0081 <varlistentry>
0082 <term><option>--license</option></term>
0083 <listitem>
0084 <para>Show license information.</para>
0085 </listitem>
0086 </varlistentry>
0087 
0088 <varlistentry>
0089 <term><option>file</option>...</term>
0090 <listitem>
0091 <para>The files with the scripts to run.
0092 </para>
0093 </listitem>
0094 </varlistentry>
0095 
0096 </variablelist>
0097 
0098 </refsect1>
0099 
0100 <refsect1>
0101 <title>Usage</title>
0102 <para>
0103 <command>kf5kross</command> <parameter>file</parameter> runs the script in <parameter>file</parameter>
0104 after loading the interpreter plugin for the script language (detected by filename suffix).
0105 </para>
0106 <para>
0107 To interpret other languages than &kde; &javascript;, <replaceable>kdebindings</replaceable> must be installed.
0108 <!--For example, to run Python scripts you need kdebinginds, PyQt4 and sip.-->
0109 </para>
0110 
0111 
0112 </refsect1>
0113 
0114 <refsect1>
0115 <title>See Also</title>
0116 <para><replaceable>kf5options</replaceable>(7), <replaceable>qt5options</replaceable>(7),
0117 <replaceable>python</replaceable>(1), <replaceable>ruby</replaceable>(1), <replaceable>kjs5</replaceable>(1),
0118 <replaceable>java</replaceable>(1), <replaceable>falcon</replaceable>(1)
0119 </para>
0120 <para>
0121 Look at <replaceable>http://kross.dipe.org/solution.html</replaceable> for more information and tutorials.
0122 </para>
0123 </refsect1>
0124 
0125 <refsect1>
0126 <title>Bugs</title>
0127 <para>Please use <ulink url="https://bugs.kde.org">&kde;'s bugtracker</ulink> to report bugs.</para>
0128 </refsect1>
0129 
0130 </refentry>
0131 
0132 
0133