Readme.txt in rwdschedule-0.92 vs Readme.txt in rwdschedule-0.93

- old
+ new

@@ -1,26 +1,26 @@ -= rwdschedule - for rwdtinker and RubyWebDialogs - -rwdschedule is a simple little database - -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/ - -Then enter the event date you want to search for in the browser form and press Search. - 200412december1a -browser should fill with the event information. -To exit, press the x inside the browser window. += rwdschedule - for rwdtinker and RubyWebDialogs +rwdschedule is a simple little database +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/ + +Then enter the event date you want to search for in the browser form and press Search. + 200412december1a +browser should fill with the event information. +To exit, press the x inside the browser window. + + == How to Use the Schedule Book (rwdschedule) There are two ways to add records to schedule book. == Adding Records @@ -64,119 +64,130 @@ Click on "Event Utilites" tab You can rename event filenames You can delete events -== Sync for multiple computers - - If you are like me, you have more than one system - I use rwdTinker at home on my Linux laptop - at work I use it on XP - on the go I use rwdtinker on my Zaurus PDA - So I am adding schedule events on different machines. - There is a function to help sync the separate systems +== Sync for multiple computers + + If you are like me, you have more than one system + I use rwdTinker at home on my Linux laptop + at work I use it on XP + on the go I use rwdtinker on my Zaurus PDA + So I am adding schedule events on different machines. + There is a function to help sync the separate systems - in "Selection Panel" click on "Open Schedule Sync Window" - - First you need your ftp details set in the - configuration/rwdschedule.cnf file - - you can upload your events from your local schedules directory to the ftp site - you can download events from the ftp site to your local updates directory - you can perform a sync which finds remote events and adds them to your local - schedules directory - -== Show Month - - Click on "Show Month" tab + in "Selection Panel" click on "Open Schedule Sync Window" + + First you need your ftp details set in the + configuration/rwdschedule.cnf file + + you can upload your events from your local schedules directory to the ftp site + you can download events from the ftp site to your local updates directory + you can perform a sync which finds remote events and adds them to your local + schedules directory + + There is a button to delete the update directory when finished + +== Show Month + + Click on "Show Month" tab enter Year: 2005 Month: 1 Click on show month - It will display one month - - -== 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.11 2004-3-9 - -Ruby I am using version 1.8.2 - - -I have tested this under Linux-Debian kernel 2.6.9 - -== PROBLEMS: -It is easy to type a date with a space after it. That will have a somewhat invisible space -in it. - -don't type in the extension .sch - -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.92 - Added delete update files function in sync tab - -version 0.91 - updated for rwdtinker 1.44 - refactored gui files - Changed gui directory names - more like Java package titles - -version 0.9 - added back window for sync tasks - added configuration viewing - added ftp file download for sync - added ftp file upload for sync - add update files and schedule sync compares - -version 0.8 - updated for rwdtinker 1.42 - semi-live updates + It will display one month + +== 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.11 2004-3-9 + +Ruby I am using version 1.8.2 + + +I have tested this under Linux-Debian kernel 2.6.9 + +== PROBLEMS: +It is easy to type a date with a space after it. That will have a somewhat invisible space +in it. + +don't type in the extension .sch + +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.93 + added some context sensitive help + added edit config file and reload config variables + change to tinker context help script + updated for rwdtinker 1.47 + factored month calendar display - should be more readable + fixed l10n calls for calendar for Dutch + added archive function for old events + +version 0.92 + Added delete update files function in sync tab + +version 0.91 + updated for rwdtinker 1.44 - refactored gui files + Changed gui directory names - more like Java package titles + +version 0.9 + added back window for sync tasks + added configuration viewing + added ftp file download for sync + added ftp file upload for sync + add update files and schedule sync compares + +version 0.8 + updated for rwdtinker 1.42 - semi-live updates + version 0.7 updated for rwdtinker 1.4 addition to documentation version 0.6 updated for rwdtinker 1.3 - -version 0.5 - added edit commands to change event record - Rename event - Delete event - changed order of event list - descending = oldest at top - -version 0.4 -added configuration file with location of schedules directory -add date selection to view event tab -updated to version 1.0 of rwdtinker + +version 0.5 + added edit commands to change event record + Rename event + Delete event + changed order of event list - descending = oldest at top + +version 0.4 +added configuration file with location of schedules directory +add date selection to view event tab +updated to version 1.0 of rwdtinker