Git commit 5d710fa028f318df79fadf8fb32ca160953e20b9 by Burkhard Lück. Committed on 27/05/2015 at 09:11. Pushed by lueck into branch 'master'.
check, update screenshots + bump version M +2 -49 doc/index.docbook M +- -- doc/kcronstart.png M +- -- doc/newtask.png M +- -- doc/newvariable.png http://commits.kde.org/kcron/5d710fa028f318df79fadf8fb32ca160953e20b9 diff --git a/doc/index.docbook b/doc/index.docbook index 36b2bc3..38dfe72 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -42,8 +42,8 @@ <holder>&Morgan.N.Sandquist;</holder> </copyright> -<date>2013-06-22</date> -<releaseinfo>&kde; 4.11</releaseinfo> +<date>2015-05-27</date> +<releaseinfo>Plasma 5.3</releaseinfo> <keywordset> <keyword>KDE</keyword> @@ -381,53 +381,6 @@ context menu as well. Additionally the context menu provides actions to cut, copy and paste variables.</para> </sect2> -<!-- -<sect2 id="saving-crontab"> -<title>Saving the <filename>crontab</filename></title> - -<para>Once all scheduled tasks and environment variables have been -created and/or properly modified, save the <filename>crontab</filename> -by selecting -<menuchoice> -<guimenu>File</guimenu> <guimenuitem>Save</guimenuitem> </menuchoice>.</para> - -<para>Alternatively, you can simply press <keycombo -action="simul">&Ctrl;<keycap>S</keycap></keycombo>. Additions or changes -will not actually be made until this is done.</para> - -</sect2> - -<sect2 id="printing-crontab"> -<title>Printing the <filename>crontab</filename></title> - -<para>To print the <filename>crontab</filename> as it has been saved, -select <menuchoice> <guimenu>File</guimenu> -<guimenuitem>Print</guimenuitem> </menuchoice>.</para> - -<para>The standard &kde; printer dialog will display. If you select -<guilabel>Expand</guilabel> you will see that there are two extra -&kcron; specific options in the Print Dialog box.</para> - -<variablelist> -<varlistentry> -<term><guilabel>Print Crontab</guilabel></term> -<listitem> -<para>Prints the <filename>crontab</filename> for the current user.</para> -</listitem> -</varlistentry> - -<varlistentry> -<term><guilabel>Print All Users</guilabel></term> -<listitem> -<para>Prints the <filename>crontab</filename>s for all users. This option is -enabled only for users with super-user privileges.</para> -</listitem> -</varlistentry> - -</variablelist> - -</sect2> ---> </sect1> </article> diff --git a/doc/kcronstart.png b/doc/kcronstart.png index 3c9e92d..c78d677 100644 Binary files a/doc/kcronstart.png and b/doc/kcronstart.png differ diff --git a/doc/newtask.png b/doc/newtask.png index dc7ca43..13ed155 100644 Binary files a/doc/newtask.png and b/doc/newtask.png differ diff --git a/doc/newvariable.png b/doc/newvariable.png index 68a0d09..a93b9f9 100644 Binary files a/doc/newvariable.png and b/doc/newvariable.png differ
