.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{ . if \nF \{ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "Padre 3pm" .TH Padre 3pm "2014-09-11" "perl v5.20.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Padre \- Perl Application Development and Refactoring Environment .SH "SYNOPSIS" .IX Header "SYNOPSIS" Padre is a text editor aimed to be an \s-1IDE\s0 for Perl. .PP After installation you should be able to just type in .PP .Vb 1 \& padre .Ve .PP and get the editor working. .PP Padre development started in June 2008 and made a lot of progress but there are still lots of missing features and the development is still very fast. .SH "Getting Started" .IX Header "Getting Started" After installing Padre you can start it by typing \fBpadre\fR on the command line. On Windows that would be Start/Run padre.bat .PP You can start new files File/New (\f(CW\*(C`Ctrl+N\*(C'\fR) or open existing files File/Open (\f(CW\*(C`Ctrl+O\*(C'\fR). .PP You can edit the file and save it using File/Save (\f(CW\*(C`Ctrl+S\*(C'\fR). .PP You can run the script by pressing Run/Run Script (\f(CW\*(C`F5\*(C'\fR) .PP By default Padre uses the same Perl interpreter for executing code that it uses for itself but this will be configurable later. .SH "FEATURES" .IX Header "FEATURES" Instead of duplicating all the text here, let us point you to the web site of Padre where we keep a list of existing and planned features. We are creating detailed explanation about every feature in our wiki: .SH "DESCRIPTION" .IX Header "DESCRIPTION" .SS "Configuration" .IX Subsection "Configuration" The application maintains its configuration information in a directory called \fI.padre\fR. .SS "Other" .IX Subsection "Other" On Strawberry Perl you can associate .pl file extension with \&\fIC:\estrawberry\eperl\ebin\ewxperl\fR and then you can start double clicking on the application. It should work... .PP Run This (\f(CW\*(C`F5\*(C'\fR) \- run the current buffer with the current Perl this currently only works with files with \fI.pl\fR extensions. .PP Run Any (\f(CW\*(C`Ctrl+F5\*(C'\fR) \- run any external application .PP First time it will prompt you to a command line that you have to type in such as .PP .Vb 1 \& perl /full/path/to/my/script.pl .Ve .PP \&...then it will execute this every time you press \f(CW\*(C`Ctrl+F5\*(C'\fR or the menu option. Currently \f(CW\*(C`Ctrl+F5\*(C'\fR does not save any file. (This will be added later.) .PP You can edit the command line using the Run/Setup menu item. .PP Please Note that you can use \f(CW$ENV{PADRE_VERSION}\fR to detect whether the script is running inside Padre or not. .SS "Navigation" .IX Subsection "Navigation" .Vb 2 \& Ctrl+2 Quick Fix \& Ctrl+. Next Problem \& \& Ctrl+H opens a help window where you can see the documentation of \& any Perl module. Just use open (in the help window) and type in the name \& of a module. \& \& Ctrl+Shift+H Highlight the name of a module in the editor and then \& press Ctrl+Shift+H. It will open the help window for the module \& whose name was highlighted. \& \& In the help window you can also start typing the name of a module. When the \& list of the matching possible modules is small enough you\*(Aqll be able \& to open the drop\-down list and select the name. \& The "small enough" is controlled by two configuration options in the \& Edit/Setup menu: \& \& Max Number of modules \& Min Number of modules \& \& This feature only works after you have indexed all the modules \& on your computer. Indexing is currently done by running the following command: \& \& padre \-\-index .Ve .SH "SQLite" .IX Header "SQLite" Padre is using an SQLite database (\fI~/.padre/config.db\fR) for two things. Part of the preferences/configuration information is kept there and it is used for the \s-1POD\s0 reader. .SH "Documentation POD reader" .IX Header "Documentation POD reader" Padre currently can index (the names of) all the modules on your system and it was planned to have a search capability for modules/functions/etc. .SH "Plug-ins" .IX Header "Plug-ins" There is a highly experimental but quite simple plug-in system. .PP A plug-in is a module in the \f(CW\*(C`Padre::Plugin::*\*(C'\fR namespace. .PP At start-up time Padre looks for all such modules in \f(CW@INC\fR and in its own private directory and loads them. .PP Every plug-in must be a subclass of Padre::Plugin and follow the rules defined in the Padre::Plugin \s-1API\s0 documentation. .PP See also Padre::PluginManager and Padre::PluginBuilder .PP While Padre is running there is a menu option to show the plug-in configuration window that shows the list of all the plug-ins. .PP \&\s-1TO DO:\s0 What to do if a newer version of the same plug-in was installed? .PP \&\s-1TO DO:\s0 What to do if a module was removed ? Shall we keep its data in the configuration file or remove it? .PP \&\s-1TO DO:\s0 Padre should offer an easy but simple way for plug-in authors to declare configuration variables and automatically generate both configuration file and configuration dialog. Padre should also allow for full customization of both for those more advanced in Wx. .SS "Tab and space conversion" .IX Subsection "Tab and space conversion" Tab to Space and Space to Tab conversions ask the number of spaces each tab should substitute. It currently works everywhere. We probably should add a mode to operate only at the beginning of the lines or better yet only at the indentation levels. .PP Delete All Ending space does just what it says. .PP Delete Leading Space will ask How many leading spaces and act accordingly. .SH "ARCHITECTURE" .IX Header "ARCHITECTURE" .IP "Padre.pm" 4 .IX Item "Padre.pm" is the main module. .IP "Padre::Autosave" 4 .IX Item "Padre::Autosave" describes some of our plans for an auto-save mechanism. It is not implemented yet. (There is also some description elsewhere in this document). .IP "Padre::Config" 4 .IX Item "Padre::Config" reads/writes the configuration files. .Sp There is an SQLite database and a \s-1YAML\s0 file to keep various pieces of information. The database holds host related configuration values while the \s-1YAML\s0 file holds personal configuration options. .Sp The SQLite database holds the list of modules available on the system. It will also contain indexing of the documentation Looking at the \f(CW\*(C`\*(C'\fR entries of modules List of functions .IP "Padre::DB" 4 .IX Item "Padre::DB" The SQLite database abstraction for storing Padre's internal data. .IP "Padre::Document" 4 .IX Item "Padre::Document" is an abstraction class to deal with a single document. .RS 4 .IP "Padre::Document::PASM" 4 .IX Item "Padre::Document::PASM" .PD 0 .IP "Padre::Document::PIR" 4 .IX Item "Padre::Document::PIR" .IP "Padre::Document::Perl" 4 .IX Item "Padre::Document::Perl" .RE .RS 4 .RE .IP "Padre::PluginBuilder" 4 .IX Item "Padre::PluginBuilder" .IP "Padre::PluginManager" 4 .IX Item "Padre::PluginManager" .PD locates and loads the plug-ins. .IP "Padre::Plugin" 4 .IX Item "Padre::Plugin" Should be the base class of all plug-ins. .IP "Padre::Pod2HTML" 4 .IX Item "Padre::Pod2HTML" .PD 0 .IP "Padre::PPI" 4 .IX Item "Padre::PPI" .IP "Padre::Project" 4 .IX Item "Padre::Project" .PD Abstract class understanding what a project is. .IP "Padre::Project::Perl" 4 .IX Item "Padre::Project::Perl" Is a Perl specific project. These are work in process. Not yet used. .IP "Padre::TaskManager" 4 .IX Item "Padre::TaskManager" Managing background tasks. .IP "Padre::Task" 4 .IX Item "Padre::Task" Background tasks. .IP "Padre::Util" 4 .IX Item "Padre::Util" Various utility functions. .SS "Wx \s-1GUI\s0" .IX Subsection "Wx GUI" The \f(CW\*(C`Padre::Wx::*\*(C'\fR namespace is supposed to deal with all the Wx related code. .IP "Padre::Wx" 4 .IX Item "Padre::Wx" .PD 0 .IP "Padre::Wx::App" 4 .IX Item "Padre::Wx::App" .PD is the Wx::App subclass. Does not really do much. .IP "Padre::Wx::Dialog::Bookmarks" 4 .IX Item "Padre::Wx::Dialog::Bookmarks" .PD 0 .IP "Padre::Wx::Dialog::Find" 4 .IX Item "Padre::Wx::Dialog::Find" .PD This is the main Find dialog .IP "Padre::Wx::Panel::FindFast" 4 .IX Item "Padre::Wx::Panel::FindFast" This is the newer Firefox like inline search box. .IP "Padre::Wx::Dialog::PluginManager" 4 .IX Item "Padre::Wx::Dialog::PluginManager" .PD 0 .IP "Padre::Wx::Dialog::Preferences" 4 .IX Item "Padre::Wx::Dialog::Preferences" .IP "Padre::Wx::Dialog::Snippets" 4 .IX Item "Padre::Wx::Dialog::Snippets" .IP "Padre::Wx::FileDropTarget" 4 .IX Item "Padre::Wx::FileDropTarget" .PD The code for drag and drop .IP "Padre::Wx::Editor" 4 .IX Item "Padre::Wx::Editor" holds an editor text control instance (one for each buffer/file). This is a subclass of Wx::Scintilla::TextCtrl also known as Scintilla. .IP "Padre::Wx::ComboBox::History" 4 .IX Item "Padre::Wx::ComboBox::History" .PD 0 .IP "Padre::Wx::TextEntryDialog::History" 4 .IX Item "Padre::Wx::TextEntryDialog::History" .IP "Padre::Wx::Main" 4 .IX Item "Padre::Wx::Main" .PD This is the main window, most of the code is currently there. .IP "Padre::Wx::Menu" 4 .IX Item "Padre::Wx::Menu" handles everything the menu should know and do. .IP "Padre::Wx::Output" 4 .IX Item "Padre::Wx::Output" the output window at the bottom of the editor displaying the output of running code using \f(CW\*(C`F5\*(C'\fR. .IP "Padre::Wx::HtmlWindow" 4 .IX Item "Padre::Wx::HtmlWindow" .PD 0 .IP "Padre::Wx::Frame::POD" 4 .IX Item "Padre::Wx::Frame::POD" .IP "Padre::Wx::Popup" 4 .IX Item "Padre::Wx::Popup" .PD not in use. .IP "Padre::Wx::Printout" 4 .IX Item "Padre::Wx::Printout" Implementing the printing capability of Padre. .IP "Padre::Wx::SyntaxCheck" 4 .IX Item "Padre::Wx::SyntaxCheck" Implementing the continuous syntax check of Perl code. .IP "Padre::Wx::ToolBar" 4 .IX Item "Padre::Wx::ToolBar" handles everything the toolbar should know and do. .SH "METHODS" .IX Header "METHODS" The \f(CW\*(C`Padre\*(C'\fR class itself provides a number of convenience methods. .ie n .SS """ide""" .el .SS "\f(CWide\fP" .IX Subsection "ide" .Vb 1 \& my $ide = Padre\->ide; .Ve .PP The static \f(CW\*(C`ide\*(C'\fR method returns the Padre singleton object if the \s-1IDE\s0 has been created, or throws an exception if the \s-1IDE\s0 has not been created. .ie n .SS """new""" .el .SS "\f(CWnew\fP" .IX Subsection "new" .Vb 1 \& my $ide = Padre\->new(%options); .Ve .PP The \f(CW\*(C`new\*(C'\fR constructor creates the new singleton Padre object, or throws an exception if the \s-1IDE\s0 has already been created. .PP It takes a set of parsed command line options as a parameter, storing them until they are needed at startup. .ie n .SS """wx""" .el .SS "\f(CWwx\fP" .IX Subsection "wx" .Vb 1 \& my $app = Padre\->wx; .Ve .PP The static \f(CW\*(C`wx\*(C'\fR method is a convenience wrapper around the underlying global variable \f(CW$Wx::TheApp\fR provided by the Wx module. .PP For convenience reasons, it can also be used as an instance method. .PP Returns a Wx::App object, or \f(CW\*(C`undef\*(C'\fR if the application object has not yet been created. .ie n .SS """run""" .el .SS "\f(CWrun\fP" .IX Subsection "run" .Vb 1 \& $padre\->run; .Ve .PP The \f(CW\*(C`run\*(C'\fR method starts the Padre \s-1IDE\s0 and enters the Wx main loop. .SH "BUGS" .IX Header "BUGS" Before submitting a bug please talk to the Padre developers on \s-1IRC:\s0 #padre on irc.perl.org. You can use this web based \&\s-1IRC\s0 client: .PP Please submit your bugs at .SH "SUPPORT" .IX Header "SUPPORT" See also .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright 2008\-2013 The Padre development team as listed in Padre.pm. .SH "LICENSE" .IX Header "LICENSE" This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself. .SH "DISCLAIMER OF WARRANTY" .IX Header "DISCLAIMER OF WARRANTY" \&\s-1BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE \*(L"AS IS\*(R" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.\s0 .PP \&\s-1IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE \s0(\s-1INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE\s0), \s-1EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\s0 .SH "ACKNOWLEDGEMENTS" .IX Header "ACKNOWLEDGEMENTS" .SS "The Padre development team" .IX Subsection "The Padre development team" The developers of Padre in alphabetical order: .PP Aaron Trevena (\s-1TEEJAY\s0) .PP Ahmad Zawawi \s-1XXXX XXXX XXXXX \s0(\s-1AZAWAWI\s0) .PP Adam Kennedy (\s-1ADAMK\s0) .PP Alexandr Ciornii (\s-1CHORNY\s0) .PP Blake Willmarth (\s-1BLAKEW\s0) .PP Breno G. de Oliveira (\s-1GARU\s0) .PP Brian Cassidy (\s-1BRICAS\s0) .PP Burak Gu\*:rsoy (\s-1BURAK\s0) .PP Cezary Morga (\s-1THEREK\s0) .PP Chris Dolan (\s-1CHRISDOLAN\s0) .PP Claudio Ramirez (\s-1NXADM\s0) .PP Fayland Lam (\s-1FAYLAND\s0) .PP Gabriel Vieira (\s-1GABRIELMAD\s0) .PP Ga\*'bor Szabo\*' \- \s-1XXXXX XXX \s0(\s-1SZABGAB\s0) .PP Heiko Jansen (\s-1HJANSEN\s0) .PP Je\*'ro\*^me Quelin (\s-1JQUELIN\s0) .PP Kaare Rasmussen (\s-1KAARE\s0) .PP Keedi Kim \- \s-1XXX \s0(\s-1KEEDI\s0) .PP Kenichi Ishigaki \- \s-1XXXX \s0(\s-1ISHIGAKI\s0) .PP Kevin Dawson (\s-1BOWTIE\s0) .PP Mark Grimes .PP Max Maischein (\s-1CORION\s0) .PP Olivier Mengue\*' (\s-1DOLMEN\s0) .PP Patrick Donelan (\s-1PDONELAN\s0) .PP PaweX Murias (\s-1PMURIAS\s0) .PP Petar Shangov (\s-1PSHANGOV\s0) .PP Peter Lavender (\s-1PLAVEN\s0) .PP Ryan Niebur (\s-1RSN\s0) .PP Sebastian Willing (\s-1SEWI\s0) .PP Steffen Mu\*:ller (\s-1TSEE\s0) .PP Zeno Gantner (\s-1ZENOG\s0) .SS "Translators" .IX Subsection "Translators" \fIArabic\fR .IX Subsection "Arabic" .PP Ahmad M. Zawawi \- \s-1XXXX XXXX XXXXX \s0(\s-1AZAWAWI\s0) .PP \fIChinese (Simplified)\fR .IX Subsection "Chinese (Simplified)" .PP Fayland Lam (\s-1FAYLAND\s0) .PP \fIChinese (Traditional)\fR .IX Subsection "Chinese (Traditional)" .PP BlueT \- Matthew Lien \- \s-1XXX \s0(\s-1BLUET\s0) .PP Chuanren Wu .PP \fIDutch\fR .IX Subsection "Dutch" .PP Dirk De Nijs (ddn123456) .PP \fIEnglish\fR .IX Subsection "English" .PP Everyone on the team .PP \fIFrench\fR .IX Subsection "French" .PP Je\*'ro\*^me Quelin (\s-1JQUELIN\s0) .PP Olivier Mengue\*' (\s-1DOLMEN\s0) .PP \fIGerman\fR .IX Subsection "German" .PP Heiko Jansen (\s-1HJANSEN\s0) .PP Sebastian Willing (\s-1SEWI\s0) .PP Zeno Gantner (\s-1ZENOG\s0) .PP \fIHebrew\fR .IX Subsection "Hebrew" .PP Omer Zak \- \s-1XXXX XX\s0 .PP Shlomi Fish \- \s-1XXXXX XXX \s0(\s-1SHLOMIF\s0) .PP Amir E. Aharoni \- \s-1XXXX X. XXXXXX\s0 .PP \fIHungarian\fR .IX Subsection "Hungarian" .PP Gyo\*:rgy Pa\*'sztor (\s-1GYU\s0) .PP \fIItalian\fR .IX Subsection "Italian" .PP Simone Blandino (\s-1SBLANDIN\s0) .PP \fIJapanese\fR .IX Subsection "Japanese" .PP Kenichi Ishigaki \- \s-1XXXX \s0(\s-1ISHIGAKI\s0) .PP \fIKorean\fR .IX Subsection "Korean" .PP Keedi Kim \- \s-1XXX \s0(\s-1KEEDI\s0) .PP \fIRussian\fR .IX Subsection "Russian" .PP Andrew Shitov .PP \fIPolish\fR .IX Subsection "Polish" .PP Cezary Morga (\s-1THEREK\s0) .PP Marek Roszkowski (EviL) .PP \fIPortuguese (Brazilian)\fR .IX Subsection "Portuguese (Brazilian)" .PP Breno G. de Oliveira (\s-1GARU\s0) .PP \fISpanish\fR .IX Subsection "Spanish" .PP Paco Alguacil (PacoLinux) .PP Enrique Nell (\s-1ENELL\s0) .PP \fICzech\fR .IX Subsection "Czech" .PP Marcela MaXla\*'Xova\*' (mmaslano) .PP Marek Roszkowski (EviL) .PP \fINorwegian\fR .IX Subsection "Norwegian" .PP Kjetil Skotheim (\s-1KJETIL\s0) .PP \fITurkish\fR .IX Subsection "Turkish" .PP Burak Gu\*:rsoy (\s-1BURAK\s0) .SS "Thanks" .IX Subsection "Thanks" Mattia Barbon for providing wxPerl. Part of the code was copied from his Wx::Demo application. .PP Herbert Breunung for letting me work on Kephra. .PP Octavian Rasnita for early testing and bug reports. .PP Tatsuhiko Miyagawa for consulting on our I18N and L10N support.