rwdziprwdwhypernote 0.07 → 0.12

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: rwdziprwdwhypernote
5
3
  version: !ruby/object:Gem::Version
6
- version: "0.07"
7
- date: 2005-04-13
8
- summary: rwdziprwdwhypernote is a hierarchical note editor 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: rwdziprwdwhypernote is a hierarchical note editor using rwdtinker and RubyWebDialogs. Requires rwdtinker >1.51rwdcalc is calculator rwdtinker and RubyWebDialogs
4
+ version: "0.12"
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-03 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: rwdhypernote is for hierarchical note taking under rwdtinker and RubyWebDialogs.
17
+ email: smalllinux@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - rwdwhypernote-0.12.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_HyperNote.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
- - rwdwhypernote-0.07.zip
30
- - HowTo_HyperNote.txt
31
- - rwdhypernote.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: rwdhypernote is for hierarchical note taking under rwdtinker and RubyWebDialogs.
32
53
  test_files: []
33
- rdoc_options:
34
- - "--main"
35
- - HowTo_HyperNote.txt
36
- extra_rdoc_files:
37
- - HowTo_HyperNote.txt
38
- executables: []
39
- extensions: []
40
- requirements:
41
- - rwdtinker > 1.63
42
- dependencies: []
54
+
data/HowTo_HyperNote.txt DELETED
@@ -1,121 +0,0 @@
1
- = rwdhypernote - for rwdtinker and RubyWebDialogs
2
-
3
- rwdhypernote is a little hierarchical notes editor
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
- == rwdhypernote
19
-
20
- This program is a hierarchical notes editor
21
- text notes can be entered and saved in a Notes directory
22
-
23
- Notes can be saved in a hierarchical structure in directories
24
- Links can be recorded connecting Notes -similar to wikiwiki
25
-
26
- == Tabs
27
-
28
- There are tabs to enter notes and links and edit configurations
29
-
30
- View/Edit Note - to create a note or edit and existing note
31
-
32
- View/Edit Links - to edit links
33
-
34
- Note Utilities - to rename or delete notes
35
-
36
- Edit Configuration - to change the configuration of rwdhypernote
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.07
85
- updated for rwdtinker version 1.63
86
- changed handling of application name returned
87
- added jump seletion options
88
- added some unit tests
89
-
90
- version 0.06
91
- added configuration editing tab
92
- added more help information
93
- updated for rwdtinker version 1.60
94
- add rwdapplication info to diagnostic
95
- turn rescue on in diagnostic upload
96
-
97
- version 0.05
98
- beginning to add context help
99
- updated for rwdtinker version 1.58
100
- added rconftool use to update configuration files
101
- changed applets removal to not use external rm
102
- removed version number from directory name
103
-
104
- version 0.04
105
- corrected bug in note name on link tab
106
- cleaned up variable names in list notes
107
-
108
- version 0.03
109
- view and edit note
110
- view and edit links
111
- rename and delete files
112
-
113
- version 0.02
114
- updated for rwdtinker 1.54
115
- adding internal links
116
- beginning help
117
- helpabout
118
-
119
- version 0.01
120
- First Release
121
-
data/rwdhypernote.rb DELETED
@@ -1,121 +0,0 @@
1
- = rwdhypernote - for rwdtinker and RubyWebDialogs
2
-
3
- rwdhypernote is a little hierarchical notes editor
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
- == rwdhypernote
19
-
20
- This program is a hierarchical notes editor
21
- text notes can be entered and saved in a Notes directory
22
-
23
- Notes can be saved in a hierarchical structure in directories
24
- Links can be recorded connecting Notes -similar to wikiwiki
25
-
26
- == Tabs
27
-
28
- There are tabs to enter notes and links and edit configurations
29
-
30
- View/Edit Note - to create a note or edit and existing note
31
-
32
- View/Edit Links - to edit links
33
-
34
- Note Utilities - to rename or delete notes
35
-
36
- Edit Configuration - to change the configuration of rwdhypernote
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.07
85
- updated for rwdtinker version 1.63
86
- changed handling of application name returned
87
- added jump seletion options
88
- added some unit tests
89
-
90
- version 0.06
91
- added configuration editing tab
92
- added more help information
93
- updated for rwdtinker version 1.60
94
- add rwdapplication info to diagnostic
95
- turn rescue on in diagnostic upload
96
-
97
- version 0.05
98
- beginning to add context help
99
- updated for rwdtinker version 1.58
100
- added rconftool use to update configuration files
101
- changed applets removal to not use external rm
102
- removed version number from directory name
103
-
104
- version 0.04
105
- corrected bug in note name on link tab
106
- cleaned up variable names in list notes
107
-
108
- version 0.03
109
- view and edit note
110
- view and edit links
111
- rename and delete files
112
-
113
- version 0.02
114
- updated for rwdtinker 1.54
115
- adding internal links
116
- beginning help
117
- helpabout
118
-
119
- version 0.01
120
- First Release
121
-
Binary file