rwdtinker 1.66 → 1.67

Sign up to get free protection for your applications and to get access to all the features.
data/Readme.txt CHANGED
@@ -227,6 +227,9 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
227
227
  Thanks, Steven Gibson
228
228
 
229
229
  == Changelog
230
+ Version 1.67
231
+ Add html for help
232
+
230
233
  Version 1.66
231
234
  Fixed directory layout
232
235
  increased size of config edit screen
@@ -1,31 +1,31 @@
1
1
  # Help files for RwdTinker core
2
2
 
3
3
 
4
- :general_help => "You can work with Applets: go to 'Selection tab',
5
- On that back screen you will find:
6
- List Applets: you can see and delete installed applets
7
- List Zips: you can see lists of applets that you can install
8
- Edit Configuration: You can view the rwdtinker configuration and change it
9
- Diagnostic Tab: You can view the environments variables that rwdtinker is running with
4
+ :general_help => "You can work with Applets: go to 'Selection tab', <br>
5
+ On that back screen you will find:<br>
6
+ List Applets: you can see and delete installed applets<br>
7
+ List Zips: you can see lists of applets that you can install<br>
8
+ Edit Configuration: You can view the rwdtinker configuration and change it<br>
9
+ Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br>
10
10
  ",
11
- :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the
12
- init.rb file to something like:\n
13
- RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n
11
+ :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the<br>
12
+ init.rb file to something like:\n<br>
13
+ RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n<br>
14
14
  Then you should be able to login at: http://yourhostname:8080",
15
15
 
16
16
 
17
- :documents_rwdtinker => "Documents:
17
+ :documents_rwdtinker => "<b>Documents:
18
+ <p>
18
19
 
19
-
20
- when you click on a document name, the document should pop up in a
21
- browser window, or in another browser tab.",
22
- :remote_control => "Remote control gives you a way to determine what applications are running on which ports
23
-
24
- The name of the application is set in the config file
25
- You need to click the show remote command choices first - this will show the port and query choices
26
- Then you can click in 'Run Command' to see if other applications are running.
27
-
20
+ when you click on a document name, the document should pop up in a <br>
21
+ browser window, or in another browser tab.</b>",
22
+ :remote_control => "<b>Remote control gives you a way to determine what applications are running on which ports
23
+ <p>
24
+ The name of the application is set in the config file<br>
25
+ You need to click the show remote command choices first - this will show the port and query choices<br>
26
+ Then you can click in 'Run Command' to see if other applications are running.<br>
27
+ <p>
28
28
  The remote ports daemon will not be running unless you start it.
29
-
29
+ </b>
30
30
  "
31
31
 
@@ -1,4 +1,4 @@
1
- ##VERSION:1.66
1
+ ##VERSION:1.67
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"
@@ -14,6 +14,6 @@ LangDir = "lang"
14
14
  $rwdjumplink = ["helpscreen","tinkerbackwindow","returntomain","opendocuments","editconfiguration"]
15
15
  Browser_Exe = 'mozilla '
16
16
  $tinkerdocumentsarray +=["COPYING","HowTo_Tinker.txt","rwdapplications.html","RubyWebDialogs.html"]
17
- RwdTinkerVersion = "1.66"
17
+ RwdTinkerVersion = "1.67"
18
18
 
19
19
 
@@ -10,7 +10,7 @@ $rwdguivar=
10
10
 
11
11
  </table>
12
12
  <horizontal>
13
- %rwdhelpdataoutput%
13
+ %%rwdhelpdataoutput%%
14
14
  </horizontal>
15
15
  <row> <p></row>
16
16
  <table>
@@ -227,6 +227,9 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
227
227
  Thanks, Steven Gibson
228
228
 
229
229
  == Changelog
230
+ Version 1.67
231
+ Add html for help
232
+
230
233
  Version 1.66
231
234
  Fixed directory layout
232
235
  increased size of config edit screen
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.8
2
+ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: rwdtinker
5
5
  version: !ruby/object:Gem::Version
6
- version: "1.66"
7
- date: 2005-04-18
6
+ version: "1.67"
7
+ date: 2005-05-30
8
8
  summary: rwdtinker application is a framework to program for RubyWebDialogs.
9
9
  require_paths:
10
10
  - "."
@@ -132,7 +132,6 @@ files:
132
132
  - gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd
133
133
  - gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd
134
134
  - gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
135
- - installed/rwdviewlogo-0.4.inf
136
135
  - rwd_files/favicon.ico
137
136
  - rwd_files/HowTo_Tinker.txt
138
137
  - rwd_files/HowTo_TinkerWin2.txt
@@ -148,7 +147,6 @@ files:
148
147
  - tests/rdep.rb
149
148
  - tests/checkdepends.sh
150
149
  - tests/makedist.rb
151
- - tests/makerwdwaddresses-1.04.rb
152
150
  - init.rb
153
151
  - rwdconfig.dist
154
152
  - Readme.txt
@@ -1,4 +0,0 @@
1
- # rwdviewlogo - small applet to display one picture
2
- code/dd0viewphoto
3
- gui/cc0viewphoto
4
- rwd_files/tinker.png
@@ -1,40 +0,0 @@
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
- require 'fileutils'
9
-
10
- DistroName = "rwdwaddresses-1.04"
11
-
12
- $progdir = File::expand_path( File.dirname(__FILE__))
13
- results = " "
14
-
15
- puts "creating #{DistroName} applet distribution files "
16
- sourcedir = "../rwdaddresses/"
17
-
18
-
19
- fileName = "installed/" + "#{DistroName}" + ".inf"
20
-
21
- fd = File.open(fileName,"r")
22
- @@displaytext = " "
23
- temp = fd.readline.chomp
24
- while ! fd.eof?
25
-
26
- @@displaytext = fd.readline.chomp
27
- lastslash = @@displaytext.rindex('/')
28
- @@pathaddress = @@displaytext.slice(0..lastslash)
29
- puts @@pathaddress
30
- sourcefile = sourcedir + @@displaytext
31
- puts @@displaytext
32
- FileUtils.mkdir_p(@@pathaddress)
33
- @@copycommand = "cp -v -r -f -a #{sourcefile} #{@@pathaddress}"
34
-
35
- puts `#{@@copycommand}`
36
- end
37
- fd.close
38
-
39
-
40
- ListingCommand = "ls -1 -s -h *"