removed kjs docs

This commit is contained in:
Ivailo Monev 2014-11-18 16:53:29 +00:00
parent 6ed0bf5583
commit 5465444cb0
5 changed files with 1 additions and 403 deletions

View file

@ -12,9 +12,7 @@ if (NOT WIN32)
add_subdirectory( meinproc4 )
add_subdirectory( sonnet )
add_subdirectory( qtoptions )
add_subdirectory( kde4-config )
add_subdirectory( kjs )
add_subdirectory( kjscmd )
add_subdirectory( kde4-config ))
add_subdirectory( kross )
add_subdirectory( kded4 )
add_subdirectory( kconfig_compiler )

View file

@ -1 +0,0 @@
kde4_create_manpage(man-kjs.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})

View file

@ -1,192 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY % English "INCLUDE"><!-- change language only here -->
]>
<refentry>
<refentryinfo>
<title>&kde; User's Manual</title>
<author>
<firstname>Harri</firstname>
<surname>Porten</surname>
<affiliation>
<address><email>porten@kde.org</email></address>
</affiliation>
</author>
<date>2008-10-15</date>
<releaseinfo>0.01.01</releaseinfo>
</refentryinfo>
<refmeta>
<refentrytitle><command>kjs</command></refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname><command>kjs</command></refname>
<refpurpose>&kde; ECMAScript compatible interpreter</refpurpose>
</refnamediv>
<refsynopsisdiv>
<title>Synopsis</title>
<cmdsynopsis>
<command>kjs</command>
<group>
<arg choice="opt">--help</arg>
<arg choice="opt">-help</arg>
<arg choice="opt">-h</arg>
</group>
<!--
<arg choice="opt">Generic-options</arg>
<arg choice="opt">Qt-options</arg>
<arg choice="opt">KDE-options</arg>
-->
<group>
<arg choice="opt">-e<replaceable> statement</replaceable></arg>
</group>
<group>
<arg choice="plain"><replaceable>script</replaceable></arg>
</group>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para><command>kjs</command> is KDE ECMAScript/JavaScript engine.
</para>
</refsect1>
<!--
<refsect1>
<title>Generic Options</title>
<para>
<variablelist>
<varlistentry>
<term><option>- -author</option></term>
<listitem>
<para>
Show author information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -help</option></term>
<listitem>
<para>
Show help about options.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -help-all</option></term>
<listitem>
<para>
Show all options.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -help-kde</option></term>
<listitem>
<para>
Show KDE specific options.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -help-qt</option></term>
<listitem>
<para>
Show Qt specific options.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -license</option></term>
<listitem>
<para>
Show license information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option><option>- -version</option></term>
<listitem>
<para>
Show version information
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
-->
<refsect1>
<title>Application Options</title>
<variablelist>
<varlistentry>
<term><option>--help</option>,<option>-help</option>,<option>-h</option></term>
<listitem>
<para>
Show <command>kjscmd</command> usage.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-e</option><parameter> statement</parameter></term>
<listitem>
<para>Executes the statement and exits. For example:</para>
<screen><command>kjs</command> -e "print('hello world')"</screen>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>script</parameter></term>
<listitem>
<para>Executes the statements included in file <parameter>script</parameter>.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Usage</title>
<para>
<command>kjs</command> <parameter>file</parameter>, as many other interpreters, when called without parameters
uses a line editor to enter statements, showing the prompt
<literallayout>JS></literallayout>
To exit the line editor type <command>quit()</command> or press <command>Ctrl+D</command>.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<para><replaceable>kjs</replaceable>(1)</para>
</refsect1>
<refsect1>
<title>Bugs</title>
<para>There are probably tons of bugs. Use <ulink url="http://bugs.kde.org">bugs.kde.org</ulink> to report them.</para>
</refsect1>
</refentry>

View file

@ -1 +0,0 @@
kde4_create_manpage(man-kjscmd.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})

View file

@ -1,206 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY % English "INCLUDE"><!-- change language only here -->
]>
<refentry>
<refentryinfo>
<title>&kde; User's Manual</title>
<!-- with help from http://linuxcommand.org/man_pages/kjscmd1.html -->
<author>
<firstname>Harri</firstname>
<surname>Porten</surname>
<affiliation>
<address><email>porten@kde.org</email></address>
</affiliation>
</author>
<date>2008-10-16</date>
<releaseinfo>0.01.01</releaseinfo>
</refentryinfo>
<refmeta>
<refentrytitle><command>kjscmd</command></refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname><command>kjscmd</command></refname>
<refpurpose>&kde; KJSEmbed interpreter</refpurpose>
</refnamediv>
<refsynopsisdiv>
<title>Synopsis</title>
<cmdsynopsis>
<command>kjscmd</command>
<arg choice="opt">--help</arg>
<!--
<arg choice="opt">Generic-options</arg>
<arg choice="opt">Qt-options</arg>
<arg choice="opt">KDE-options</arg>
-->
<group>
<arg choice="opt">-e</arg>
<arg choice="opt">--exec</arg>
</group>
<group>
<arg choice="opt">-i</arg>
<arg choice="opt">-interactive</arg>
</group>
<group>
<arg choice="opt">-n</arg>
<arg choice="opt">-no-kde</arg>
</group>
<arg choice="opt">file</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para><command>kjscmd</command> is a tool for launching KJSEmbed scripts from the command line.
It will run the scripts contained in the named <parameter>file</parameter> using KJSEmbed.
It does not accept - (stdin) as a <parameter>file</parameter>.
</para>
</refsect1>
<!--
<refsect1>
<title>Generic Options</title>
<para>
<variablelist>
<varlistentry>
<term><option>- -author</option></term>
<listitem>
<para>
Show author information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -help</option></term>
<listitem>
<para>
Show help about options.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -help-all</option></term>
<listitem>
<para>
Show all options.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -help-kde</option></term>
<listitem>
<para>
Show KDE specific options.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -help-qt</option></term>
<listitem>
<para>
Show Qt specific options.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>- -license</option></term>
<listitem>
<para>
Show license information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option><option>- -version</option></term>
<listitem>
<para>
Show version information
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
-->
<refsect1>
<title>Application Options</title>
<variablelist>
<varlistentry>
<term><option>-e</option>,<option>--exec</option></term>
<listitem>
<para>
execute script in <parameter>file</parameter> without gui support.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-i</option>,<option>--interactive</option></term>
<listitem>
<para>start interactive <command>kjs</command> interpreter.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-n</option>,<option>--no-kde</option></term>
<listitem>
<para>start without &kde; KApplication support.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Usage</title>
<para>
The most common way to run <command>kjscmd</command> is simply as
<literallayout>
<userinput><command>kjscmd</command> <parameter>file</parameter>
</userinput>
</literallayout>
If no parameter <parameter>file</parameter> is used, it executes a predefined test
script that measures the start speed of <command>kjscmd</command>.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<para><replaceable>kjs</replaceable>(1)</para>
</refsect1>
<refsect1>
<title>Bugs</title>
<para>There are probably tons of bugs. Use <ulink url="http://bugs.kde.org">bugs.kde.org</ulink> to report them.</para>
</refsect1>
</refentry>