rwdziparubyslippers 0.99

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,237 @@
1
+ = RubySlippers Frontend for RubyGems
2
+
3
+ How To use RubySlippers - a frontend for RubyGems
4
+
5
+
6
+ The configuration file is at:
7
+ configuration/rubyslippers.cnf
8
+
9
+ There you can change the location of your gemspec files.
10
+
11
+
12
+ = Quick Start
13
+
14
+ You should unzip the program in a directory you have assess to.
15
+
16
+ at the command line run:
17
+ ruby init.rb
18
+ Point your browser at
19
+ http://localhost:7705
20
+ or where it tells you
21
+
22
+
23
+ = View Gem
24
+
25
+
26
+ Use the "View Gem" tab
27
+
28
+ You can view the list of gems you have installed
29
+ by clicking on the list files button
30
+
31
+ You can view the contents of the gemspec file by typing or pasting a name in.
32
+
33
+ When you are finished press the open button (leave off the .gemspec ending)
34
+
35
+
36
+
37
+ = Install Gem
38
+
39
+
40
+ Using the "Install Gem" tab
41
+
42
+
43
+ You can list the Gems available in the repository
44
+ Click on the button.
45
+ It will take several seconds then should show the list.
46
+
47
+
48
+ To install a gem, enter the name into to textbox and
49
+ click on the install Gem button
50
+ You should see the result of the command on the screen
51
+
52
+ You can check in the first tab if it is installed.
53
+
54
+
55
+ = Gem Commands:
56
+
57
+
58
+ Go to "Gem Commands" tab
59
+
60
+ <blockquote/>
61
+ You can view the setup that Gem has on your system.
62
+
63
+ Click on Show Environment
64
+ This will show your setup
65
+
66
+ You can run a Gem command or a shell command
67
+ Enter the command in the box and press the
68
+ Run Command button
69
+
70
+ It displays the result of the command on the screen.
71
+
72
+
73
+ = Gem Files:
74
+
75
+
76
+ Go to "Gem Files" tab
77
+
78
+
79
+ You can view the files that are installed for applications
80
+
81
+ Click on Show Gem Dirs
82
+ This will show your list of Gems installed
83
+
84
+
85
+ Click on Show Application Files
86
+ This will show your list of files installed
87
+
88
+ == Rubyslippers Back Window
89
+
90
+ From the Selection Panel you can click on the Rubyslippers Back Window
91
+ This window has tabs to help you in building gems
92
+
93
+ == Add Info
94
+
95
+ To view gemspecs you already have see the View Gemspec tab
96
+
97
+ For edits to gemspec go to the Edit Gem tab
98
+
99
+ At the Build Gem tab
100
+ You can
101
+ Rename gemspec
102
+ Delete gemspec
103
+ copy gemspec
104
+
105
+ When building a gem the
106
+ The Gem name should be pointing to the Gemspec that you want
107
+ Gem Directory box should be pointing to the top directory of you source files
108
+
109
+
110
+
111
+ Have alot of fun!
112
+ give me bug reports and suggestions.
113
+
114
+
115
+
116
+ = Problem solving
117
+
118
+
119
+ On my Linux system I changed permissions on my gem directory to allow
120
+ the nonprovileged user to install gems.
121
+
122
+
123
+ = Documents
124
+
125
+
126
+ when you click on a document name, the document should pop up in a
127
+ browser window, or in another browser tab.
128
+
129
+
130
+ == Using over a Network
131
+
132
+ To serve the application over your local LAN,change the last line in the
133
+ init.rb file to something like:
134
+ RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
135
+ Then you should be able to login at: http://yourhostname:8080
136
+
137
+ You have to authorize yourself. The .rwuids example is a string with
138
+ the name of the authorization file, relative to the home directory
139
+ of the user that started the service. This file has to be in the form of:
140
+
141
+ user1 = password
142
+ user2 = pass phrase
143
+
144
+ Thus the file .rwduids might contain:
145
+
146
+ erik = secret
147
+
148
+ ==Contacts
149
+
150
+ For more information see:
151
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
152
+
153
+
154
+ For more information about RubyWebDialogs see:
155
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
156
+
157
+ Thanks, Steven Gibson
158
+
159
+ =Changelog
160
+ version 0.99
161
+ bug fix - "view gem" tab - name selection
162
+
163
+ version 0.98
164
+ updated for rwdtinker version 1.50
165
+ changed width of text fields with help from RubyWebDialogs author
166
+ added commands on option pulldown: search,search --remote,specification,uninstall
167
+ corrected directory list on gemspec build tab - to not show files
168
+ added gem directory file list tab - on the back window
169
+ added RubySlippers Menu tab for easier navigation
170
+
171
+ version 0.97
172
+ added some context sensitive help
173
+ added edit config file and reload config variables
174
+ change to tinker context help script
175
+ updated for rwdtinker 1.47
176
+ back window now calls tab
177
+
178
+ Version 0.96
179
+ updated for rwdtinker 1.44 - refactored gui files
180
+ Changed gui directory names - more like Java package titles
181
+ added error feedback on gem commands
182
+ added help for configuration file
183
+
184
+ Version 0.95
185
+ Updated for version 1.42 - semi-live updates should work
186
+ Changed gem commands tab - added pull down choices
187
+ Added tab for viewing Rubyslippers configuration file
188
+ Added back window with tabs for building gems
189
+ Added list gemspec files
190
+ view a gemspec file
191
+ Edit a gemspec
192
+ Rename, copy, delete gemspec file
193
+ build gem
194
+
195
+ Version 0.94
196
+ Updated to version 1.4 of rwdtinker
197
+ added more i18n fixes
198
+ updated l10n files es, jp, nl
199
+
200
+
201
+ Version 0.93
202
+ Updated to version 1.3 of rwdtinker
203
+
204
+ Version 0.92
205
+ Added to version 1.23 of rwdtinker
206
+ created gemspec
207
+
208
+ Version 0.91
209
+ Changed download of remote gem list - should now work on XP - avoids SystemStackError
210
+ added txt file to hold downloaded list
211
+ Changed order on list installed gems directories
212
+ Fixed view gemspec - it was totally broken! (bug introduced in 0.8)
213
+
214
+ Version 0.9
215
+ Added scan for gem_server
216
+ links for gem_server content
217
+
218
+ Version 0.8
219
+ Improved file selection
220
+
221
+ Version 0.7
222
+ Was updated to work with rwdtinker version 0.9
223
+
224
+ Version 0.6
225
+ fixes to work under XP
226
+ wrong variable in listfiles function
227
+ added configuration for XP vs Linux systems
228
+ updated the rwdrefreshacpi applet in zips
229
+
230
+ Version 0.5
231
+ first applet
232
+ added gem files tab - should list install app files
233
+
234
+ Version 0.4
235
+ first public version released
236
+ using rwdtinker framework
237
+
Binary file
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.4
3
+ specification_version: 1
4
+ name: rwdziparubyslippers
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.99"
7
+ date: 2005-02-09
8
+ summary: rubyslippers is frontend for the RubyGems system using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51
9
+ require_paths:
10
+ - "."
11
+ email: steven@superant.com
12
+ homepage: http://rubyforge.org/projects/rwdapplications/
13
+ rubyforge_project: rwdapplications
14
+ description: rubyslippers is frontend for the RubyGems system using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51rwdcalc is calculator rwdtinker and RubyWebDialogs
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ -
22
+ - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ authors: []
28
+ files:
29
+ - arubyslippers-0.99.zip
30
+ - HowTo_RubySlippers.txt
31
+ test_files: []
32
+ rdoc_options:
33
+ - "--main"
34
+ - HowTo_RubySlippers.txt
35
+ extra_rdoc_files: []
36
+ executables: []
37
+ extensions: []
38
+ requirements:
39
+ - rwdtinker > 1.50
40
+ dependencies: []