rumai 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (181) hide show
  1. data/CREDITS +4 -3
  2. data/HISTORY +327 -0
  3. data/INSTALL +31 -0
  4. data/README +92 -0
  5. data/USAGE +297 -0
  6. data/bin/rumai +9 -22
  7. data/doc/api/IO.html +119 -0
  8. data/doc/api/Integer.html +171 -0
  9. data/doc/api/Rumai.html +1270 -0
  10. data/doc/api/Rumai/Area.html +1485 -0
  11. data/doc/api/Rumai/Chain.html +301 -0
  12. data/doc/api/Rumai/Client.html +2451 -0
  13. data/doc/api/Rumai/ClientContainer.html +301 -0
  14. data/doc/api/Rumai/ExportInstanceMethods.html +103 -0
  15. data/doc/api/Rumai/IXP.html +94 -0
  16. data/doc/api/Rumai/IXP/Agent.html +1625 -0
  17. data/doc/api/Rumai/IXP/Agent/FidStream.html +959 -0
  18. data/doc/api/Rumai/IXP/Agent/RangedPool.html +381 -0
  19. data/doc/api/Rumai/IXP/Error.html +110 -0
  20. data/doc/api/Rumai/IXP/Fcall.html +503 -0
  21. data/doc/api/Rumai/IXP/Qid.html +207 -0
  22. data/doc/api/Rumai/IXP/Rattach.html +148 -0
  23. data/doc/api/Rumai/IXP/Rauth.html +148 -0
  24. data/doc/api/Rumai/IXP/Rclunk.html +148 -0
  25. data/doc/api/Rumai/IXP/Rcreate.html +148 -0
  26. data/doc/api/Rumai/IXP/Rerror.html +148 -0
  27. data/doc/api/Rumai/IXP/Rflush.html +148 -0
  28. data/doc/api/Rumai/IXP/Ropen.html +148 -0
  29. data/doc/api/Rumai/IXP/Rread.html +148 -0
  30. data/doc/api/Rumai/IXP/Rremove.html +148 -0
  31. data/doc/api/Rumai/IXP/Rstat.html +148 -0
  32. data/doc/api/Rumai/IXP/Rversion.html +148 -0
  33. data/doc/api/Rumai/IXP/Rwalk.html +148 -0
  34. data/doc/api/Rumai/IXP/Rwrite.html +148 -0
  35. data/doc/api/Rumai/IXP/Rwstat.html +148 -0
  36. data/doc/api/Rumai/IXP/Stat.html +335 -0
  37. data/doc/api/Rumai/IXP/Stream.html +194 -0
  38. data/doc/api/Rumai/IXP/Struct.html +586 -0
  39. data/doc/api/Rumai/IXP/Struct/ClassField.html +242 -0
  40. data/doc/api/Rumai/IXP/Struct/Field.html +782 -0
  41. data/doc/api/Rumai/IXP/Struct/Field/CounteeField.html +227 -0
  42. data/doc/api/Rumai/IXP/Struct/Field/CounterField.html +153 -0
  43. data/doc/api/Rumai/IXP/Struct/Integer8Field.html +242 -0
  44. data/doc/api/Rumai/IXP/Struct/StringField.html +206 -0
  45. data/doc/api/Rumai/IXP/Tattach.html +148 -0
  46. data/doc/api/Rumai/IXP/Tauth.html +148 -0
  47. data/doc/api/Rumai/IXP/Tclunk.html +148 -0
  48. data/doc/api/Rumai/IXP/Tcreate.html +148 -0
  49. data/doc/api/Rumai/IXP/Terror.html +231 -0
  50. data/doc/api/Rumai/IXP/Tflush.html +148 -0
  51. data/doc/api/Rumai/IXP/Topen.html +240 -0
  52. data/doc/api/Rumai/IXP/Tread.html +148 -0
  53. data/doc/api/Rumai/IXP/Tremove.html +148 -0
  54. data/doc/api/Rumai/IXP/Tstat.html +148 -0
  55. data/doc/api/Rumai/IXP/Tversion.html +162 -0
  56. data/doc/api/Rumai/IXP/Twalk.html +148 -0
  57. data/doc/api/Rumai/IXP/Twrite.html +148 -0
  58. data/doc/api/Rumai/IXP/Twstat.html +148 -0
  59. data/doc/api/Rumai/Node.html +1406 -0
  60. data/doc/api/Rumai/View.html +1587 -0
  61. data/doc/api/Rumai/WidgetImpl.html +333 -0
  62. data/doc/api/Rumai/WidgetNode.html +246 -0
  63. data/doc/api/String.html +258 -0
  64. data/doc/api/StringIO.html +119 -0
  65. data/doc/api/Time.html +247 -0
  66. data/doc/api/_index.html +581 -0
  67. data/doc/api/class_list.html +36 -0
  68. data/doc/api/css/common.css +1 -0
  69. data/doc/api/css/full_list.css +50 -0
  70. data/doc/api/css/style.css +273 -0
  71. data/doc/api/file.LICENSE.html +73 -0
  72. data/doc/api/file_list.html +38 -0
  73. data/doc/api/frames.html +13 -0
  74. data/doc/api/index.html +72 -13
  75. data/doc/api/js/app.js +111 -0
  76. data/doc/api/js/full_list.js +117 -0
  77. data/doc/api/js/{jquery-1.3.2.min.js → jquery.js} +0 -0
  78. data/doc/api/method_list.html +1483 -0
  79. data/doc/api/top-level-namespace.html +89 -0
  80. data/doc/index.erb +18 -13
  81. data/doc/index.html +331 -386
  82. data/lib/rumai.rb +1 -18
  83. data/lib/rumai/fs.rb +11 -11
  84. data/lib/rumai/inochi.rb +48 -0
  85. data/lib/rumai/inochi.yaml +94 -0
  86. data/lib/rumai/ixp.rb +0 -4
  87. data/lib/rumai/ixp/message.rb +6 -17
  88. data/lib/rumai/ixp/transport.rb +39 -30
  89. data/lib/rumai/wm.rb +35 -37
  90. data/test/rumai/inochi_test.rb +17 -0
  91. data/test/rumai/ixp/message_test.rb +245 -0
  92. data/test/runner +25 -0
  93. data/test/test_helper.rb +1 -0
  94. metadata +107 -125
  95. data/doc/api/apple-touch-icon.png +0 -0
  96. data/doc/api/classes/IO.html +0 -72
  97. data/doc/api/classes/Integer.html +0 -110
  98. data/doc/api/classes/Object.html +0 -60
  99. data/doc/api/classes/Rumai.html +0 -837
  100. data/doc/api/classes/Rumai/Area.html +0 -909
  101. data/doc/api/classes/Rumai/Chain.html +0 -197
  102. data/doc/api/classes/Rumai/Client.html +0 -1526
  103. data/doc/api/classes/Rumai/ClientContainer.html +0 -191
  104. data/doc/api/classes/Rumai/ExportInstanceMethods.html +0 -69
  105. data/doc/api/classes/Rumai/IXP.html +0 -131
  106. data/doc/api/classes/Rumai/IXP/Agent.html +0 -941
  107. data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +0 -456
  108. data/doc/api/classes/Rumai/IXP/Agent/MODES.html +0 -108
  109. data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +0 -241
  110. data/doc/api/classes/Rumai/IXP/Error.html +0 -67
  111. data/doc/api/classes/Rumai/IXP/Fcall.html +0 -323
  112. data/doc/api/classes/Rumai/IXP/Qid.html +0 -153
  113. data/doc/api/classes/Rumai/IXP/Rattach.html +0 -67
  114. data/doc/api/classes/Rumai/IXP/Rauth.html +0 -67
  115. data/doc/api/classes/Rumai/IXP/Rclunk.html +0 -67
  116. data/doc/api/classes/Rumai/IXP/Rcreate.html +0 -67
  117. data/doc/api/classes/Rumai/IXP/Rerror.html +0 -67
  118. data/doc/api/classes/Rumai/IXP/Rflush.html +0 -67
  119. data/doc/api/classes/Rumai/IXP/Ropen.html +0 -67
  120. data/doc/api/classes/Rumai/IXP/Rread.html +0 -67
  121. data/doc/api/classes/Rumai/IXP/Rremove.html +0 -67
  122. data/doc/api/classes/Rumai/IXP/Rstat.html +0 -67
  123. data/doc/api/classes/Rumai/IXP/Rversion.html +0 -67
  124. data/doc/api/classes/Rumai/IXP/Rwalk.html +0 -67
  125. data/doc/api/classes/Rumai/IXP/Rwrite.html +0 -67
  126. data/doc/api/classes/Rumai/IXP/Rwstat.html +0 -67
  127. data/doc/api/classes/Rumai/IXP/Stat.html +0 -252
  128. data/doc/api/classes/Rumai/IXP/Stream.html +0 -131
  129. data/doc/api/classes/Rumai/IXP/Struct.html +0 -311
  130. data/doc/api/classes/Rumai/IXP/Struct/Field.html +0 -415
  131. data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +0 -153
  132. data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +0 -104
  133. data/doc/api/classes/Rumai/IXP/Tattach.html +0 -68
  134. data/doc/api/classes/Rumai/IXP/Tauth.html +0 -67
  135. data/doc/api/classes/Rumai/IXP/Tclunk.html +0 -67
  136. data/doc/api/classes/Rumai/IXP/Tcreate.html +0 -68
  137. data/doc/api/classes/Rumai/IXP/Terror.html +0 -110
  138. data/doc/api/classes/Rumai/IXP/Tflush.html +0 -67
  139. data/doc/api/classes/Rumai/IXP/Topen.html +0 -165
  140. data/doc/api/classes/Rumai/IXP/Tread.html +0 -67
  141. data/doc/api/classes/Rumai/IXP/Tremove.html +0 -67
  142. data/doc/api/classes/Rumai/IXP/Tstat.html +0 -67
  143. data/doc/api/classes/Rumai/IXP/Tversion.html +0 -86
  144. data/doc/api/classes/Rumai/IXP/Twalk.html +0 -68
  145. data/doc/api/classes/Rumai/IXP/Twrite.html +0 -68
  146. data/doc/api/classes/Rumai/IXP/Twstat.html +0 -67
  147. data/doc/api/classes/Rumai/Node.html +0 -821
  148. data/doc/api/classes/Rumai/View.html +0 -967
  149. data/doc/api/classes/Rumai/WidgetImpl.html +0 -65
  150. data/doc/api/classes/Rumai/WidgetNode.html +0 -68
  151. data/doc/api/classes/String.html +0 -163
  152. data/doc/api/classes/StringIO.html +0 -72
  153. data/doc/api/classes/Time.html +0 -156
  154. data/doc/api/created.rid +0 -1
  155. data/doc/api/css/main.css +0 -263
  156. data/doc/api/css/panel.css +0 -383
  157. data/doc/api/css/reset.css +0 -53
  158. data/doc/api/favicon.ico +0 -0
  159. data/doc/api/files/CREDITS.html +0 -67
  160. data/doc/api/files/LICENSE.html +0 -76
  161. data/doc/api/files/lib/rumai/fs_rb.html +0 -75
  162. data/doc/api/files/lib/rumai/ixp/message_rb.html +0 -91
  163. data/doc/api/files/lib/rumai/ixp/transport_rb.html +0 -75
  164. data/doc/api/files/lib/rumai/ixp_rb.html +0 -69
  165. data/doc/api/files/lib/rumai/wm_rb.html +0 -77
  166. data/doc/api/files/lib/rumai_rb.html +0 -65
  167. data/doc/api/i/arrows.png +0 -0
  168. data/doc/api/i/results_bg.png +0 -0
  169. data/doc/api/i/tree_bg.png +0 -0
  170. data/doc/api/js/jquery-effect.js +0 -593
  171. data/doc/api/js/main.js +0 -22
  172. data/doc/api/js/searchdoc.js +0 -628
  173. data/doc/api/panel/index.html +0 -71
  174. data/doc/api/panel/search_index.js +0 -1
  175. data/doc/api/panel/tree.js +0 -1
  176. data/doc/history.erb +0 -233
  177. data/doc/intro.erb +0 -70
  178. data/doc/setup.erb +0 -144
  179. data/doc/usage.erb +0 -308
  180. data/rakefile +0 -14
  181. data/test/rumai/ixp/message.rb +0 -237
@@ -1,71 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
-
5
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
- <head>
7
- <title>layout</title>
8
- <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" charset="utf-8" />
9
- <link rel="stylesheet" href="../css/panel.css" type="text/css" media="screen" charset="utf-8" />
10
- <script src="search_index.js" type="text/javascript" charset="utf-8"></script>
11
- <script src="tree.js" type="text/javascript" charset="utf-8"></script>
12
- <script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
13
- <script src="../js/searchdoc.js" type="text/javascript" charset="utf-8"></script>
14
- <script type="text/javascript" charset="utf-8">
15
- //<![CDATA[
16
- function placeholder() {
17
- if (jQuery.browser.safari) return;
18
- $('#search-label').click(function() {
19
- $('#search').focus();
20
- $('#search-label').hide();
21
- });
22
-
23
- $('#search').focus(function() {
24
- $('#search-label').hide();
25
- });
26
- $('#search').blur(function() {
27
- this.value == '' && $('#search-label').show()
28
- });
29
-
30
- $('#search')[0].value == '' && $('#search-label').show();
31
- }
32
- $(function() {
33
- placeholder();
34
- var panel = new Searchdoc.Panel($('#panel'), search_data, tree, top.frames[1]);
35
- $('#search').focus();
36
-
37
- var s = window.parent.location.search.match(/\?q=([^&]+)/);
38
- if (s) {
39
- s = decodeURIComponent(s[1]).replace(/\+/g, ' ');
40
- if (s.length > 0)
41
- {
42
- $('#search').val(s);
43
- panel.search(s, true);
44
- }
45
- }
46
- })
47
- //]]>
48
- </script>
49
- </head>
50
- <body>
51
- <div class="panel panel_tree" id="panel">
52
- <div class="header">
53
- <div>
54
- <label for="search" id="search-label" style="display: none">Search</label>
55
- <table>
56
- <tr><td>
57
- <input type="Search" placeholder="Search" autosave="searchdoc" results="10" id="search" autocomplete="off"/>
58
- </td></tr>
59
- </table></div>
60
- </div>
61
- <div class="tree">
62
- <ul>
63
- </ul>
64
- </div>
65
- <div class="result">
66
- <ul>
67
- </ul>
68
- </div>
69
- </div>
70
- </body>
71
- </html>
@@ -1 +0,0 @@
1
- var search_data = {"index":{"searchIndex":["io","integer","rumai","area","chain","client","clientcontainer","exportinstancemethods","ixp","agent","fidstream","modes","rangedpool","error","fcall","qid","rattach","rauth","rclunk","rcreate","rerror","rflush","ropen","rread","rremove","rstat","rversion","rwalk","rwrite","rwstat","stat","stream","struct","field","counteefield","counterfield","tattach","tauth","tclunk","tcreate","terror","tflush","topen","tread","tremove","tstat","tversion","twalk","twrite","twstat","node","view","string","stringio","time","<<()","<<()","[]()","__from_9p__()","area()","area_ids()","area_of_client()","areas()","arrange_as_larswm()","arrange_in_diamond()","arrange_in_grid()","arrange_in_stacks()","attach()","chain()","chain()","chain()","chain()","children()","clear()","client_ids()","client_ids()","client_ids()","client_ids()","clients()","close()","closed?()","clunk()","column?()","columns()","concat()","countee=()","counter=()","create()","create()","curr()","curr()","curr()","curr_area()","curr_client()","curr_tag()","curr_view()","directory?()","directory?()","each()","each()","each()","each_column()","each_line()","each_managed_area()","entries()","entries()","exist?()","exist?()","factory()","float()","float!()","float?()","floating()","floating?()","floating_area()","focus()","focus()","focus()","focus_area()","focus_client()","focus_view()","from_9p()","from_9p()","from_9p()","fs()","fullscreen()","fullscreen!()","fullscreen?()","group()","group!()","group?()","grouping()","grouping()","included()","insert()","kill()","layout=()","length()","length=()","load_9p()","load_9p()","load_9p()","manage()","manage!()","manage?()","managed?()","managed_areas()","manifest()","method_missing()","move()","new()","new()","new()","new()","new()","new()","new()","new()","new()","next()","next_area()","next_client()","next_tag()","next_view()","obtain()","open()","open()","parent()","parse()","prev()","prev_area()","prev_client()","prev_tag()","prev_view()","push()","read()","read()","read()","read_9p()","recv()","release()","remove()","remove()","remove_fid()","rewind()","select()","send()","send()","slay()","stat()","stat()","stat_fid()","stick()","stick!()","stick?()","swap()","tag()","tags()","tags()","tags=()","talk()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","to_9p()","type()","type()","unfloat()","unfullscreen()","ungroup()","unmanage()","unshift()","unstick()","untag()","views()","views()","walk()","walk_fid()","with_tags()","write()","write()","write()","credits","license","rumai.rb","fs.rb","ixp.rb","message.rb","transport.rb","wm.rb"],"longSearchIndex":["lib/rumai/ixp/message.rb","lib/rumai/ixp/message.rb","lib/rumai/ixp/message.rb","rumai","rumai","rumai","rumai","rumai","rumai","rumai::ixp","rumai::ixp::agent","rumai::ixp::agent","rumai::ixp::agent","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp::struct","rumai::ixp::struct::field","rumai::ixp::struct::field","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai::ixp","rumai","rumai","lib/rumai/ixp/message.rb","lib/rumai/ixp/message.rb","lib/rumai/ixp/message.rb","rumai::area","rumai::ixp::agent::fidstream","rumai::node","rumai::ixp::fcall","rumai::client","rumai::view","rumai::view","rumai::view","rumai::view","rumai::view","rumai::view","rumai::view","rumai::ixp::agent","rumai::area","rumai::chain","rumai::client","rumai::view","rumai::node","rumai::node","rumai","rumai::area","rumai::clientcontainer","rumai::view","rumai::clientcontainer","rumai::ixp::agent::fidstream","rumai::ixp::agent::fidstream","rumai::ixp::agent","rumai::area","rumai::view","rumai::area","rumai::ixp::struct::field","rumai::ixp::struct::field","rumai::ixp::agent","rumai::node","rumai::area","rumai::client","rumai::view","rumai","rumai","rumai","rumai","rumai::ixp::stat","rumai::node","rumai::area","rumai::node","rumai::view","rumai::view","rumai::node","rumai::view","rumai::ixp::agent","rumai::node","rumai::area","rumai::node","rumai::ixp::struct::field","rumai::client","rumai::client","rumai::client","rumai::area","rumai::area","rumai::view","rumai::area","rumai::client","rumai::view","rumai","rumai","rumai","rumai::ixp::fcall","string","time","rumai","rumai::client","rumai::client","rumai::client","rumai::client","rumai::client","rumai::client","rumai","rumai::clientcontainer","rumai::ixp::struct","rumai::area","rumai::client","rumai::area","rumai::area","rumai::area","rumai::ixp::struct","rumai::ixp::struct::field","rumai::ixp::struct::field::counteefield","rumai::client","rumai::client","rumai::client","rumai::area","rumai::view","rumai::view","rumai::node","rumai::client","rumai::area","rumai::client","rumai::ixp::agent","rumai::ixp::agent::fidstream","rumai::ixp::agent::rangedpool","rumai::ixp::struct","rumai::ixp::struct::field","rumai::node","rumai::view","rumai::chain","rumai","rumai","rumai","rumai","rumai::ixp::agent::rangedpool","rumai::ixp::agent","rumai::node","rumai::node","rumai::ixp::agent::modes","rumai::chain","rumai","rumai","rumai","rumai","rumai::area","rumai::ixp::agent","rumai::ixp::agent::fidstream","rumai::node","rumai::ixp::stream","rumai::ixp::agent","rumai::ixp::agent::rangedpool","rumai::ixp::agent","rumai::node","rumai::ixp::agent","rumai::ixp::agent::fidstream","rumai::view","rumai::client","rumai::ixp::agent","rumai::client","rumai::ixp::agent","rumai::node","rumai::ixp::agent","rumai::client","rumai::client","rumai::client","rumai::client","rumai::client","rumai","rumai::client","rumai::client","rumai::ixp::agent","integer","rumai::ixp::fcall","rumai::ixp::struct","rumai::ixp::struct::field","rumai::ixp::struct::field::counteefield","rumai::ixp::struct::field::counterfield","rumai::ixp::terror","string","time","rumai::ixp::fcall","rumai::ixp::fcall","rumai::client","rumai::client","rumai::client","rumai::client","rumai::area","rumai::client","rumai::client","rumai","rumai::client","rumai::ixp::agent","rumai::ixp::agent","rumai::client","rumai::ixp::agent","rumai::ixp::agent::fidstream","rumai::node","files/credits.html","files/license.html","files/lib/rumai_rb.html","files/lib/rumai/fs_rb.html","files/lib/rumai/ixp_rb.html","files/lib/rumai/ixp/message_rb.html","files/lib/rumai/ixp/transport_rb.html","files/lib/rumai/wm_rb.html"],"info":[["IO","lib/rumai/ixp/message.rb","classes/IO.html"," < Object","",1],["Integer","lib/rumai/ixp/message.rb","classes/Integer.html"," < Object","",1],["Rumai","lib/rumai/ixp/message.rb","classes/Rumai.html"," < ","Primitives for the 9P2000 protocol. See http://cm.bell-labs.com/sys/man/5/INDEX.html See http://swtch.com/plan9port/man/man9/",1],["Area","Rumai","classes/Rumai/Area.html"," < Object","A region that contains clients. This can be either the floating area or a column in the managed area.",1],["Chain","Rumai","classes/Rumai/Chain.html"," < ","NOTE: Inheritors must override the 'chain' method. ",1],["Client","Rumai","classes/Rumai/Client.html"," < WidgetNode","A graphical program that is running in your current X Windows session. ",1],["ClientContainer","Rumai","classes/Rumai/ClientContainer.html"," < ","NOTE: Inheritors should override the 'client_ids' method. ",1],["ExportInstanceMethods","Rumai","classes/Rumai/ExportInstanceMethods.html"," < ","Makes instance methods accessible through class methods. This is done to emulate the File class: File.exist?",1],["IXP","Rumai","classes/Rumai/IXP.html"," < ","",1],["Agent","Rumai::IXP","classes/Rumai/IXP/Agent.html"," < Object","A thread-safe channel that multiplexes many threads onto a single 9P2000 connection. The send/recv implementation",1],["FidStream","Rumai::IXP::Agent","classes/Rumai/IXP/Agent/FidStream.html"," < Object","Encapsulates I/O access over a file handle (fid). NOTE: this class is NOT thread safe! ",1],["MODES","Rumai::IXP::Agent","classes/Rumai/IXP/Agent/MODES.html"," < ","",1],["RangedPool","Rumai::IXP::Agent","classes/Rumai/IXP/Agent/RangedPool.html"," < Object","A finite, thread-safe pool of range members. ",1],["Error","Rumai::IXP","classes/Rumai/IXP/Error.html"," < StandardError","A common container for exceptions concerning IXP. ",1],["Fcall","Rumai::IXP","classes/Rumai/IXP/Fcall.html"," < Object","A remote function call (fcall). ",1],["Qid","Rumai::IXP","classes/Rumai/IXP/Qid.html"," < Object","Holds information about a file being accessed on a 9P2000 server. See http://cm.bell-labs.com/magic/man2html/5/intro",1],["Rattach","Rumai::IXP","classes/Rumai/IXP/Rattach.html"," < Fcall","size[4] Rattach tag[2] qid[13] ",1],["Rauth","Rumai::IXP","classes/Rumai/IXP/Rauth.html"," < Fcall","size[4] Rauth tag[2] aqid[13] ",1],["Rclunk","Rumai::IXP","classes/Rumai/IXP/Rclunk.html"," < Fcall","size[4] Rclunk tag[2] ",1],["Rcreate","Rumai::IXP","classes/Rumai/IXP/Rcreate.html"," < Fcall","size[4] Rcreate tag[2] qid[13] iounit[4] ",1],["Rerror","Rumai::IXP","classes/Rumai/IXP/Rerror.html"," < Fcall","size[4] Rerror tag[2] ename[s] ",1],["Rflush","Rumai::IXP","classes/Rumai/IXP/Rflush.html"," < Fcall","size[4] Rflush tag[2] ",1],["Ropen","Rumai::IXP","classes/Rumai/IXP/Ropen.html"," < Fcall","size[4] Ropen tag[2] qid[13] iounit[4] ",1],["Rread","Rumai::IXP","classes/Rumai/IXP/Rread.html"," < Fcall","size[4] Rread tag[2] count[4] data[count] ",1],["Rremove","Rumai::IXP","classes/Rumai/IXP/Rremove.html"," < Fcall","size[4] Rremove tag[2] ",1],["Rstat","Rumai::IXP","classes/Rumai/IXP/Rstat.html"," < Fcall","size[4] Rstat tag[2] stat[n] ",1],["Rversion","Rumai::IXP","classes/Rumai/IXP/Rversion.html"," < Fcall","size[4] Rversion tag[2] msize[4] version[s] ",1],["Rwalk","Rumai::IXP","classes/Rumai/IXP/Rwalk.html"," < Fcall","size[4] Rwalk tag[2] nwqid[2] nwqid*(wqid[13]) ",1],["Rwrite","Rumai::IXP","classes/Rumai/IXP/Rwrite.html"," < Fcall","size[4] Rwrite tag[2] count[4] ",1],["Rwstat","Rumai::IXP","classes/Rumai/IXP/Rwstat.html"," < Fcall","size[4] Rwstat tag[2] ",1],["Stat","Rumai::IXP","classes/Rumai/IXP/Stat.html"," < Object","Holds information about a file on a 9P2000 server. See http://cm.bell-labs.com/magic/man2html/5/stat",1],["Stream","Rumai::IXP","classes/Rumai/IXP/Stream.html"," < ","A 9P2000 byte stream. ",1],["Struct","Rumai::IXP","classes/Rumai/IXP/Struct.html"," < ","A serializable 9P2000 data structure. ",1],["Field","Rumai::IXP::Struct","classes/Rumai/IXP/Struct/Field.html"," < Object","A field inside a Struct. A field's value is considered to be either: * array of format when <code>counter",1],["CounteeField","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field/CounteeField.html"," < ","Methods for a field whose length is counted by another field. ",1],["CounterField","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field/CounterField.html"," < ","Methods for a field that counts the length of another field. ",1],["Tattach","Rumai::IXP","classes/Rumai/IXP/Tattach.html"," < Fcall","size[4] Tattach tag[2] fid[4] afid[4] uname[s] aname[s] ",1],["Tauth","Rumai::IXP","classes/Rumai/IXP/Tauth.html"," < Fcall","size[4] Tauth tag[2] afid[4] uname[s] aname[s] ",1],["Tclunk","Rumai::IXP","classes/Rumai/IXP/Tclunk.html"," < Fcall","size[4] Tclunk tag[2] fid[4] ",1],["Tcreate","Rumai::IXP","classes/Rumai/IXP/Tcreate.html"," < Fcall","size[4] Tcreate tag[2] fid[4] name[s] perm[4] mode[1] ",1],["Terror","Rumai::IXP","classes/Rumai/IXP/Terror.html"," < Fcall","illegal ",1],["Tflush","Rumai::IXP","classes/Rumai/IXP/Tflush.html"," < Fcall","size[4] Tflush tag[2] oldtag[2] ",1],["Topen","Rumai::IXP","classes/Rumai/IXP/Topen.html"," < Fcall","size[4] Topen tag[2] fid[4] mode[1] ",1],["Tread","Rumai::IXP","classes/Rumai/IXP/Tread.html"," < Fcall","size[4] Tread tag[2] fid[4] offset[8] count[4] ",1],["Tremove","Rumai::IXP","classes/Rumai/IXP/Tremove.html"," < Fcall","size[4] Tremove tag[2] fid[4] ",1],["Tstat","Rumai::IXP","classes/Rumai/IXP/Tstat.html"," < Fcall","size[4] Tstat tag[2] fid[4] ",1],["Tversion","Rumai::IXP","classes/Rumai/IXP/Tversion.html"," < Fcall","size[4] Tversion tag[2] msize[4] version[s] ",1],["Twalk","Rumai::IXP","classes/Rumai/IXP/Twalk.html"," < Fcall","size[4] Twalk tag[2] fid[4] newfid[4] nwname[2] nwname*(wname[s]) ",1],["Twrite","Rumai::IXP","classes/Rumai/IXP/Twrite.html"," < Fcall","size[4] Twrite tag[2] fid[4] offset[8] count[4] data[count] ",1],["Twstat","Rumai::IXP","classes/Rumai/IXP/Twstat.html"," < Fcall","size[4] Twstat tag[2] fid[4] stat[n] ",1],["Node","Rumai","classes/Rumai/Node.html"," < Object","An entry in the IXP file system. ",1],["View","Rumai","classes/Rumai/View.html"," < WidgetNode","The visualization of a tag. ",1],["String","lib/rumai/ixp/message.rb","classes/String.html"," < Object","count[2] s[count] ",1],["StringIO","lib/rumai/ixp/message.rb","classes/StringIO.html"," < Object","",1],["Time","lib/rumai/ixp/message.rb","classes/Time.html"," < Object","",1],["<<","Rumai::Area","classes/Rumai/Area.html#M000100","(*clients)","Alias for #push",2],["<<","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000082","(content)","Alias for #write",2],["[]","Rumai::Node","classes/Rumai/Node.html#M000016","(sub_path)","Returns the given sub-path as a Node object. ",2],["__from_9p__","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000161","(stream)","Alias for #from_9p",2],["area","Rumai::Client","classes/Rumai/Client.html#M000049","(view = View.curr)","Returns the area that contains this client within the given view. ",2],["area_ids","Rumai::View","classes/Rumai/View.html#M000125","()","Returns the IDs of all areas in this view. ",2],["area_of_client","Rumai::View","classes/Rumai/View.html#M000122","(client_or_id)","Returns the area which contains the given client in this view. ",2],["areas","Rumai::View","classes/Rumai/View.html#M000126","()","Returns all areas in this view. ",2],["arrange_as_larswm","Rumai::View","classes/Rumai/View.html#M000136","()","Arranges the clients in this view, while maintaining their relative order, in the tiling fashion of LarsWM.",2],["arrange_in_diamond","Rumai::View","classes/Rumai/View.html#M000144","()","Arranges the clients in this view, while maintaining their relative order, in a (at best) equilateral",2],["arrange_in_grid","Rumai::View","classes/Rumai/View.html#M000137","(max_clients_per_column = nil)","Arranges the clients in this view, while maintaining their relative order, in a (at best) square grid.",2],["arrange_in_stacks","Rumai::View","classes/Rumai/View.html#M000141","(num_stacks)","Arranges the clients in this view, while maintaining their relative order, in the given number of columns.",2],["attach","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000105","(root_fid, auth_fid = Fcall::NOFID, auth_name = ENV['USER'])","Associates the given FID with the FS root. ",2],["chain","Rumai::Area","classes/Rumai/Area.html#M000087","()","Returns a list of all areas in the current view. ",2],["chain","Rumai::Chain","classes/Rumai/Chain.html#M000001","()","Returns an array of objects related to this one. ",2],["chain","Rumai::Client","classes/Rumai/Client.html#M000019","()","Returns a list of all clients in the current view. ",2],["chain","Rumai::View","classes/Rumai/View.html#M000114","()","Returns a list of all views. ",2],["children","Rumai::Node","classes/Rumai/Node.html#M000021","()","Returns all child nodes of this node. ",2],["clear","Rumai::Node","classes/Rumai/Node.html#M000023","()","Deletes all child nodes. ",2],["client_ids","Rumai","classes/Rumai.html#M000157","()","Returns the IDs of the current set of clients. ",2],["client_ids","Rumai::Area","classes/Rumai/Area.html#M000090","()","Returns the IDs of the clients in this area. ",2],["client_ids","Rumai::ClientContainer","classes/Rumai/ClientContainer.html#M000068","()","Returns the IDs of the clients in this container. ",2],["client_ids","Rumai::View","classes/Rumai/View.html#M000115","(area_id = '\\S+')","Returns the IDs of the clients contained in the given area within this view. ",2],["clients","Rumai::ClientContainer","classes/Rumai/ClientContainer.html#M000069","()","Returns the clients contained in this container. ",2],["close","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000074","()","Closes this stream. ",2],["closed?","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000075","()","Returns true if this stream is closed. ",2],["clunk","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000108","(fid)","Retires the given FID from use. ",2],["column?","Rumai::Area","classes/Rumai/Area.html#M000077","()","Checks if this is a managed area (a column). ",2],["columns","Rumai::View","classes/Rumai/View.html#M000130","()","Returns all columns (managed areas) in this view. ",2],["concat","Rumai::Area","classes/Rumai/Area.html#M000106","(area)","Concatenates the given area to the bottom of this area. ",2],["countee=","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000140","(field)","Sets the countee for this field (implying that this field counts the length of the given field). ",2],["counter=","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000139","(field)","Sets the counter for this field (implying that the length of this field is counted by the given field).",2],["create","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000089","(path, mode = 'rw', perm = 0644)","Creates a new file at the given path that is accessible using the given modes for a user having the given",2],["create","Rumai::Node","classes/Rumai/Node.html#M000013","(*args)","Creates a file corresponding to this node on the IXP server. See Rumai::IXP::Client#create for details.",2],["curr","Rumai::Area","classes/Rumai/Area.html#M000079","()","Returns the currently focused area. ",2],["curr","Rumai::Client","classes/Rumai/Client.html#M000018","()","Returns the currently focused client. ",2],["curr","Rumai::View","classes/Rumai/View.html#M000112","()","Returns the currently focused view. ",2],["curr_area","Rumai","classes/Rumai.html#M000174","()","",2],["curr_client","Rumai","classes/Rumai.html#M000171","()","----------------------------------------------------------------------------- shortcuts for interactive",2],["curr_tag","Rumai","classes/Rumai.html#M000180","()","",2],["curr_view","Rumai","classes/Rumai.html#M000177","()","",2],["directory?","Rumai::IXP::Stat","classes/Rumai/IXP/Stat.html#M000158","()","Tests if this file is a directory. ",2],["directory?","Rumai::Node","classes/Rumai/Node.html#M000005","()","Tests if this node is a directory. ",2],["each","Rumai::Area","classes/Rumai/Area.html#M000091","(&block)","Iterates through each client in this container. ",2],["each","Rumai::Node","classes/Rumai/Node.html#M000022","(&block)","Iterates through each child of this directory. ",2],["each","Rumai::View","classes/Rumai/View.html#M000116","(&block)","Iterates through each area in this view. ",2],["each_column","Rumai::View","classes/Rumai/View.html#M000132","(starting_column_id = 1)","Resiliently iterates through possibly destructive changes to each column. That is, if the given block",2],["each_line","Rumai::Node","classes/Rumai/Node.html#M000011","(&block)","Invokes the given block for every line in the content of this node. ",2],["each_managed_area","Rumai::View","classes/Rumai/View.html#M000134","(starting_column_id = 1)","Alias for #each_column",2],["entries","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000084","(path)","Returns the basenames of all files inside the directory at the given path. See Dir::entries in the Ruby",2],["entries","Rumai::Node","classes/Rumai/Node.html#M000006","()","Returns the names of all files in this directory. ",2],["exist?","Rumai::Area","classes/Rumai/Area.html#M000088","()","Checks if this object exists in the chain. ",2],["exist?","Rumai::Node","classes/Rumai/Node.html#M000004","()","Tests if this node exists on the IXP server. ",2],["factory","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000142","(format)","Returns a Field class that best represents the given format. ",2],["float","Rumai::Client","classes/Rumai/Client.html#M000041","(view = View.curr)","Puts this client into the floating area of the given view. ",2],["float!","Rumai::Client","classes/Rumai/Client.html#M000043","(view = View.curr)","Toggles the floating status of this client in the given view. ",2],["float?","Rumai::Client","classes/Rumai/Client.html#M000040","(view = View.curr)","Checks if this client is in the floating area of the given view. ",2],["floating","Rumai::Area","classes/Rumai/Area.html#M000086","(view = View.curr)","Returns the floating area in the given view. ",2],["floating?","Rumai::Area","classes/Rumai/Area.html#M000076","()","Checks if this area is the floating area. ",2],["floating_area","Rumai::View","classes/Rumai/View.html#M000127","()","Returns the floating area of this view. ",2],["focus","Rumai::Area","classes/Rumai/Area.html#M000094","()","Puts focus on this area. ",2],["focus","Rumai::Client","classes/Rumai/Client.html#M000020","(view = nil)","Focuses this client within the given view. ",2],["focus","Rumai::View","classes/Rumai/View.html#M000113","()","Focuses this view. ",2],["focus_area","Rumai","classes/Rumai.html#M000184","(id)","",2],["focus_client","Rumai","classes/Rumai.html#M000183","(id)","",2],["focus_view","Rumai","classes/Rumai.html#M000185","(id)","",2],["from_9p","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000160","(stream)","Creates a new instance of this class from the given 9P2000 byte stream and returns the instance. ",2],["from_9p","String","classes/String.html#M000167","(stream)","Creates a new instance of this class from the given 9P2000 byte stream and returns the instance. ",2],["from_9p","Time","classes/Time.html#M000169","(stream)","Creates a new instance of this class from the given 9P2000 byte stream and returns the instance. ",2],["fs","Rumai","classes/Rumai.html#M000154","()","Returns the root of IXP file system hierarchy. ",2],["fullscreen","Rumai::Client","classes/Rumai/Client.html#M000031","()","Maximizes this client to occupy the entire screen on the current view. ",2],["fullscreen!","Rumai::Client","classes/Rumai/Client.html#M000033","()","Toggles the fullscreen status of this client on the current view. ",2],["fullscreen?","Rumai::Client","classes/Rumai/Client.html#M000034","()","Checks if this client is currently fullscreen on the current view. ",2],["group","Rumai::Client","classes/Rumai/Client.html#M000063","()","Adds this client to the current grouping. ",2],["group!","Rumai::Client","classes/Rumai/Client.html#M000066","()","Toggles the presence of this client in the current grouping. ",2],["group?","Rumai::Client","classes/Rumai/Client.html#M000062","()","Checks if this client is included in the current grouping. ",2],["grouping","Rumai","classes/Rumai.html#M000170","()","Returns a list of all grouped clients in the currently focused view. If there are no grouped clients,",2],["grouping","Rumai::ClientContainer","classes/Rumai/ClientContainer.html#M000071","()","Returns all grouped clients in this container. ",2],["included","Rumai::IXP::Struct","classes/Rumai/IXP/Struct.html#M000128","(target)","Provides a convenient DSL (for defining fields) to all objects which *include* this module. ",2],["insert","Rumai::Area","classes/Rumai/Area.html#M000103","(*clients)","Inserts the given clients after the currently focused client in this area. ",2],["kill","Rumai::Client","classes/Rumai/Client.html#M000029","()","Terminates this client nicely (requests this window to be closed). ",2],["layout=","Rumai::Area","classes/Rumai/Area.html#M000092","(mode)","Sets the layout of clients in this column. ",2],["length","Rumai::Area","classes/Rumai/Area.html#M000095","()","Returns the number of clients in this area. ",2],["length=","Rumai::Area","classes/Rumai/Area.html#M000107","(max_clients)","Ensures that this area has at most the given number of clients. Areas to the right of this one serve",2],["load_9p","Rumai::IXP::Struct","classes/Rumai/IXP/Struct.html#M000124","(stream)","Populates this object with information from the given 9P2000 byte stream. ",2],["load_9p","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000145","(stream, field_values)","Populates this object with information taken from the given 9P2000 byte stream. ",2],["load_9p","Rumai::IXP::Struct::Field::CounteeField","classes/Rumai/IXP/Struct/Field/CounteeField.html#M000150","(stream, field_values)","",2],["manage","Rumai::Client","classes/Rumai/Client.html#M000046","(view = View.curr)","Alias for #unfloat",2],["manage!","Rumai::Client","classes/Rumai/Client.html#M000048","(view = View.curr)","Alias for #float!",2],["manage?","Rumai::Client","classes/Rumai/Client.html#M000044","(view = View.curr)","Checks if this client is in the managed area of the given view. ",2],["managed?","Rumai::Area","classes/Rumai/Area.html#M000078","()","Alias for #column?",2],["managed_areas","Rumai::View","classes/Rumai/View.html#M000131","()","Alias for #columns",2],["manifest","Rumai::View","classes/Rumai/View.html#M000119","()","Returns the manifest of all areas and clients in this view. ",2],["method_missing","Rumai::Node","classes/Rumai/Node.html#M000024","(meth, *args)","Provides access to child nodes through method calls. ",2],["move","Rumai::Client","classes/Rumai/Client.html#M000027","(area_or_id, view = View.curr)","Alias for #send",2],["new","Rumai::Area","classes/Rumai/Area.html#M000072","(area_id, view = View.curr)","[view] the view object which contains this area ",2],["new","Rumai::Client","classes/Rumai/Client.html#M000014","(client_id)","",2],["new","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000038","(stream)","[stream] I/O stream on which a 9P2000 server is listening. ",2],["new","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000070","(agent, path_fid, message_size)","",2],["new","Rumai::IXP::Agent::RangedPool","classes/Rumai/IXP/Agent/RangedPool.html#M000045","(range)","",2],["new","Rumai::IXP::Struct","classes/Rumai/IXP/Struct.html#M000121","(field_values = {})","Allows field values to be initialized via the constructor. [field_values] a mapping from field name to",2],["new","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000138","(name, format = nil, counter = nil)","[name] unique (among all fields in a struct) name for the field [format] number of bytes, a class, or",2],["new","Rumai::Node","classes/Rumai/Node.html#M000000","(path)","",2],["new","Rumai::View","classes/Rumai/View.html#M000117","(view_id)","",2],["next","Rumai::Chain","classes/Rumai/Chain.html#M000002","()","Returns the object after this one in the chain. ",2],["next_area","Rumai","classes/Rumai.html#M000175","()","",2],["next_client","Rumai","classes/Rumai.html#M000172","()","",2],["next_tag","Rumai","classes/Rumai.html#M000181","()","",2],["next_view","Rumai","classes/Rumai.html#M000178","()","",2],["obtain","Rumai::IXP::Agent::RangedPool","classes/Rumai/IXP/Agent/RangedPool.html#M000051","()","Returns an unoccupied range member from the pool. ",2],["open","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000064","(path, mode = 'r')","Opens the given path for I/O access through a FidStream object. If a block is given, it is invoked with",2],["open","Rumai::Node","classes/Rumai/Node.html#M000009","(mode = 'r', &block)","Opens this node for I/O access. See Rumai::IXP::Client#open for details. ",2],["parent","Rumai::Node","classes/Rumai/Node.html#M000017","()","Returns the parent node of this node. ",2],["parse","Rumai::IXP::Agent::MODES","classes/Rumai/IXP/Agent/MODES.html#M000061","(mode)","Converts the given mode string into an integer. ",2],["prev","Rumai::Chain","classes/Rumai/Chain.html#M000007","()","Returns the object before this one in the chain. ",2],["prev_area","Rumai","classes/Rumai.html#M000176","()","",2],["prev_client","Rumai","classes/Rumai.html#M000173","()","",2],["prev_tag","Rumai","classes/Rumai.html#M000182","()","",2],["prev_view","Rumai","classes/Rumai.html#M000179","()","",2],["push","Rumai::Area","classes/Rumai/Area.html#M000099","(*clients)","Inserts the given clients at the bottom of this area. ",2],["read","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000083","(path, *args)","Returns the content of the file/directory at the given path. ",2],["read","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000080","(partial = false)","Reads some data from this stream at the current position. [partial] When false, the entire content of",2],["read","Rumai::Node","classes/Rumai/Node.html#M000010","(*args)","Returns the entire content of this node. See Rumai::IXP::Client#read for details. ",2],["read_9p","Rumai::IXP::Stream","classes/Rumai/IXP/Stream.html#M000118","(num_bytes)","Unpacks the given number of bytes from this 9P2000 byte stream. ",2],["recv","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000055","(tag)","Returns the reply for the given ticket, which was previously given to you when you sent the corresponding",2],["release","Rumai::IXP::Agent::RangedPool","classes/Rumai/IXP/Agent/RangedPool.html#M000053","(member)","Marks the given member as being unoccupied so that it may be occupied again in the future. ",2],["remove","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000093","(path)","Deletes the file at the given path. ",2],["remove","Rumai::Node","classes/Rumai/Node.html#M000015","()","Deletes the file corresponding to this node on the IXP server. ",2],["remove_fid","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000096","(path_fid)","Deletes the file corresponding to the given FID and clunks the given FID. ",2],["rewind","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000073","()","Rewinds the stream to the beginning. ",2],["select","Rumai::View","classes/Rumai/View.html#M000120","(direction)","Moves the focus from the current client in the given direction. ",2],["send","Rumai::Client","classes/Rumai/Client.html#M000026","(area_or_id, view = View.curr)","Sends this client to the given destination within the given view. ",2],["send","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000054","(request)","Sends the given request (Rumai::IXP::Fcall) and returns a ticket that you can use later to receive the",2],["slay","Rumai::Client","classes/Rumai/Client.html#M000030","()","Terminates this client forcefully. ",2],["stat","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000097","(path)","Returns information about the file at the given path. ",2],["stat","Rumai::Node","classes/Rumai/Node.html#M000003","()","Returns file statistics about this node. See Rumai::IXP::Client#stat for details. ",2],["stat_fid","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000098","(path_fid)","Returns information about the file referenced by the given FID. ",2],["stick","Rumai::Client","classes/Rumai/Client.html#M000036","()","Makes this client sticky (appears in all views). ",2],["stick!","Rumai::Client","classes/Rumai/Client.html#M000039","()","Toggles the stickyness of this client. ",2],["stick?","Rumai::Client","classes/Rumai/Client.html#M000035","()","Checks if this client is sticky (appears in all views). ",2],["swap","Rumai::Client","classes/Rumai/Client.html#M000028","(area_or_id, view = View.curr)","Swaps this client with the given destination within the given view. ",2],["tag","Rumai::Client","classes/Rumai/Client.html#M000059","(*tags)","Adds the given tags to this client. ",2],["tags","Rumai","classes/Rumai.html#M000155","()","Returns the current set of tags. ",2],["tags","Rumai::Client","classes/Rumai/Client.html#M000052","()","Returns the tags associated with this client. ",2],["tags=","Rumai::Client","classes/Rumai/Client.html#M000056","(*tags)","Modifies the tags associated with this client. If a tag name is '~', this client is placed into the floating",2],["talk","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000057","(request)","Sends the given request (Rumai::IXP::Fcall) and returns its reply. ",2],["to_9p","Integer","classes/Integer.html#M000165","(num_bytes)","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000159","()","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Struct","classes/Rumai/IXP/Struct.html#M000123","()","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Struct::Field","classes/Rumai/IXP/Struct/Field.html#M000143","(field_values)","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Rumai::IXP::Struct::Field::CounteeField","classes/Rumai/IXP/Struct/Field/CounteeField.html#M000149","(field_values)","",2],["to_9p","Rumai::IXP::Struct::Field::CounterField","classes/Rumai/IXP/Struct/Field/CounterField.html#M000148","(field_values)","",2],["to_9p","Rumai::IXP::Terror","classes/Rumai/IXP/Terror.html#M000162","()","",2],["to_9p","String","classes/String.html#M000166","()","Transforms this object into a string of 9P2000 bytes. ",2],["to_9p","Time","classes/Time.html#M000168","()","Transforms this object into a string of 9P2000 bytes. ",2],["type","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000164","()","Returns the value of the 'type' field for this fcall. ",2],["type","Rumai::IXP::Fcall","classes/Rumai/IXP/Fcall.html#M000163","()","Returns the value of the 'type' field for this fcall. ",2],["unfloat","Rumai::Client","classes/Rumai/Client.html#M000042","(view = View.curr)","Puts this client into the managed area of the given view. ",2],["unfullscreen","Rumai::Client","classes/Rumai/Client.html#M000032","()","Restores this client back to its original size on the current view. ",2],["ungroup","Rumai::Client","classes/Rumai/Client.html#M000065","()","Removes this client to the current grouping. ",2],["unmanage","Rumai::Client","classes/Rumai/Client.html#M000047","(view = View.curr)","Alias for #float",2],["unshift","Rumai::Area","classes/Rumai/Area.html#M000104","(*clients)","Inserts the given clients at the top of this area. ",2],["unstick","Rumai::Client","classes/Rumai/Client.html#M000037","()","Makes this client unsticky (does not appear in all views). ",2],["untag","Rumai::Client","classes/Rumai/Client.html#M000060","(*tags)","Removes the given tags from this client. ",2],["views","Rumai","classes/Rumai.html#M000156","()","Returns the current set of views. ",2],["views","Rumai::Client","classes/Rumai/Client.html#M000050","()","Returns the views that contain this client. ",2],["walk","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000101","(path)","Returns an FID corresponding to the given path. ",2],["walk_fid","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000102","(path_fid, path)","Associates the given FID to the given path. ",2],["with_tags","Rumai::Client","classes/Rumai/Client.html#M000058","(&block)","Evaluates the given block within the context of this client's list of tags. ",2],["write","Rumai::IXP::Agent","classes/Rumai/IXP/Agent.html#M000085","(path, content)","Writes the given content to the file at the given path. ",2],["write","Rumai::IXP::Agent::FidStream","classes/Rumai/IXP/Agent/FidStream.html#M000081","(content)","Writes the given content at the current position in this stream. ",2],["write","Rumai::Node","classes/Rumai/Node.html#M000012","(content)","Writes the given content to this node. ",2],["CREDITS","files/CREDITS.html","files/CREDITS.html","","* [Christoph Blank](http://textmode.at) * Michael Andrus * [Simon Hafner](http://github.com/Tass) ",3],["LICENSE","files/LICENSE.html","files/LICENSE.html","","(the ISC license) Copyright 2006 Suraj N. Kurapati <sunaku@gmail.com> Permission to use, copy, modify,",3],["rumai.rb","files/lib/rumai_rb.html","files/lib/rumai_rb.html",""," ",3],["fs.rb","files/lib/rumai/fs_rb.html","files/lib/rumai/fs_rb.html","","File system abstractions over the 9P2000 protocol. ",3],["ixp.rb","files/lib/rumai/ixp_rb.html","files/lib/rumai/ixp_rb.html","","An interface to wmii's IXP library for Rumai. ",3],["message.rb","files/lib/rumai/ixp/message_rb.html","files/lib/rumai/ixp/message_rb.html","","Primitives for the 9P2000 protocol. See http://cm.bell-labs.com/sys/man/5/INDEX.html See http://swtch.com/plan9port/man/man9/",3],["transport.rb","files/lib/rumai/ixp/transport_rb.html","files/lib/rumai/ixp/transport_rb.html","","Transport layer for 9P2000 protocol. ",3],["wm.rb","files/lib/rumai/wm_rb.html","files/lib/rumai/wm_rb.html","","Abstractions for the window manager. ",3]]}}
@@ -1 +0,0 @@
1
- var tree = [["","","files",[["CREDITS","files/CREDITS.html","",[]],["LICENSE","files/LICENSE.html","",[]],["","","lib",[["","","rumai",[["fs.rb","files/lib/rumai/fs_rb.html","",[]],["","","ixp",[["message.rb","files/lib/rumai/ixp/message_rb.html","",[]],["transport.rb","files/lib/rumai/ixp/transport_rb.html","",[]]]],["ixp.rb","files/lib/rumai/ixp_rb.html","",[]],["wm.rb","files/lib/rumai/wm_rb.html","",[]]]],["rumai.rb","files/lib/rumai_rb.html","",[]]]]]],["IO","classes/IO.html"," < Object",[]],["Integer","classes/Integer.html"," < Object",[]],["Rumai","classes/Rumai.html","",[["Area","classes/Rumai/Area.html"," < Object",[]],["Chain","classes/Rumai/Chain.html","",[]],["Client","classes/Rumai/Client.html"," < WidgetNode",[]],["ClientContainer","classes/Rumai/ClientContainer.html","",[]],["ExportInstanceMethods","classes/Rumai/ExportInstanceMethods.html","",[]],["IXP","classes/Rumai/IXP.html","",[["Agent","classes/Rumai/IXP/Agent.html"," < Object",[["FidStream","classes/Rumai/IXP/Agent/FidStream.html"," < Object",[]],["MODES","classes/Rumai/IXP/Agent/MODES.html","",[]],["RangedPool","classes/Rumai/IXP/Agent/RangedPool.html"," < Object",[]]]],["Error","classes/Rumai/IXP/Error.html"," < StandardError",[]],["Fcall","classes/Rumai/IXP/Fcall.html"," < Object",[]],["Qid","classes/Rumai/IXP/Qid.html"," < Object",[]],["Rattach","classes/Rumai/IXP/Rattach.html"," < Fcall",[]],["Rauth","classes/Rumai/IXP/Rauth.html"," < Fcall",[]],["Rclunk","classes/Rumai/IXP/Rclunk.html"," < Fcall",[]],["Rcreate","classes/Rumai/IXP/Rcreate.html"," < Fcall",[]],["Rerror","classes/Rumai/IXP/Rerror.html"," < Fcall",[]],["Rflush","classes/Rumai/IXP/Rflush.html"," < Fcall",[]],["Ropen","classes/Rumai/IXP/Ropen.html"," < Fcall",[]],["Rread","classes/Rumai/IXP/Rread.html"," < Fcall",[]],["Rremove","classes/Rumai/IXP/Rremove.html"," < Fcall",[]],["Rstat","classes/Rumai/IXP/Rstat.html"," < Fcall",[]],["Rversion","classes/Rumai/IXP/Rversion.html"," < Fcall",[]],["Rwalk","classes/Rumai/IXP/Rwalk.html"," < Fcall",[]],["Rwrite","classes/Rumai/IXP/Rwrite.html"," < Fcall",[]],["Rwstat","classes/Rumai/IXP/Rwstat.html"," < Fcall",[]],["Stat","classes/Rumai/IXP/Stat.html"," < Object",[]],["Stream","classes/Rumai/IXP/Stream.html","",[]],["Struct","classes/Rumai/IXP/Struct.html","",[["Field","classes/Rumai/IXP/Struct/Field.html"," < Object",[["CounteeField","classes/Rumai/IXP/Struct/Field/CounteeField.html","",[]],["CounterField","classes/Rumai/IXP/Struct/Field/CounterField.html","",[]]]]]],["Tattach","classes/Rumai/IXP/Tattach.html"," < Fcall",[]],["Tauth","classes/Rumai/IXP/Tauth.html"," < Fcall",[]],["Tclunk","classes/Rumai/IXP/Tclunk.html"," < Fcall",[]],["Tcreate","classes/Rumai/IXP/Tcreate.html"," < Fcall",[]],["Terror","classes/Rumai/IXP/Terror.html"," < Fcall",[]],["Tflush","classes/Rumai/IXP/Tflush.html"," < Fcall",[]],["Topen","classes/Rumai/IXP/Topen.html"," < Fcall",[]],["Tread","classes/Rumai/IXP/Tread.html"," < Fcall",[]],["Tremove","classes/Rumai/IXP/Tremove.html"," < Fcall",[]],["Tstat","classes/Rumai/IXP/Tstat.html"," < Fcall",[]],["Tversion","classes/Rumai/IXP/Tversion.html"," < Fcall",[]],["Twalk","classes/Rumai/IXP/Twalk.html"," < Fcall",[]],["Twrite","classes/Rumai/IXP/Twrite.html"," < Fcall",[]],["Twstat","classes/Rumai/IXP/Twstat.html"," < Fcall",[]]]],["Node","classes/Rumai/Node.html"," < Object",[]],["View","classes/Rumai/View.html"," < WidgetNode",[]]]],["String","classes/String.html"," < Object",[]],["StringIO","classes/StringIO.html"," < Object",[]],["Time","classes/Time.html"," < Object",[]]]
@@ -1,233 +0,0 @@
1
- %#--
2
- %# Copyright protects this work.
3
- %# See LICENSE file for details.
4
- %#++
5
-
6
-
7
- %|chapter "History"
8
-
9
-
10
- %|history
11
-
12
-
13
- %|section "Version 3.2.0 (2009-11-17)"
14
-
15
- This release adds a new automated view arrangement, simplifies the IXP transport layer, and cleans up the code and API documentation.
16
-
17
-
18
- %|paragraph "New features"
19
-
20
- * Add `Rumai::View#arrange_in_stacks` automated view arrangement.
21
-
22
- * Convert `:stack` and `:max` arguments into wmii 3.9 syntax in `Rumai::Area#layout=`.
23
-
24
-
25
- %|paragraph "Bug fixes"
26
-
27
- * Rewrote IXP transport layer (`Rumai::IXP::Agent`) to *not* use a background thread, according to [the XCB cookie approach](http://www.x.org/releases/X11R7.5/doc/libxcb/tutorial/#requestsreplies).
28
-
29
-
30
- %|paragraph "Housekeeping"
31
-
32
- * Clean up some code and API docs.
33
-
34
- * Reduce amount of string concatenation in `Struct#to_9p`.
35
-
36
-
37
- %|section "Version 3.1.1 (2009-11-16)"
38
-
39
- This release fixes bugs in automated view arrangements and updates the user manual.
40
-
41
-
42
- %|paragraph "Thank you"
43
-
44
- * Nathan Neff reported the client ordering bug in automated view arrangements.
45
-
46
-
47
- %|paragraph "Bug fixes"
48
-
49
- * The relative order of clients was not being preserved during view arrangements.
50
-
51
- * Focus on the current view was lost after automated view arrangement was applied if the current view was not the first view on which the initially focused (before the automated arrangement was applied) client appeared.
52
-
53
-
54
- %|section "Version 3.1.0 (2009-10-02)"
55
-
56
- This release adds new methods, fixes some bugs, and revises the manual.
57
-
58
-
59
- %|paragraph "New features"
60
-
61
- * Add `Client#float` methods to manipulate floating status.
62
-
63
- * Add `Client#manage` methods to manipulate managed status.
64
-
65
- * The `Client#tags=` method now accepts '~' and '!' tag prefixes.
66
-
67
-
68
- %|paragraph "Bug fixes"
69
-
70
- * There is no `View#move_focus` method, only `View#select`.
71
-
72
- * Assertion failure in test suite because all files in <tt>/rbar</tt> (inside wmii's IXP filesystem) contain an automatic color header when read.
73
-
74
-
75
- %|paragraph "Housekeeping"
76
-
77
- * Use simpler Copyright reminder at the top of every file.
78
-
79
- * Open source is for fun, so [be nice](http://loiclemeur.com/english/2009/03/never-criticize-your-competitors.html): speak of "related works" instead of "competitors".
80
-
81
-
82
- %|section "Version 3.0.0 (2009-05-11)"
83
-
84
- This release revises method names, adds new methods, and fixes a bug.
85
-
86
-
87
- %|paragraph "Incompatible changes"
88
-
89
- * Rename `#toggle_` methods to use `!` suffix in their names.
90
-
91
- * Rename `#float` methods to `#floating`.
92
-
93
- * Rename `View#floater` method to `View#floating_area`.
94
-
95
-
96
- %|paragraph "New features"
97
-
98
- * Add `Client#stick` methods to manipulate sticky status.
99
-
100
- * Add `Client#fullscreen` methods to manipulate fullscreen status.
101
-
102
- * Add `Client#slay` method which is a forceful version of `#kill`.
103
-
104
- * Add `View#select` method to move focus relatively inside a view.
105
-
106
- * Add `Area::floating` method for symmetry with `Area::curr`.
107
-
108
- * Add `View#managed_area` aliases for `View#column` methods.
109
-
110
-
111
- %|paragraph "Bug fixes"
112
-
113
- * Fix error when unzooming clients from temporary view.
114
-
115
- * Fix code that launches temporary terminals in <%= xref "Tutorial" %>.
116
-
117
- Use the <tt>/bin/sh</tt> version of the **read** command for portability.
118
-
119
-
120
- %|paragraph "Housekeeping"
121
-
122
- * Use `Client#send` instead of `#swap` in automated arrangements because it causes less traffic on /event/.
123
-
124
- * Add old release notes from blog to user manual.
125
-
126
-
127
- %|section "Version 2.1.0 (2009-05-09)"
128
-
129
- This release improves client arrangement, fixes several bugs, and cleans up the code.
130
-
131
-
132
- %|paragraph "Thank you"
133
-
134
- * Simon Hafner reported several bugs.
135
- * Michael Andrus verified bug fixes.
136
-
137
-
138
- %|paragraph "New features"
139
-
140
- * Focus is now restored on the initially focused client after applying <%= xref "Automated client arrangement" %>s.
141
-
142
- * The push(), insert(), and unshift() instance methods of the `Rumai::Area` class now preserve the order of inserted clients.
143
-
144
- * The `Rumai::View#arrange_in_grid()` method now accepts 1 as a parameter. This invocation causes every column to contain at most 1 client.
145
-
146
-
147
- %|paragraph "Bug fixes"
148
-
149
- * Fix error caused by focusing the top/bottom client in the destination area before sending new clients into that area.
150
-
151
- * Fix error when importing clients into an empty area.
152
-
153
-
154
- %|paragraph "Housekeeping"
155
-
156
- * Use snake_case instead of camelCase for variable names.
157
-
158
- * Add copyright notice at the top of every file.
159
-
160
- * Plenty of code formatting and beautification.
161
-
162
-
163
- %|section "Version 2.0.2 (2009-02-26)"
164
-
165
- This release fixes a connection bug.
166
-
167
-
168
- %|paragraph "Thank you"
169
-
170
- * Simon Hafner reported and helped debug the `$DISPLAY` bug.
171
-
172
-
173
- %|paragraph "Bug fixes"
174
-
175
- * wmii omits the fractional portion of `$DISPLAY` in its socket file path. Rumai was trying to connect with the entire `$DISPLAY` value (including the fractional portion) and thus could not find wmii's socket file.
176
-
177
-
178
- %|section "Version 2.0.1 (2009-01-25)"
179
-
180
- This release simplifies project administrivia using [<%= Inochi::PROJECT %>](<%= Inochi::WEBSITE %>), improves the unit tests, and revises the user manual.
181
-
182
-
183
- %|paragraph "Bug fixes"
184
-
185
- * The <tt>lib/rumai/ixp/message.rb</tt> library's unit test would fail if <tt>/rbar/status</tt> did not already exist in wmii.
186
-
187
-
188
- %|paragraph "Housekeeping"
189
-
190
- * Store IXP socket address in `Rumai::IXP_SOCK_ADDR`.
191
-
192
- * Added missing test cases for (TR)create and (TR)remove messages in the unit test for the <tt>lib/rumai/ixp/message.rb</tt> library.
193
-
194
-
195
- %|section "Version 2.0.0 (2008-02-04)"
196
-
197
- This release adds support for wmii 3.6, improves the performance of the IXP library, and fixes some bugs.
198
-
199
-
200
- %|paragraph "Thank you"
201
-
202
- * Christoph Blank tested Rumai 1.0.0 under wmii 3.6 and reported bugs.
203
-
204
-
205
- %|paragraph "Incompatible changes"
206
-
207
- * wmii version 3.6 or newer is now required.
208
-
209
- * The `Rumai::IXP::Agent::FidStream#read_partial` method has been replaced by `Rumai::IXP::Agent::FidStream#read(true)` for efficiency.
210
-
211
- * The `Rumai::IXP::Agent::FidStream#write` method no longer writes to the beginning of the stream. Instead, it writes to the current position in the stream.
212
-
213
- * The `Rumai::View#floating_area` method has been renamed to `Rumai::View#floater` for brevity.
214
-
215
-
216
- %|paragraph "New features"
217
-
218
- * Added several more methods (such as rewind, pos=, eof?, and so on) from Ruby's IO class to the `Rumai::IXP::Agent::FidStream` class.
219
-
220
- * Added the `Rumai::Client#kill` method to simplify client termination.
221
-
222
-
223
- %|paragraph "Bug fixes"
224
-
225
- * Fixed a race condition in `Rumai::Agent#talk` which would cause Rumai to hang when multiple threads used it.
226
-
227
-
228
- %|section "Version 1.0.0 (2008-01-26)"
229
-
230
- This is the first release of Rumai, the evolution of [wmii-irb](http://article.gmane.org/gmane.comp.window-managers.wmii/1704), which lets you manipulate the [wmii](<%= wmii_url %>) window manager through [Ruby](<%= ruby_url %>).
231
-
232
- Happy birthday!
233
-
@@ -1,70 +0,0 @@
1
- %#--
2
- %# Copyright protects this work.
3
- %# See LICENSE file for details.
4
- %#++
5
-
6
- % api_url = './api/index.html'
7
- % src_url = 'http://github.com/sunaku/' + $program
8
- % src_scm = '[Git](http://git-scm.com)'
9
-
10
-
11
- %|chapter "Introduction"
12
-
13
-
14
- %|project
15
-
16
- <%= $project %> is a [Ruby](<%= ruby_url %>) interface to the [wmii](<%= wmii_url %>) window manager.
17
-
18
-
19
- * <%= xref "History", "What's new?" %> --- history of project releases.
20
- * [Source code](<%= src_url %>) --- obtain via <%= src_scm %> or browse online.
21
- * [API reference](<%= api_url %>) --- documentation for source code.
22
- * [Project home](<%= $website %>) --- the <%= $project %> project home page.
23
-
24
- To get help or provide feedback, simply
25
- <%= xref "License", "contact the author(s)" %>.
26
-
27
-
28
- %|section "Features"
29
-
30
- <%= $project %> is exciting because:
31
-
32
- * It excels at dynamic arrangement of clients, columns, views, and tags.
33
- * It provides an <%= xref 'shell', 'interactive shell' %> for live entertainment and experimentation.
34
- * It provides a pure Ruby client for the [9P2000 protocol](<%= p9p_url %>), upon which wmii's [IXP file-system interface](<%= wmii_ixp_url %>) is built.
35
-
36
-
37
- %|section "Etymology"
38
-
39
- The word "wmii" is difficult to pronounce because it is an abbreviation, not an acronym. If we were to treat it as an acronym, the closest pronounciation would be, in my mind, something like "vim-eye".
40
-
41
- Since this is a Ruby library, I added a "roo" and worked it through:
42
-
43
- * vim-eye
44
- * roo-vim-eye
45
- * roovm-eye
46
-
47
- And thus we get "Rumai".
48
-
49
-
50
- %|section "License"
51
-
52
- %< "../LICENSE"
53
-
54
-
55
- %|section "Credits"
56
-
57
- <%= $project %> is made possible by
58
- %= xref "History", "contributions"
59
- from users like you:
60
-
61
- %< "../CREDITS"
62
-
63
-
64
- %|section "Related works"
65
-
66
- * [r9p](http://libs.suckless.org/r9p)
67
- * [Rii](http://rubyforge.org/projects/rii/)
68
- * [Ruby-IXP](http://home.gna.org/rubyixp/)
69
- * [ruby-wmii](http://eigenclass.org/hiki.rb?wmii+ruby)
70
-
@@ -1,144 +0,0 @@
1
- %#--
2
- %# Copyright protects this work.
3
- %# See LICENSE file for details.
4
- %#++
5
-
6
-
7
- %|chapter "Setup"
8
-
9
-
10
- %|section "Requirements"
11
-
12
- Your system needs the following software to run <%= $project %>.
13
-
14
- %|table
15
- %|thead
16
- %|tr
17
- %|th
18
- Software
19
- %|th
20
- Description
21
- %|th
22
- Notes
23
- %|tbody
24
- %|tr
25
- %|td
26
- [Ruby](http://ruby-lang.org)
27
- %|td
28
- Ruby language interpreter
29
- %|td
30
- Version 1.8.6, 1.8.7, 1.9.1 have been tested successfully.
31
- %|tr
32
- %|td
33
- [RubyGems](http://rubygems.org)
34
- %|td
35
- Ruby packaging system
36
- %|td
37
- Version 1.3.5 or newer is required.
38
- %|tr
39
- %|td
40
- [wmii](<%= wmii_url %>)
41
- %|td
42
- Window manager
43
- %|td
44
- Version 3.6 or newer is required.
45
-
46
- %|section "Installation"
47
-
48
- You can install <%= $project %> by running this command:
49
-
50
- gem install <%= $program %>
51
-
52
- To check whether the installation was sucessful, run this command:
53
-
54
- <%= $program %> --version
55
-
56
- If the installation was successful, you will see output like this:
57
-
58
- %|text
59
- %= verbatim `ruby bin/#{$program} --version`
60
-
61
- If you do not see such output, you may
62
- %= xref "License", "ask the author(s)"
63
- for help.
64
-
65
-
66
- %|section "Package contents"
67
-
68
- You will see the following items inside <%= $project %>'s installation
69
- directory, whose path you can determine by running this command:
70
-
71
- <%= $program %> --version
72
-
73
- * <tt>bin/</tt>
74
-
75
- * <tt><%= $program %></tt> --- the main <%= $project %> executable.
76
-
77
- * <tt>lib/</tt>
78
-
79
- * <tt><%= $program %>.rb</tt> --- the main <%= $project %> library.
80
-
81
- * <tt><%= $program %>/</tt>
82
-
83
- * <tt>ixp.rb</tt> - pure Ruby client for the [9P2000 protocol](<%= p9p_url %>)
84
-
85
- * <tt>doc/</tt>
86
-
87
- * <tt>api/</tt> --- API reference documentation.
88
-
89
- * <tt>index.erb</tt> --- source of this user manual.
90
-
91
- * <tt>LICENSE</tt> --- copyright notice and legal conditions.
92
-
93
- * <tt>CREDITS</tt> --- attribution of project contributors.
94
-
95
-
96
- %|section "Version numbers"
97
-
98
- <%= $project %> releases are numbered in *major.minor.patch*
99
- form according to the [RubyGems rational versioning
100
- policy](http://www.rubygems.org/read/chapter/7), which
101
- can be summarized as follows:
102
-
103
- %|table
104
- %|thead
105
- %|tr
106
- %|td :rowspan => 2
107
- What increased in the version number?
108
- %|td :colspan => 3
109
- The increase indicates that the release:
110
- %|tr
111
- %|th
112
- Is backward compatible?
113
- %|th
114
- Has new features?
115
- %|th
116
- Has bug fixes?
117
- %|tbody
118
- %|tr
119
- %|th
120
- major
121
- %|td :style => "background-color: #FFE4E1;"
122
- No
123
- %|td
124
- Yes
125
- %|td
126
- Yes
127
- %|tr
128
- %|th
129
- minor
130
- %|td
131
- Yes
132
- %|td
133
- Yes
134
- %|td
135
- Yes
136
- %|tr
137
- %|th
138
- patch
139
- %|td
140
- Yes
141
- %|td :style => "background-color: #FFE4E1;"
142
- No
143
- %|td
144
- Yes