[rkward-cvs] SF.net SVN: rkward:[3418] branches/jss_dec_10/FINAL_JSS_TEX
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Sun Feb 6 16:56:47 UTC 2011
Revision: 3418
http://rkward.svn.sourceforge.net/rkward/?rev=3418&view=rev
Author: sjar
Date: 2011-02-06 16:56:46 +0000 (Sun, 06 Feb 2011)
Log Message:
-----------
suggested changes by Meik and Prasenjit
Modified Paths:
--------------
branches/jss_dec_10/FINAL_JSS_TEX/background.tex
branches/jss_dec_10/FINAL_JSS_TEX/technical.tex
Modified: branches/jss_dec_10/FINAL_JSS_TEX/background.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/background.tex 2011-02-06 15:05:45 UTC (rev 3417)
+++ branches/jss_dec_10/FINAL_JSS_TEX/background.tex 2011-02-06 16:56:46 UTC (rev 3418)
@@ -61,10 +61,10 @@
time. \pkg{RKWard} is designed to allow users to create custom GUI dialogs
easily (see Sections~\ref{sec:technical_plugins} and \ref{sec:example_plugin}).
-\pkg{RKWard} is licensed under the terms of the GNU General Public License Version 2
+\pkg{RKWard} is licensed under the terms of the GNU General Public License\footnote{\url{http://www.gnu.org/licenses/gpl.html}} Version 2
or higher. However, due to its dependencies, \pkg{RKWard} binaries are effectively
distributable only under the terms of Version 2 of the license. Parts of the documentation are available under the
-GNU Free Documentation License. While the project remains in constant development, a growing
+GNU Free Documentation License\footnote{\url{http://www.gnu.org/licenses/fdl.html}}. While the project remains in constant development, a growing
number of users employs \pkg{RKWard} in productive scenarios. The source code,
selected binaries and documentation is hosted at SourceForge
(\url{http://rkward.sourceforge.net/}). Selected key milestones of the development of \pkg{RKWard} are
Modified: branches/jss_dec_10/FINAL_JSS_TEX/technical.tex
===================================================================
--- branches/jss_dec_10/FINAL_JSS_TEX/technical.tex 2011-02-06 15:05:45 UTC (rev 3417)
+++ branches/jss_dec_10/FINAL_JSS_TEX/technical.tex 2011-02-06 16:56:46 UTC (rev 3418)
@@ -347,7 +347,7 @@
\code{require()} in the pre-processing section of the generated \proglang{R} code. The \code{require()}
function is overloaded in \pkg{RKWard}, in order to bring up the package-installation
dialog (see Section~\ref{sec:package_management}) whenever needed. Packages invoked by \code{require()} remain loaded
-in the active \pkg{RKWard} session unless unloaded, manually (from the workspace browser, or using the
+in the active \pkg{RKWard} session unless unloaded manually (from the workspace browser, or using the
\proglang{R} function \code{detach()}).
Dependencies between (embedded) plugins are handled using the \code{<require>}-tag in the plugin map.
@@ -389,13 +389,13 @@
Currently strings in the main application are translated to varying extents in
Czech (cs), Catalan (ca), Spanish (es), German (de), Chinese (zh\_CN), Turkish
(tr), Polish (pl), Italian (it), French (fr), Greek (el), and Danish (da).
-Translatable strings are to be found under po/**.po in the sources. These files
+Translatable strings are to be found under po/*.po in the sources. These files
can conveniently be edited with front-ends like Lokalize\footnote{\url{http://i18n.kde.org/tools/}}.
Plugins and help pages in \pkg{RKWard} are not translatable at the time of this
writing. While it will be technically possible to include the respective strings in
-message catalogs, this is not currently implemented in \pkg{RKWard}. Similarly, any
-output generated by \proglang{R} functions defined for \pkg{RKWard} is not currently
+message catalogs, this is currently not implemented in \pkg{RKWard}. Similarly, any
+output generated by \proglang{R} functions defined for \pkg{RKWard} is currently not
translatable. Again, however, there is no technical barrier with respect to
internationalization of \proglang{R} code, as discussed by \cite{Ripley2005a},
and it is planned to make \pkg{\pkg{RKWard}} fully translatable in future versions.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list