rwdhypernote 0.10 review

Download
by rbytes.net on

rwdhypernote is a hierarchical note editor

License: GPL (GNU General Public License)
File size: 0K
Developer: Gibby
0 stars award from rbytes.net

rwdhypernote is a hierarchical note editor. It uses a directory structure for notes, and can record internal links and Web links. It has context-sensitive help. Additional applets can be downloaded.

The GUI interface used is RubyWebDialogs, which runs through a Web browser. Therefore, it is completely cross-platform. This is part of the Tinker framework using Ruby, so applets can be added and removed.

To serve the application over your local LAN,change the last line in the init.rb file to something like:

RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
Then you should be able to login at: http://yourhostname:8080

You have to authorize yourself. The .rwuids example is a string with the name of the authorization file, relative to the home directory of the user that started the service. This file has to be in the form of:

user1 = password

user2 = pass phrase

Thus the file .rwduids might contain:

erik = secret

Requirements:
RubyWebDialogs - I am using 0.0.12
Ruby I am using version 1.8.2

rwdhypernote 0.10 keywords