[rkward-cvs] SF.net SVN: rkward: [1899] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu May 10 18:38:20 UTC 2007
Revision: 1899
http://svn.sourceforge.net/rkward/?rev=1899&view=rev
Author: tfry
Date: 2007-05-10 11:38:20 -0700 (Thu, 10 May 2007)
Log Message:
-----------
Left-overs
Modified Paths:
--------------
trunk/rkward/doc/en/writing_plugins_introduction.docbook
trunk/rkward/rkward/plugins/plots/color_chooser.php
Modified: trunk/rkward/doc/en/writing_plugins_introduction.docbook
===================================================================
--- trunk/rkward/doc/en/writing_plugins_introduction.docbook 2007-05-10 18:38:01 UTC (rev 1898)
+++ trunk/rkward/doc/en/writing_plugins_introduction.docbook 2007-05-10 18:38:20 UTC (rev 1899)
@@ -683,8 +683,10 @@
<link href="rkward://component/[namespace/]component_id"/>
This links to the help page of another plugin. The [namespace/] part may be omitted
- (in this case, rkward is assumed as the standard namespace, e.g.: <link href="rkward://component/import_spss"/> or <link href="rkward://component/rkward/import_spss"/> are equivalent). The component_id is the
- same that you specified in the <link linkend="pluginmap">.pluginmap</link>.
+ (in this case, rkward is assumed as the standard namespace, e.g.:
+ <link href="rkward://component/import_spss"/> or
+ <link href="rkward://component/rkward/import_spss"/> are equivalent).
+ The component_id is the same that you specified in the <link linkend="pluginmap">.pluginmap</link>.
<link href="rkward://rhelp/rfunction"/>
Modified: trunk/rkward/rkward/plugins/plots/color_chooser.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/color_chooser.php 2007-05-10 18:38:01 UTC (rev 1898)
+++ trunk/rkward/rkward/plugins/plots/color_chooser.php 2007-05-10 18:38:20 UTC (rev 1899)
@@ -1,4 +1,7 @@
<?
+/* NOTE: This file is currently not used by the color_chooser plugin. It remains here, as it illustrates the functionality better than the hack that is actually in effect.
+
+*/
function preprocess () {
}
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