diff --git a/about/index.html b/about/index.html index d9521a3..2dbd6ee 100644 --- a/about/index.html +++ b/about/index.html @@ -1,88 +1,88 @@ Krusader - Twin panel file management for your desktop - +

About this website

This website was developed by Dirk Eschler and put into the hands of the Krusader Krew. Rights are reserved unless otherwise stated.

- \ No newline at end of file + diff --git a/documentation/index.html b/documentation/index.html index a48b2af..9407347 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -1,79 +1,79 @@ Krusader - Twin panel file management for your desktop - +

The Krusader Handbook

Krusader has a detailed documentation handbook. The documentation team also provides a weekly build of the handbook in PDF format.

Related links: Docs.kde.org
- \ No newline at end of file + diff --git a/get-involved/contributors/index.html b/get-involved/contributors/index.html index 212ad96..bf1e250 100644 --- a/get-involved/contributors/index.html +++ b/get-involved/contributors/index.html @@ -1,129 +1,130 @@ Krusader - Twin panel file management for your desktop - +

Developed by a 
dedicated team of individuals

    -
  • Jan Lepper (Developer) (Inactive)
  • Yuri Chornoivan (Documentation)
  • Davide Gianforte (Developer)
  • Toni Asensi Esteve (Developer)
  • Martin Kostolný (Developer)
  • Alexander Bikadorov (Developer & Temporary Webmaster)
  • +
  • Nikita Melnichenko (Developer)

Give credit where credit is due. To our former members

  • Shie Erlich (Author)
  • Rafi Yanai (Author)
  • Dirk Eschler (Webmaster & Retired i18n coordinator)
  • Richard Holt (Documentation & Proofing)
  • Heiner Eichmann (Developer)
  • Frank Schoolmeesters (Documentation & Marketing Coordinator)
  • Csaba Karai (Developer)
  • Jonas Bähr (Developer)
  • Matej Urbančič (Marketing & Product Research)
  • Václav Jůza (Developer)
  • Simon Persson (Developer)
  • +
  • Jan Lepper (Developer)

We would like to thank

Shie Erlich thanks

  • My wife Dani, for TLC, great food and mostly, for being a believer.
  • Csaba, Heiner, Frank, Dirk and Jonas for sharing the load, and Rafi for the good old Kleopatra days. ;)
diff --git a/get-involved/index.html b/get-involved/index.html index f2193e5..75b4911 100644 --- a/get-involved/index.html +++ b/get-involved/index.html @@ -1,125 +1,125 @@ Krusader - Get Involved - +

Participate 
in Krusader development

Check out our developer site on Phabricator where all development is taking place (you can log in with a KDE Identity account).

You can fetch the source from the KDE Git repository.

Checkout (Anonymous)

$ git clone git://anongit.kde.org/krusader
 

Checkout (Developer)

$ git clone git@git.kde.org:krusader.git
 

Note: Refer to the GitKdeOrgManual for details.

Installation

$ cd krusader
 $ mkdir -v build && cd build
 $ cmake -DCMAKE_INSTALL_PREFIX=/usr/ ..
 $ make
 # At the beginning of the following command: `sudo` must be added if Kubuntu, Ubuntu, Debian, or similar is being used.
 $ su -c "make install"
 

Note: For the advanced and latest installation instructions please refer to the INSTALL file in the Krusader sources.

Note: On a multi cpu/core system you might want to speed up the compile process by increasing the number of jobs (e.g. "make -j4").

Localization

Due to the layout of KDE's repository, translations aren't part of the checkout. There is a list of translation files in the 10n.kde.org Krusader page. In that list anyone can look for his desired translation file, hover the mouse cursor over its link, see its tooltip to look up the appropriate language code (which is shown between parentheses, e.g. if on the tooltip it's seen "German (de)" that means that the language code is: de), click on the link (in order to download the proper krusader.po file), and execute:

$ msgfmt krusader.po -o krusader.mo
 # At the beginning of the following command: `sudo` must be added if Kubuntu, Ubuntu, Debian, or similar is being used.                    
 # Replace <XX> with the previously found language code (e.g. de for German). 
 $ su -c "cp krusader.mo /usr/share/locale/<XX>/LC_MESSAGES/"
 

Building a git snapshot with translations

In order to build a snapshot which includes translations KDE's releaseme script can be used. Here is how it works:

$ git clone git://anongit.kde.org/releaseme
 $ releaseme/tarme.rb --version git`date +%Y%m%d` --origin trunk krusader
 

Note: You need to have ruby installed to run the script.

The script will create a tarball in the same directory which can be installed as usual:

$ tar xjvf krusader-git`date +%Y%m%d`.tar.bz2
 $ cd krusader-git`date +%Y%m%d`
 $ cmake -DCMAKE_INSTALL_PREFIX=/usr/
 $ make
 $ su -c "make install"
diff --git a/get-involved/mailing-lists/index.html b/get-involved/mailing-lists/index.html index 7f75dfc..a4b72b9 100644 --- a/get-involved/mailing-lists/index.html +++ b/get-involved/mailing-lists/index.html @@ -1,123 +1,123 @@ Krusader - Get Involved - +

This Project 
runs a few mailing lists

The mailing lists are the project's main source to get in touch with both developers and users.

Google Groups

  • Main development mailing list.
    browse | subscribe

  • List for usage related questions.
    browse | subscribe

  • Very low volume list, used for announcements of new versions or critical bugfixes.
    browse | subscribe

KDE Mailing Lists

  • New releases of KDE applications, including Krusader, are announced here.
    browse | subscribe

  • The commitfilter can be used to define Krusader related filters to receive commit messages.

- \ No newline at end of file + diff --git a/get-krusader/index.html b/get-krusader/index.html index 597f616..955f997 100644 --- a/get-krusader/index.html +++ b/get-krusader/index.html @@ -1,160 +1,160 @@ Krusader - Twin panel file management for your desktop - +

Get your copy 
of the Krusader file manager

Looking for a quick source download? Krusader comes in different flavors:

The latest stable version of Krusader.
Mature, and safe for everyday use. Made for KDE5 / KFramework 5

-

This version is a (possibly) unstable and older build of Krusader. Usable with KDE 4. +

This version is a (possibly) unstable and older build of Krusader. Usable with KDE Plasma 4.
Supplied for older systems.

Chances are good, that Krusader is already part of your distribution and can be installed without major effort. In a perfect world Krusader is only one command away ...

Debian

# apt-get install krusader
 

Note:This is supposed to work on any Debian based system like Ubuntu or Mepis as well as other apt-get aware distributions such as ALT Linux.

Related links: Packages.debian.org, Packages.ubuntu.com

Gentoo

# emerge krusader
 

Note:Refer to the official Gentoo Handbook if you intend to try the testing branch.

Related links: Packages.gentoo.org

Fedora

# dnf install krusader
 

Related links: Fedora package database

Mageia

# urpmi krusader
 

Related links: Mageia wiki

More systems known to include Krusader:
Arch LinuxArcheOSArk LinuxFreeBSDFrugalware LinuxKanotixLunar LinuxROCK LinuxOpenLXopenSUSEKnoppixLinspirePCLinuxOSALT LinuxSource Mage

Extensions

Krusader can be extended with custom add-ons called User Actions. You can find existing extensions and share your own ones in the KDE store. Note that all add-ons there are unofficial, use them with caution.

- \ No newline at end of file + diff --git a/get-krusader/release-archive/index.html b/get-krusader/release-archive/index.html index 3ce2259..cbfd3fd 100644 --- a/get-krusader/release-archive/index.html +++ b/get-krusader/release-archive/index.html @@ -1,147 +1,147 @@ Krusader - Twin panel file management for your desktop - +

Krusader
release archive

An obviously incomplete list of Krusader releases.

See the full changelog here: ChangeLog

Krusader 2.6.0 "Stiff Challenges"

Release date: 2017-Apr-12 - KDE5

SHA256 checksum: 7061a43cada6bd7df991ed2e3e5193b1d99144fa426c8331a2b54170b79b3a39

Krusader 2.5.0 "Clear Skies"

Release date: 2016-Oct-22 - KDE5 - Changelog

SHA256 checksum: fb9f4b237378fd5d86d5c0202b9d714f3d8dfe549ba9e7926f6f9de60b5088d7

Krusader 2.4.0-beta3 "Single Step"

Release date: 2012-Oct-21 - KDE4 - Release notes | Changelog

Krusader 2.4.0-beta2 "Giant Steps"

Release date: 2012-Oct-12 - KDE4 - Release notes | Changelog

Krusader 2.4.0-beta1 "Migration"

Release date: 2011-Jun-26 - KDE4 - Release notes | Changelog

Krusader 2.3.0-beta1 "New Horizons"

Release date: 2010-Dec-16 - KDE4

Krusader 2.2.0-beta1 "DeKade"

Release date: 2010-Apr-30 - KDE4

Krusader 2.1.0-beta1 "Rusty Clutch"

Release date: 2009-Oct-31 - KDE4

Krusader 2.0.0 "Mars Pathfinder"

Release date: 2009-Apr-11 - KDE4 - Release notes | Changelog

Krusader 1.90.0 "Power Stone"

Release date: 2008-Mar-15 - KDE3 - Release notes | Changelog

Visit SourceForge for a full archive of Krusader packages including builds for various systems.

- \ No newline at end of file + diff --git a/index.html b/index.html index 41f3613..7e636e4 100644 --- a/index.html +++ b/index.html @@ -1,117 +1,117 @@ Krusader - Twin panel file management for your desktop - +

Twin panel file management
for your desktop

-

Krusader is an advanced twin panel (commander style) file manager for KDE and other desktops in the *nix world, similar to Midnight or Total Commander. It provides all the file management features you could possibly want. Plus:

+

Krusader is an advanced twin panel (commander style) file manager for KDE Plasma and other desktops in the *nix world, similar to Midnight or Total Commander. It provides all the file management features you could possibly want. Plus:

  • Extensive archive handling
  • Mounted filesystem support
  • File transfers with (S)FTP
  • Advanced search module
  • An internal viewer and editor
  • Directory synchronisation
  • File content comparisons
  • Powerful batch renaming
  • And much much more ...

It supports a wide variety of archive formats and can handle other KIO slaves such as smb or fish. It is (almost) completely customizable, very user friendly, fast and looks great on your desktop! You should give it a try.

This piece of software is developed by the Krusader Krew, published under the GNU General Public Licence.

- \ No newline at end of file + diff --git a/report-bugs/index.html b/report-bugs/index.html index 9cd6816..1914074 100644 --- a/report-bugs/index.html +++ b/report-bugs/index.html @@ -1,116 +1,116 @@ Krusader - Report Bugs - +

Bugs?!?
Well, okay...

We use the KDE Bugtracker. Refer to the FAQ for how to provide useful information in your bug report.

Note: Before you file a new bug, please make sure that the bug hasn't already been reported.

Bug FAQs

Frequently asked questions about thinks not working in Krusader and their solutions.

I cannot use my favourite protocol X (SFTP, MTP, NFS, SMB, ...) in Krusader ("Protocol not supported"). Why?

Support for these protocols is not inbuilt in Krusader but provided by KIO. You need to additionally install the corresponding protocol library. The package is most likely called kio-extras.

Some or many icons are missing in Krusader

Krusader uses icons which are only contained in KDE's default icon set Breeze. Make sure you have it installed and that it is used by KDE applications. Unfortunately you cannot use a different icon set because it will most likely not contain all icons needed in contrast to the very large set in Breeze.

- \ No newline at end of file +