rwd_files/HowTo_Tinker.txt in rwdschedule-0.5 vs rwd_files/HowTo_Tinker.txt in rwdschedule-0.6

- old
+ new

@@ -107,10 +107,28 @@ You can add tranlations in the lang subdirectory You change the $lang constant in Tinker config file in the configuration directory You can see one translation on the install applet tab, after you have installed and applet +== 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.1.2 This package you downloaded should have a runtime version of the needed rubywebdialog files @@ -164,19 +182,33 @@ == License rwdtinker is copyright (c) 2004 Steven Gibson. It is free software, and may be redistributed under the terms of the GPL licence: +== Contact 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 Thanks, Steven Gibson == Changelog: +version 1.3 + refactored gui files to do easier i10n + removed lang directories under gui + added lang files under lang dir + removed redundant code files left from moving applet handling to back window + removed zipped applets not yet refactored + +version 1.24 + added internet usage instructions to HowTo_Tinker.txt + removed HowTo_Tinker.html + added panels for Helpabout + changed photo logo tab to only have embedded picture, no button + version 1.23 moving diagnostic tab and applet handling tabs to second window added selection panel tab to choose secondary windows. version 1.21