Git commit 5cecdb9576b7f3f7f5888cd4f5a6aa7547a539d0 by Yuri Chornoivan. Committed on 28/02/2013 at 18:30. Pushed by yurchor into branch 'master'.
BUG: 298346 Comment out parts about Windows port. Added links for those who want to port Krusader into Windows M +3 -1 doc-extras/ChangeLog M +9 -4 doc/faq.docbook M +2 -1 doc/help.docbook M +7 -4 doc/installation.docbook http://commits.kde.org/krusader/5cecdb9576b7f3f7f5888cd4f5a6aa7547a539d0 diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index 1d088a7..4b8a581 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -3,8 +3,10 @@ The Krusader Handbook ChangeLog 2.4.0 "" ========================== +Date: 201?-??-?? -Add information on removal of Synchronizer and on how to reenable it. + ADDED: Add information on removal of Synchronizer and on how to reenable it. + FIXED: Bug #298346 2.4.0-beta3 "Single Step" ========================== diff --git a/doc/faq.docbook b/doc/faq.docbook index cc0b308..5368683 100644 --- a/doc/faq.docbook +++ b/doc/faq.docbook @@ -1523,11 +1523,16 @@ <question id="faqg_win"> <para>Is there a &Windows; port?</para> </question> - <answer> - <para>Yes, there is a <link linkend="kde4_win_install">&Windows; port</link> since 18 June 2008. - Before &krusader; can be used several &Qt;4-libraries and &kde;4-libraries need to be installed. - A recommended native file manager for &Windows; is + <answer> + <!-- the port is unavailable now + <para>Yes, there is a <link linkend="kde4_win_install">&Windows; port</link> since 18 June 2008. + Before &krusader; can be used several &Qt;4-libraries and &kde;4-libraries need to be installed.--> + <para>No, there was a port but it is unmaintained and unavailable now. A recommended native file manager for &Windows; is <ulink url="http://www.ghisler.com/"><trademark class="copyright">Total Commander</trademark></ulink> (shareware).</para> + <para>If you want to help with porting please join <ulink url="http://windows.kde.org/">The KDE on Windows Initiative</ulink>. + Some useful tips on porting can be found in the + <ulink url="https://projects.kde.org/projects/extragear/utils/krusader/repository/revisions/master/entry/INSTALL"><filename>INSTALL</filename></ulink> + file of the &krusader; sources, it contains all latest compilation instructions.</para> <para></para> <!-- Empty line to make it more readable --> </answer> diff --git a/doc/help.docbook b/doc/help.docbook index ec04206..74f5124 100644 --- a/doc/help.docbook +++ b/doc/help.docbook @@ -104,12 +104,13 @@ maintained by <ulink url="http://www.krusader.org/developers.php">Jonas Bähr</ulink>, all feedback is welcome.</para> +<!-- Windows port is unavainlable now <para><emphasis role="bold">Users' feedback for the &krusader; &Windows; port</emphasis> </para> <para>There is a <link linkend="kde4_win_install">&Windows; port</link> since 18 June 2008. It needs &Qt; and &kde;libs to run. - All feedback is welcome.</para> + All feedback is welcome.</para>--> <para> <emphasis role="bold">FAQ</emphasis> </para> diff --git a/doc/installation.docbook b/doc/installation.docbook index 928a19c..ad10751 100644 --- a/doc/installation.docbook +++ b/doc/installation.docbook @@ -81,9 +81,10 @@ <para>All BSD Platforms (<trademark class="copyright">FreeBSD</trademark>/<trademark class="registered">NetBSD</trademark>/<trademark class="registered">OpenBSD</trademark>/&MacOS;)</para> </listitem> + <!-- Not here anymore <listitem> <para>&Windows; XP and Vista</para> - </listitem> + </listitem>--> </itemizedlist></para> <para>In order to handle archives, checksums and other utilities they must be configured in our <link linkend="konfig-dependencies">configuration tool</link>. @@ -189,9 +190,10 @@ <listitem> <para>There is a <link linkend="kde4_mac_install">&MacOS;-X port</link>.</para> </listitem> - <listitem> + <!-- There is no port available now + <listitem> <para>There is a <link linkend="kde4_win_install">&Windows; port</link>.</para> - </listitem> + </listitem>--> </itemizedlist></para> <para>Search engines @@ -653,6 +655,7 @@ if you only run a Krusader binary you do not need these packages.</para> </sect1> +<!-- <sect1 id="kde4_win_install"> <title>Installing on the &Windows; platform</title> @@ -672,7 +675,7 @@ if you only run a Krusader binary you do not need these packages.</para> <ulink url="http://winkde.org/pub/kde/ports/win32/installer/">Win-KDE installer</ulink>. See also <ulink url="http://windows.kde.org/">windows.kde.org</ulink> for more information.</para> -</sect1> + </sect1>-->
