rwdshell 0.96 → 0.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Readme.txt +7 -0
- data/code/superant.com.rwdshell/helptexthashshell.rb +24 -0
- data/code/superant.com.rwdshell/loadconfigurationrecord.rb +2 -2
- data/code/superant.com.rwdshell/openhelpwindowshell.rb +27 -0
- data/code/superant.com.rwdshell/playrubyscript.rb +2 -1
- data/code/superant.com.rwdshell/playscript.rb +2 -1
- data/code/superant.com.rwdshell/shelleval.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +4 -1
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +5 -3
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +10 -6
- data/configuration/language.dist +7 -0
- data/configuration/rwdapplicationidentity.dist +3 -0
- data/configuration/rwdshell.dist +3 -0
- data/configuration/{rwdtinker.cnf → rwdtinker.dist} +3 -1
- data/configuration/{tinkerwin2variables.cnf → tinkerwin2variables.dist} +6 -1
- data/extras/rconftool.rb +380 -0
- data/gui/frontwindow0/superant.com.shellscripts/1listplayscripts.rwd +1 -1
- data/gui/frontwindow0/superant.com.shellscripts/2listscripts.rwd +2 -2
- data/gui/frontwindow0/superant.com.shellscripts/6rwdshelleval.rwd +3 -4
- data/gui/frontwindowtdocuments/superant.com.shelldocument/vvdocshellxp.rwd +6 -0
- data/init.rb +20 -2
- data/rwd_files/HowTo_Shell.txt +9 -0
- data/rwd_files/HowTo_Tinker.txt +8 -0
- data/rwdconfig.dist +6 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +5 -0
- data/tests/makedist.rb +29 -0
- data/tests/rdep.rb +354 -0
- metadata +18 -14
- data/code/superant.com.rwdshell/helptexthashrubyslippers.rb +0 -81
- data/code/superant.com.rwdshell/openhelpwindowrubyslippers.rb +0 -50
- data/configuration/language.cnf +0 -5
- data/configuration/playscripts.cnf +0 -2
- data/configuration/rwdapplicationidentity.cnf +0 -3
- data/configuration/rwdshellversion.cnf +0 -2
- data/configuration/rwdtinkerversion.cnf +0 -2
- data/configuration/tinkerwin2version.cnf +0 -3
- data/installed/rwdshell-0.95.inf +0 -14
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.6
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rwdshell
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: "0.
|
7
|
-
date: 2005-
|
6
|
+
version: "0.97"
|
7
|
+
date: 2005-03-09
|
8
8
|
summary: rwdshell is a GUI front end for operating system commands with rwdtinker and RubyWebDialogs features.
|
9
9
|
require_paths:
|
10
10
|
- "."
|
@@ -75,22 +75,19 @@ files:
|
|
75
75
|
- code/superant.com.rwdshell/returntomain.rb
|
76
76
|
- code/superant.com.rwdshell/runrwdshellmenu1.rb
|
77
77
|
- code/superant.com.rwdshell/runrwdshellbackwindow.rb
|
78
|
-
- code/superant.com.rwdshell/
|
78
|
+
- code/superant.com.rwdshell/openhelpwindowshell.rb
|
79
79
|
- code/superant.com.rwdshell/loadconfigurationrecord.rb
|
80
|
-
- code/superant.com.rwdshell/openhelpwindowrubyslippers.rb
|
81
80
|
- code/superant.com.rwdshell/saveconfigurationrecord.rb
|
82
81
|
- code/superant.com.rwdshell/loadconfigurationvariables.rb
|
83
82
|
- code/superant.com.rwdshell/playrubyscript.rb
|
84
83
|
- code/superant.com.rwdshell/listrubyscripts.rb
|
85
84
|
- code/superant.com.rwdshell/viewrubyscript.rb
|
86
|
-
-
|
87
|
-
- configuration/
|
88
|
-
- configuration/rwdtinker.
|
89
|
-
- configuration/
|
90
|
-
- configuration/
|
91
|
-
- configuration/
|
92
|
-
- configuration/playscripts.cnf
|
93
|
-
- configuration/rwdshellversion.cnf
|
85
|
+
- code/superant.com.rwdshell/helptexthashshell.rb
|
86
|
+
- configuration/tinkerwin2variables.dist
|
87
|
+
- configuration/rwdtinker.dist
|
88
|
+
- configuration/language.dist
|
89
|
+
- configuration/rwdapplicationidentity.dist
|
90
|
+
- configuration/rwdshell.dist
|
94
91
|
- extras/zip
|
95
92
|
- extras/cmdline_parse
|
96
93
|
- extras/config_file
|
@@ -100,6 +97,7 @@ files:
|
|
100
97
|
- extras/playlist
|
101
98
|
- extras/plugins
|
102
99
|
- extras/showHelp
|
100
|
+
- extras/rconftool.rb
|
103
101
|
- scripts/date.sh
|
104
102
|
- scripts/echo2.sh
|
105
103
|
- scripts/lister.sh
|
@@ -137,9 +135,11 @@ files:
|
|
137
135
|
- gui/frontwindowtdocuments/superant.com.documents
|
138
136
|
- gui/frontwindowtdocuments/superant.com.tinkerwin2documents
|
139
137
|
- gui/frontwindowtdocuments/superant.com.rubyeval
|
138
|
+
- gui/frontwindowtdocuments/superant.com.shelldocument
|
140
139
|
- gui/frontwindowtdocuments/superant.com.documents/uu5documents.rwd
|
141
140
|
- gui/frontwindowtdocuments/superant.com.tinkerwin2documents/uu5documents.rwd
|
142
141
|
- gui/frontwindowtdocuments/superant.com.rubyeval/rubyeval.rwd
|
142
|
+
- gui/frontwindowtdocuments/superant.com.shelldocument/vvdocshellxp.rwd
|
143
143
|
- gui/frontwindowtdocumentzend/superant.com.documentsend
|
144
144
|
- gui/frontwindowtdocumentzend/superant.com.documentsend/ww0documentend.rwd
|
145
145
|
- gui/frontwindowz1end/frontwindowend/xx0rwdfirsttab.rwd
|
@@ -186,7 +186,6 @@ files:
|
|
186
186
|
- gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
|
187
187
|
- installed/rwdtinkerwin2-0.5.inf
|
188
188
|
- installed/rwdviewlogo-0.4.inf
|
189
|
-
- installed/rwdshell-0.95.inf
|
190
189
|
- rwd_files/favicon.ico
|
191
190
|
- rwd_files/HowTo_Tinker.txt
|
192
191
|
- rwd_files/HowTo_TinkerWin2.txt
|
@@ -201,8 +200,13 @@ files:
|
|
201
200
|
- tests/rwdtinkertestEN.rb
|
202
201
|
- tests/test.result
|
203
202
|
- tests/totranslate.lang
|
204
|
-
-
|
203
|
+
- tests/cleancnf.sh
|
204
|
+
- tests/rdep.rb
|
205
|
+
- tests/checkdepends.sh
|
206
|
+
- tests/makedist.rb
|
205
207
|
- init.rb
|
208
|
+
- rwdconfig.dist
|
209
|
+
- Readme.txt
|
206
210
|
test_files: []
|
207
211
|
rdoc_options:
|
208
212
|
- "--main"
|
@@ -1,81 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Helptext.update( :rubyslippers_generalhelp => " You can view the list of gems you have installed
|
4
|
-
by clicking on the list files button
|
5
|
-
|
6
|
-
You can view the contents of the gemspec file by typing or pasting a name in.
|
7
|
-
|
8
|
-
When you are finished press the open button (leave off the .gemspec ending) ",
|
9
|
-
:Install_Gem => "You can list the Gems available in the repository
|
10
|
-
Click on the button.
|
11
|
-
It will take several seconds then should show the list.
|
12
|
-
|
13
|
-
To install a gem, enter the name into to textbox and
|
14
|
-
click on the install Gem button
|
15
|
-
You should see the result of the command on the screen
|
16
|
-
|
17
|
-
You can check in the first tab if it is installed.",
|
18
|
-
:GemCommands_help => "You can view the setup that Gem has on your system.
|
19
|
-
|
20
|
-
Click on Show Environment
|
21
|
-
This will show your setup
|
22
|
-
|
23
|
-
You can run a Gem command or a shell command
|
24
|
-
|
25
|
-
Click on the 'Show Gem Command Choices' this will bringup the command that will be added to 'gem'
|
26
|
-
you can choose the blank choice or:
|
27
|
-
help,--version,list --local,check -a,check --test,search,search --remote,specification,uninstall
|
28
|
-
|
29
|
-
Enter the command in the box and press the
|
30
|
-
Run Command button
|
31
|
-
|
32
|
-
It displays the result of the command on the screen.
|
33
|
-
|
34
|
-
Click 'List Installed Gem Files' to bring up a list at the bottom of the page.
|
35
|
-
You can click on one to fill in the second command box. You will probably need to remove the version on the end
|
36
|
-
of the file name for the gem command to properly work.
|
37
|
-
the commands that can take a file name are: list --local,check --test,search,search --remote,specification,uninstall
|
38
|
-
|
39
|
-
",
|
40
|
-
:gemfiles_help => "You can view the files that are installed for applications
|
41
|
-
|
42
|
-
Click on Show Gem Dirs
|
43
|
-
This will show your list of Gems installed
|
44
|
-
|
45
|
-
|
46
|
-
Click on Show Application Files
|
47
|
-
This will show your list of files installed",
|
48
|
-
:gemdocs_help => "You can scan for the Gem doc server.
|
49
|
-
|
50
|
-
If the gem doc server is running you can click and view the docs
|
51
|
-
The docs for installed Gems should be visible ",
|
52
|
-
:gemfilesinstalled => "You can see a list of gems that are installed on your system",
|
53
|
-
:gemconfiguration_help => "You can view the configuration file for Rubyslippers and edit it
|
54
|
-
'Fill Record' will load the configuration file rubyslippers.cnf into the screen input boxes
|
55
|
-
'Save Changes' will save the changes you have made - BE CERTAIN YOUR CHANGES ARE CORRECT
|
56
|
-
'Reload Variables' will load the changes you have made - otherwise your changes will be load next reboot
|
57
|
-
|
58
|
-
",
|
59
|
-
:gemspecdata_help => "You can view gemspecs
|
60
|
-
|
61
|
-
The directory searched in is in the rubyslippers.cnf
|
62
|
-
",
|
63
|
-
:editgemspec_help => "You can edit gemspec
|
64
|
-
You need to open a gemspec in the 'View Gemspec' tab first
|
65
|
-
|
66
|
-
The directory searched in is in the rubyslippers.cnf
|
67
|
-
",
|
68
|
-
:buildgem_help => "gem utilities are available as well as the gem build command
|
69
|
-
|
70
|
-
You can rename a gemspec, copy a gemspec or delete a gemspec
|
71
|
-
|
72
|
-
You can select a gemspec by clicking on 'list gemspecs'
|
73
|
-
|
74
|
-
You need to select a directory for the gem to be built in by clicking on 'list Gem Directories'
|
75
|
-
|
76
|
-
The directory searched in is in the rubyslippers.cnf",
|
77
|
-
:viewgemdir_help => "you can view the files in the gem directory before you build it
|
78
|
-
You can select a directory for the gem to be built in by clicking on 'list Gem Directories'
|
79
|
-
"
|
80
|
-
|
81
|
-
)
|
@@ -1,50 +0,0 @@
|
|
1
|
-
# this code is to call the help window
|
2
|
-
def runhelpwindowrubyslippers
|
3
|
-
|
4
|
-
$help_topic = "GemCommands_help"
|
5
|
-
if @rwd_tab == "Viewgemdata"
|
6
|
-
$help_topic = "rubyslippers_generalhelp"
|
7
|
-
end
|
8
|
-
if @rwd_tab == "geminstall"
|
9
|
-
$help_topic = "Install_Gem"
|
10
|
-
end
|
11
|
-
if @rwd_tab == "gemcommands"
|
12
|
-
$help_topic = "GemCommands_help"
|
13
|
-
end
|
14
|
-
if @rwd_tab == "gemfilesinstalled"
|
15
|
-
$help_topic = "gemfiles_help"
|
16
|
-
end
|
17
|
-
if @rwd_tab == "gemservescan"
|
18
|
-
$help_topic = "gemdocs_help"
|
19
|
-
end
|
20
|
-
if @rwd_tab == "viewrubyslippersconfiguration"
|
21
|
-
$help_topic = "gemconfiguration_help"
|
22
|
-
end
|
23
|
-
|
24
|
-
if @rwd_tab == "Viewgemspecdata"
|
25
|
-
$help_topic = "gemspecdata_help"
|
26
|
-
end
|
27
|
-
|
28
|
-
if @rwd_tab == "editgemspecrecordfile"
|
29
|
-
$help_topic = "editgemspec_help"
|
30
|
-
end
|
31
|
-
if @rwd_tab == "gemutilitiesrubyslippers"
|
32
|
-
$help_topic = "buildgem_help"
|
33
|
-
end
|
34
|
-
if @rwd_tab == "viewgemdir"
|
35
|
-
$help_topic = "viewgemdir_help"
|
36
|
-
end
|
37
|
-
|
38
|
-
$helptopicsarray = $helptopicsarray | ["rubyslippers_generalhelp", "Install_Gem","GemCommands_help", "gemfilesinstalled","gemdocs_help","gemconfiguration_help","gemspecdata_help","editgemspec_help","buildgem_help","viewgemdir_help"]
|
39
|
-
$previouswindow = @rwd_window
|
40
|
-
$previoustab = @rwd_tab
|
41
|
-
|
42
|
-
|
43
|
-
if @rwd_window != "rwdtinkerhelpwindow"
|
44
|
-
$previouswindow = @rwd_window
|
45
|
-
$previoustab = @rwd_tab
|
46
|
-
end
|
47
|
-
runhelpwindow
|
48
|
-
end
|
49
|
-
|
50
|
-
|
data/configuration/language.cnf
DELETED
data/installed/rwdshell-0.95.inf
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
# rwdshell - applet to run shell scripts =
|
2
|
-
code/dd0shelleval
|
3
|
-
configuration/ek0playscripts.cnf
|
4
|
-
gui/ub7rubyeval
|
5
|
-
gui/uk5scriptrunnerdocuments
|
6
|
-
gui/vv1docshellxp
|
7
|
-
gui/dd0rwdshell
|
8
|
-
gui/yl4rwdshellhelpabout
|
9
|
-
rwd_files/HowTo_RubyEval.html
|
10
|
-
rwd_files/HowTo_Scriptrunner.txt
|
11
|
-
rwd_files/HowTo_shell.txt
|
12
|
-
scripts/date.sh
|
13
|
-
scripts/lister.sh
|
14
|
-
scripts/uname.sh
|