Git commit 23f285bc056bc0807abde6e446ea5d02ae41a47b by Burkhard Lück. Committed on 19/07/2016 at 19:43. Pushed by lueck into branch 'Applications/16.08'.
Update KSystemlog docbook proofread, bump date+releaseinfo remove antity package, not used any more remove appendix REVIEW:127683 M +- -- doc/filter-process.png M +- -- doc/first-opening.png M +24 -18 doc/index.docbook M +- -- doc/main-screen.png http://commits.kde.org/ksystemlog/23f285bc056bc0807abde6e446ea5d02ae41a47b diff --git a/doc/filter-process.png b/doc/filter-process.png index 1c13f57..fcbe877 100644 Binary files a/doc/filter-process.png and b/doc/filter-process.png differ diff --git a/doc/first-opening.png b/doc/first-opening.png index acb6742..3cc5d34 100644 Binary files a/doc/first-opening.png and b/doc/first-opening.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 216a5c2..37c887b 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1,8 +1,5 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ -<!ENTITY ksystemlog "<application>KSystemLog</application>"> -<!ENTITY kappname "&ksystemlog;"><!-- replace kapp here --> -<!ENTITY package "kdeadmin"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"><!-- change language only here --> ]> @@ -30,11 +27,11 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2013-06-08</date> -<releaseinfo>0.4 (&kde; 4.11)</releaseinfo> +<date>2016-04-17</date> +<releaseinfo>0.4 (Applications 16.04)</releaseinfo> <abstract> -<para>&ksystemlog; is a system log viewer tool for &kde;. This program is developed for beginner users +<para>&ksystemlog; is a system log viewer tool by &kde;. This program is developed for beginner users who don't know how to find information about their system or where the log files are located. It is also designed for advanced users who want to quickly see problems occuring on their server. </para> @@ -55,7 +52,18 @@ It is also designed for advanced users who want to quickly see problems occuring </keywordset> </bookinfo> - +<!-- +GSoC 2015 (add journald support to KSystemLog) http://vyacheslav-matyushin.blogspot.de/ +GUI stuff from git log +Switch default mode to journald. Add journald to default toolbar layout +Added HTTPS support for remote journals +Added UI to enable HTTPS for remote journals +Local analyzer display filter name in tab and window title +Network journal submenus now contain "Filter by" submenus +Implemented configuration UI and saving/restoring of remote journals +Hide category submenus if they are empty +Hide menu entries and actions for modes with missing log files +--> <chapter id="using_ksystemlog"> <title>Using &ksystemlog;</title> @@ -105,6 +113,7 @@ It is also designed for advanced users who want to quickly see problems occuring <listitem><simpara>Group by different criteria (log level, log file, process, hour, ...)</simpara></listitem> <listitem><simpara>Detailed information for each log lines</simpara></listitem> <listitem><simpara>Adding a log entry manually</simpara></listitem> + <listitem><simpara>Filtering by priority</simpara></listitem> </itemizedlist> <para> @@ -124,7 +133,7 @@ It is also designed for advanced users who want to quickly see problems occuring <listitem><simpara>Daemons logs</simpara></listitem> <listitem><simpara>Cron logs</simpara></listitem> <listitem><simpara>XSessions logs</simpara></listitem> - + <listitem><simpara>Systemd / Journald logs</simpara></listitem> </itemizedlist> <para> @@ -231,6 +240,13 @@ It is also designed for advanced users who want to quickly see problems occuring </para> </sect3> + <sect3 id="send_email"> + <title>Send logd via email</title> + <para> + The context menu has an action <guilabel>Send E-Mail selection</guilabel>. Select relevant lines in the log and use this action to open the composer window of your default email client prefilled with the selection. + </para> + + </sect3> </sect2> <sect2 id="monitoring_management"> <title>Monitoring Management</title> @@ -286,16 +302,6 @@ It is also designed for advanced users who want to quickly see problems occuring </chapter> -<appendix id="installation"> - <title>How to obtain &ksystemlog; code</title> - - <para> - &ksystemlog; code can be found in the following folder of the &kde; Git Repository: - <ulink url="https://commits.kde.org/ksystemlog">&ksystemlog; in the &kde; repository</ulink> - </para> - -</appendix> - &documentation.index; </book> diff --git a/doc/main-screen.png b/doc/main-screen.png index 9c55be5..adbf45e 100644 Binary files a/doc/main-screen.png and b/doc/main-screen.png differ _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
