rubyslippers 0.99 → 1.00

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. data/Readme.txt +9 -0
  2. data/code/01rwdcore/03helptexthash.rb +8 -28
  3. data/code/01rwdcore/openhelpwindow.rb +10 -29
  4. data/code/01rwdcore/returntomain.rb +10 -0
  5. data/code/superant.com.rubyslippers/listgemrecord.rb +4 -3
  6. data/code/superant.com.rubyslippers/listgemzips.rb +54 -0
  7. data/code/superant.com.rubyslippers/loadconfigurationrecord.rb +5 -1
  8. data/code/superant.com.rubyslippers/saveconfigurationrecord.rb +1 -1
  9. data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +26 -27
  10. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
  11. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +6 -3
  12. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +20 -0
  13. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +19 -0
  14. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  15. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +54 -0
  16. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +22 -7
  17. data/code/superant.com.rwdtinkerbackwindow/network.rb +1 -1
  18. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +42 -0
  19. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  20. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +10 -6
  21. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +1 -1
  22. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +21 -0
  23. data/configuration/language.dist +7 -0
  24. data/configuration/{rubyslippers.cnf → rubyslippers.dist} +7 -1
  25. data/configuration/rwdapplicationidentity.dist +3 -0
  26. data/configuration/{rwdtinker.cnf → rwdtinker.dist} +7 -8
  27. data/configuration/tinkerwin2variables.dist +17 -0
  28. data/extras/rconftool.rb +380 -0
  29. data/extras/zip/zip.rb +1 -0
  30. data/gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/92viewconfiguration.rwd +5 -0
  31. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +12 -12
  32. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  33. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +1 -1
  34. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +1 -1
  35. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +1 -1
  36. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80tab1.rwd +1 -1
  37. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +0 -1
  38. data/init.rb +42 -37
  39. data/rwd_files/HowTo_RubySlippers.txt +6 -0
  40. data/rwd_files/HowTo_Tinker.txt +33 -6
  41. data/rwd_files/remotegemlist.txt +154 -34
  42. data/rwdconfig.dist +6 -0
  43. data/tests/checkdepends.sh +4 -0
  44. data/tests/cleancnf.sh +5 -0
  45. data/tests/makedist.rb +29 -0
  46. data/tests/rdep.rb +354 -0
  47. data/tests/rwdtinkertestEN.rb +163 -0
  48. data/tests/test.result +32 -0
  49. metadata +31 -23
  50. data/configuration/language.cnf +0 -5
  51. data/configuration/rubyslippersversion.cnf +0 -2
  52. data/configuration/rwdapplicationidentity.cnf +0 -3
  53. data/configuration/rwdtinkerversion.cnf +0 -2
  54. data/configuration/tinkerwin2variables.cnf +0 -8
  55. data/configuration/tinkerwin2version.cnf +0 -3
  56. data/lang/alanguagehashbegin.rb +0 -4
  57. data/lang/languagehash.rb +0 -4
  58. data/lang/templangfile.rb +0 -26
  59. data/lang/vlanguagehashend.rb +0 -6
  60. data/lang/wlocallangstart.rb +0 -5
  61. data/lang/xlocallangfile.rb +0 -26
  62. data/lang/zlocallangend.rb +0 -2
  63. data/zips/rwdcalc-0.4.zip +0 -0
data/init.rb CHANGED
@@ -23,6 +23,7 @@
23
23
 
24
24
  require "ev/rwd"
25
25
  require 'fileutils'
26
+ require 'extras/rconftool'
26
27
 
27
28
  $progdir = File::expand_path( File.dirname(__FILE__))
28
29
 
@@ -51,15 +52,33 @@ $progdir = File::expand_path( File.dirname(__FILE__))
51
52
  if(!test(?d,x))
52
53
  # only rwd files
53
54
  if x =~ /rb|rwd|txt/
54
- load x #opens the file thats in fileName and reads it
55
- $tempdoc += $rwdguivar # adds the file into the doc string
55
+
56
+ load x #opens the file thats in fileName and reads it
57
+ $tempdoc += $rwdguivar # adds the file into the doc string
56
58
  end
57
59
  end
58
60
  end
59
61
  end
60
62
 
63
+ # integrate the new configuration files
64
+ MAINconfignew = "rwdconfig.cnf"
65
+ MAINconfigdist = "rwdconfig.dist"
66
+ Rconftool::install(MAINconfigdist,MAINconfignew)
67
+
68
+ Dir.chdir("configuration") #changes the current working directory
69
+
70
+ fileList = Dir.new(".").entries.sort.reverse.delete_if { |x| ! (x =~ /dist$/) } #creates an Array separated with \n
71
+ @doc = ""
72
+ fileList.length.times{ #opening of a block
73
+ configdist =fileList.pop #pops the first item out of the Array
74
+ tempconfigfile = configdist.gsub(/\.dist$/, "")
75
+ confignew = tempconfigfile + ".cnf"
76
+ Rconftool::install(configdist,confignew) #integrates new file with old
77
+ } #closing block
78
+ # END of configuration integration
79
+ Dir.chdir($progdir)
80
+
61
81
  # Read in the configuration files
62
-
63
82
  Dir.chdir("configuration") #changes the current working directory
64
83
 
65
84
  fileList = Dir.new(".").entries.sort.reverse.delete_if { |x| ! (x =~ /cnf$/) } #creates an Array separated with \n
@@ -69,10 +88,12 @@ $progdir = File::expand_path( File.dirname(__FILE__))
69
88
  load fileName #loads the the config file thats in fileName
70
89
  } #closing block
71
90
  # END of configuration reading
72
-
91
+
73
92
  Dir.chdir($progdir) # change back to top program directory
74
93
 
75
94
  # build the English Language hash file from the parts
95
+ languagehashvariable = 'Message = Hash.new { |hh, kk| hh[kk] = "ERROR: Message not found: #{kk.inspect}."; hh[kk] }
96
+ langmessage = {' + "\n"
76
97
  startlangdir = File.join(LangDir,"en")
77
98
  #get a list of the files and subdirectories on the starting directory only
78
99
  alanghash = Array.new(Dir[startlangdir].entries.sort)
@@ -100,10 +121,11 @@ $progdir = File::expand_path( File.dirname(__FILE__))
100
121
  end
101
122
  end
102
123
 
103
- fileLangHash=File.open(TempLangHashFile,"w") #deletes and opens a the file in fileName
104
- fileLangHash.write($tempdoc) #writes the contents of doc into the file
105
- fileLangHash.close
106
- # END of Lang building
124
+
125
+ #writes the contents of doc into the languagehashvariable
126
+ languagehashvariable = languagehashvariable + $tempdoc + "} ; langmessage.each { |kk, vv| Message[kk] = vv }"
127
+
128
+ # END of en Lang building
107
129
  $tempdoc = " "
108
130
  Dir.chdir($progdir) # change back to top program directory
109
131
 
@@ -135,31 +157,16 @@ $progdir = File::expand_path( File.dirname(__FILE__))
135
157
  end
136
158
  end
137
159
 
138
- filelocalLangHash=File.open(LocalLangHashFile,"w") #deletes and opens a the file in fileName
139
- filelocalLangHash.write($tempdoc) #writes the contents of doc into the file
140
- filelocalLangHash.close
160
+
161
+ #writes the contents of doc into the variable
162
+ languagehashvariable = languagehashvariable + " ; Message.update(" + $tempdoc + ' :rwdtinker => "Rwdtinker" ) '
163
+
141
164
 
142
165
  $tempdoc = " "
143
166
 
144
167
  Dir.chdir($progdir) # change back to top program directory
145
-
146
- # build the language hash constant object from the lang parts
147
- #get a list of the files in lang directory only
148
- alangfile = Dir.new(LangDir).entries.sort.reverse.delete_if { |x| ! (x =~ /rb$/) }
149
- alangfile.length.times{
150
- fileName = alangfile.pop
151
- Dir.chdir($progdir)
152
- Dir.chdir(LangDir)
153
- fileLangA=File.open("#{fileName}","r") #opens the file thats in fileName as read only
154
- $tempdoc += fileLangA.read #reads the file into the doc string
155
- fileLangA.close
156
- }
157
-
158
- Dir.chdir($progdir)
159
- fileLangB=File.open(LangNameFile,"w") #deletes and opens a the file in fileName
160
- fileLangB.write($tempdoc) #writes the contents of doc into the file
161
- fileLangB.close
162
- load LangNameFile # load the file
168
+
169
+ temp = eval( languagehashvariable )
163
170
 
164
171
  $tempdoc = " "
165
172
 
@@ -190,10 +197,9 @@ Dir.chdir($progdir)
190
197
  end
191
198
  end
192
199
 
193
- fileB=File.open(CodeNameFile,"w") #deletes and opens a the file in fileName
194
- fileB.write($tempdoc) #writes the contents of doc into the file
195
- fileB.close
196
- require CodeName # load the program file
200
+
201
+ # load the program file
202
+ tempcoderesult = eval( $tempdoc )
197
203
 
198
204
  # build the actual GUI from the gui parts
199
205
  $tempdoc = " "
@@ -224,9 +230,8 @@ Dir.chdir($progdir)
224
230
  end
225
231
  end
226
232
 
227
- fileB=File.open(RWDFile,"w") #deletes and opens a the file in fileName
228
- fileB.write($tempdoc) #writes the contents of doc into the file
229
- fileB.close
233
+ # gui variable is done
234
+ guiRWD = $tempdoc
230
235
 
231
236
  require 'socket' # Network stuff
232
237
  host = "127.0.0.1"
@@ -266,4 +271,4 @@ $port = port
266
271
  end
267
272
 
268
273
 
269
- RwdTinker.file(RWDFile).serve(port) # start the main class and program
274
+ RwdTinker.new( guiRWD).serve(port) # start the main class and program
@@ -157,6 +157,12 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
157
157
  Thanks, Steven Gibson
158
158
 
159
159
  =Changelog
160
+ version 1.00
161
+ correct view gemspec screen
162
+ added rconftool use to update configuration files
163
+ changed applets removal to not use external rm
164
+ removed version number from directory name
165
+
160
166
  version 0.99
161
167
  bug fix - "view gem" tab - name selection
162
168
 
@@ -1,14 +1,11 @@
1
1
  = RwdTinker framework for RubyWebDialogs
2
2
 
3
-
4
3
  RwdTinker is a web brower interface to and system for developing programs
5
4
 
6
5
  == Usage
7
6
 
8
-
9
7
  How to Use the Tinker framework Program (rwdtinker)
10
8
 
11
-
12
9
  1. stand alone application
13
10
  2. framework for building applications
14
11
  3. Open brower windows with html documents
@@ -22,13 +19,10 @@ ruby init.rb
22
19
  Then point your web browser to:
23
20
  http://localhost:7705/
24
21
 
25
-
26
22
  == Viewing installed Applets:
27
-
28
23
 
29
24
  Go to "List Scripts" tab
30
25
 
31
-
32
26
  You can get a list of all installed applets by clicking the listfiles button
33
27
 
34
28
  To see the text of a install file
@@ -233,11 +227,44 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
233
227
  Thanks, Steven Gibson
234
228
 
235
229
  == Changelog
230
+ version 1.58
231
+ check for zlib
232
+ check for files to delete
233
+
234
+ version 1.57
235
+ added rconftool use to update configuration files
236
+ changed applets remove to not used external rm
237
+
238
+ version 1.56
239
+ refactored gui files to load without intermediate files
240
+ refactored code files to load without intermediate files
241
+
242
+ version 1.55
243
+ refactored language files to load without intermediate files
244
+ refactored language files to load without intermediate files
245
+
246
+ version 1.54
247
+ refactored rwdtinker applet installation tab - remote gem and local installs share menu buttons
248
+ corrected some program logic errors in remote control code including close socket
249
+
250
+ version 1.53
251
+ added search of Gems repository for rwdtinker gems
252
+ download and install of Gems
253
+
254
+ version 1.52
255
+ added function to install applets from gem directory
256
+
257
+ version 1.51
258
+ changed return to main
259
+ changed configuration of remote ports
260
+ updated context sensitive help
261
+
236
262
  version 1.50
237
263
  changed unzip applet to be internal code - no exec to unzip program
238
264
  changed order of tabs on back window - list applets now first
239
265
  added rwdwcalc applet in to zips directory
240
266
  changed width of text fields with help from RubyWebDialogs author
267
+ changed listing of help options, vertical instead of horizontal
241
268
 
242
269
  version 1.49
243
270
  added demon function for remote queries
@@ -1,16 +1,24 @@
1
1
 
2
2
  *** REMOTE GEMS ***
3
- Updating Gem source index for: http://gems.rubyforge.org
4
3
 
5
- actionmailer (0.6.1, 0.6.0, 0.5.0, 0.4.0, 0.3.0)
4
+ actionmailer (0.7.1, 0.7.0, 0.6.1, 0.6.0, 0.5.0, 0.4.0, 0.3.0)
6
5
  Service layer for easy email delivery and testing.
7
6
 
8
- actionpack (1.4.0, 1.3.1, 1.3.0, 1.2.0, 1.1.0, 1.0.1, 1.0.0, 0.9.5, 0.9.0, 0.8.5, 0.8.0, 0.7.9, 0.7.8, 0.7.7, 0.7.6, 0.7.5)
7
+ actionpack (1.5.1, 1.5.0, 1.4.0, 1.3.1, 1.3.0, 1.2.0, 1.1.0, 1.0.1, 1.0.0, 0.9.5, 0.9.0, 0.8.5, 0.8.0, 0.7.9, 0.7.8, 0.7.7, 0.7.6, 0.7.5)
9
8
  Web-flow and rendering framework putting the VC in MVC.
10
9
 
11
- activerecord (1.6.0, 1.5.1, 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, 1.0.0, 0.9.5, 0.9.4, 0.9.3, 0.9.2, 0.9.1, 0.9.0, 0.8.4, 0.8.3, 0.8.2, 0.8.1, 0.8.0, 0.7.6, 0.7.5)
10
+ actionservice (0.3.0, 0.2.102, 0.2.100, 0.2.99)
11
+ Web service support for Action Pack.
12
+
13
+ actionwebservice (0.6.0, 0.5.0)
14
+ Web service support for Action Pack.
15
+
16
+ activerecord (1.8.0, 1.7.0, 1.6.0, 1.5.1, 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, 1.0.0, 0.9.5, 0.9.4, 0.9.3, 0.9.2, 0.9.1, 0.9.0, 0.8.4, 0.8.3, 0.8.2, 0.8.1, 0.8.0, 0.7.6, 0.7.5)
12
17
  Implements the ActiveRecord pattern for ORM.
13
18
 
19
+ activesupport (1.0.1, 1.0.0)
20
+ Support and utility classes used by the Rails framework.
21
+
14
22
  algorithm-diff (0.1)
15
23
  Computes the differences between two arrays of elements
16
24
 
@@ -52,6 +60,9 @@ captcha (0.1.2)
52
60
  cardinal (0.1.0, 0.0.4)
53
61
  Ruby to Parrot compiler.
54
62
 
63
+ cast (0.0.1)
64
+ C parser and AST constructor.
65
+
55
66
  cgikit (1.1.0)
56
67
  CGIKit is a componented-oriented web application framework like
57
68
  Apple Computers WebObjects. This framework services
@@ -117,6 +128,12 @@ cstemplate (0.5.1, 0.4.1, 0.3.1, 0.1.2, 0.1.1)
117
128
  ctapi (0.2.2)
118
129
  Ruby extension for Chipcard Cardterminal-API (CTAPI)
119
130
 
131
+ daemons (0.0.1)
132
+ A toolkit to convert your script to a controllable daemon
133
+
134
+ damagecontrol (0.5.0)
135
+ DamageControl
136
+
120
137
  dbc (1.3.0, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.2, 1.1.1, 1.1.0)
121
138
  Design by Contract (DBC) for C
122
139
 
@@ -143,12 +160,19 @@ dnssd (0.6.0)
143
160
  easyprompt (0.1.0)
144
161
  EasyPrompt is a utility for command-line scripts.
145
162
 
163
+ EliteJournal (1.9.480, 1.9.403, 1.9.401, 1.9.400)
164
+ Easy to install, multi-user blog software
165
+
146
166
  extensions (0.6.0, 0.5.0, 0.4.0)
147
167
  'extensions' is a set of extensions to Ruby's built-in classes. It
148
168
  gathers common idioms, useful additions, and aliases, complete with
149
169
  unit testing and documentation, so they are suitable for production
150
170
  code.
151
171
 
172
+ FaceToFace (0.1.0)
173
+ Standardize object conversion and messaging, e.g. '5.to( String )'
174
+ instead 'of 5.to_s'
175
+
152
176
  FAM-Ruby (0.1.4)
153
177
  FAM (SGI's File Alteration Monitor) bindings for Ruby.
154
178
 
@@ -158,6 +182,10 @@ fcgi (0.8.5)
158
182
  file-tail (0.1.2)
159
183
  File::Tail for Ruby
160
184
 
185
+ filesystem (0.1.0)
186
+ FileSystem is a test-obsessed library for mocking out the entire
187
+ file system.
188
+
161
189
  fingerserver (0.4.0)
162
190
  Exposes hash-style objects via the finger protocol.
163
191
 
@@ -167,7 +195,10 @@ flexmock (0.0.3)
167
195
  formvalidator (0.1.3)
168
196
  FormValidator is a Ruby port of Perl's Data::FormValidator library.
169
197
 
170
- fxruby (1.2.3, 1.2.2, 1.2.1)
198
+ fxri (0.1.0)
199
+ Graphical interface to the RI documentation, with search engine.
200
+
201
+ fxruby (1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1)
171
202
  FXRuby is the Ruby binding to the FOX GUI toolkit.
172
203
 
173
204
  genx4r (0.05, 0.04)
@@ -234,7 +265,7 @@ kreed (0.0.2, 0.0.1)
234
265
  ladspar (0.1)
235
266
  Interface to LADSPA plugins
236
267
 
237
- lafcadio (0.7.1, 0.7.0, 0.6.2, 0.6.1, 0.6.0, 0.5.2, 0.5.1, 0.5.0, 0.4.3, 0.4.2, 0.4.1, 0.4.0, 0.3.6, 0.3.5, 0.3.4)
268
+ lafcadio (0.7.3, 0.7.2, 0.7.1, 0.7.0, 0.6.4, 0.6.3, 0.6.2, 0.6.1, 0.6.0, 0.5.2, 0.5.1, 0.5.0, 0.4.3, 0.4.2, 0.4.1, 0.4.0, 0.3.6, 0.3.5, 0.3.4)
238
269
  Lafcadio is an object-relational mapping layer
239
270
 
240
271
  latex (0.1.3, 0.1.2, 0.1.1)
@@ -265,7 +296,7 @@ lockfile (1.1.0)
265
296
  log4r (1.0.5)
266
297
  Log4r is a comprehensive and flexible logging library for Ruby.
267
298
 
268
- lxl (0.1.1, 0.1.0)
299
+ lxl (0.4.3, 0.4.2, 0.4.1, 0.4.0, 0.3.8, 0.3.4, 0.3.1, 0.3.0, 0.2.4, 0.2.3, 0.2.2, 0.2.0, 0.1.1, 0.1.0)
269
300
  LXL (Like Excel) is a mini-language that mimics Microsoft Excel
270
301
  formulas. Easily extended with new constants and functions.
271
302
 
@@ -275,7 +306,7 @@ madeleine (0.7.1, 0.6.1, 0.6)
275
306
  MB-Ruby (0.1.0)
276
307
  MusicBrainz bindings for Ruby.
277
308
 
278
- mechanize (0.1.0)
309
+ mechanize (0.1.1, 0.1.0)
279
310
  Automated web-browsing.
280
311
 
281
312
  merge3 (0.8)
@@ -288,6 +319,10 @@ mime-types (1.13.1)
288
319
  Manages a MIME Content-Type that will return the Content-Type for a
289
320
  given filename.
290
321
 
322
+ mockfs (0.1.1)
323
+ MockFS is a test-obsessed library for mocking out the entire file
324
+ system.
325
+
291
326
  MultipartAlternativeLite (0.0.1)
292
327
  Lib for creating multipart/alternative HTML messages.
293
328
 
@@ -299,7 +334,7 @@ mysql (2.5.1)
299
334
  MySQL/Ruby provides the same functions for Ruby programs that the
300
335
  MySQL C API provides for C programs.
301
336
 
302
- narf (0.6.3, 0.6.2, 0.6.1, 0.5.1)
337
+ narf (0.7.3, 0.7.2, 0.7.1, 0.6.3, 0.6.2, 0.6.1, 0.5.1)
303
338
  NARF is a replacement for and derivative of the Ruby CGI library. It
304
339
  exists to trivialize web development .
305
340
 
@@ -323,27 +358,27 @@ needle-extras (1.0.0)
323
358
  neelix (0.0.3)
324
359
  Recipe management system
325
360
 
326
- nemo (0.1.2, 0.1.0)
361
+ nemo (0.1.3, 0.1.2, 0.1.0)
327
362
  Ruby port of Mewa for Wee
328
363
 
329
364
  net-sftp (0.9.0, 0.5.0)
330
365
  Net::SFTP is a pure-Ruby implementation of the SFTP client protocol.
331
366
 
332
- net-ssh (0.9.0, 0.6.0, 0.5.0, 0.1.0, 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1)
367
+ net-ssh (1.0.0, 0.9.0, 0.6.0, 0.5.0, 0.1.0, 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1)
333
368
  Net::SSH is a pure-Ruby implementation of the SSH2 client protocol.
334
369
 
335
370
  net-tftp (0.1.0)
336
371
  Net::TFTP is a pure Ruby implementation of the Trivial File Transfer
337
372
  Protocol (RFC 1350)
338
373
 
339
- nitro (0.9.5, 0.9.3, 0.8.0, 0.7.0, 0.6.0, 0.5.0, 0.4.1, 0.3.0, 0.2.0, 0.1.2)
340
- Web Engine
374
+ nitro (0.12.0, 0.11.0, 0.10.0, 0.9.5, 0.9.3, 0.8.0, 0.7.0, 0.6.0, 0.5.0, 0.4.1, 0.3.0, 0.2.0, 0.1.2)
375
+ Nitro Web Engine
341
376
 
342
377
  ObjectGraph (1.0.1, 1.0)
343
378
  A simple script that generates a graph of the ruby class
344
379
  hierarchies. Uses GraphViz (separate install).
345
380
 
346
- og (0.9.5, 0.9.3, 0.8.0, 0.7.0, 0.6.0, 0.5.0)
381
+ og (0.12.0, 0.11.0, 0.10.0, 0.9.5, 0.9.3, 0.8.0, 0.7.0, 0.6.0, 0.5.0)
347
382
  Og (ObjectGraph)
348
383
 
349
384
  Ook (1.0.2)
@@ -351,12 +386,22 @@ Ook (1.0.2)
351
386
  (www.dangermouse.net/esoteric/ook.html) and BrainF*ck
352
387
  (www.catseye.mb.ca/esoteric/bf/index.html) programming languages.
353
388
 
389
+ Orbjson (0.0.3, 0.0.2, 0.0.1)
390
+ Lib for creating JSON-RPC server applications.
391
+
354
392
  packrat (0.1.0)
355
393
  A package documentation extractor/generator for Copland.
356
394
 
357
- ParseTree (1.3.3, 1.3.2, 1.3.0, 1.2.0, 1.1.1, 1.1.0)
395
+ PageTemplate (1.1.2, 1.1.1)
396
+ A simple templating system for Web sites.
397
+
398
+ ParseTree (1.3.4, 1.3.3, 1.3.2, 1.3.0, 1.2.0, 1.1.1, 1.1.0)
358
399
  Extract and enumerate ruby parse trees.
359
400
 
401
+ payment (0.9)
402
+ Payment is used to process credit cards and electronic cash through
403
+ merchant accounts.
404
+
360
405
  permutation (0.1.2, 0.1.1)
361
406
  Permutation library in pure Ruby
362
407
 
@@ -392,7 +437,7 @@ progressbar (0.0.3)
392
437
  purplepkg (0.0.5, 0.0.4, 0.0.3)
393
438
  A simple pre-packing tool with meta-package plugin support.
394
439
 
395
- rails (0.9.5, 0.9.4.1, 0.9.4, 0.9.3, 0.9.2, 0.9.1, 0.9.0, 0.8.5, 0.8.0, 0.7.0, 0.6.5, 0.6.0)
440
+ rails (0.10.1, 0.10.0, 0.9.5, 0.9.4.1, 0.9.4, 0.9.3, 0.9.2, 0.9.1, 0.9.0, 0.8.5, 0.8.0, 0.7.0, 0.6.5, 0.6.0)
396
441
  Web-application framework with template engine, control-flow layer,
397
442
  and ORM.
398
443
 
@@ -408,7 +453,7 @@ rdf-redland (0.5.1.3, 0.5.1.2, 0.5.1, 0.5)
408
453
  realrand (1.0.2)
409
454
  Generate real random numbers with Ruby.
410
455
 
411
- RedCloth (3.0.2, 3.0.1, 3.0.0, 2.0.11, 2.0.10, 2.0.9, 2.0.8, 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2)
456
+ RedCloth (3.0.3, 3.0.2, 3.0.1, 3.0.0, 2.0.11, 2.0.10, 2.0.9, 2.0.8, 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2)
412
457
  RedCloth is a module for using Textile and Markdown in Ruby. Textile
413
458
  and Markdown are text formats. A very simple text format. Another
414
459
  stab at making readable text that can be converted to HTML.
@@ -422,7 +467,7 @@ rgl (0.2.2)
422
467
  rlirc (0.3.1, 0.3, 0.2, 0.1)
423
468
  a replacement for irexec and irxevent from lirc
424
469
 
425
- rmagick (1.7.1)
470
+ rmagick (1.7.3, 1.7.2, 1.7.1)
426
471
  RMagick is an interface between the Ruby programming language and
427
472
  the ImageMagick and GraphicsMagick image processing libraries.
428
473
 
@@ -438,6 +483,12 @@ rq (0.1.7)
438
483
  rq is an __experimental__ tool used to manage nfs mounted work
439
484
  queues
440
485
 
486
+ rscm (0.1.0.1338, 0.1.0.1337, 0.1.0.999, 0.1.0)
487
+ RSCM - Ruby Source Control Management
488
+
489
+ rsi (0.4)
490
+ RSI (Ruby Simple Indexer) is a simple full text index
491
+
441
492
  Rubilicious (0.1.2, 0.1.0)
442
493
  Delicious (http://del.icio.us/) bindings for Ruby.
443
494
 
@@ -445,13 +496,23 @@ rublog (0.8.0)
445
496
  RubLog is a simple web log, based around the idea of displaying a
446
497
  set of regular files in a log-format.
447
498
 
448
- ruby-activeldap (0.5.3, 0.5.2, 0.5.1, 0.5.0, 0.4.4, 0.4.3, 0.4.2, 0.4.1)
499
+ ruby-activeldap (0.5.5, 0.5.4, 0.5.3, 0.5.2, 0.5.1, 0.5.0, 0.4.4, 0.4.3, 0.4.2, 0.4.1)
500
+ Ruby/ActiveLDAP is a object-oriented API to LDAP
501
+
502
+ ruby-activeldap-debug (0.5.5)
449
503
  Ruby/ActiveLDAP is a object-oriented API to LDAP
450
504
 
505
+ ruby-breakpoint (0.5.0)
506
+ ruby-breakpoint lets you inspect and modify state at run time.
507
+
451
508
  ruby-cache (0.3.0)
452
509
  Ruby/Cache is a library for caching objects based on the LRU
453
510
  algorithm for Ruby.
454
511
 
512
+ ruby-contract (0.1.1)
513
+ ruby-contract provides support for describing and using types via
514
+ unit-tests.
515
+
455
516
  ruby-doom (0.8)
456
517
  Ruby-DOOM provides a scripting API for creating DOOM maps. It also
457
518
  provides higher-level APIs to make map creation easier.
@@ -459,6 +520,10 @@ ruby-doom (0.8)
459
520
  ruby-growl (1.0.0)
460
521
  Pure-Ruby Growl Notifier
461
522
 
523
+ ruby-json (1.1.1)
524
+ ruby-json is a library for using the JavaScript Object Notation
525
+ (JSON) under Ruby.
526
+
462
527
  ruby-managesieve (0.2.0, 0.1.0)
463
528
  A Ruby library for the MANAGESIEVE protocol
464
529
 
@@ -466,7 +531,7 @@ Ruby-MemCache (0.0.1)
466
531
  This is a client library for memcached, a high-performance
467
532
  distributed memory cache.
468
533
 
469
- rubygems-update (0.8.4, 0.8.3, 0.8.1, 0.8.0)
534
+ rubygems-update (0.8.6, 0.8.5, 0.8.4, 0.8.3, 0.8.1, 0.8.0)
470
535
  RubyGems Update GEM
471
536
 
472
537
  RubyInline (3.2.0, 3.1.0)
@@ -479,10 +544,10 @@ RubyJDWP (0.0.1)
479
544
  rubypants (0.2.0)
480
545
  RubyPants is a Ruby port of the smart-quotes library SmartyPants.
481
546
 
482
- rubyslippers (0.97, 0.96, 0.95, 0.94, 0.93, 0.92)
547
+ rubyslippers (0.99, 0.98, 0.97, 0.96, 0.95, 0.94, 0.93, 0.92)
483
548
  RubySlippers is a GUI wrapper for RubyGems using RubyWebDialogs.
484
549
 
485
- rubyzip (0.5.5)
550
+ rubyzip (0.5.7, 0.5.5)
486
551
  rubyzip is a ruby module for reading and writing zip files
487
552
 
488
553
  runt (0.2.0)
@@ -497,27 +562,73 @@ ruwiki (0.9.3, 0.9.2, 0.9.1, 0.9.0)
497
562
  rvsh (0.4.5)
498
563
  VIM clone
499
564
 
500
- rwdaddresses (0.95, 0.94, 0.93, 0.92, 0.91, 0.9, 0.8)
565
+ rwdaddresses (0.99, 0.98, 0.97, 0.95, 0.94, 0.93, 0.92, 0.91, 0.9, 0.8)
501
566
  rwdaddresses is contact book application using rwdtinker and
502
567
  RubyWebDialogs.
503
568
 
504
- rwddemo (0.8, 0.7, 0.6)
569
+ rwddemo (0.90, 0.8, 0.7, 0.6)
505
570
  rwddemo application shows rwdtinker and RubyWebDialogs features.
506
571
 
507
- rwdmovies (0.7, 0.6)
572
+ rwdhypernote (0.04, 0.03)
573
+ rwdhypernote application is a hierarchical note taker for
574
+ RubyWebDialogs.
575
+
576
+ rwdmovies (0.90, 0.7, 0.6)
508
577
  rwdmovies application is a movie database using RubyWebDialogs.
509
578
 
510
- rwdschedule (0.93, 0.92, 0.91, 0.9, 0.8, 0.6, 0.5)
579
+ rwdschedule (0.97, 0.96, 0.95, 0.94, 0.93, 0.92, 0.91, 0.9, 0.8, 0.6, 0.5)
511
580
  rwdschedule is an calendar application using rwdtinker and
512
581
  RubyWebDialogs.
513
582
 
514
- rwdshell (0.94, 0.93, 0.92, 0.9)
583
+ rwdshell (0.96, 0.95, 0.94, 0.93, 0.92, 0.9)
515
584
  rwdshell is a GUI front end for operating system commands with
516
585
  rwdtinker and RubyWebDialogs features.
517
586
 
518
- rwdtinker (1.48, 1.47, 1.46, 1.45, 1.44, 1.43, 1.42, 1.41, 1.24, 1.23, 1.4, 1.3, 1.2)
587
+ rwdtinker (1.58, 1.57, 1.56, 1.55, 1.54, 1.53, 1.52, 1.51, 1.48, 1.47, 1.46, 1.45, 1.44, 1.43, 1.42, 1.41, 1.24, 1.23, 1.4, 1.3, 1.2)
519
588
  rwdtinker application is a framework to program for RubyWebDialogs.
520
589
 
590
+ rwdziparubyslippers (0.99)
591
+ rubyslippers is frontend for the RubyGems system using rwdtinker and
592
+ RubyWebDialogs. Requires rwdtinker >1.51
593
+
594
+ rwdziprwdanimatedgifs (0.70)
595
+ rwdziprwdanimatedgifs is a animated gifs viewer using rwdtinker and
596
+ RubyWebDialogs. Requires rwdtinker >1.51
597
+
598
+ rwdziprwdaschedule (0.97, 0.93)
599
+ rwdziprwdaschedule is a event schedule application using rwdtinker
600
+ and RubyWebDialogs. Requires rwdtinker >1.51
601
+
602
+ rwdziprwdmp3 (0.02)
603
+ rwdziprwdmp3 is a Mp3 Player Control application using rwdtinker and
604
+ RubyWebDialogs. Requires rwdtinker >1.51
605
+
606
+ rwdziprwdwaddresses (0.99, 0.97)
607
+ rwdaddresses is a Contact Book using rwdtinker and RubyWebDialogs.
608
+ Requires rwdtinker >1.56
609
+
610
+ rwdziprwdwcalc (0.50)
611
+ rwdcalc is calculator using rwdtinker and RubyWebDialogs.
612
+
613
+ rwdziprwdwhypernote (0.04)
614
+ rwdziprwdwhypernote is a hierarchical note editor using rwdtinker
615
+ and RubyWebDialogs. Requires rwdtinker >1.51
616
+
617
+ rwdziprwdwmovies (0.90)
618
+ rwdziprwdwmovies is a DVD and Video database application using
619
+ rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51
620
+
621
+ rwdziprwdwrefreshacpi (0.5)
622
+ rwdziprwdwrefreshacpi is a Linux log reading application using
623
+ rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51
624
+
625
+ rwdziprwdwshell (0.96, 0.95)
626
+ rwdziprwdaschedule is a event schedule application using rwdtinker
627
+ and RubyWebDialogs. Requires rwdtinker >1.51
628
+
629
+ Scratch (1.1, 1.0)
630
+ Excessively minimalist weblog.
631
+
521
632
  sds (0.3, 0.2)
522
633
  SDS is a database access and O/R mapping library
523
634
 
@@ -527,11 +638,14 @@ session (2.1.9)
527
638
  SimpleSearch (0.5.0)
528
639
  SimpleSearch is a simple vector space text search engine.
529
640
 
641
+ smagacor (0.0.1)
642
+ A collection of small games in ruby
643
+
530
644
  snmp (0.4.1, 0.4.0, 0.3.0, 0.2.0, 0.1.0)
531
645
  A Ruby implementation of SNMP (the Simple Network Management
532
646
  Protocol).
533
647
 
534
- Soks (0.0.4, 0.0.3, 0.0.2)
648
+ Soks (0.0.5, 0.0.4, 0.0.3, 0.0.2)
535
649
  Yet another wiki.
536
650
 
537
651
  sqlite (2.0.1, 2.0.0, 1.3.1, 1.3.0, 1.2.9.1, 1.2.0, 1.1.3, 1.1.2, 1.1.1, 1.1)
@@ -544,7 +658,7 @@ sqlite-ruby (2.2.3, 2.2.2, 2.2.1, 2.2.0, 2.1.0, 2.0.3, 2.0.2)
544
658
  SQLite/Ruby is a module to allow Ruby scripts to interface with a
545
659
  SQLite database.
546
660
 
547
- sqlite3-ruby (0.9.0, 0.6.0, 0.5.0)
661
+ sqlite3-ruby (1.1.0, 1.0.1, 1.0.0, 0.9.0, 0.6.0, 0.5.0)
548
662
  SQLite3/Ruby is a module to allow Ruby scripts to interface with a
549
663
  SQLite3 database.
550
664
 
@@ -600,21 +714,27 @@ text-hyphen (1.0.0)
600
714
  text-reform (0.2.0)
601
715
  Text::Reform reformats text according to formatting pictures.
602
716
 
603
- tidy (1.0.1, 1.0.0)
717
+ tidy (1.1.1, 1.1.0, 1.0.1, 1.0.0)
604
718
  Ruby interface to HTML Tidy Library Project
605
719
 
606
720
  transaction-simple (1.2.0)
607
721
  Simple object transaction support for Ruby.
608
722
 
723
+ vcs (0.1)
724
+ A wrapper over any version control system
725
+
609
726
  vim-ruby (2004.09.20)
610
727
  Ruby configuration files for Vim. Run 'vim-ruby-install.rb' to
611
728
  complete installation.
612
729
 
730
+ VRTools (0.0.1)
731
+ This module implements extensions to the VRuby/Swin libraries
732
+
613
733
  vruby (2004.08.07)
614
734
  VRuby is a set of vr* series of ruby scripts which wrap swin.
615
735
 
616
- webgen (0.2.0, 0.1.0)
617
- Templated based weg page generator
736
+ webgen (0.3.0, 0.2.0, 0.1.0)
737
+ Webgen is a templated based static website generator.
618
738
 
619
739
  wee (0.7.0, 0.6.0, 0.5.0, 0.4.0, 0.3.1, 0.1.0)
620
740
  Wee is a framework for building highly dynamic web applications.
@@ -625,7 +745,7 @@ wxrubylayouts (0.0.3, 0.0.2, 0.0.1)
625
745
  x10-cm17a (1.0.1, 1.0.0, 0.9.0)
626
746
  Ruby based X10 CM17A Firecracker Controller
627
747
 
628
- XDCC-Fetch (1.386)
748
+ XDCC-Fetch (1.409, 1.386)
629
749
  XDCC-Fetch, written entirely in Ruby, is an intuitive, no-nonsense
630
750
  tool for searching, collecting and downloading XDCC announcements
631
751
  within IRC channels. XDCC-Fetch is released under the BSD license
data/rwdconfig.dist ADDED
@@ -0,0 +1,6 @@
1
+ ##VERSION:1.57
2
+ # rwdtinker core configuration file
3
+ ##NAME: ConfigLocation:0
4
+ ConfigLocation=""
5
+ ##NAME: ZipsLocation:0
6
+ ZipsLocation=""
@@ -0,0 +1,4 @@
1
+ #!/bin/sh
2
+ ruby rdep.rb ../*.rb
3
+ echo "checking installapplet.rb"
4
+ ruby rdep.rb ../code/superant.com.rwdtinkerbackwindow/installapplet.rb
data/tests/cleancnf.sh ADDED
@@ -0,0 +1,5 @@
1
+ #!/bin/sh
2
+ rm *.cnf
3
+ rm *.bak
4
+ rm configuration/*.cnf
5
+ rm configuration/*.bak