rwdziprwdwgutenberg 0.03 → 0.09

Sign up to get free protection for your applications and to get access to all the features.
Binary file
metadata CHANGED
@@ -1,42 +1,54 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.8
3
- specification_version: 1
4
2
  name: rwdziprwdwgutenberg
5
3
  version: !ruby/object:Gem::Version
6
- version: "0.03"
7
- date: 2005-03-27
8
- summary: rwdgutenberg application is a text file reader for RubyWebDialogs.
9
- require_paths:
10
- - "."
11
- email: steven@superant.com
12
- homepage: http://rubyforge.org/projects/rwdapplications/
13
- rubyforge_project: rwdapplications
14
- description: rwdgutenberg application is a text file reader for RubyWebDialogs.
4
+ version: "0.09"
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-09-01 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: rwdgutenberg is a book reading utility for rwdtinker and RubyWebDialogs.
17
+ email: smalllinux@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - rwdwgutenberg-0.09.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_Gutenberg.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
- - rwdwgutenberg-0.03.zip
30
- - HowTo_Gutenberg.txt
31
- - rwdgutenberg.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: rwdgutenberg is a book reading utility for rwdtinker and RubyWebDialogs.
32
53
  test_files: []
33
- rdoc_options:
34
- - "--main"
35
- - HowTo_Gutenberg.txt
36
- extra_rdoc_files:
37
- - HowTo_Gutenberg.txt
38
- executables: []
39
- extensions: []
40
- requirements:
41
- - rwdtinker > 1.59
42
- dependencies: []
54
+
data/HowTo_Gutenberg.txt DELETED
@@ -1,94 +0,0 @@
1
- = rwdgutenberg - for rwdtinker and RubyWebDialogs
2
-
3
- rwdgutenberg is a bookreading program
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
- == Quick Start
10
- Start the program by typing
11
- ruby init.rb
12
-
13
- Then point your web browser to:
14
- http://localhost:7705/
15
-
16
- To exit, press the x inside the browser window.
17
-
18
- == rwdgutenberg
19
-
20
- This program is a book reader
21
- a book info can be entered and saved in a book directory
22
-
23
- Bookdata can be saved in a file in the book directory
24
-
25
-
26
- == Tabs
27
-
28
- There are tabs to enter bookdata and links and edit configurations
29
-
30
- View/Edit Note - to create a bookdata or edit and existing bookdata
31
-
32
- View/Edit Links - to edit links
33
-
34
- Note Utilities - to rename or delete bookdata
35
-
36
- Edit Configuration - to change the configuration of rwdgutenberg
37
-
38
-
39
- == Using over a Network
40
-
41
- To serve the application over your local LAN,change the last line in the
42
- init.rb file to something like:
43
- RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
44
- Then you should be able to login at: http://yourhostname:8080
45
-
46
- You have to authorize yourself. The .rwuids example is a string with
47
- the name of the authorization file, relative to the home directory
48
- of the user that started the service. This file has to be in the form of:
49
-
50
- user1 = password
51
- user2 = pass phrase
52
-
53
- Thus the file .rwduids might contain:
54
-
55
- erik = secret
56
-
57
- == Requirements:
58
- RubyWebDialogs - I am using 0.0.12
59
- Ruby I am using version 1.8.2
60
-
61
-
62
- I have tested this under Linux-Debian kernel 2.6.9
63
-
64
- == PROBLEMS:
65
-
66
- 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.
67
-
68
- Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
69
-
70
-
71
- == contacts
72
- For more information see:
73
- http://rwdapplications.rubyforge.org/wiki/wiki.pl
74
-
75
-
76
- For more information about RubyWebDialogs see:
77
- http://www.erikveen.dds.nl/rubywebdialogs/index.html
78
-
79
-
80
- Steven Gibson
81
- steven@superant.com
82
-
83
- == Changelog
84
- version 0.03
85
- edit data doc
86
- delete file, rename file
87
-
88
- version 0.02
89
- search directories
90
- create new data files
91
-
92
- version 0.01
93
- First Release
94
-
data/rwdgutenberg.rb DELETED
@@ -1,94 +0,0 @@
1
- = rwdgutenberg - for rwdtinker and RubyWebDialogs
2
-
3
- rwdgutenberg is a bookreading program
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
- == Quick Start
10
- Start the program by typing
11
- ruby init.rb
12
-
13
- Then point your web browser to:
14
- http://localhost:7705/
15
-
16
- To exit, press the x inside the browser window.
17
-
18
- == rwdgutenberg
19
-
20
- This program is a book reader
21
- a book info can be entered and saved in a book directory
22
-
23
- Bookdata can be saved in a file in the book directory
24
-
25
-
26
- == Tabs
27
-
28
- There are tabs to enter bookdata and links and edit configurations
29
-
30
- View/Edit Note - to create a bookdata or edit and existing bookdata
31
-
32
- View/Edit Links - to edit links
33
-
34
- Note Utilities - to rename or delete bookdata
35
-
36
- Edit Configuration - to change the configuration of rwdgutenberg
37
-
38
-
39
- == Using over a Network
40
-
41
- To serve the application over your local LAN,change the last line in the
42
- init.rb file to something like:
43
- RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
44
- Then you should be able to login at: http://yourhostname:8080
45
-
46
- You have to authorize yourself. The .rwuids example is a string with
47
- the name of the authorization file, relative to the home directory
48
- of the user that started the service. This file has to be in the form of:
49
-
50
- user1 = password
51
- user2 = pass phrase
52
-
53
- Thus the file .rwduids might contain:
54
-
55
- erik = secret
56
-
57
- == Requirements:
58
- RubyWebDialogs - I am using 0.0.12
59
- Ruby I am using version 1.8.2
60
-
61
-
62
- I have tested this under Linux-Debian kernel 2.6.9
63
-
64
- == PROBLEMS:
65
-
66
- 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.
67
-
68
- Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
69
-
70
-
71
- == contacts
72
- For more information see:
73
- http://rwdapplications.rubyforge.org/wiki/wiki.pl
74
-
75
-
76
- For more information about RubyWebDialogs see:
77
- http://www.erikveen.dds.nl/rubywebdialogs/index.html
78
-
79
-
80
- Steven Gibson
81
- steven@superant.com
82
-
83
- == Changelog
84
- version 0.03
85
- edit data doc
86
- delete file, rename file
87
-
88
- version 0.02
89
- search directories
90
- create new data files
91
-
92
- version 0.01
93
- First Release
94
-
Binary file