Git commit e3bf8905edb6f1e90c5ba66baf97ec3293796b0c by Yuri Chornoivan. Committed on 07/11/2013 at 17:52. Pushed by yurchor into branch 'KDE/4.12'.
Update docs A +- -- doc/Icon-document-open.png A +- -- doc/Icon-format-justify-fill.png M +- -- doc/courses.png M +- -- doc/create_course3.png M +15 -2 doc/index.docbook M +- -- doc/quality_check.png http://commits.kde.org/ktouch/e3bf8905edb6f1e90c5ba66baf97ec3293796b0c diff --git a/doc/Icon-document-open.png b/doc/Icon-document-open.png new file mode 100644 index 0000000..2d83b2a Binary files /dev/null and b/doc/Icon-document-open.png differ diff --git a/doc/Icon-format-justify-fill.png b/doc/Icon-format-justify-fill.png new file mode 100644 index 0000000..a7e111f Binary files /dev/null and b/doc/Icon-format-justify-fill.png differ diff --git a/doc/courses.png b/doc/courses.png index bb2187d..41aac76 100644 Binary files a/doc/courses.png and b/doc/courses.png differ diff --git a/doc/create_course3.png b/doc/create_course3.png index 1d8406e..afb14f0 100644 Binary files a/doc/create_course3.png and b/doc/create_course3.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 971d6ad..463fe69 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -52,8 +52,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2012-11-26</date> -<releaseinfo>2.0</releaseinfo> +<date>2013-11-07</date> +<releaseinfo>2.2.0</releaseinfo> <abstract> <para>&i18n-ktouch; is a program for learning to touch type. &i18n-ktouch; @@ -1075,6 +1075,19 @@ copy snippets of the text from your favorite text editor and paste them to this field. </para> <para> +Use <inlinemediaobject> +<imageobject> <imagedata fileref="Icon-document-open.png" +format="PNG"/> </imageobject> </inlinemediaobject> button to open generic text file +that will be imported into the lesson text field. +</para> +<para> +The <inlinemediaobject> +<imageobject> <imagedata fileref="Icon-format-justify-fill.png" +format="PNG"/> </imageobject> </inlinemediaobject> button to wrap the lesson text. +&ktouch; editor wraps such that every line of the lesson does not exceed 60 +characters limit. +</para> +<para> Let's assume you want to add a new lesson. There are a few guidelines you may want to consider: </para> diff --git a/doc/quality_check.png b/doc/quality_check.png index 10eb0df..700c0eb 100644 Binary files a/doc/quality_check.png and b/doc/quality_check.png differ
