rwddialogmap 0.01

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. data/Readme.txt +475 -0
  2. data/bin/rwddialogmap +19 -0
  3. data/code/01rwdcore/01rwdcore.rb +29 -0
  4. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  5. data/code/01rwdcore/03helptexthash.rb +23 -0
  6. data/code/01rwdcore/04helptextend.rb +6 -0
  7. data/code/01rwdcore/jumplinkcommand.rb +26 -0
  8. data/code/01rwdcore/openhelpwindow.rb +31 -0
  9. data/code/01rwdcore/returntomain.rb +10 -0
  10. data/code/01rwdcore/rundocuments.rb +10 -0
  11. data/code/01rwdcore/runeditconfiguration.rb +10 -0
  12. data/code/01rwdcore/runhelpabout.rb +10 -0
  13. data/code/01rwdcore/runopentinkerdocument.rb +7 -0
  14. data/code/01rwdcore/rwdtinkerversion.rb +22 -0
  15. data/code/01rwdcore/rwdwindowreturn.rb +9 -0
  16. data/code/01rwdcore/selectiontab.rb +9 -0
  17. data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
  18. data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
  19. data/code/01rwdcore/test_cases.rb +109 -0
  20. data/code/01rwdcore/test_harness.rb +13 -0
  21. data/code/01rwdcore/uploadreturns.rb +62 -0
  22. data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
  23. data/code/superant.com.dialogmap/0uninstallapplet.rb +12 -0
  24. data/code/superant.com.dialogmap/changedir.rb +31 -0
  25. data/code/superant.com.dialogmap/clearhypernotescreendisplay.rb +14 -0
  26. data/code/superant.com.dialogmap/clearlinkscreendisplay.rb +13 -0
  27. data/code/superant.com.dialogmap/createnewnote.rb +28 -0
  28. data/code/superant.com.dialogmap/helptexthashrwdhypernote.rb +38 -0
  29. data/code/superant.com.dialogmap/launchurlfile.rb +35 -0
  30. data/code/superant.com.dialogmap/listdirectories.rb +19 -0
  31. data/code/superant.com.dialogmap/listdirectories3.rb +25 -0
  32. data/code/superant.com.dialogmap/listnotedirshtml3.rb +54 -0
  33. data/code/superant.com.dialogmap/loadconfigurationrecord.rb +22 -0
  34. data/code/superant.com.dialogmap/loadconfigurationvariables.rb +14 -0
  35. data/code/superant.com.dialogmap/loadhtmlnoterecord.rb +24 -0
  36. data/code/superant.com.dialogmap/openhelpwindowrwdhyernote.rb +38 -0
  37. data/code/superant.com.dialogmap/runhypernote.rb +10 -0
  38. data/code/superant.com.dialogmap/runwrdhypernotetxtwindow.rb +10 -0
  39. data/code/superant.com.dialogmap/rwdhypernoteresetdir.rb +7 -0
  40. data/code/superant.com.dialogmap/rwdtinkerversion.rb +10 -0
  41. data/code/superant.com.dialogmap/saveconfigurationrecord.rb +20 -0
  42. data/code/superant.com.dialogmap/savelinkrecord.rb +23 -0
  43. data/code/superant.com.dialogmap/viewdialogmaphtml3.rb +66 -0
  44. data/code/superant.com.dialogmap/xmlprettyprint.rb +65 -0
  45. data/code/superant.com.dialogmap/xmlprettyprint2.rb +74 -0
  46. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
  47. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
  48. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
  49. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
  50. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
  51. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  52. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
  53. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
  54. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +33 -0
  55. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
  56. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
  57. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  58. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
  59. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
  60. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  61. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
  62. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  63. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  64. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
  65. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
  66. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
  67. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
  68. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
  69. data/code/zz0applicationend/zz0end.rb +4 -0
  70. data/configuration/language.dist +8 -0
  71. data/configuration/rwdapplicationidentity.dist +3 -0
  72. data/configuration/rwdtinker.dist +15 -0
  73. data/configuration/rwdwdialogmap-0.01.dist +13 -0
  74. data/configuration/tinkerwin2variables.dist +18 -0
  75. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  76. data/gui/frontwindow0/cc0openphoto.rwd +22 -0
  77. data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
  78. data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
  79. data/gui/frontwindowselections/wwselectionend.rwd +3 -0
  80. data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
  81. data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
  82. data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
  83. data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
  84. data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
  85. data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
  86. data/gui/helpaboutzend/helpscreenend.rwd +3 -0
  87. data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
  88. data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
  89. data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
  90. data/gui/tinkerbackwindows/superant.com.dialogmap/10appletbegin.rwd +4 -0
  91. data/gui/tinkerbackwindows/superant.com.dialogmap/12dialogview.rwd +65 -0
  92. data/gui/tinkerbackwindows/superant.com.dialogmap/15aviewxml.rwd +32 -0
  93. data/gui/tinkerbackwindows/superant.com.dialogmap/17aviewxml.rwd +28 -0
  94. data/gui/tinkerbackwindows/superant.com.dialogmap/21editnote.rwd +33 -0
  95. data/gui/tinkerbackwindows/superant.com.dialogmap/67viewconfiguration.rwd +29 -0
  96. data/gui/tinkerbackwindows/superant.com.dialogmap/81jumplinkcommands.rwd +17 -0
  97. data/gui/tinkerbackwindows/superant.com.dialogmap/9end.rwd +6 -0
  98. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  99. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
  100. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  101. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  102. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
  103. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
  104. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  105. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
  106. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  107. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
  108. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
  109. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
  110. data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
  111. data/init.rb +277 -0
  112. data/installed/dialogmapdata2.inf +2 -0
  113. data/installed/rwdwdialogmap-0.01.inf +8 -0
  114. data/installed/temp.rb +1 -0
  115. data/lang/en/rwdcore/languagefile.rb +58 -0
  116. data/lang/es/rwdcore/languagefile-es.rb +62 -0
  117. data/lang/fr/rwdcore/languagefile.rb +64 -0
  118. data/lang/jp/rwdcore/languagefile.rb +72 -0
  119. data/lang/nl/rwdcore/languagefile.rb +75 -0
  120. data/lib/rconftool.rb +387 -0
  121. data/lib/rwd/browser.rb +123 -0
  122. data/lib/rwd/ftools.rb +174 -0
  123. data/lib/rwd/mime.rb +328 -0
  124. data/lib/rwd/net.rb +876 -0
  125. data/lib/rwd/ruby.rb +889 -0
  126. data/lib/rwd/rwd.rb +1422 -0
  127. data/lib/rwd/sgml.rb +236 -0
  128. data/lib/rwd/thread.rb +63 -0
  129. data/lib/rwd/tree.rb +371 -0
  130. data/lib/rwd/xml.rb +101 -0
  131. data/lib/rwdthemes/default.rwd +317 -0
  132. data/lib/rwdthemes/pda.rwd +72 -0
  133. data/lib/rwdthemes/windowslike.rwd +171 -0
  134. data/lib/zip/ioextras.rb +114 -0
  135. data/lib/zip/stdrubyext.rb +111 -0
  136. data/lib/zip/tempfile_bugfixed.rb +195 -0
  137. data/lib/zip/zip.rb +1378 -0
  138. data/lib/zip/zipfilesystem.rb +558 -0
  139. data/lib/zip/ziprequire.rb +61 -0
  140. data/rwd_files/HowTo_DialogMap.txt +233 -0
  141. data/rwd_files/HowTo_Tinker.txt +482 -0
  142. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  143. data/rwd_files/Notes/Another Brain Jam.mm +116 -0
  144. data/rwd_files/Notes/HR.xml +2 -0
  145. data/rwd_files/Notes/TaoistBooks.mm +82 -0
  146. data/rwd_files/Readme.txt +57 -0
  147. data/rwd_files/RubyWebDialogs.html +6 -0
  148. data/rwd_files/favicon.ico +0 -0
  149. data/rwd_files/rdoc-style.css +175 -0
  150. data/rwd_files/rwdapplications.html +54 -0
  151. data/rwd_files/tinker.png +0 -0
  152. data/rwdconfig.dist +22 -0
  153. data/rwddialogmap.rb +1 -0
  154. data/tests/RubyGauge.rb +179 -0
  155. data/tests/checkdepends.sh +4 -0
  156. data/tests/cleancnf.sh +6 -0
  157. data/tests/makedist-rwdwdialogmap.rb +58 -0
  158. data/tests/makedist.rb +65 -0
  159. data/tests/rdep.rb +354 -0
  160. data/tests/totranslate.lang +93 -0
  161. data/zips/rwdwaddresses-1.06.zip +0 -0
  162. data/zips/rwdwcalc-0.62.zip +0 -0
  163. data/zips/rwdwdialogmap-0.01.zip +0 -0
  164. data/zips/rwdwfoldeditor-0.04.zip +0 -0
  165. data/zips/rwdwgutenberg-0.09.zip +0 -0
  166. data/zips/rwdwruby-1.07.zip +0 -0
  167. data/zips/temp.rb +1 -0
  168. data/zips/tinkerbellw-0.02.zip +0 -0
  169. data/zips/wrubyslippers-1.06.zip +0 -0
  170. metadata +226 -0
@@ -0,0 +1,202 @@
1
+ = RwdTinker 2nd Window
2
+
3
+
4
+ RwdTinker Win2 has the applet adding and removal functions and a diagnostic tab
5
+
6
+ == Usage
7
+
8
+
9
+ How to Use the Tinker framework Program (rwdtinker)
10
+
11
+
12
+ 1. stand alone application
13
+ 2. framework for building applications
14
+ 3. Open brower windows with html documents
15
+
16
+ The GUI interface used is RubyWebDialogs
17
+
18
+
19
+ Start the program by typing
20
+ ruby init.rb
21
+
22
+ Then point your web browser to:
23
+ http://localhost:7705/
24
+
25
+ == Installing Applets
26
+
27
+ * unzip an applet
28
+
29
+ You can download an applet created by someone else
30
+ put the file in the zips directory
31
+ unzip the directory into the program directoy
32
+ unzip randomapplet.zip
33
+
34
+ This should right the needed files in the correct directories
35
+
36
+
37
+
38
+
39
+
40
+ Viewing a installed Applets:
41
+
42
+
43
+ Go to "List Scripts" tab
44
+
45
+
46
+ You can get a list of all installed applets by clicking the listfiles button
47
+
48
+ To see the text of a install file
49
+ Type in the name of the file you want.
50
+
51
+ type it without the inf ending
52
+ rwdapplet-0.1
53
+
54
+ Then click the "View Installed File" button
55
+
56
+ If it finds the file it will open it. It displays the text the search box.
57
+
58
+
59
+
60
+ == Adding Applets
61
+
62
+ To add code, commands and gui tabs
63
+
64
+ Move program files into a directory under the code directory.
65
+ Move gui files into a directory under the gui directory.
66
+ The gui directory name you create is important, because the gui
67
+ rwd file is built in alpha order by directory name
68
+
69
+
70
+ There are two ways to add applets to the directories.
71
+
72
+ Creating code
73
+
74
+
75
+ * Manually write code and gui files
76
+
77
+ The files go into your code directory
78
+ the filenames for code do not matter
79
+
80
+ The gui files go into your gui directory
81
+ The gui files need to be in order by name and end with .rwd
82
+
83
+
84
+
85
+ If you need a config file that goes in the configuration directory
86
+
87
+ internationalization and localization are helped by replacing the
88
+ gui files in the subdirectories under gui
89
+
90
+
91
+
92
+
93
+
94
+
95
+ == Documents
96
+
97
+
98
+ when you click on a document name, the document should pop up in a
99
+ browser window, or in another browser tab.
100
+
101
+ To exit, press the x inside the browser window.
102
+
103
+
104
+
105
+ == Languages
106
+
107
+
108
+ You can add tranlations in the lang subdirectory
109
+ You change the $lang constant in Tinker config file in the configuration directory
110
+ You can see one translation on the install applet tab, after you have installed and applet
111
+
112
+ == Requirements:
113
+ RubyWebDialogs - I am using 0.1.2
114
+ This package you downloaded should have a runtime version of
115
+ the needed rubywebdialog files
116
+
117
+ Ruby I am using version 1.8.2
118
+
119
+ I have tested this under Linux-Debian kernel 2.6.9
120
+
121
+ = Operation:
122
+ The code files reside in the code directory and are combined before
123
+ the main Class is loaded
124
+
125
+ The rwd files in gui are combined before the gui is activated
126
+
127
+ Translated text reside in the lang directory
128
+
129
+ == Installing:
130
+
131
+ untar the file
132
+ tar zxvf rwdtinker-x.y.tar.gz
133
+ then cd to the directory
134
+ cd rwdshell-x.y
135
+ then start the init.rb program file
136
+ ruby init.rb
137
+ Then point your browser at http://localhost:7705
138
+ or where it tells you.
139
+ Trouble shooting:
140
+
141
+ If the program is not working, try looking at the ev subdirectory. That is where
142
+ the runtime of rubywebdialogs are.
143
+
144
+ for long term installation, I would suggest putting most files in a lib directory
145
+ like /usr/lib/rwdshell
146
+ then make a writable directory the local directory for command files to be written
147
+ like ~/rwdshell
148
+
149
+
150
+ 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.
151
+
152
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
153
+
154
+ 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/
155
+
156
+ == Credits
157
+
158
+ Thanks go to:
159
+
160
+ * Matz, for creating Ruby in the first place.
161
+ * Erik, for creating RubyWebDialogs.
162
+ * Charlotte, my wife for coming up for the name Tinker.
163
+
164
+ == License
165
+
166
+ rwdtinker is copyright (c) 2004 Steven Gibson. It is free software, and may be redistributed
167
+ under the terms of the GPL licence:
168
+
169
+ For more information see:
170
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
171
+
172
+
173
+ For more information about RubyWebDialogs see:
174
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
175
+
176
+ Thanks, Steven Gibson
177
+
178
+ == Changelog:
179
+ version 0.5
180
+ changing version on help screen to be button
181
+ added version window
182
+ added diagnostic tab
183
+ changed order on remove applets tab
184
+
185
+ version 0.4
186
+ changed order of elements on install applet tab
187
+ Add more i81n ablility - added lang directorys for language hash files
188
+ Improved name selection in zips and applet screens
189
+
190
+ version 0.3
191
+ changed location of code files
192
+ only directory of code files needs to be added to inf file
193
+ changed location of gui files
194
+ only directory of gui files needs to be added to inf file
195
+
196
+
197
+ version 0.2
198
+ added zip listing and installing - Linux only
199
+ This version is a dropin replacement for a applet
200
+ in the core rwdtinker
201
+
202
+
@@ -0,0 +1,116 @@
1
+ <map version="0.8.0">
2
+ <!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net -->
3
+ <node CREATED="1137711439199" ID="Freemind_Link_784409393" LINK="http://progrium.livejournal.com/127680.html" MODIFIED="1137713316929" TEXT="Another Brain Jam">
4
+ <node CREATED="1137711457964" ID="Freemind_Link_730171293" MODIFIED="1137711467919" POSITION="right" TEXT="graph/network/systems theory">
5
+ <node CREATED="1137711619553" ID="Freemind_Link_104521914" MODIFIED="1137711626295" TEXT="centralized organizations">
6
+ <node CREATED="1137711626897" ID="Freemind_Link_833395133" MODIFIED="1137711637717" TEXT="good for control"/>
7
+ <node CREATED="1137711631017" ID="Freemind_Link_1861323834" MODIFIED="1137711633949" TEXT="power is at the top">
8
+ <node CREATED="1137711643667" ID="Freemind_Link_1031598585" MODIFIED="1137711655584" TEXT="people fall in line or they are influenced">
9
+ <node CREATED="1137711673426" ID="Freemind_Link_1047016900" MODIFIED="1137711685030" TEXT="some realize this">
10
+ <node CREATED="1137711715716" ID="Freemind_Link_486892010" MODIFIED="1137711719327" TEXT="were never really tainted"/>
11
+ <node CREATED="1137711719596" ID="Freemind_Link_351338052" MODIFIED="1137711726559" TEXT="had a big fallout"/>
12
+ </node>
13
+ <node CREATED="1137711685955" ID="Freemind_Link_1455286236" MODIFIED="1137711691370" TEXT="people at the bottom don&apos;t realize this">
14
+ <node CREATED="1137711691861" ID="Freemind_Link_836369168" MODIFIED="1137711699814" TEXT="still stuck"/>
15
+ </node>
16
+ </node>
17
+ <node CREATED="1137711728989" ID="Freemind_Link_870574250" MODIFIED="1137711738208" TEXT="what is wrong">
18
+ <node CREATED="1137711738533" ID="Freemind_Link_1868510391" MODIFIED="1137711764180" TEXT="besides that those at bottom are not able to make their own decisions"/>
19
+ <node CREATED="1137711765695" ID="Freemind_Link_1034844760" MODIFIED="1137711803930" TEXT="ripe for corruption">
20
+ <node CREATED="1137711824144" ID="Freemind_Link_1160769872" MODIFIED="1137711846429" TEXT="big chance that somebody will take power with ill-intentions">
21
+ <node CREATED="1137711847640" ID="Freemind_Link_1534933332" MODIFIED="1137711865671" TEXT="the power to make decisions that cause great change">
22
+ <node CREATED="1137711872817" ID="Freemind_Link_1024544571" MODIFIED="1137711884820" TEXT="two kinds of power">
23
+ <node CREATED="1137711931651" ID="Freemind_Link_120528967" MODIFIED="1137711933007" TEXT="defined">
24
+ <node CREATED="1137711886162" ID="Freemind_Link_975311674" MODIFIED="1137711887036" TEXT="what">
25
+ <node CREATED="1137711893993" ID="Freemind_Link_1444658635" MODIFIED="1137711897021" TEXT="goal"/>
26
+ <node CREATED="1137711897338" ID="Freemind_Link_1311117736" MODIFIED="1137711902693" TEXT="what the company does"/>
27
+ </node>
28
+ <node CREATED="1137711885297" ID="Freemind_Link_33828355" MODIFIED="1137711885932" TEXT="how">
29
+ <node CREATED="1137711906906" ID="Freemind_Link_1457933825" MODIFIED="1137711909477" TEXT="implementaion"/>
30
+ <node CREATED="1137711909922" ID="Freemind_Link_388165481" MODIFIED="1137711915325" TEXT="the process"/>
31
+ </node>
32
+ </node>
33
+ <node CREATED="1137711938571" ID="Freemind_Link_514361694" MODIFIED="1137711946944" TEXT="you can have one or the other, or both"/>
34
+ <node CREATED="1137711952659" ID="Freemind_Link_919182679" MODIFIED="1137711960856" TEXT="the power to give power?"/>
35
+ </node>
36
+ </node>
37
+ </node>
38
+ </node>
39
+ </node>
40
+ </node>
41
+ </node>
42
+ <node CREATED="1137711966884" ID="Freemind_Link_1992268077" MODIFIED="1137711974991" TEXT="decentralized organization">
43
+ <node CREATED="1137711975348" ID="Freemind_Link_1217425592" MODIFIED="1137711982643" TEXT="power is evenly distributed">
44
+ <node CREATED="1137711984276" ID="Freemind_Link_329529248" MODIFIED="1137711985416" TEXT="ideally"/>
45
+ <node CREATED="1137711989085" ID="Freemind_Link_707113293" MODIFIED="1137712003281" TEXT="everybody has same ability to make decisions that cause same amount of change">
46
+ <node CREATED="1137712033070" ID="Freemind_Link_888439686" MODIFIED="1137712034481" TEXT="can be bad">
47
+ <node CREATED="1137712012085" ID="Freemind_Link_1133499939" MODIFIED="1137712048082" TEXT="conflicts take longer to resolve"/>
48
+ <node CREATED="1137712051519" ID="Freemind_Link_218715106" MODIFIED="1137712065130" TEXT="changes come from lowest common denominator"/>
49
+ </node>
50
+ </node>
51
+ </node>
52
+ <node CREATED="1137712071911" ID="Freemind_Link_558050350" MODIFIED="1137712084316" TEXT="decentralization">
53
+ <node CREATED="1137712084783" ID="Freemind_Link_68184979" MODIFIED="1137712087619" TEXT="democracy?"/>
54
+ <node CREATED="1137712089024" ID="Freemind_Link_1665792815" MODIFIED="1137712093553" TEXT="works best in small groups">
55
+ <node CREATED="1137712094952" ID="Freemind_Link_1275227003" MODIFIED="1137712110636" TEXT="because of shared values and goals"/>
56
+ <node CREATED="1137712116777" ID="Freemind_Link_54809754" MODIFIED="1137712123213" TEXT="can scale if values and goals can"/>
57
+ </node>
58
+ </node>
59
+ <node CREATED="1137712131119" ID="Freemind_Link_1281310912" MODIFIED="1137712136428" TEXT="influence">
60
+ <node CREATED="1137712136817" ID="Freemind_Link_705642988" MODIFIED="1137712176808" TEXT="fucks up decentralized organization"/>
61
+ <node CREATED="1137712189835" ID="Freemind_Link_1040673631" MODIFIED="1137712196902" TEXT="ability to make other agree with you is powerful"/>
62
+ <node CREATED="1137712197668" ID="Freemind_Link_340951066" MODIFIED="1137712219381" TEXT="creates temporary nested centralized networks!">
63
+ <node CREATED="1137712444483" ID="Freemind_Link_1337500999" MODIFIED="1137712448471" TEXT="in a network">
64
+ <node CREATED="1137712504437" ID="Freemind_Link_1017559214" MODIFIED="1137712507552" TEXT="if you have a big hub">
65
+ <node CREATED="1137712508229" ID="Freemind_Link_1062705864" MODIFIED="1137712519474" TEXT="it is its own nested centralized network">
66
+ <node CREATED="1137712520093" ID="Freemind_Link_909044989" MODIFIED="1137712522513" TEXT="Woah!"/>
67
+ </node>
68
+ </node>
69
+ </node>
70
+ </node>
71
+ <node CREATED="1137712225396" ID="Freemind_Link_1542360044" MODIFIED="1137712275916" TEXT="what is the difference between ">
72
+ <node CREATED="1137712248093" ID="Freemind_Link_1471078820" MODIFIED="1137712262546" TEXT="being influenced by a person and not?"/>
73
+ <node CREATED="1137712279332" ID="Freemind_Link_1619845787" MODIFIED="1137712285451" TEXT="deciding on your own and being influenced?"/>
74
+ </node>
75
+ <node CREATED="1137712298350" ID="Freemind_Link_1591012526" MODIFIED="1137712352436" TEXT="peer pressure">
76
+ <node CREATED="1137712311423" ID="Freemind_Link_1997890798" MODIFIED="1137712318611" TEXT="bad when used for good?">
77
+ <node CREATED="1137712321119" ID="Freemind_Link_600578211" MODIFIED="1137712322754" TEXT="what is good?"/>
78
+ </node>
79
+ <node CREATED="1137712329671" ID="Freemind_Link_780891284" MODIFIED="1137712345982" TEXT="is there a way to decide to agree with peers and not be influenced?"/>
80
+ </node>
81
+ </node>
82
+ <node CREATED="1137712376859" ID="Freemind_Link_1783268186" MODIFIED="1137712427934" TEXT="the web">
83
+ <node CREATED="1137712418787" ID="Freemind_Link_25438862" MODIFIED="1137712420614" TEXT="is both">
84
+ <node CREATED="1137712381737" ID="Freemind_Link_405024635" MODIFIED="1137712386572" TEXT="decentralized"/>
85
+ <node CREATED="1137712386889" ID="Freemind_Link_151099932" MODIFIED="1137712388740" TEXT="centralized"/>
86
+ </node>
87
+ </node>
88
+ </node>
89
+ <node CREATED="1137712605762" ID="Freemind_Link_244120750" MODIFIED="1137712683651" TEXT="possible to decentralize by centralizing, centralizating which improves decentralization">
90
+ <node CREATED="1137712685859" ID="Freemind_Link_1087699666" MODIFIED="1137712690206" TEXT="like infastructure"/>
91
+ <node CREATED="1137712692603" ID="Freemind_Link_1642575350" MODIFIED="1137712703065" TEXT="give everybody the power to do something">
92
+ <node CREATED="1137712703771" ID="Freemind_Link_1689708315" MODIFIED="1137712718625" TEXT="you&apos;ve decentralized the ability to do something"/>
93
+ <node CREATED="1137712719036" ID="Freemind_Link_921263722" MODIFIED="1137712729314" TEXT="you&apos;ve centralized power to do something"/>
94
+ </node>
95
+ </node>
96
+ </node>
97
+ <node CREATED="1137711468500" ID="Freemind_Link_1149029185" MODIFIED="1137711471487" POSITION="right" TEXT="philosophy">
98
+ <node CREATED="1137711492175" ID="Freemind_Link_1827591491" MODIFIED="1137711501140" TEXT="is a grip on reality a good thing?">
99
+ <node CREATED="1137711501693" ID="Freemind_Link_1208752630" MODIFIED="1137711506941" TEXT="used to think so"/>
100
+ </node>
101
+ <node CREATED="1137711511798" ID="Freemind_Link_1539179785" MODIFIED="1137711515529" TEXT="is change good?">
102
+ <node CREATED="1137711516029" ID="Freemind_Link_515258868" MODIFIED="1137711529649" TEXT="what if it means giving up everything you love">
103
+ <node CREATED="1137711530750" ID="Freemind_Link_720289835" MODIFIED="1137711543347" TEXT="what if you love new things just as much as old?"/>
104
+ </node>
105
+ </node>
106
+ <node CREATED="1137711561951" ID="Freemind_Link_535300760" MODIFIED="1137711567194" TEXT="reality can change">
107
+ <node CREATED="1137711567495" ID="Freemind_Link_497771950" MODIFIED="1137711585325" TEXT="can it change so drastically that you change your lifes ambitions">
108
+ <node CREATED="1137711585920" ID="Freemind_Link_546575762" MODIFIED="1137711590987" TEXT="what is the difference between">
109
+ <node CREATED="1137711591226" ID="Freemind_Link_1670030936" MODIFIED="1137711593019" TEXT="influence"/>
110
+ <node CREATED="1137711593348" ID="Freemind_Link_749456654" MODIFIED="1137711596363" TEXT="inspiration"/>
111
+ </node>
112
+ </node>
113
+ </node>
114
+ </node>
115
+ </node>
116
+ </map>
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <StrategicPlanCore xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Date="2007-11-09"><Submitter FirstName="Owen" LastName="Ambur" PhoneNumber="" EmailAddress="Owen.Ambur@verizon.net"/><Source>http://www.opm.gov/egov/HR_LOB/vision_goals/</Source><Organization><Name>Human Resources Management Line of Business</Name><Acronym>HR LOB</Acronym></Organization><Vision>Government-wide, modern, cost effective, standardized, and interoperable Human Resource (HR) solutions providing common core functionality to support the strategic management of Human Capital.</Vision><Mission/><Value><Name/><Description/></Value><Goal><SequenceIndicator>1</SequenceIndicator><Name>Strategic Management</Name><Description>Improve the Governmentwide strategic management of human capital (faster decision making, more informed policy making, more effective workforce management, improved resource alignment with agency missions.)</Description><Stakeholder><Name/><Description/></Stakeholder><Objective><SequenceIndicator/><Name/><Description/><Stakeholder><Name/><Description/></Stakeholder></Objective><OtherInformation/></Goal><Goal><SequenceIndicator>2</SequenceIndicator><Name>Operational Efficiencies</Name><Description>Achieve or increase operational efficiencies in the acquisition, development, implementation and operation of human resources management and supporting systems (improved servicing ratio / response times, reduced cycle times, improved automated reporting.)</Description><Stakeholder><Name/><Description/></Stakeholder><Objective><SequenceIndicator/><Name/><Description/><Stakeholder><Name/><Description/></Stakeholder><OtherInformation/></Objective><OtherInformation/></Goal><Goal><SequenceIndicator>3</SequenceIndicator><Name>Cost Savings</Name><Description>Achieve or increase cost savings/avoidance from HR solution activities (reduced duplicative software / hardware / operations / labor resources, increased competitive environment.)</Description><Stakeholder><Name/><Description/></Stakeholder><Objective><SequenceIndicator/><Name/><Description/><Stakeholder><Name/><Description/></Stakeholder><OtherInformation/></Objective><OtherInformation/></Goal><Goal><SequenceIndicator>4</SequenceIndicator><Name>Customer Service</Name><Description>Improve customer service (increased accessibility to client and value, improved communication and responsiveness, enhanced quality, timeliness, accuracy and consistency.)</Description><Stakeholder><Name/><Description/></Stakeholder><Objective><SequenceIndicator/><Name/><Description/><Stakeholder><Name/><Description/></Stakeholder><OtherInformation/></Objective><OtherInformation/></Goal></StrategicPlanCore>
@@ -0,0 +1,82 @@
1
+ <map version="0.7.1">
2
+ <node TEXT="Taoist Books">
3
+ <node TEXT="Classics" POSITION="right">
4
+ <node TEXT="Ancient" FOLDED="true">
5
+ <node TEXT="Chuang Tzu" FOLDED="true">
6
+ <node TEXT="In the translation of Victor Mair"/>
7
+ </node>
8
+ <node TEXT="I Ching" FOLDED="true">
9
+ <node TEXT="Taoist Master Huang"/>
10
+ <node TEXT="Eranos translation"/>
11
+ <node TEXT="the classic translation: Richard Wilhelm"/>
12
+ </node>
13
+ <node TEXT="Tao Te Ching" FOLDED="true">
14
+ <node TEXT="Victor Mair translation"/>
15
+ </node>
16
+ <node TEXT="The Art of War"/>
17
+ <node TEXT="Lieh Tzu"/>
18
+ </node>
19
+ <node TEXT="Middle Period" FOLDED="true">
20
+ <node TEXT="Journey To The West" FOLDED="true">
21
+ <node TEXT="The complete translation,&#xa;available from&#xa;Foreign Language Press BeiJing" FOLDED="true">
22
+ <node TEXT="Vol 1"/>
23
+ <node TEXT="Vol 2"/>
24
+ <node TEXT="Vol 3"/>
25
+ </node>
26
+ </node>
27
+ <node TEXT="Laughing at the Tao"/>
28
+ <node TEXT="Cultivating Stilness"/>
29
+ <node TEXT="Chang Po Tuan" FOLDED="true">
30
+ <node TEXT="The Inner Teaching of Taoism"/>
31
+ <node TEXT="Understanding Reality"/>
32
+ </node>
33
+ <node TEXT="Back to Beginnings" FOLDED="true">
34
+ <node TEXT="From Huanchu Daoren"/>
35
+ <node TEXT="Translated by Thomas Cleary"/>
36
+ </node>
37
+ <node TEXT="Tai Chi Classics"/>
38
+ </node>
39
+ <node TEXT="Anthologies" FOLDED="true">
40
+ <node TEXT="Vitality Energy Spirit"/>
41
+ <node TEXT="The Taoist Experience"/>
42
+ <node TEXT="The Chinese Storyteller&apos;s Book"/>
43
+ </node>
44
+ </node>
45
+ <node TEXT="Tecnical" STYLE="fork" POSITION="left">
46
+ <node TEXT="Healing Tao" FOLDED="true">
47
+ <node TEXT="Awaken Healing Light"/>
48
+ <node TEXT="Eric Yudelove">
49
+ <node TEXT="100 days to better health good sex and long life"/>
50
+ </node>
51
+ <node TEXT="Healing Love"/>
52
+ <node TEXT="Tao Yin"/>
53
+ <node TEXT="Bone Marrow Nei Kung"/>
54
+ <node TEXT="The inner structure of Tai Chi"/>
55
+ </node>
56
+ <node TEXT="Energy Arts" FOLDED="true">
57
+ <node TEXT="Opening The Energy Gates"/>
58
+ <node TEXT="Relaxing into your being"/>
59
+ <node TEXT="Tapes: Breathing"/>
60
+ <node TEXT="The Big Book of Tai Chi"/>
61
+ </node>
62
+ <node COLOR="#000000" TEXT="Other Schools" STYLE="fork" FOLDED="true">
63
+ <node TEXT="Warrior of stillness">
64
+ <node TEXT="Vol 1"/>
65
+ <node TEXT="Vol 2"/>
66
+ </node>
67
+ <node TEXT="The Swimming Dragon"/>
68
+ <node TEXT="The Magus of Java"/>
69
+ </node>
70
+ </node>
71
+ <node TEXT="Academic Studies" FOLDED="true" POSITION="right">
72
+ <node TEXT="The Shambala Guide to Taoism"/>
73
+ <node TEXT="The Taoist Body"/>
74
+ <node TEXT="Early Chinese Mysticism"/>
75
+ <node TEXT="Robinet:" FOLDED="true">
76
+ <node TEXT="Storia del Taoismo"/>
77
+ <node TEXT="Meditazione Taoista"/>
78
+ </node>
79
+ <node TEXT="Ascetism in Early Taoist Religion"/>
80
+ </node>
81
+ </node>
82
+ </map>
@@ -0,0 +1,57 @@
1
+ rwdapplications are web brower applications
2
+
3
+ The GUI interface used is RubyWebDialogs
4
+
5
+ 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/
6
+
7
+
8
+ Start the program by:
9
+ changing to the directory and
10
+ ruby init.rb
11
+
12
+ Then point your web browser to:
13
+ http://localhost:7701/
14
+
15
+ Or to the port that shows on the console or in the config.cnf file
16
+
17
+ Requirements:
18
+ RubyWebDialogs - I am using 0.0.11 2004-3-9
19
+ This package you downloaded should have a runtime version of
20
+ the needed rubywebdialog files
21
+
22
+ Ruby I am using version 1.8.2
23
+
24
+ I have tested this under Linux-Debian kernel 2.6.9
25
+
26
+ Operation:
27
+ The code files reside in the code directory and are combined before
28
+ the main Class is loaded
29
+
30
+ The rwd files in gui are combined before the gui is activated
31
+
32
+ Trouble shooting:
33
+
34
+ untar the file
35
+ tar zxvf rwdapplication-x.y.tar.gz
36
+ then cd to the directory
37
+ cd rwdapplication-x.y
38
+ then start the init.rb program file
39
+ ruby init.rb
40
+
41
+
42
+ If the program is not working, try looking at the ev subdirectory. That is where
43
+ the runtime of rubywebdialogs are.
44
+
45
+ for long term installation, I would suggest putting most files in a lib directory
46
+ like /usr/lib/rwdshell
47
+ then make a writable directory the local directory for command files to be written
48
+ like ~/rwdshell
49
+
50
+
51
+ 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.
52
+
53
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
54
+
55
+ Steven Gibson
56
+ stevengibson@superant.com
57
+ http://rwdapplications.rubyforge.org/
@@ -0,0 +1,6 @@
1
+ <HTML>
2
+ <META http-equiv="refresh" content="0; url=http://www.erikveen.dds.nl/rubywebdialogs/index.html">
3
+ <SCRIPT language="javascript1.0">
4
+ location.href="http://www.erikveen.dds.nl/rubywebdialogs/index.html";
5
+ </SCRIPT>
6
+ </HTML>
Binary file
@@ -0,0 +1,175 @@
1
+
2
+ body {
3
+ margin: 0;
4
+ padding: 0;
5
+ background: white;
6
+ }
7
+
8
+ h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
9
+ h1 { font-size: 120%; }
10
+ h2,h3,h4 { margin-top: 1em; }
11
+
12
+ a { background: #eef; color: #039; text-decoration: none; }
13
+ a:hover { background: #039; color: #eef; }
14
+
15
+ /* Override the base stylesheet's Anchor inside a table cell */
16
+ td > a {
17
+ background: transparent;
18
+ color: #039;
19
+ text-decoration: none;
20
+ }
21
+
22
+ /* === Structural elements =================================== */
23
+
24
+ div#index {
25
+ margin: 0;
26
+ padding: 0;
27
+ font-size: 0.9em;
28
+ }
29
+
30
+ div#index a {
31
+ margin-left: 0.7em;
32
+ }
33
+
34
+ div#classHeader {
35
+ width: auto;
36
+ background: #039;
37
+ color: white;
38
+ padding: 0.5em 1.5em 0.5em 1.5em;
39
+ margin: 0;
40
+ border-bottom: 3px solid #006;
41
+ }
42
+
43
+ div#classHeader a {
44
+ background: inherit;
45
+ color: white;
46
+ }
47
+
48
+ div#classHeader td {
49
+ background: inherit;
50
+ color: white;
51
+ }
52
+
53
+ div#fileHeader {
54
+ width: auto;
55
+ background: #039;
56
+ color: white;
57
+ padding: 0.5em 1.5em 0.5em 1.5em;
58
+ margin: 0;
59
+ border-bottom: 3px solid #006;
60
+ }
61
+
62
+ div#fileHeader a {
63
+ background: inherit;
64
+ color: white;
65
+ }
66
+
67
+ div#fileHeader td {
68
+ background: inherit;
69
+ color: white;
70
+ }
71
+
72
+ div#bodyContent {
73
+ padding: 0 1.5em 0 1.5em;
74
+ }
75
+
76
+ div#description {
77
+ padding: 0.5em 1.5em;
78
+ background: #efefef;
79
+ border: 1px dotted #999;
80
+ }
81
+
82
+ div#description h1,h2,h3,h4,h5,h6 {
83
+ color: black;
84
+ background: transparent;
85
+ }
86
+
87
+ div#validator-badges {
88
+ text-align: center;
89
+ }
90
+ div#validator-badges img { border: 0; }
91
+
92
+ div#copyright {
93
+ color: #333;
94
+ background: #efefef;
95
+ font: 0.75em sans-serif;
96
+ margin-top: 5em;
97
+ margin-bottom: 0;
98
+ padding: 0.5em 2em;
99
+ }
100
+
101
+
102
+ /* === Classes =================================== */
103
+
104
+ table.header-table {
105
+ color: white;
106
+ font-size: small;
107
+ }
108
+
109
+ .type-note {
110
+ font-size: small;
111
+ color: #DEDEDE;
112
+ }
113
+
114
+ .section-bar {
115
+ background: #eee;
116
+ color: #333;
117
+ padding: 3px;
118
+ border: 1px solid #999;
119
+ }
120
+
121
+ .top-aligned-row { vertical-align: vertical-align: top }
122
+
123
+ /* --- Context section classes ----------------------- */
124
+
125
+ .context-row { }
126
+ .context-item-name { font-family: monospace; font-weight: bold; color: black; }
127
+ .context-item-value { font-size: x-small; color: #448; }
128
+ .context-item-desc { background: #efefef; }
129
+
130
+ /* --- Method classes -------------------------- */
131
+ .method-detail {
132
+ background: #EFEFEF;
133
+ padding: 0;
134
+ margin-top: 0.5em;
135
+ margin-bottom: 0.5em;
136
+ border: 1px dotted #DDD;
137
+ }
138
+ .method-heading {
139
+ color: black;
140
+ background: #AAA;
141
+ border-bottom: 1px solid #666;
142
+ padding: 0.2em 0.5em 0 0.5em;
143
+ }
144
+ .method-signature { color: black; background: inherit; }
145
+ .method-name { font-weight: bold; }
146
+ .method-args { font-style: italic; }
147
+ .method-description { padding: 0 0.5em 0 0.5em; }
148
+
149
+ /* --- Source code sections -------------------- */
150
+
151
+ a.source-toggle { font-size: 90%; }
152
+ div.method-source-code {
153
+ background: #262626;
154
+ color: #ffdead;
155
+ margin: 1em;
156
+ padding: 0.5em;
157
+ border: 1px dashed #999;
158
+ overflow: hidden;
159
+ }
160
+
161
+ div.method-source-code pre { color: #ffdead; overflow: hidden; }
162
+
163
+ /* --- Ruby keyword styles --------------------- */
164
+
165
+ .standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
166
+
167
+ .ruby-constant { color: #7fffd4; background: transparent; }
168
+ .ruby-keyword { color: #00ffff; background: transparent; }
169
+ .ruby-ivar { color: #eedd82; background: transparent; }
170
+ .ruby-operator { color: #00ffee; background: transparent; }
171
+ .ruby-identifier { color: #ffdead; background: transparent; }
172
+ .ruby-node { color: #ffa07a; background: transparent; }
173
+ .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
174
+ .ruby-regexp { color: #ffa07a; background: transparent; }
175
+ .ruby-value { color: #7fffd4; background: transparent; }