rwd_files/HowTo_Tinker.txt in rwdgutenberg-0.12 vs rwd_files/HowTo_Tinker.txt in rwdgutenberg-0.13
- old
+ new
@@ -95,12 +95,11 @@
the filenames for code do not matter
The gui files go into your gui directory
The gui files need to be in order by name and end with .rwd
-
-
+
If you need a config file that goes in the configuration directory
internationalization and localization are helped by replacing the
gui files in the subdirectories under gui
@@ -134,13 +133,15 @@
runhelpwindow
end
== Languages
-
You can add tranlations in the lang subdirectory
- You change the $lang constant in Tinker config file in the configuration directory
+ You change the $langarray constant in Tinker config file in the configuration directory
+
+to change language => in the tinkerwin2variables.cnf file the [0] setting of $langarray will be the language choosen.
+
You can see one translation on the install applet tab, after you have installed and applet
== Using over a Network
To serve the application over your local LAN,change the last line in the
@@ -166,18 +167,19 @@
Ruby I am using version 1.8.2
I have tested this under Linux-Debian kernel 2.6.9
-= Operation:
+== Operation:
+
The code files reside in the code directory and are combined before
the main Class is loaded
The rwd files in gui are combined before the gui is activated
Translated text reside in the lang directory
-
+
== Installing:
untar the file
tar zxvf rwdtinker-x.y.tar.gz
then cd to the directory
@@ -224,13 +226,34 @@
http://www.erikveen.dds.nl/rubywebdialogs/index.html
Thanks, Steven Gibson
== Changelog
+version 1.85
+ added TabHash way of adding menu choices
+ fixed zip listing tab - showing old files bug 22302
+
+version 1.84
+ added locale changer tab (have: en,es,ja,hi,nl,fr)
+ updated to newer Rubyzip library
+ replaced testharness framework
+
+version 1.83
+ adding more Spanish and Hindu po strings
+ changed handling of log file
+
+version 1.82
+ switch to po files for translation files
+ add beginning of Hindi po file
+ added more Japanese strings
+ changed handling of lang change = in the tinkerwin2variables.cnf file the [0] setting of $langarray will be the language choosen.
+ refactored init.rb to move routines into lib/rwdtinker modules
+
version 1.81
condensed config files from 4 -> 2
fixed document launch bug
add $KCODE = 'u'
+ move help files to rwd_files directory
version 1.80
changed pda handling in rwd.rb
added logging
added log review screen on tinker back window