Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Krusader Newsletter: Volume 5, Number 2, 9 August 2009
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Frank Schoolmeesters  
View profile  
 More options Aug 9, 5:28 am
From: Frank Schoolmeesters <frank.schoolmeest...@gmail.com>
Date: Sun, 9 Aug 2009 11:28:42 +0200
Local: Sun, Aug 9 2009 5:28 am
Subject: Krusader Newsletter: Volume 5, Number 2, 9 August 2009
--------------------------------------------------------------------------- ----------

Krusader Newsletter, 9 August 2009

(c) 2005-2009 by The Krusader Krew, All Rights Reserved

http://www.krusader.org/phpBB/viewtopic.php?t=2311

--------------------------------------------------------------------------- ----------

Welcome to the second Krusader Newsletter of 2009 with news, views and
information about recent developments and ongoing issues in the
Krusader project. Our aim is to inform of recent developments, give a
preview of upcoming features and to give our loyal users a direct line
to the Krusader Krew.

Krusader-2.0.0 "Mars Pathfinder" released!
**************************************************
Krusader 2.0.0 is the first Krusader-stable for KDE4 [1].
The highlights are: all source code is ported to kDE4, the long
awaited queue manager, five different sorting methods, predefined
mouse selection modes, many bug-fixes.
This is also the first release that comes with experimental support
for the Windows platform. Who thought that day would ever come?
A review can be found at tuxarena.com [2].

1. http://www.krusader.org/phpBB/viewtopic.php?t=2265
2. http://tuxarena.blogspot.com/2009/07/krusader-20-review-first-stable-...

Krusader goes KDE Extragear !
*************************************
Krusader has entered its new home in KDE Extragear SVN [3].
Further Krusader development takes place in KDE's SVN repository [4],
so the SourceForge SVN repository is officially obsolete.
Special thanks goes to Fathi Boudra for handling the migration process!

3. http://www.krusader.org/phpBB/viewtopic.php?t=2296
4. http://websvn.kde.org/trunk/extragear/utils/krusader/

Krusader-SVN development download
********************************************
The latest up to date installation instructions can always be found in
the INSTALL file [5].
The Krusader development version is called Krusader-2.1.0-SVN "Rusty
Clutch", the name is a tribute to KDE Extragear since we are under way
to the first gear.

Download the latest available Krusader-2.1.x SVN source code with subversion:

$ svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/utils/krusader/

Please note that the above command doesn't download the GUI
translations and the Krusader handbook, since their source code
resides in other directories.

Here is a quick hack to get and install the German Krusader-GUI:

$ wget http://websvn.kde.org/*checkout*/trunk/l10n-kde4/de/messages/extragea...
$ msgfmt krusader.po -o krusader.mo
$ su -c "cp krusader.mo /usr/share/locale/de/LC_MESSAGES/"

Change "de" on your language code "foo" to get the proper translation
of your preference.

5. http://websvn.kde.org/trunk/extragear/utils/krusader/INSTALL?view=markup

Translating Krusader in KDE Extragear
*********************************************
Please join your KDE i10n team if you like to continue translate the
Krusader GUI or the Krusader handbook [6] [7].

6. http://l10n.kde.org/teams-list.php
7. http://groups.google.com/group/krusader-news/browse_thread/thread/e86...

Krusader translation status in KDE Extragear
*****************************************************
The Krusader translation status can be followed on a Wiki [8].
Current Krusader status: Currently no release schedule, Currently not
in string freeze.

The translation status of the Krusader GUI can be monitored [9].

The translation status of the Krusader HANDBOOK can be monitored with
several urls.
Because there are about twenty handbook pot files there are about
twenty url's for the handbook
e.g. url [10] [11]
If you take a look you can see that KDE translation teams are working
on Ukrainian, Swedish, Portuguese, German, and French Krusader
handbooks!
We are not sure if one url exist that shows the complete i10 status of
the handbook.

Location of the translation template files in KDE Extragear.
- The Krusader GUI pot file [12].
- A small Krusader GUI pot file for the Krusader icon [13].
- The Krusader Handbook pot files (+ other pot files of other projects) [14].

Some examples of translation files, these are the files that
translators are working on (In this example the German translation):
Change "de" in your language code "foo" to check out your language "foo".
The German Krusader GUI and icon po file
(krusader.po,desktop_extragear-utils_krusader.po not yet translated,
and some other i10n po files) [15].
The German Krusader handbook po files (and some other i10n po files) [16].

8.  http://techbase.kde.org/Schedules/Extragear
9.  http://l10n.kde.org/stats/gui/trunk-kde4/po/krusader.po/
10. http://l10n.kde.org/stats/doc/trunk-kde4/po/krusader.po/
11. http://l10n.kde.org/stats/doc/trunk-kde4/po/krusader_advanced-functio...
12. http://websvn.kde.org/trunk/l10n-kde4/templates/messages/extragear-ut...
13. http://websvn.kde.org/trunk/l10n-kde4/templates/messages/extragear-ut...
14. http://websvn.kde.org/trunk/l10n-kde4/templates/docmessages/extragear...
15. http://websvn.kde.org/trunk/l10n-kde4/de/messages/extragear-utils/
16. http://websvn.kde.org/trunk/l10n-kde4/de/docmessages/extragear-utils/

Krusader Mac port with macports.org
********************************************
Macports.org [17] is used for the Krusader Mac port. A Portfile [18]
is provided for Krusader-2.0.0 "Mars Pathfinder".
Krusader on Mac OS X is an application bundle called krusader.app. you
can double click it in Finder or use the "open" command in the
terminal [19].
[code]$ open /opt/local/bin/krusader.app[/code]
To open it blocking and to see all the output you can also start the
executable inside the bundle directly
[code]$ /opt/local/bin/krusader.app/Contents/MacOS/krusader[/code]
There is also a recent blog entry about installing Krusader on Mac
using Macports [20].

17. http://www.macports.org/
18. http://trac.macports.org/ticket/17731
19. http://www.krusader.org/phpBB/viewtopic.php?t=2308
20. http://n0tablog.wordpress.com/2009/06/24/installing-krusader-orthodox...

New features available in Krusader-2.1.0-SVN "Rusty Clutch"
**********************************************************************
Please note that Krusader-SVN is a development version and probably
will contain some bugs,
but it allows you to use the brand new features (it contains bug fixes
as well)  !

Current highlights:
- Queued packing / unpacking [21]
- Lister: a fast text/hex viewer for Krusader [22]
- Lock tabs, close inactive tabs, close duplicated tabs [23]
- File regex in quick search
- Service menu
- Better trash integration

A complete overview of all Changes can be monitored online with the
Changelog [24] and SVNNEWS [25] files.

21. http://www.krusader.org/phpBB/viewtopic.php?t=2286
22. http://www.krusader.org/phpBB/viewtopic.php?t=2294
23. http://www.krusader.org/phpBB/viewtopic.php?t=1975
24. http://websvn.kde.org/trunk/extragear/utils/krusader/ChangeLog?view=m...
25. http://websvn.kde.org/trunk/extragear/utils/krusader/SVNNEWS?revision...

Help and feedback
**********************
Here you get a chance to contribute to the Krusader project. Some
things need to be done, but can't be done by us. Help, feedback, and
contributions are always welcome. If you feel you can help, please
follow this link [26]. Thank you! If you have a topic for Krusader
news, please contact Frank. Your feedback on this newsletter and
future newsletters will be appreciated.

26. http://www.krusader.org/help.php

Thanks for reading. If you have any ideas to improve Krusader, feel
free to let us know. We do it all, for you....

Kind regards,

Krusader Krew


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google