rwdziprwdwmovies 0.90 → 0.96

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,42 +1,54 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.4
3
- specification_version: 1
4
2
  name: rwdziprwdwmovies
5
3
  version: !ruby/object:Gem::Version
6
- version: "0.90"
7
- date: 2005-02-12
8
- summary: rwdziprwdwmovies is a DVD and Video database application 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: rwdziprwdwmovies is a DVD and Video database application using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51rwdcalc is calculator rwdtinker and RubyWebDialogs
4
+ version: "0.96"
5
+ platform: ruby
6
+ authors:
7
+ - Steven Gibson
15
8
  autorequire:
16
- default_executable:
17
9
  bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-08-26 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: rwdmovies is movie database for rwdtinker and RubyWebDialogs.
17
+ email: smalllinux@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - rwdwmovies-0.96.zip
18
26
  has_rdoc: true
19
- required_ruby_version: !ruby/object:Gem::Version::Requirement
27
+ homepage: http://rubyforge.org/projects/rwdapplications/
28
+ post_install_message:
29
+ rdoc_options:
30
+ - --main
31
+ - rwd_files/HowTo_Movies.txt
32
+ require_paths:
33
+ - .
34
+ required_ruby_version: !ruby/object:Gem::Requirement
20
35
  requirements:
21
- -
22
- - ">"
23
- - !ruby/object:Gem::Version
24
- version: 0.0.0
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: "0"
25
39
  version:
26
- platform: ruby
27
- authors: []
28
- files:
29
- - rwdwmovies-0.90.zip
30
- - HowTo_Movies.txt
31
- - rwdmovies.rb
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: "0"
45
+ version:
46
+ requirements: []
47
+
48
+ rubyforge_project: rwdapplications
49
+ rubygems_version: 1.1.1
50
+ signing_key:
51
+ specification_version: 2
52
+ summary: rwdmovies is movie database for rwdtinker and RubyWebDialogs.
32
53
  test_files: []
33
- rdoc_options:
34
- - "--main"
35
- - HowTo_Movies.txt
36
- extra_rdoc_files:
37
- - HowTo_Movies.txt
38
- executables: []
39
- extensions: []
40
- requirements:
41
- - rwdtinker > 1.51
42
- dependencies: []
54
+
data/HowTo_Movies.txt DELETED
@@ -1,84 +0,0 @@
1
- = rwdmovies - for rwdtinker and RubyWebDialogs
2
-
3
- rwdmovies is meant to be used to keep track of your DVD and VHS collection.
4
-
5
- The GUI interface used is RubyWebDialogs
6
-
7
- RubyWebDialogs is a platform independent graphical user interface for Ruby applications. It generates HTML and serves it with an internal HTTP server, so you can use your favorite web browser as the front end for your Ruby application. All this means, that it can be used on almost every platform, like Ruby itself. http://www.erikveen.dds.nl/rubywebdialogs/
8
-
9
- Install rwdtinker<br>
10
- unzip this applet in the directory where you put rwdtinker
11
-
12
- Start the program by typing<br>
13
- ruby init.rb
14
-
15
- Then point your web browser to:<br>
16
- http://localhost:7701/
17
-
18
- The rwdtinker framework is used by:<br>
19
-
20
- Spliting the source code and the gui code into atomic parts and use init.rb to merge the parts together.
21
- With the framework, we are able to ship a "plugin" or as I calling them "applet" that can be dropped into a directory and installed automatically. Also uninstalled. I am calling this framework Tinker, so the core program I call rwdtinker. My wife, Charlotte. suggested the name. It relates to the the "Tinker Toys" that has blocks and dowls and shapes that can be assembled by children and take different shapes. Without the word toy, it reminds us if the older English meaning of "a person who repairs pots and household devices by soldering and hammering.
22
- The delivered applet is setup in the required directory structure with code configueration gui including help files location of documentation rwd_files = where documention for the applet can go. installed = a inf file that lists the manifest of files
23
- This package is zipped up and uploaded as a file like rwdashedule-0.2.zip
24
- The enduser who has the rwdtinker program drops the zip file into a directory called zips. I have parts of rwdtinker now (for Linux) that can install it automatically and remove it (based on the .inf file)
25
-
26
- Requirements:
27
- RubyWebDialogs - I am using 0.1.1 2004-12-5
28
-
29
- Ruby I am using version 1.8.2
30
-
31
-
32
- I have tested this under Linux-Debian kernel 2.6.9
33
-
34
- PROBLEMS:
35
- you should consult what beginning 3 characters for you files.
36
-
37
-
38
- don't type in the extension .sch
39
-
40
- Closing the browser doesn't terminate the application. You have to use the application's close-button And terminating the application doesn't terminate the application when running in network mode. You just log out.
41
-
42
- Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
43
-
44
- Steven Gibson
45
- steven@superant.com
46
-
47
-
48
- http://rwdapplications.rubyforge.org/wiki/wiki.pl
49
-
50
- == Changelog
51
- version 0.9
52
- added back Amazon search
53
- changed width of text fields
54
- updated for rwdtinker version 1.50 - remote control and finding free ports
55
-
56
- version 0.8
57
- added return from picture window
58
- added features to configuration screen
59
- added context sensitive help
60
-
61
- version 0.7
62
- updated for rwdtinker 1.44
63
-
64
- version 0.6
65
- updated for rwdtinker version 1.4
66
- added configuration screen
67
- added rename movie filename
68
- added delete movie record
69
- added edit movie record
70
- added attach picture
71
-
72
- version 0.5
73
- changed directory structure for rwdtinker 0.9 and later
74
- added conf file for movie record directory location
75
- split inf file for sample data
76
- added nophoto.jpg and code to handle no jpg found
77
- improved name selection on the main screen
78
-
79
- version 0.4
80
- Deleted Amazon search. Converted to be an
81
- applet drop in for rwdtinker
82
-
83
-
84
-
data/rwdmovies.rb DELETED
@@ -1,84 +0,0 @@
1
- = rwdmovies - for rwdtinker and RubyWebDialogs
2
-
3
- rwdmovies is meant to be used to keep track of your DVD and VHS collection.
4
-
5
- The GUI interface used is RubyWebDialogs
6
-
7
- RubyWebDialogs is a platform independent graphical user interface for Ruby applications. It generates HTML and serves it with an internal HTTP server, so you can use your favorite web browser as the front end for your Ruby application. All this means, that it can be used on almost every platform, like Ruby itself. http://www.erikveen.dds.nl/rubywebdialogs/
8
-
9
- Install rwdtinker<br>
10
- unzip this applet in the directory where you put rwdtinker
11
-
12
- Start the program by typing<br>
13
- ruby init.rb
14
-
15
- Then point your web browser to:<br>
16
- http://localhost:7701/
17
-
18
- The rwdtinker framework is used by:<br>
19
-
20
- Spliting the source code and the gui code into atomic parts and use init.rb to merge the parts together.
21
- With the framework, we are able to ship a "plugin" or as I calling them "applet" that can be dropped into a directory and installed automatically. Also uninstalled. I am calling this framework Tinker, so the core program I call rwdtinker. My wife, Charlotte. suggested the name. It relates to the the "Tinker Toys" that has blocks and dowls and shapes that can be assembled by children and take different shapes. Without the word toy, it reminds us if the older English meaning of "a person who repairs pots and household devices by soldering and hammering.
22
- The delivered applet is setup in the required directory structure with code configueration gui including help files location of documentation rwd_files = where documention for the applet can go. installed = a inf file that lists the manifest of files
23
- This package is zipped up and uploaded as a file like rwdashedule-0.2.zip
24
- The enduser who has the rwdtinker program drops the zip file into a directory called zips. I have parts of rwdtinker now (for Linux) that can install it automatically and remove it (based on the .inf file)
25
-
26
- Requirements:
27
- RubyWebDialogs - I am using 0.1.1 2004-12-5
28
-
29
- Ruby I am using version 1.8.2
30
-
31
-
32
- I have tested this under Linux-Debian kernel 2.6.9
33
-
34
- PROBLEMS:
35
- you should consult what beginning 3 characters for you files.
36
-
37
-
38
- don't type in the extension .sch
39
-
40
- Closing the browser doesn't terminate the application. You have to use the application's close-button And terminating the application doesn't terminate the application when running in network mode. You just log out.
41
-
42
- Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
43
-
44
- Steven Gibson
45
- steven@superant.com
46
-
47
-
48
- http://rwdapplications.rubyforge.org/wiki/wiki.pl
49
-
50
- == Changelog
51
- version 0.9
52
- added back Amazon search
53
- changed width of text fields
54
- updated for rwdtinker version 1.50 - remote control and finding free ports
55
-
56
- version 0.8
57
- added return from picture window
58
- added features to configuration screen
59
- added context sensitive help
60
-
61
- version 0.7
62
- updated for rwdtinker 1.44
63
-
64
- version 0.6
65
- updated for rwdtinker version 1.4
66
- added configuration screen
67
- added rename movie filename
68
- added delete movie record
69
- added edit movie record
70
- added attach picture
71
-
72
- version 0.5
73
- changed directory structure for rwdtinker 0.9 and later
74
- added conf file for movie record directory location
75
- split inf file for sample data
76
- added nophoto.jpg and code to handle no jpg found
77
- improved name selection on the main screen
78
-
79
- version 0.4
80
- Deleted Amazon search. Converted to be an
81
- applet drop in for rwdtinker
82
-
83
-
84
-