Readme.txt in rwdschedule-0.8 vs Readme.txt in rwdschedule-0.9

- old
+ new

@@ -1,57 +1,175 @@ -rwdapplications are web brower applications += 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 -Start the program by: -changing to the directory and -ruby init.rb + Then point your web browser to: + http://localhost:7705/ -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 + +1. Use the "Edit Event" tab + The first field is the most important. It is the filename that + will be created. I use the event date starting with yearmonthday + 2005january11 + + The following lines for entry are for you to fill in as you want. + When you are finished press the Save Changes button + + You use this same screen for editing an already saved event + +2. Manually add an entry for a event record + You can use a text editor to create a record + put information on separate lines. You can have as many lines as you want + name the file with starting with date and end with .nam + 2005january11 6 pm dinner party.nam + + Save your file to the schedules/ subdirectory + + +== Viewing an schedule book entry: + + +Go to "View event" tab + + Click on the list events button. + + Click on the date you want + + Then click the "Open" button + + If it finds the record it will open it. It displays the record + as text under the "Open" button. + + +== Event Utilities + +Click on "Event Utilites" tab + + You can rename event filenames + You can delete events + +== Sync for multiple computers -Or to the port that shows on the console or in the config.cnf file + 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 not 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 -Requirements: -RubyWebDialogs - I am using 0.0.11 2004-3-9 - This package you downloaded should have a runtime version of - the needed rubywebdialog files +== Show Month -Ruby I am using version 1.8.2 + 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 -I have tested this under Linux-Debian kernel 2.6.9 +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: -Operation: -The code files reside in the code directory and are combined before -the main Class is loaded +user1 = password +user2 = pass phrase -The rwd files in gui are combined before the gui is activated +Thus the file .rwduids might contain: -Trouble shooting: +erik = secret -untar the file -tar zxvf rwdapplication-x.y.tar.gz -then cd to the directory -cd rwdapplication-x.y -then start the init.rb program file -ruby init.rb +== Requirements: +RubyWebDialogs - I am using 0.0.11 2004-3-9 +Ruby I am using version 1.8.2 -If the program is not working, try looking at the ev subdirectory. That is where -the runtime of rubywebdialogs are. -for long term installation, I would suggest putting most files in a lib directory -like /usr/lib/rwdshell -then make a writable directory the local directory for command files to be written -like ~/rwdshell +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 -stevengibson@superant.com -http://rwdapplications.rubyforge.org/ +steven@superant.com + +== Changelog +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