rwdtorrent 0.05 → 0.06

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. data/Readme.txt +375 -70
  2. data/bin/rwdtorrent +0 -0
  3. data/code/01rwdcore/01rwdcore.rb +4 -0
  4. data/code/01rwdcore/03helptexthash.rb +13 -21
  5. data/code/01rwdcore/jumplinkcommand.rb +1 -1
  6. data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
  7. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +239 -0
  8. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +3 -1
  9. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +17 -4
  10. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +1 -5
  11. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +19 -6
  12. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  13. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +4 -0
  14. data/code/superant.com.rwdtorrent/0uninstallapplet.rb +13 -0
  15. data/code/superant.com.rwdtorrent/loadconfigurationrecord.rb +2 -2
  16. data/code/superant.com.rwdtorrent/loadconfigurationvariables.rb +3 -2
  17. data/code/superant.com.rwdtorrent/returntomain.rb +2 -2
  18. data/code/superant.com.rwdtorrent/runeditconfiguration.rb +1 -1
  19. data/code/superant.com.rwdtorrent/runtorrentwindow.rb +2 -2
  20. data/code/superant.com.rwdtorrent/rwdtinkerversion.rb +10 -0
  21. data/code/superant.com.rwdtorrent/saveconfigurationrecord.rb +1 -1
  22. data/code/superant.com.rwdtorrent/test_cases.rb +1 -2
  23. data/code/superant.com.rwdtorrent/viewtorrentmetafile.rb +3 -1
  24. data/configuration/language.dist +2 -1
  25. data/configuration/rwdapplicationidentity.dist +1 -1
  26. data/configuration/rwdtinker.dist +5 -7
  27. data/configuration/{rwdtorrent.dist → rwdwtorrent-0.06.dist} +7 -2
  28. data/configuration/tinkerwin2variables.dist +3 -3
  29. data/ev/net.rb +2 -2
  30. data/ev/rwd.rb +31 -11
  31. data/extras/zip/zip.rb +3 -2
  32. data/gui/00coreguibegin/applicationguitop.rwd +1 -1
  33. data/gui/frontwindow0/viewlogo/cc0openphoto.rwd +22 -0
  34. data/gui/frontwindowselectionbegin/selectiontabbegin/00selectiontabbegin.rwd +1 -1
  35. data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd +2 -2
  36. data/gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd +2 -2
  37. data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzdocumentend.rwd +1 -1
  38. data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd +1 -1
  39. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd +2 -2
  40. data/gui/helpaboutzend/superant.com.helpaboutend/zhelpscreenstart2.rwd +1 -1
  41. data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd +2 -2
  42. data/gui/tinkerbackwindows/superant.com.rwdtorrent/10appletbegin.rwd +4 -0
  43. data/gui/tinkerbackwindows/superant.com.rwdtorrent/81jumplinkcommands.rwd +17 -0
  44. data/gui/tinkerbackwindows/superant.com.rwdtorrent/9end.rwd +6 -0
  45. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +1 -1
  46. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +9 -10
  47. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +5 -5
  48. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +9 -9
  49. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +2 -2
  50. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +1 -1
  51. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +3 -3
  52. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +1 -1
  53. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +2 -2
  54. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +3 -3
  55. data/init.rb +5 -5
  56. data/installed/rwdwtorrent-0.06.inf +14 -0
  57. data/installed/temp.rb +1 -0
  58. data/lang/en/rwdcore/languagefile.rb +57 -15
  59. data/lang/es/rwdcore/languagefile-es.rb +61 -13
  60. data/lang/fr/rwdcore/languagefile.rb +64 -0
  61. data/lang/jp/rwdcore/languagefile.rb +69 -6
  62. data/lang/nl/rwdcore/languagefile.rb +56 -0
  63. data/rwd_files/HowTo_Tinker.txt +6 -0
  64. data/rwd_files/HowTo_Torrent.txt +3 -0
  65. data/rwdconfig.dist +7 -3
  66. data/rwdtorrent.rb +1 -0
  67. data/tests/cleancnf.sh +2 -1
  68. data/tests/makedist-rwdwtorrent.rb +56 -0
  69. data/tests/makedist.rb +12 -8
  70. data/torrentfiles/Google Chrome Comic Book [mininova].torrent +0 -0
  71. data/zips/temp.rb +1 -0
  72. metadata +69 -52
  73. data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +0 -96
  74. data/configuration/rwdtorrenthelpabout.rb +0 -14
  75. data/downloads/nodownloads.txt +0 -1
  76. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +0 -33
  77. data/installed/rwdviewlogo-0.4.inf +0 -4
  78. data/torrentfiles/knoppix-std-0.1.iso.torrent +0 -0
  79. data/zips/rwdahelloworld-0.5.zip +0 -0
  80. /data/gui/{frontwindow0 → tinkerbackwindows}/superant.com.rwdtorrent/10viewnote.rwd +0 -0
  81. /data/gui/{frontwindow0 → tinkerbackwindows}/superant.com.rwdtorrent/30viewtorrent.rwd +0 -0
  82. /data/gui/{frontwindow0 → tinkerbackwindows}/superant.com.rwdtorrent/40rwdtorrentrefresh.rwd +0 -0
  83. /data/gui/{frontwindow0 → tinkerbackwindows}/superant.com.rwdtorrent/67viewconfiguration.rwd +0 -0
@@ -1,14 +1,62 @@
1
- :applet_installed => "applet instalado! ",
2
- :clickfor_version => '"click para version"',
3
- :documents => '"Documentos"',
4
- :help => '"Ayuda"',
5
- :module_unknown => "Module desconocido.",
6
- :next => '"Siguiente"',
7
- :rwdtinker => "RwdTinker",
8
- :rwdtinker_help_window => '"RwdTinker Ventana Ayuda"',
9
- :rwdtinker_help => '"RwdTinker Ayuda"',
10
- :rwdtinker_window_2 => "RwdTinker Ventana 2",
11
- :rwdtinker_back_window => '"RwdTinker Ventana Trasera"',
12
- :tinker_logo => "Insignia de Tinker",
13
- :selection_panel => '"Selecci�n Panel"',
1
+ # Spanish Language files for RwdTinker core
14
2
 
3
+ :applet_installed => '"applet instalado!"',
4
+ :application_version => '"Application Version"',
5
+ :clear => "Clear",
6
+ :cancel => "Cancelaci�n",
7
+ :clickfor_version => '"click para version"' ,
8
+ :clickbelowtoviewlistof_zip => '"click abajo a ver lista de zips"',
9
+ :documents => '"Documentos"',
10
+ :edit => "Editar" ,
11
+ :file_name => '"Fila Nombre:"',
12
+ :fill_record => '"Fill Record"',
13
+ :help => '"Ayuda"',
14
+ :help_about => '"Ayuda sobre"',
15
+ :install_applet => '"instale (rwdtinker) applet"',
16
+ :jumptoapplication_location => '"Jump to Application Location"',
17
+ :list_applets => '"List Applets"',
18
+ :listappletsavailablefor_installation => "List applets available for installation",
19
+ :listappletsinthegem_directory => '"List applets in the Gem Directory"',
20
+
21
+ :list_files => '"Lista de Archivos"',
22
+ :list_installed_gems => '"Lista de Instalado Gems"' ,
23
+ :list_photos => '"Lista de Photos"',
24
+ :list_zips => '"List Zips"',
25
+ :listzipdirappletsavailable => '"Lista (zip directory) applets available for installation"',
26
+ :menu_panel => '"panel de herramientas"',
27
+ :module_unknown => '"Module desconocido"',
28
+ :next => "Siguiente",
29
+ :open => "Abrir",
30
+ :open_document => '"Abrir documento"',
31
+ :openselectedhelp_about => '"Open selected help about"',
32
+ :reload_variables => '"Reload Variables"' ,
33
+ :remove_applet => '"remove applet"',
34
+ :return => "anterior",
35
+ :rwdtinker_window_2 => '"RwdTinker Window 2"',
36
+ :rwdtinker => "RwdTinker",
37
+ :rwdtinker_back_window => '"RwdTinker Ventana Trasera"',
38
+ :rwdtinker_help => '"RwdTinker Ayuda"',
39
+ :rwdtinker_help_window => '"RwdTinker Ventana Ayuda"',
40
+ :showdocument_list => '"Show Document List"',
41
+ :showhelpabout_links => '"Show Help About Links"',
42
+
43
+ :showjump_links => '"Mostrar enlace saltar"',
44
+
45
+ :save => "Guardar" ,
46
+ :save_changes => '"Guardar los cambios"',
47
+ :rwdtinker => "RwdTinker",
48
+ :selection_panel => '"Panel de Selecci�n"',
49
+
50
+ :tinker_logo => '"Insignia de Tinker"',
51
+ :selection_tab => '"Selection Tab"',
52
+ :tinkerback_window => '"Tinker Back Window"',
53
+ :viewapplet_contents => '"View Applet Contents"',
54
+ :viewalreadyinstalled_applications => '"View already installed GEM applications"',
55
+ :viewinstalled_text => '"View Install Text"',
56
+ :view_platform => '"view platform"',
57
+ :viewplatform_information => '"View Platform Information"',
58
+ :view_event => '"Ver evento"',
59
+ :viewinstall_text => '"Ver Texto"' ,
60
+ :viewlistinstall_files => '"View List of Installed Files"',
61
+ :view_photo => '"Ver Photo"' ,
62
+ :window => "Ventana" ,
@@ -0,0 +1,64 @@
1
+ # English Language files for RwdTinker core
2
+
3
+ :applet_installed => '"applet installed!"',
4
+ :application_version => '"Application Version"',
5
+ :clear => "Clear",
6
+ :cancel => "Cancel",
7
+ :clickfor_version => "Click for Version" ,
8
+ :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
9
+ :documents => '"Documents"',
10
+ :edit => "edit" ,
11
+ :file_name => '"File Name:"',
12
+ :fill_record => '"Fill Record"',
13
+ :gemcommands => '"Gem Commands"',
14
+ :gemfiles => '"Gem Files"' ,
15
+ :gemdocs => '"Gem Documents"' ,
16
+ :gem_name => '"Gem Name"' ,
17
+ :help => '"Help"',
18
+ :help_about => '"Help About"',
19
+ :installgem => '"Install Gem"' ,
20
+ :install_applet => '"install (rwdtinker) applet"',
21
+ :jumptoapplication_location => '"Jump to Application Location"',
22
+ :list_applets => '"List Applets"',
23
+ :listappletsinthegem_directory => '"List applets in the Gem Directory"',
24
+ :listappletsavailablefor_installation => "List applets available for installation",
25
+ :list_files => '"List Files"',
26
+ :list_installed_gems => '"List installed Gems"' ,
27
+ :list_photos => '"List Photos"',
28
+ :list_zips => '"List Zips"',
29
+ :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
30
+ :menu_panel => '"Menu Panel"',
31
+ :module_unknown => '"Unknown Module"',
32
+ :next => '"Next"',
33
+ :open => "Open",
34
+ :open_document => '"Open Document"',
35
+ :openselectedhelp_about => '"Open selected help about"',
36
+ :reload_variables => '"Reload Variables"' ,
37
+ :remove_applet => '"remove applet"',
38
+ :return => "Return",
39
+ :rwdtinker_window_2 => "RwdTinker Window 2",
40
+ :rwdtinker => "RwdTinker",
41
+ :rwdtinker_back_window => '"RwdTinker Back Window"',
42
+ :rwdtinker_help => '"RwdTinker Help"',
43
+ :rwdtinker_help_window => '"RwdTinker Help Window"',
44
+ :showjump_links => '"Show Jump Links"',
45
+ :showdocument_list => '"Show Document List"',
46
+ :showhelpabout_links => '"Show Help About Links"',
47
+
48
+ :save => "Save" ,
49
+ :save_changes => '"Save Changes"',
50
+ :selection_panel => '"Selection Panel"',
51
+ :selection_tab => '"Selection Tab"',
52
+ :tinker_logo => "Tinker Logo",
53
+ :tinkerback_window => '"Tinker Back Window"',
54
+ :viewapplet_contents => '"View Applet Contents"',
55
+ :viewalreadyinstalled_applications => '"View already installed GEM applications"',
56
+ :viewinstalled_text => '"View Install Text"',
57
+ :view_platform => '"view platform"',
58
+ :viewplatform_information => '"View Platform Information"',
59
+ :view_event => '"View event"',
60
+ :view_gem => '"View Gem"',
61
+ :viewinstall_text => '"View Install Text"' ,
62
+ :viewlistinstall_files => '"View List of Installed Files"',
63
+ :view_photo => '"View Photo"',
64
+ :window => "Window" ,
@@ -1,9 +1,72 @@
1
1
  # Japanese Language files for RwdTinker core
2
-
3
- :module_unknown => "Module unknown",
4
- :applet_installed => "applet installed!.",
5
- :clickfor_version => '"click for version"',
6
- :rwdtinker_window_2 => "RwdTinker Window 2",
7
- :rwdtinker => "RwdTinker",
2
+ :cancel => "とりけし",
3
+ :open => "あける",
4
+ :view_event => "けんかい ぎょうじょ",
5
+ :edit_event => "しゅうろく",
6
+ :install_gem => "インストール",
7
+ :list_installed_gems => "かきつらねる",
8
+ :view_gem => "けんかい",
9
+ :edit => "しゅうろく",
10
+ :gem_commands => "コマンド",
11
+ :gem_files => "ファイル",
12
+ :gem_docs => "しょるい",
13
+ :gem_name => "こうもくめい",
8
14
  :selection_panel => "せんた&#12367",
9
15
  :documents => "オンラインマニュア&#12523",
16
+
17
+ # English Language files for RwdTinker core
18
+
19
+ :applet_installed => '"applet installed!"',
20
+ :application_version => '"Application Version"',
21
+ :clear => "Clear",
22
+ :clickfor_version => "Click for Version" ,
23
+ :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
24
+
25
+ :file_name => '"File Name:"',
26
+ :fill_record => '"Fill Record"',
27
+ :help => '"Help"',
28
+ :help_about => '"Help About"',
29
+
30
+ :install_applet => '"install (rwdtinker) applet"',
31
+ :jumptoapplication_location => '"Jump to Application Location"',
32
+ :list_applets => '"List Applets"',
33
+ :listappletsinthegem_directory => '"List applets in the Gem Directory"',
34
+ :listappletsavailablefor_installation => "List applets available for installation",
35
+ :list_files => '"List Files"',
36
+
37
+ :list_photos => '"List Photos"',
38
+ :list_zips => '"List Zips"',
39
+ :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
40
+ :menu_panel => '"Menu Panel"',
41
+ :module_unknown => '"Unknown Module"',
42
+ :next => '"Next"',
43
+
44
+ :open_document => '"Open Document"',
45
+ :openselectedhelp_about => '"Open selected help about"',
46
+ :reload_variables => '"Reload Variables"' ,
47
+ :remove_applet => '"remove applet"',
48
+ :return => "Return",
49
+ :rwdtinker_window_2 => "RwdTinker Window 2",
50
+ :rwdtinker => "RwdTinker",
51
+ :rwdtinker_back_window => '"RwdTinker Back Window"',
52
+ :rwdtinker_help => '"RwdTinker Help"',
53
+ :rwdtinker_help_window => '"RwdTinker Help Window"',
54
+ :showjump_links => '"Show Jump Links"',
55
+ :showdocument_list => '"Show Document List"',
56
+ :showhelpabout_links => '"Show Help About Links"',
57
+
58
+ :save => "Save" ,
59
+ :save_changes => '"Save Changes"',
60
+
61
+ :selection_tab => '"Selection Tab"',
62
+ :tinker_logo => "Tinker Logo",
63
+ :tinkerback_window => '"Tinker Back Window"',
64
+ :viewapplet_contents => '"View Applet Contents"',
65
+ :viewalreadyinstalled_applications => '"View already installed GEM applications"',
66
+ :viewinstalled_text => '"View Install Text"',
67
+ :view_platform => '"view platform"',
68
+ :viewplatform_information => '"View Platform Information"',
69
+ :viewinstall_text => '"View Install Text"' ,
70
+ :viewlistinstall_files => '"View List of Installed Files"',
71
+ :view_photo => '"View Photo"',
72
+ :window => "Window" ,
@@ -17,3 +17,59 @@
17
17
  :rwdtinker_back_window => '"RwdTinker Back Venster"',
18
18
  :tinker_logo => '"RWDTinker Logo"',
19
19
  :selection_panel => '"Selectie Paneel"',
20
+ # English Language files for RwdTinker core
21
+
22
+
23
+ :applet_installed => '"applet installed!"',
24
+ :application_version => '"Application Version"',
25
+ :clear => "Clear",
26
+ :clickfor_version => "Click for Version" ,
27
+ :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
28
+
29
+ :edit => "edit" ,
30
+ :file_name => '"File Name:"',
31
+ :fill_record => '"Fill Record"',
32
+ :help => '"Help"',
33
+ :help_about => '"Help About"',
34
+ :install_applet => '"install (rwdtinker) applet"',
35
+ :jumptoapplication_location => '"Jump to Application Location"',
36
+ :list_applets => '"List Applets"',
37
+ :listappletsinthegem_directory => '"List applets in the Gem Directory"',
38
+ :listappletsavailablefor_installation => "List applets available for installation",
39
+ :list_files => '"List Files"',
40
+ :list_installed_gems => '"List installed Gems"' ,
41
+ :list_photos => '"List Photos"',
42
+ :list_zips => '"List Zips"',
43
+ :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
44
+ :menu_panel => '"Menu Panel"',
45
+
46
+
47
+ :open_document => '"Open Document"',
48
+ :openselectedhelp_about => '"Open selected help about"',
49
+ :reload_variables => '"Reload Variables"' ,
50
+ :remove_applet => '"remove applet"',
51
+ :return => "Return",
52
+ :rwdtinker_window_2 => "RwdTinker Window 2",
53
+ :rwdtinker => "RwdTinker",
54
+ :rwdtinker_back_window => '"RwdTinker Back Window"',
55
+ :rwdtinker_help => '"RwdTinker Help"',
56
+ :rwdtinker_help_window => '"RwdTinker Help Window"',
57
+ :showjump_links => '"Show Jump Links"',
58
+ :showdocument_list => '"Show Document List"',
59
+ :showhelpabout_links => '"Show Help About Links"',
60
+
61
+
62
+ :save_changes => '"Save Changes"',
63
+ :selection_tab => '"Selection Tab"',
64
+ :tinker_logo => "Tinker Logo",
65
+ :tinkerback_window => '"Tinker Back Window"',
66
+ :viewapplet_contents => '"View Applet Contents"',
67
+ :viewalreadyinstalled_applications => '"View already installed GEM applications"',
68
+ :viewinstalled_text => '"View Install Text"',
69
+ :view_platform => '"view platform"',
70
+ :viewplatform_information => '"View Platform Information"',
71
+ :view_event => '"View event"',
72
+ :viewinstall_text => '"View Install Text"' ,
73
+ :viewlistinstall_files => '"View List of Installed Files"',
74
+ :view_photo => '"View Photo"',
75
+
@@ -227,6 +227,12 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
227
227
  Thanks, Steven Gibson
228
228
 
229
229
  == Changelog
230
+ Version 1.68
231
+ updated to newest Ruby webdialogs
232
+
233
+ Version 1.67
234
+ Add html for help
235
+
230
236
  Version 1.66
231
237
  Fixed directory layout
232
238
  increased size of config edit screen
@@ -132,6 +132,9 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
132
132
  Thanks, Steven Gibson
133
133
 
134
134
  == Changelog
135
+ Version 0.06
136
+ updated to rwdtinker 1.73
137
+
135
138
  Version 0.05
136
139
  updated to rwdtinker 1.66
137
140
  changed SAFE level to 0 - don't put online
data/rwdconfig.dist CHANGED
@@ -1,4 +1,4 @@
1
- ##VERSION:1.66
1
+ ##VERSION:1.69
2
2
  # rwdtinker core configuration file
3
3
  ##NAME: ConfigLocation:0
4
4
  ConfigLocation=""
@@ -10,8 +10,12 @@ $testharnessarray = ["rwdtinker_all_tests"]
10
10
  TestNow=false # turning this on will run the unit tests
11
11
  ##NAME:$testharness:0
12
12
  $testharness=true
13
+ ##NAME:$tinkerhelpaboutarray:0
14
+ $tinkerhelpaboutarray = ["Tinker"]
13
15
  ##NAME:$tinkerdocumentsarray:0
14
16
  $tinkerdocumentsarray = ["Readme.txt"]
15
-
16
-
17
+ ##NAME:$tinkeruninstallarray:0
18
+ $tinkeruninstallarray = ["Tinker"]
19
+ ##NAME:JumpLink:0
20
+ JumpLink = Hash.new { |hh, kk| hh[kk] = "ERROR: link not found: #{kk.inspect}."; hh[kk] }
17
21
 
data/rwdtorrent.rb ADDED
@@ -0,0 +1 @@
1
+ # this file does nothing
data/tests/cleancnf.sh CHANGED
@@ -2,4 +2,5 @@
2
2
  rm *.cnf
3
3
  rm *.bak
4
4
  rm configuration/*.cnf
5
- rm configuration/*.bak
5
+ rm configuration/*.bak
6
+ rm *.gem
@@ -0,0 +1,56 @@
1
+ #!/usr/bin/ruby -w
2
+ #***********************************************************************
3
+ #* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
4
+ #* Copyright (c) 2004, 2005 by Steven Gibson. All Rights Reserved.
5
+ #* at "steven@superant.com".
6
+ #***********************************************************************/
7
+ $progdir =""
8
+ $tinkerhelpaboutarray = [""]
9
+ $tinkerdocumentsarray = [""]
10
+ $testharnessarray = [""]
11
+ $rwdjumplink = [""]
12
+ JumpLink = Hash.new("default")
13
+ require 'fileutils'
14
+ DistroName = "rwdwtorrent"
15
+ DistroVersion=0.06
16
+ load "configuration/#{DistroName}-#{DistroVersion}.dist"
17
+
18
+
19
+ DistroTitle="#{DistroName}-#{DistroVersion}"
20
+
21
+
22
+
23
+ $progdir = File::expand_path( File.dirname(__FILE__))
24
+ results = " "
25
+
26
+ puts "creating #{DistroName} distribution files version #{DistroVersion}"
27
+
28
+ #puts "moving up one directory"
29
+ #Dir.chdir("..")
30
+
31
+
32
+ FileUtils.rm_rf("#{DistroTitle}.zip")
33
+ zipcreatecmd = "zip -r #{DistroTitle}.zip *"
34
+ puts "#{zipcreatecmd}"
35
+ `#{zipcreatecmd}`
36
+
37
+ gemspecfilename = "rwdzip#{DistroTitle}.gemspec"
38
+ tobject = Time.now
39
+ year = tobject.year.to_s
40
+ month = tobject.mon.to_s
41
+ daydate = tobject.day.to_s
42
+
43
+ fd = File.open(gemspecfilename,"w")
44
+ fd.print("Gem::Specification.new do |s|\n")
45
+ fd.print(" s.name = %q{rwdzip#{DistroName}}\n")
46
+ fd.print(" s.version = \"#{DistroVersion}\"\n")
47
+ fd.print(" s.date = %q{#{year}-#{month}-#{daydate}}")
48
+ load "tests/gemspec-#{DistroName}"
49
+ fd.print($gemspecvar)
50
+ fd.close
51
+
52
+ ListingCommand = "ls -1 -s -h rwdzip#{DistroTitle}*"
53
+
54
+ puts `#{ListingCommand}`
55
+
56
+ print "Build finished\n"
data/tests/makedist.rb CHANGED
@@ -5,16 +5,21 @@
5
5
  #* at "steven@superant.com".
6
6
  #***********************************************************************/
7
7
  $progdir =""
8
+ $tinkerhelpaboutarray = [""]
9
+ $tinkerdocumentsarray = [""]
10
+ $testharnessarray = [""]
11
+ $rwdjumplink = [""]
12
+ JumpLink = Hash.new("default")
8
13
  require 'fileutils'
9
- load 'rwdconfig.dist'
10
- load 'configuration/rwdtinker.dist'
11
- DistroName = "rwdtorrent"
12
- load "configuration/#{DistroName}.dist"
13
- DistroVersion=RwdTorrentVersion
14
14
 
15
- DistroTitle="#{DistroName}-#{DistroVersion}"
15
+ DistroName = "rwdwtorrent"
16
16
 
17
+ DistroVersion="0.06"
17
18
 
19
+ DistroTitle="#{DistroName}-#{DistroVersion}.dist"
20
+ load "configuration/#{DistroTitle}"
21
+ DistroTitle = "rwdtorrent-#{DistroVersion}"
22
+ DistroName = "rwdtorrent"
18
23
 
19
24
  $progdir = File::expand_path( File.dirname(__FILE__))
20
25
  results = " "
@@ -57,5 +62,4 @@ ListingCommand = "ls -1 -s -h #{DistroTitle}*"
57
62
 
58
63
  puts `#{ListingCommand}`
59
64
 
60
- print "Build finished\n"
61
- print "for debian remeber to change config file: RwdTorrentRoot and $torrentfile location"
65
+ print "Build finished\n"
data/zips/temp.rb ADDED
@@ -0,0 +1 @@
1
+ # this file does nothing
metadata CHANGED
@@ -1,32 +1,27 @@
1
- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
3
- specification_version: 1
1
+ --- !ruby/object:Gem::Specification
4
2
  name: rwdtorrent
5
3
  version: !ruby/object:Gem::Version
6
- version: "0.05"
7
- date: 2005-12-23 00:00:00 -08:00
8
- summary: rwdtorrent is a GUI front end for BitTorrent with rwdtinker and RubyWebDialogs features.
9
- require_paths:
10
- - .
11
- email: steven@superant.com
12
- homepage: http://rubyforge.org/projects/rwdapplications/
13
- rubyforge_project: rwdapplications
14
- description: rwdtorrent is a GUI front end for BitTorrent with rwdtinker and RubyWebDialogs features. Shell script runner, Ruby eval commands, calendar, mini calculator
4
+ version: "0.06"
5
+ platform: ruby
6
+ authors:
7
+ - Steven Gibson
15
8
  autorequire:
16
- default_executable:
17
9
  bindir: bin
18
- has_rdoc: true
19
- required_ruby_version: !ruby/object:Gem::Version::Requirement
20
- requirements:
21
- - - ">"
22
- - !ruby/object:Gem::Version
23
- version: 0.0.0
24
- version:
25
- platform: ruby
26
- signing_key:
27
- cert_chain:
28
- authors: []
10
+ cert_chain: []
11
+
12
+ date: 2008-09-02 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
29
15
 
16
+ description: rwdtorrent is a GUI front end for rubyTorrent with rwdtinker and RubyWebDialogs features. Shell script runner, Ruby eval commands, calendar, mini calculator
17
+ email: smalllinux@gmail.com
18
+ executables:
19
+ - rwdtorrent
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - rwd_files/HowTo_Torrent.txt
24
+ - Readme.txt
30
25
  files:
31
26
  - lib/temp.rb
32
27
  - code/zz0applicationend/zz0end.rb
@@ -45,10 +40,11 @@ files:
45
40
  - code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
46
41
  - code/superant.com.rwdtinkerbackwindow/listzips.rb
47
42
  - code/superant.com.rwdtinkerbackwindow/network.rb
43
+ - code/superant.com.rwdtinkerbackwindow/initiateapplets.rb
44
+ - code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb
48
45
  - code/superant.com.rwdtinkerbackwindow/removeapplet.rb
49
46
  - code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb
50
47
  - code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb
51
- - code/superant.com.rwdtinkerbackwindow/controlclient.rb
52
48
  - code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
53
49
  - code/superant.com.rwdtinkerbackwindow/installgemapplet.rb
54
50
  - code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb
@@ -72,8 +68,11 @@ files:
72
68
  - code/01rwdcore/03helptexthash.rb
73
69
  - code/01rwdcore/02helptexthashbegin.rb
74
70
  - code/01rwdcore/rundocuments.rb
71
+ - code/dd0viewphoto/dd0viewphoto.rb
75
72
  - code/superant.com.rwdtorrent/saveconfigurationrecord.rb
76
73
  - code/superant.com.rwdtorrent/viewtorrentlist.rb
74
+ - code/superant.com.rwdtorrent/0uninstallapplet.rb
75
+ - code/superant.com.rwdtorrent/rwdtinkerversion.rb
77
76
  - code/superant.com.rwdtorrent/loadconfigurationrecord.rb
78
77
  - code/superant.com.rwdtorrent/returntomain.rb
79
78
  - code/superant.com.rwdtorrent/test_cases.rb
@@ -91,16 +90,14 @@ files:
91
90
  - configuration/tinkerwin2variables.dist
92
91
  - configuration/language.dist
93
92
  - configuration/rwdapplicationidentity.dist
94
- - configuration/rwdtorrenthelpabout.rb
95
- - configuration/rwdtorrent.dist
96
- - extras/rconftool.rb
97
- - extras/rubytorrent.rb
93
+ - configuration/rwdwtorrent-0.06.dist
98
94
  - extras/zip/stdrubyext.rb
99
95
  - extras/zip/ziprequire.rb
100
96
  - extras/zip/ioextras.rb
101
97
  - extras/zip/zip.rb
102
98
  - extras/zip/zipfilesystem.rb
103
99
  - extras/zip/tempfile_bugfixed.rb
100
+ - extras/rconftool.rb
104
101
  - extras/rubytorrent/bencoding.rb
105
102
  - extras/rubytorrent/message.rb
106
103
  - extras/rubytorrent/typedstruct.rb
@@ -111,8 +108,8 @@ files:
111
108
  - extras/rubytorrent/util.rb
112
109
  - extras/rubytorrent/peer.rb
113
110
  - extras/rubytorrent/package.rb
114
- - downloads/nodownloads.txt
115
- - torrentfiles/knoppix-std-0.1.iso.torrent
111
+ - extras/rubytorrent.rb
112
+ - torrentfiles/Google Chrome Comic Book [mininova].torrent
116
113
  - ev/browser.rb
117
114
  - ev/sgml.rb
118
115
  - ev/ftools.rb
@@ -125,18 +122,18 @@ files:
125
122
  - ev/xml.rb
126
123
  - lang/en/rwdcore/languagefile.rb
127
124
  - lang/es/rwdcore/languagefile-es.rb
125
+ - lang/fr/rwdcore/languagefile.rb
128
126
  - lang/jp/rwdcore/languagefile.rb
129
127
  - lang/nl/rwdcore/languagefile.rb
130
128
  - gui/frontwindowtdocuments/superant.com.documents
131
129
  - gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd
132
130
  - gui/00coreguibegin/applicationguitop.rwd
133
131
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow
134
- - gui/tinkerbackwindows/superant.com.torrentdisplay
135
- - gui/tinkerbackwindows/superant.com.tinkerbackwindow
136
- - gui/tinkerbackwindows/superant.com.versionwindow
137
132
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd
138
133
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd
134
+ - gui/tinkerbackwindows/superant.com.torrentdisplay
139
135
  - gui/tinkerbackwindows/superant.com.torrentdisplay/torrentdisplaywindow.rwd
136
+ - gui/tinkerbackwindows/superant.com.tinkerbackwindow
140
137
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd
141
138
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd
142
139
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd
@@ -144,20 +141,24 @@ files:
144
141
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd
145
142
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd
146
143
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd
147
- - gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd
148
144
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd
145
+ - gui/tinkerbackwindows/superant.com.versionwindow
149
146
  - gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd
150
147
  - gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd
148
+ - gui/tinkerbackwindows/superant.com.rwdtorrent
149
+ - gui/tinkerbackwindows/superant.com.rwdtorrent/30viewtorrent.rwd
150
+ - gui/tinkerbackwindows/superant.com.rwdtorrent/10viewnote.rwd
151
+ - gui/tinkerbackwindows/superant.com.rwdtorrent/40rwdtorrentrefresh.rwd
152
+ - gui/tinkerbackwindows/superant.com.rwdtorrent/9end.rwd
153
+ - gui/tinkerbackwindows/superant.com.rwdtorrent/67viewconfiguration.rwd
154
+ - gui/tinkerbackwindows/superant.com.rwdtorrent/10appletbegin.rwd
155
+ - gui/tinkerbackwindows/superant.com.rwdtorrent/81jumplinkcommands.rwd
151
156
  - gui/helpaboutzend/superant.com.helpaboutend
152
157
  - gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpscreen2end.rwd
153
158
  - gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd
154
159
  - gui/helpaboutzend/superant.com.helpaboutend/zhelpscreenstart2.rwd
155
160
  - gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd
156
- - gui/frontwindow0/superant.com.rwdtorrent
157
- - gui/frontwindow0/superant.com.rwdtorrent/30viewtorrent.rwd
158
- - gui/frontwindow0/superant.com.rwdtorrent/10viewnote.rwd
159
- - gui/frontwindow0/superant.com.rwdtorrent/40rwdtorrentrefresh.rwd
160
- - gui/frontwindow0/superant.com.rwdtorrent/67viewconfiguration.rwd
161
+ - gui/frontwindow0/viewlogo/cc0openphoto.rwd
161
162
  - gui/helpaboutbegin/superant.com.helpaboutbegin
162
163
  - gui/helpaboutbegin/superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd
163
164
  - gui/helpaboutbegin/superant.com.helpaboutbegin/zzdocumentend.rwd
@@ -170,7 +171,8 @@ files:
170
171
  - gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
171
172
  - gui/helpaboutinstalled/superant.com.tinkerhelpabout
172
173
  - gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd
173
- - installed/rwdviewlogo-0.4.inf
174
+ - installed/temp.rb
175
+ - installed/rwdwtorrent-0.06.inf
174
176
  - rwd_files/tinker.png
175
177
  - rwd_files/favicon.ico
176
178
  - rwd_files/rdoc-style.css
@@ -180,29 +182,44 @@ files:
180
182
  - rwd_files/HowTo_TinkerWin2.txt
181
183
  - rwd_files/RubyWebDialogs.html
182
184
  - rwd_files/HowTo_Tinker.txt
183
- - zips/rwdahelloworld-0.5.zip
185
+ - zips/temp.rb
184
186
  - tests/rdep.rb
187
+ - tests/makedist-rwdwtorrent.rb
185
188
  - tests/cleancnf.sh
186
189
  - tests/makedist.rb
187
190
  - tests/totranslate.lang
188
191
  - tests/RubyGauge.rb
189
192
  - tests/checkdepends.sh
193
+ - rwdtorrent.rb
190
194
  - Readme.txt
191
195
  - rwdconfig.dist
192
196
  - init.rb
193
- test_files: []
194
-
197
+ has_rdoc: true
198
+ homepage: http://rubyforge.org/projects/rwdapplications/
199
+ post_install_message:
195
200
  rdoc_options:
196
201
  - --main
197
202
  - rwd_files/HowTo_Torrent.txt
198
- extra_rdoc_files:
199
- - rwd_files/HowTo_Torrent.txt
200
- - Readme.txt
201
- executables:
202
- - rwdtorrent
203
- extensions: []
204
-
203
+ require_paths:
204
+ - .
205
+ required_ruby_version: !ruby/object:Gem::Requirement
206
+ requirements:
207
+ - - ">="
208
+ - !ruby/object:Gem::Version
209
+ version: "0"
210
+ version:
211
+ required_rubygems_version: !ruby/object:Gem::Requirement
212
+ requirements:
213
+ - - ">="
214
+ - !ruby/object:Gem::Version
215
+ version: "0"
216
+ version:
205
217
  requirements: []
206
218
 
207
- dependencies: []
219
+ rubyforge_project: rwdapplications
220
+ rubygems_version: 1.1.1
221
+ signing_key:
222
+ specification_version: 2
223
+ summary: rwdtorrent is a GUI front end for rubyTorrent with rwdtinker and RubyWebDialogs features.
224
+ test_files: []
208
225