rwdtinker 1.82 → 1.83

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. data/code/01rwdcore/01rwdcore.rb +5 -4
  2. data/code/01rwdcore/02helptexthashbegin.rb +13 -11
  3. data/code/01rwdcore/jumplinkcommand.rb +1 -0
  4. data/code/01rwdcore/openhelpwindow.rb +7 -0
  5. data/code/01rwdcore/runhelpabout.rb +6 -1
  6. data/code/01rwdcore/selectiontab.rb +2 -0
  7. data/code/01rwdcore/setuphelpaboutoptions.rb +2 -0
  8. data/code/01rwdcore/setuptinkerdocuments.rb +1 -0
  9. data/code/01rwdcore/uploadreturns.rb +3 -0
  10. data/code/dd0viewphoto/dd0viewphoto.rb +2 -0
  11. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +0 -1
  12. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +2 -0
  13. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +2 -0
  14. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +3 -1
  15. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +2 -0
  16. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +3 -1
  17. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -0
  18. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +8 -5
  19. data/code/zz0applicationend/zz0end.rb +2 -1
  20. data/configuration/rwdtinker.dist +3 -3
  21. data/gui/00coreguibegin/applicationguitop.rwd +7 -0
  22. data/init.rb +7 -1
  23. data/lang/en/rwdcore/en.po +16 -0
  24. data/lang/es/rwdcore/es.po +16 -13
  25. data/lang/fr/rwdcore/fr.po +4 -1
  26. data/lang/hi/rwdcore/hi.po +39 -36
  27. data/lang/ja/rwdcore/ja.po +3 -0
  28. data/lang/nl/rwdcore/nl.po +4 -1
  29. data/rwd_files/HowTo_Tinker.txt +4 -0
  30. data/rwd_files/Tinkerhelptexthash.txt +3 -2
  31. data/rwd_files/rwdapplications.html +23 -1
  32. data/tests/makedist.rb +1 -1
  33. data/zips/rwdwmpd-0.07.zip +0 -0
  34. metadata +3 -2
@@ -1,8 +1,5 @@
1
1
  # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
- # This application is a framework for writing programs from RubyWebDialogs
3
- # http://www.erikveen.dds.nl/rubywebdialogs/index.html
4
- # For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications
5
- # This class is the top class for the RwdTinker application
2
+
6
3
 
7
4
  $DEBUG=false
8
5
  $VERBOSE=false
@@ -27,3 +24,7 @@ class RwdTinker < RWDialog
27
24
  "#{$rwdapplicationidentity}"
28
25
  end
29
26
 
27
+
28
+ # for original RWD work see: http://www.erikveen.dds.nl/rubywebdialogs/index.html
29
+ # For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications
30
+ # This class is the top class for the RwdTinker application
@@ -1,14 +1,16 @@
1
-
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
2
 
3
- Helptext = Hash.new { |hh, kk| hh[kk] = "ERROR: Identificador de mensaje desconocido: #{kk.inspect}."; hh[kk] }
3
+ Helptext = Hash.new { |hh, kk| hh[kk] = "ERROR: Message-ID Unknown: #{kk.inspect}."; hh[kk] }
4
4
  helpmessage = {
5
- :general_help => "You can work with Applets: go to 'Selection tab', <br>
6
- On that back screen you will find:<br>
7
- List Applets: you can see and delete installed applets<br>
8
- List Zips: you can see lists of applets that you can install<br>
9
- Edit Configuration: You can view the rwdtinker configuration and change it<br>
10
- Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br>
11
- "
12
-
5
+ :tinker_help => "rwdtinker is the core application for the
6
+ rwdapplications. "
7
+
13
8
  }
14
- helpmessage.each { |kk, vv| Helptext[kk] = vv }
9
+ helpmessage.each { |kk, vv| Helptext[kk] = vv }
10
+
11
+
12
+ =begin
13
+ this is to set up the help buttons
14
+ this uses a hash
15
+ =end
16
+
@@ -1,3 +1,4 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # Bind message passing socket to rwdtinker application
2
3
 
3
4
  locationlink = {
@@ -1,4 +1,7 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # this code is to call the help window
3
+ # for RwdTinker core
4
+
2
5
  def runhelpwindow
3
6
  $helptopicsarray = $helptopicsarray | ["applet_installation","applet_viewing","applet_tinkerbackeditconfiguration"]
4
7
 
@@ -29,3 +32,7 @@ def choosenewhelptopic(inffile)
29
32
  end
30
33
 
31
34
 
35
+
36
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
37
+ # this code is to call the help window
38
+ # for RwdTinker core
@@ -7,4 +7,9 @@
7
7
  @rwd_window = "rwdtinkerhelpwindow"
8
8
 
9
9
  end
10
-
10
+
11
+ =begin
12
+ This def runtinkerhelpabout
13
+ is to call the rwdtinkerhelpwindow
14
+ =end
15
+
@@ -1,4 +1,6 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # this code is to return to the window back from the help window
3
+
2
4
  def runselectiontab
3
5
 
4
6
 
@@ -1,4 +1,6 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # help about option setup for rwdtinker application
3
+
2
4
  def setuphelpaboutoptions
3
5
 
4
6
  @rwd_window = "tinkerhelpabout"
@@ -1,3 +1,4 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # Bind document names to rwdtinker document tab
2
3
  def setuptinkerdocuments
3
4
 
@@ -1,3 +1,6 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # return information to the author
3
+
1
4
  def uploadreturnsfile
2
5
  require 'net/ftp'
3
6
  BasicSocket.do_not_reverse_lookup = true
@@ -1,3 +1,5 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+
1
3
  def viewphoto
2
4
  @rwd_window = "photo"
3
5
  end
@@ -1,4 +1,3 @@
1
-
2
1
  #***********************************************************************
3
2
  #* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
4
3
  #* Copyright (c) 2004 - 2005 by Steven Gibson. All Rights Reserved.
@@ -1,4 +1,6 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # install rwdtinker applet from a long directory location
3
+
2
4
  def installgemapplet
3
5
  require 'fileutils'
4
6
  require 'lib/zip/zip'
@@ -1,4 +1,6 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # this code is to list the zips
3
+
2
4
  def fillzipappletname(inffile)
3
5
  applet = inffile.gsub(/\.zip$/, "")
4
6
  @a_installapplet = applet
@@ -1,4 +1,6 @@
1
- # this code is to list the applets that are installed
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # this code is to list the applets that are installed
3
+
2
4
  def listinstalledfiles
3
5
  fileList = Dir.new("installed").entries.sort.reverse.delete_if { |x| ! (x =~ /inf$/) }
4
6
  @filesresult = fileList.rwd_method("fillappletname")
@@ -1,4 +1,6 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # this code is to list the zipped applets that can be installed
3
+
2
4
  def fillziptoinstallname(inffile)
3
5
  applet = inffile.gsub(/\.zip$/, "")
4
6
  @a_installapplet = applet
@@ -1,4 +1,6 @@
1
- # this method puts the configuration rexord on the screen
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # this method puts the configuration rexord on the screen
3
+
2
4
  def loadconfigurationrecord
3
5
 
4
6
  require 'fileutils'
@@ -1,3 +1,4 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  #view contents of a tinker applet
2
3
  def viewappletcontents
3
4
  require 'fileutils'
@@ -1,13 +1,16 @@
1
+ #view the log on the tab
2
+
1
3
  def rwdtinkerrunviewlog
2
4
  require 'lib/rwdtinker/rwdtinkertools'
3
5
 
6
+ logfilelocation = File.join(LogDirectory, 'rwdtinker.log')
4
7
  if @a_rwdtinkerlognumber == nil
5
8
  @a_rwdtinkerlognumber = 11
6
- @returnlogdisplay = RwdtinkerTools.tail("rwd_files/log/rwdtinker.log",@a_rwdtinkerlognumber.to_i)
9
+
10
+ end
11
+
12
+ @returnlogdisplay = RwdtinkerTools.tail(logfilelocation , @a_rwdtinkerlognumber.to_i)
7
13
 
8
- else
9
- @returnlogdisplay = RwdtinkerTools.tail("rwd_files/log/rwdtinker.log",@a_rwdtinkerlognumber.to_i)
10
-
11
- end
14
+
12
15
  end
13
16
 
@@ -1,4 +1,5 @@
1
-
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # end of rwdtinker class
2
3
 
3
4
  end # end of rwdtinker class
4
5
 
@@ -1,4 +1,4 @@
1
- ##VERSION: (1.82)
1
+ ##VERSION: (1.83)
2
2
  ConfigurationDir = "configuration" # for use in program - init.rb has this value without using this constant
3
3
  CodeName = "rwdtinker"
4
4
  CodeNameFile = CodeName + ".rb"
@@ -10,6 +10,6 @@ LangDir = "lang"
10
10
  $prevouswindow ="main"
11
11
  $rwdcontrolports =["13713","13714","13715","13716"] # remote control code not actived 2007
12
12
  $port = 7705
13
- ##NAME: (RwdTinkerVersion):(1.82)
14
- RwdTinkerVersion = "1.82"
13
+ ##NAME: (RwdTinkerVersion):(1.83)
14
+ RwdTinkerVersion = "1.83"
15
15
 
@@ -2,3 +2,10 @@ $rwdguivar=
2
2
  "<application>
3
3
  <window name=\"main\" title=\"RwdTinker - Webdialogs for Ruby\">
4
4
  <tabs>"
5
+
6
+ __END__
7
+
8
+ =begin
9
+ Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
10
+ This is the first part of the window for the core application
11
+ =end
data/init.rb CHANGED
@@ -23,13 +23,19 @@
23
23
 
24
24
  require 'logger'
25
25
 
26
- $rwdtinkerlog = Logger.new( 'rwd_files/log/rwdtinker.log', 'weekly' )
26
+ LogDirectory = 'rwd_files/log/'
27
+ logfilelocation = File.join(LogDirectory, 'rwdtinker.log')
28
+
29
+ $rwdtinkerlog = Logger.new( logfilelocation , 'weekly' )
27
30
  $rwdtinkerlog.level = Logger::INFO
28
31
 
29
32
  require "lib/rwd/rwd"
30
33
  require 'fileutils'
31
34
  require 'lib/rconftool'
32
35
 
36
+ $KCODE = 'u'
37
+ require 'jcode'
38
+
33
39
  $progdir = File::expand_path( File.dirname(__FILE__))
34
40
 
35
41
  tempdoc = " "
@@ -1,5 +1,8 @@
1
1
  # English Language files for RwdTinker core
2
2
 
3
+ msgid "error_message_id_unknown"
4
+ msgstr "ERROR: Message-ID Unknown"
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr '"applet installed!"'
5
8
 
@@ -164,3 +167,16 @@ msgstr '"View Install Text"'
164
167
 
165
168
  msgid "window"
166
169
  msgstr "Window"
170
+
171
+ msgid "message_general_help"
172
+ msgstr "rwdtinker is the core application for the
173
+ rwdapplications. On the front screen you can view
174
+ documents and make menu choices. On the back
175
+ screen you will find:<p>
176
+ You can work with Applets: go to 'Selection tab', <br>
177
+ On that back screen you will find:<br>
178
+ List Applets: you can see and delete installed applets<br>
179
+ List Zips: you can see lists of applets that you can install<br>
180
+ Edit Configuration: You can view the rwdtinker configuration and change it<br>
181
+ Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br>"
182
+
@@ -1,5 +1,8 @@
1
1
  # Spanish Language files for RwdTinker core
2
2
 
3
+ msgid "error_message_id_unknown"
4
+ msgstr "Identificador de mensaje desconocido"
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr '"applet instalado!"'
5
8
 
@@ -7,16 +10,16 @@
7
10
  msgstr '"Versiones de Aplicacion"'
8
11
 
9
12
  msgid "clear"
10
- msgstr ""
13
+ msgstr "claro"
11
14
 
12
15
  msgid "cancel"
13
- msgstr "Cancelaci�n"
16
+ msgstr "Cancelación"
14
17
 
15
18
  msgid "clickfor_version"
16
19
  msgstr '"click para version"'
17
20
 
18
21
  msgid "clickbelowtoviewlistof_zip"
19
- msgstr "click abajo a ver lista de zips"
22
+ msgstr '"click abajo a ver lista de zips"'
20
23
 
21
24
  msgid "documents"
22
25
  msgstr "Documentos"
@@ -40,7 +43,7 @@ msgid "install_applet"
40
43
  msgstr '"instale (rwdtinker) applet"'
41
44
 
42
45
  msgid "jumptoapplication_location"
43
- msgstr ""
46
+ msgstr '"saltar a la aplicación"'
44
47
 
45
48
  msgid "list_applets"
46
49
  msgstr '"Lista Applets"'
@@ -64,7 +67,7 @@ msgstr '"Lista de Photos"'
64
67
  msgstr '"Lista Zips"'
65
68
 
66
69
  msgid "listzipdirappletsavailable"
67
- msgstr '"Lista (zip directory) applets available for installation"'
70
+ msgstr '"Lista (zip directory) applets disponible para su instalación"'
68
71
 
69
72
  msgid "menu_panel"
70
73
  msgstr '"Panel de herramientas"'
@@ -109,10 +112,10 @@ msgid "rwdtinker_help_window"
109
112
  msgstr '"RwdTinker Ventana Ayuda"'
110
113
 
111
114
  msgid "showdocument_list"
112
- msgstr '"Show Document List"'
115
+ msgstr '"Mostrar lista de documentos"'
113
116
 
114
117
  msgid "showhelpabout_links"
115
- msgstr '"Show Help About Links"'
118
+ msgstr '"Mostrar enlaces de ayuda sobre"'
116
119
 
117
120
  msgid "showjump_links"
118
121
  msgstr '"Mostrar enlace saltar"'
@@ -127,16 +130,16 @@ msgid "rwdtinker"
127
130
  msgstr "RwdTinker"
128
131
 
129
132
  msgid "selection_panel"
130
- msgstr '"Panel de Selecci�n"'
133
+ msgstr '"Panel de Selección"'
131
134
 
132
135
  msgid "tinker_logo"
133
136
  msgstr '"Insignia de Tinker"'
134
137
 
135
138
  msgid "selection_tab"
136
- msgstr '"Tab de Selecci�n"'
139
+ msgstr '"Tab de Selección"'
137
140
 
138
141
  msgid "tinkerback_window"
139
- msgstr '"Tinker Ventana detr�s"'
142
+ msgstr '"Tinker Ventana detrás"'
140
143
 
141
144
  msgid "viewapplet_contents"
142
145
  msgstr '"Ver Applet Contenido"'
@@ -148,13 +151,13 @@ msgid "viewinstalled_text"
148
151
  msgstr '"Ver Instalar Texto"'
149
152
 
150
153
  msgid "view_platform"
151
- msgstr '"view platform"'
154
+ msgstr '"Ver plataforma"'
152
155
 
153
156
  msgid "viewplatform_information"
154
- msgstr ""
157
+ msgstr '"Ver información de plataforma"'
155
158
 
156
159
  msgid "viewlogger_information"
157
- msgstr ""
160
+ msgstr '"Ver diario de pesca"'
158
161
 
159
162
  msgid "view_event"
160
163
  msgstr '"Ver evento"'
@@ -1,5 +1,8 @@
1
1
  # Language files for RwdTinker core
2
-
2
+
3
+ msgid "error_message_id_unknown"
4
+ msgstr ""
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr ""
5
8
 
@@ -1,16 +1,19 @@
1
1
  # Language files for RwdTinker core
2
-
2
+
3
+ msgid "error_message_id_unknown"
4
+ msgstr ""
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr ""
5
8
 
6
9
  msgid "application_version"
7
- msgstr ""
10
+ msgstr "अनुप्रयोग"
8
11
 
9
12
  msgid "cancel"
10
13
  msgstr '"रद्द करें"'
11
14
 
12
15
  msgid "clickfor_version"
13
- msgstr ""
16
+ msgstr "संस्करण"
14
17
 
15
18
  msgid "clickbelowtoviewlistof_zip"
16
19
  msgstr ""
@@ -29,7 +32,7 @@ msgid "file_name"
29
32
  msgstr '"नाम फ़ाइल"'
30
33
 
31
34
  msgid "fill_record"
32
- msgstr ""
35
+ msgstr "भरें"
33
36
 
34
37
  msgid "help"
35
38
  msgstr '"मदद"'
@@ -38,35 +41,35 @@ msgid "file_name"
38
41
  msgstr '"मदद परिचय"'
39
42
 
40
43
  msgid "install_applet"
41
- msgstr ""
44
+ msgstr "प्लग-इन"
42
45
 
43
46
  msgid "jumptoapplication_location"
44
47
  msgstr ""
45
48
 
46
49
  msgid "list_applets"
47
- msgstr ""
50
+ msgstr "सूची प्लग-इन"
48
51
 
49
52
  msgid "listappletsinthegem_directory"
50
- msgstr ""
53
+ msgstr "सूची प्लग-इन"
51
54
 
52
55
  msgid "listappletsavailablefor_installation"
53
- msgstr ""
56
+ msgstr "सूची प्लग-इन"
54
57
 
55
58
  msgid "list_files"
56
- msgstr ""
59
+ msgstr "सूची फ़ाइल"
57
60
 
58
- msgid "list_installed_gems "
59
- msgstr ""
61
+ msgid "list_installed_gems"
62
+ msgstr "सूची"
60
63
 
61
64
  msgid "list_photos"
62
- msgstr ""
65
+ msgstr "सूची तस्वीर"
63
66
 
64
67
  msgid "list_zips"
65
- msgstr ""
68
+ msgstr "सूची"
66
69
 
67
70
  msgid "listzipdirappletsavailable"
68
- msgstr ""
69
-
71
+ msgstr "सूची"
72
+
70
73
  msgid "menu_panel"
71
74
  msgstr ""
72
75
 
@@ -74,25 +77,25 @@ msgid "file_name"
74
77
  msgstr ""
75
78
 
76
79
  msgid "next"
77
- msgstr ""
80
+ msgstr "अग्रेषित कर"
78
81
 
79
82
  msgid "open"
80
- msgstr ""
83
+ msgstr "खोलें"
81
84
 
82
85
  msgid "open_document"
83
- msgstr ""
86
+ msgstr "खोलें दस्तावेज़"
84
87
 
85
88
  msgid "openselectedhelp_about"
86
89
  msgstr ""
87
90
 
88
91
  msgid "reload_variables"
89
- msgstr ""
92
+ msgstr "फिर लोड करें"
90
93
 
91
94
  msgid "remove_applet"
92
95
  msgstr ""
93
96
 
94
97
  msgid "return"
95
- msgstr ""
98
+ msgstr "पीछे"
96
99
 
97
100
  msgid "rwdtinker_window_2"
98
101
  msgstr ""
@@ -110,19 +113,19 @@ msgstr ""
110
113
  msgstr ""
111
114
 
112
115
  msgid "showjump_links"
113
- msgstr ""
116
+ msgstr "प्रदर्शित करें"
114
117
 
115
118
  msgid "showdocument_list"
116
- msgstr ""
119
+ msgstr "प्रदर्शित करें दस्तावेज़ "
117
120
 
118
121
  msgid "showhelpabout_links"
119
- msgstr ""
122
+ msgstr "प्रदर्शित करें मदद परिचय"
120
123
 
121
124
  msgid "save"
122
- msgstr ""
125
+ msgstr "सहेजें"
123
126
 
124
127
  msgid "save_changes"
125
- msgstr ""
128
+ msgstr "सहेजें परिवर्तन"
126
129
 
127
130
  msgid "selection_panel"
128
131
  msgstr ""
@@ -137,34 +140,34 @@ msgid "tinkerback_window"
137
140
  msgstr ""
138
141
 
139
142
  msgid "viewapplet_contents"
140
- msgstr ""
143
+ msgstr "प्रदर्शित करें plugin contents"
141
144
 
142
145
  msgid "viewalreadyinstalled_applications"
143
- msgstr ""
146
+ msgstr "प्रदर्शित करें already installed applications"
144
147
 
145
148
  msgid "viewinstalled_text"
146
- msgstr "View Install Text"
149
+ msgstr "प्रदर्शित करें installed text"
147
150
 
148
151
  msgid "view_platform"
149
- msgstr "view platform"
152
+ msgstr "प्रदर्शित करें platform"
150
153
 
151
154
  msgid "viewplatform_information"
152
- msgstr "View Platform Information"
155
+ msgstr "प्रदर्शित करें platform information"
153
156
 
154
157
  msgid "viewlogger_information"
155
- msgstr ""
158
+ msgstr "प्रदर्शित करें logger information"
156
159
 
157
160
  msgid "view_event"
158
- msgstr ""
161
+ msgstr "प्रदर्शित करें event"
159
162
 
160
163
  msgid "viewinstall_text"
161
- msgstr ""
164
+ msgstr "प्रदर्शित करें install text"
162
165
 
163
166
  msgid "viewlistinstall_files"
164
- msgstr ""
167
+ msgstr "प्रदर्शित करें install files"
165
168
 
166
169
  msgid "view_photo"
167
- msgstr "View Photo"
170
+ msgstr "तस्वीर"
168
171
 
169
172
  msgid "window"
170
- msgstr "Window"
173
+ msgstr "खिड़की"
@@ -1,5 +1,8 @@
1
1
  # English Language files for RwdTinker core
2
2
 
3
+ msgid "error_message_id_unknown"
4
+ msgstr ""
5
+
3
6
  msgid "applet_installed"
4
7
  msgstr ""
5
8
 
@@ -1,4 +1,7 @@
1
- # English Language files for RwdTinker core
1
+ # Language files for RwdTinker core
2
+
3
+ msgid "error_message_id_unknown"
4
+ msgstr ""
2
5
 
3
6
  msgid "applet_installed"
4
7
  msgstr "Applet geinstalleerd"
@@ -228,11 +228,15 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
228
228
  Thanks, Steven Gibson
229
229
 
230
230
  == Changelog
231
+ version 1.83
232
+ adding more Spanish and Hindu po strings
233
+
231
234
  version 1.82
232
235
  switch to po files for translation files
233
236
  add beginning of Hindi po file
234
237
  added more Japanese strings
235
238
  changed handling of lang change = in the tinkerwin2variables.cnf file the [0] setting of $langarray will be the language choosen.
239
+ refactored init.rb to move routines into lib/rwdtinker modules
236
240
 
237
241
  version 1.81
238
242
  condensed config files from 4 -> 2
@@ -1,4 +1,4 @@
1
- # Help files for RwdTinker core
1
+ # Help files for RwdTinker core Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
2
 
3
3
 
4
4
  Helptext.update( :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the<br>
@@ -6,7 +6,8 @@ init.rb file to something like:\n<br>
6
6
  RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n<br>
7
7
  Then you should be able to login at: http://yourhostname:8080")
8
8
 
9
-
9
+ Helptext.update( :general_help => "#{Message[:message_general_help]}" )
10
+
10
11
  Helptext.update( :documents_rwdtinker => "<b>Documents:
11
12
  <p>
12
13
 
@@ -9,11 +9,33 @@ rwdapplications information
9
9
  rwdapplications information (rwdshell)
10
10
  </h1>
11
11
  <br>
12
+ <h2>
13
+ Overview of the Project
14
+ </h2>
15
+ <h3><b>
16
+ RwdTinker framework for RubyWebDialogs</b>
17
+ <p>
18
+ RwdTinker is a web brower interface to and system for developing programs
19
+ <p>
20
+ Usage
21
+ <p>
22
+ How to Use the Tinker framework Program (rwdtinker)
23
+ <p>
24
+ 1. stand alone application 2. framework for building applications 3. Open brower windows with html documents
25
+ <p>
26
+ The GUI interface used is RubyWebDialogs The source code and the gui code are split into atomic parts and use init.rb to merge the parts together.
27
+ <p>
28
+ With the framework, we are able to ship a "plugin" or "applet" that can be dropped into a directory and installed automatically. Also uninstalled. I am calling this framework Tinker, so the core program I call rwdtinker. My wife, Charlotte. suggested the name. It relates to the "Tinker Toys" that has blocks and dowls and shapes that can be assembled by children and take different shapes. Without the word toy, it reminds us if the older English meaning of "a person who repairs pots and household devices by soldering and hammering.
29
+ <p>
30
+ The delivered applet is setup in the required directory structure with code configueration gui including help files location of documentation rwd_files = where documention for the applet can go. installed = a inf file that lists the manifest of files
31
+ <p>
32
+ This package is zipped up and uploaded as a file like rwdashedule-0.2.zip
33
+ <p>
34
+ The enduser who has the rwdtinker program drops the zip file into a directory called zips. I have parts of rwdtinker now (for Linux) that can install it automatically and remove it (based on the .inf file)
12
35
  <h2>
13
36
 
14
37
  Some additional programs in this series
15
38
  </h2>
16
- <h3>
17
39
  <br><blockquote>
18
40
  rwdaddresses a little address book
19
41
  <br><br>
data/tests/makedist.rb CHANGED
@@ -15,7 +15,7 @@ require 'fileutils'
15
15
 
16
16
  DistroName = "rwdtinker"
17
17
 
18
- DistroVersion="1.82"
18
+ DistroVersion="1.83"
19
19
 
20
20
  DistroTitle="#{DistroName}.dist"
21
21
  load "configuration/#{DistroTitle}"
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rwdtinker
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.82"
4
+ version: "1.83"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Gibson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-09 00:00:00 -07:00
12
+ date: 2008-10-15 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -149,6 +149,7 @@ files:
149
149
  - zips/rwdwcalc-0.63.zip
150
150
  - zips/rwdwruby-1.08.zip
151
151
  - zips/wrubyslippers-1.08.zip
152
+ - zips/rwdwmpd-0.07.zip
152
153
  - tests/rdep.rb
153
154
  - tests/cleancnf.sh
154
155
  - tests/makedist.rb