= rwdgutenberg - for rwdtinker and RubyWebDialogs rwdgutenberg is a bookreading program The GUI interface used is RubyWebDialogs 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/ == Quick Start Start the program by typing ruby init.rb Then point your web browser to: http://localhost:7705/ To exit, press the x inside the browser window. == rwdgutenberg This program is a book reader a book info can be entered and saved in a book directory Bookdata can be saved in a file in the book directory == Tabs There are tabs to enter bookdata and links and edit configurations View/Edit Note - to create a bookdata or edit and existing bookdata View/Edit Links - to edit links Note Utilities - to rename or delete bookdata Edit Configuration - to change the configuration of rwdgutenberg == Help Helptext.update( :rwdgutenberg_generalhelp => "This program is a text file reader links to a text file can be saved in the Books directory There are tabs to enter notes and links and edit configurations 'View/Edit Booklist' - to create or edit a file 'Booklist Utilities' - to rename or delete files 'Edit Configuration' - to change the configuration of rwdgutenberg edit_help: You can create or edit booklists click the bottom button 'list Booklists' to see a lists of the notes you already have. 'save changes' to save your edits 'clear' to clear the screen 'Create New List' to start a new booklist After creating a new note, you must list below to find it and select it, or it will NOT be SAVED utility_help: You can change the file rename delete copy name configuration: click on 'Edit Configuration' You can view the configuration file You can edit the configuration Remember to reload the configuration variables if you want your changes used. == Using over a Network 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 I have tested this under Linux-Debian kernel 2.6.9 == PROBLEMS: 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. Don't use the back-button of the browser! Strange and unpredictable things may and will happen! == contacts For more information see: http://rwdapplications.rubyforge.org/wiki/wiki.pl For more information about RubyWebDialogs see: http://www.erikveen.dds.nl/rubywebdialogs/index.html Steven Gibson steven@superant.com == Changelog Version 0.09 refactored to load and unload under rwdtinker 1.73 Version 0.08 updated to tinker 1.69 Version 0.07 fixed file creation from directory search added clear file list Version 0.06 Add html viewing tab added reset button updated for rwdtinker 1.66 Version 0.05 Fix bug with file advance updated for rwdtinker 1.65 new helpabout new documents list Version 0.04 fixed show text with nil title updated for rwdtinker version 1.64 changed handling of application name returned added jump seletion options added some unit tests version 0.03 edit data doc delete file, rename file version 0.02 search directories create new data files version 0.01 First Release