code/01rwdcore/03helptexthash.rb in rwdschedule-0.93 vs code/01rwdcore/03helptexthash.rb in rwdschedule-0.94
- old
+ new
@@ -1,48 +1,31 @@
- # Help files for RwdTinker core
-
-
- :general_help => "You can work with Applets: go to 'Selection tab',
- On that back screen you will find:
- List Applets: you can see and delete installed applets
- List Zips: you can see lists of applets that you can install
- Edit Configuration: You can view the rwdtinker configuration and change it
- Diagnostic Tab: You can view the environments variables that rwdtinker is running with
- ",
- :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the
-init.rb file to something like:\n
-RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n
-Then you should be able to login at: http://yourhostname:8080",
-
- :applet_viewing => "You can get a list of all installed applets by clicking the 'listfiles button'
- To see the text of a install file
- Type in the name of the file you want.
-
- type it without the inf ending
- rwdapplet-0.1
-
- Then click the 'View Installed File' button
-
- If it finds the file it will open it. It displays the text the search box.
-
- You can uninstall applets on this screen",
-
- :applet_installation => " You can download an applet created by someone else\n
- put the file in the zips directory\n
-
- click on the 'list zips' tab\n
- click on 'list applets available for installing'\n
-
- chose the applet you want\n
- click on 'install applet'\n
- If all goes well the applet should be installed.\n
- You will need to restart rwdtinker to see the new screens",
- :applet_tinkerbackeditconfiguration => " You can edit the configuration
-
- Remember to reload the configuration variables if you want your
- changes used.",
- :documents_rwdtinker => "Documents:
-
-
- when you click on a document name, the document should pop up in a
- browser window, or in another browser tab."
+ # Help files for RwdTinker core
+
+
+ :general_help => "You can work with Applets: go to 'Selection tab',
+ On that back screen you will find:
+ List Applets: you can see and delete installed applets
+ List Zips: you can see lists of applets that you can install
+ Edit Configuration: You can view the rwdtinker configuration and change it
+ Diagnostic Tab: You can view the environments variables that rwdtinker is running with
+ ",
+ :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the
+init.rb file to something like:\n
+RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n
+Then you should be able to login at: http://yourhostname:8080",
+
+
+ :documents_rwdtinker => "Documents:
+
+
+ when you click on a document name, the document should pop up in a
+ browser window, or in another browser tab.",
+ :remote_control => "Remote control gives you a way to determine what applications are running on which ports
+
+ The name of the application is set in the config file
+ You need to click the show remote command choices first - this will show the port and query choices
+ Then you can click in 'Run Command' to see if other applications are running.
+
+ The remote ports daemon will not be running unless you start it.
+
+ "
\ No newline at end of file