ziya 2.0.7 → 2.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (612) hide show
  1. data/Manifest.txt +561 -89
  2. data/README.txt +203 -108
  3. data/Rakefile +7 -6
  4. data/bin/ziyafy +38 -14
  5. data/docs/History.txt.html +50 -0
  6. data/docs/README.txt.html +403 -0
  7. data/docs/String.html +832 -0
  8. data/docs/Ziya.html +636 -0
  9. data/docs/Ziya/Charts.html +909 -0
  10. data/docs/Ziya/Charts/Area.html +672 -0
  11. data/docs/Ziya/Charts/AreaThreed.html +672 -0
  12. data/docs/Ziya/Charts/Bar.html +672 -0
  13. data/docs/Ziya/Charts/Base.html +1101 -0
  14. data/docs/Ziya/Charts/Bubble.html +672 -0
  15. data/docs/Ziya/Charts/CandleStick.html +672 -0
  16. data/docs/Ziya/Charts/Column.html +672 -0
  17. data/docs/Ziya/Charts/ColumnThreed.html +672 -0
  18. data/docs/Ziya/Charts/Custom.html +672 -0
  19. data/docs/Ziya/Charts/Donut.html +672 -0
  20. data/docs/Ziya/Charts/FloatingBar.html +672 -0
  21. data/docs/Ziya/Charts/FloatingColumn.html +672 -0
  22. data/docs/Ziya/Charts/ImageColumn.html +672 -0
  23. data/docs/Ziya/Charts/ImagePie.html +672 -0
  24. data/docs/Ziya/Charts/Line.html +672 -0
  25. data/docs/Ziya/Charts/Mixed.html +672 -0
  26. data/docs/Ziya/Charts/ParallelThreedColumn.html +672 -0
  27. data/docs/Ziya/Charts/Pie.html +672 -0
  28. data/docs/Ziya/Charts/PieThreed.html +672 -0
  29. data/docs/Ziya/Charts/Polar.html +672 -0
  30. data/docs/Ziya/Charts/Scatter.html +672 -0
  31. data/docs/Ziya/Charts/StackedArea.html +672 -0
  32. data/docs/Ziya/Charts/StackedBar.html +672 -0
  33. data/docs/Ziya/Charts/StackedColumn.html +672 -0
  34. data/docs/Ziya/Charts/StackedThreedArea.html +672 -0
  35. data/docs/Ziya/Charts/StackedThreedColumn.html +672 -0
  36. data/docs/Ziya/Charts/Support.html +1245 -0
  37. data/docs/Ziya/Charts/Support/Area.html +582 -0
  38. data/docs/Ziya/Charts/Support/AxisCategory.html +583 -0
  39. data/docs/Ziya/Charts/Support/AxisTicks.html +644 -0
  40. data/docs/Ziya/Charts/Support/AxisValue.html +583 -0
  41. data/docs/Ziya/Charts/Support/Base.html +577 -0
  42. data/docs/Ziya/Charts/Support/Bevel.html +583 -0
  43. data/docs/Ziya/Charts/Support/Blur.html +583 -0
  44. data/docs/Ziya/Charts/Support/Button.html +583 -0
  45. data/docs/Ziya/Charts/Support/ChartBorder.html +582 -0
  46. data/docs/Ziya/Charts/Support/ChartGridH.html +616 -0
  47. data/docs/Ziya/Charts/Support/ChartGridV.html +616 -0
  48. data/docs/Ziya/Charts/Support/ChartGuide.html +582 -0
  49. data/docs/Ziya/Charts/Support/ChartLabel.html +583 -0
  50. data/docs/Ziya/Charts/Support/ChartNote.html +582 -0
  51. data/docs/Ziya/Charts/Support/ChartPref.html +589 -0
  52. data/docs/Ziya/Charts/Support/ChartRect.html +632 -0
  53. data/docs/Ziya/Charts/Support/ChartTransition.html +613 -0
  54. data/docs/Ziya/Charts/Support/Circle.html +583 -0
  55. data/docs/Ziya/Charts/Support/ContextMenu.html +583 -0
  56. data/docs/Ziya/Charts/Support/Draw.html +886 -0
  57. data/docs/Ziya/Charts/Support/DrawBase.html +577 -0
  58. data/docs/Ziya/Charts/Support/Filter.html +668 -0
  59. data/docs/Ziya/Charts/Support/FlashToJavascript.html +596 -0
  60. data/docs/Ziya/Charts/Support/Glow.html +583 -0
  61. data/docs/Ziya/Charts/Support/Image.html +583 -0
  62. data/docs/Ziya/Charts/Support/Legend.html +582 -0
  63. data/docs/Ziya/Charts/Support/Line.html +583 -0
  64. data/docs/Ziya/Charts/Support/Link.html +734 -0
  65. data/docs/Ziya/Charts/Support/LinkData.html +589 -0
  66. data/docs/Ziya/Charts/Support/Rect.html +583 -0
  67. data/docs/Ziya/Charts/Support/Scroll.html +583 -0
  68. data/docs/Ziya/Charts/Support/Series.html +583 -0
  69. data/docs/Ziya/Charts/Support/SeriesColor.html +676 -0
  70. data/docs/Ziya/Charts/Support/SeriesExplode.html +676 -0
  71. data/docs/Ziya/Charts/Support/Shadow.html +583 -0
  72. data/docs/Ziya/Charts/Support/Text.html +664 -0
  73. data/docs/Ziya/Charts/Support/Tooltip.html +583 -0
  74. data/docs/Ziya/Charts/Support/Update.html +590 -0
  75. data/docs/Ziya/Gauges.html +644 -0
  76. data/docs/Ziya/Gauges/Base.html +1052 -0
  77. data/docs/Ziya/Gauges/Radial.html +654 -0
  78. data/docs/Ziya/Gauges/Signal.html +794 -0
  79. data/docs/Ziya/Gauges/Support.html +726 -0
  80. data/docs/Ziya/Gauges/Support/Area.html +577 -0
  81. data/docs/Ziya/Gauges/Support/Base.html +690 -0
  82. data/docs/Ziya/Gauges/Support/Circle.html +577 -0
  83. data/docs/Ziya/Gauges/Support/Design.html +577 -0
  84. data/docs/Ziya/Gauges/Support/Image.html +577 -0
  85. data/docs/Ziya/Gauges/Support/Line.html +577 -0
  86. data/docs/Ziya/Gauges/Support/Link.html +577 -0
  87. data/docs/Ziya/Gauges/Support/Move.html +577 -0
  88. data/docs/Ziya/Gauges/Support/Point.html +577 -0
  89. data/docs/Ziya/Gauges/Support/Polygon.html +577 -0
  90. data/docs/Ziya/Gauges/Support/RadialBase.html +654 -0
  91. data/docs/Ziya/Gauges/Support/RadialNumbers.html +694 -0
  92. data/docs/Ziya/Gauges/Support/RadialTicks.html +676 -0
  93. data/docs/Ziya/Gauges/Support/Rect.html +577 -0
  94. data/docs/Ziya/Gauges/Support/Rotate.html +577 -0
  95. data/docs/Ziya/Gauges/Support/Scale.html +577 -0
  96. data/docs/Ziya/Gauges/Support/Text.html +656 -0
  97. data/docs/Ziya/Gauges/Support/Update.html +577 -0
  98. data/docs/Ziya/Gauges/Thermo.html +826 -0
  99. data/docs/Ziya/HtmlHelpers.html +597 -0
  100. data/docs/Ziya/HtmlHelpers/Charts.html +1399 -0
  101. data/docs/Ziya/HtmlHelpers/Gauges.html +987 -0
  102. data/docs/Ziya/HtmlHelpers/Maps.html +950 -0
  103. data/docs/Ziya/Maps.html +713 -0
  104. data/docs/Ziya/Maps/Australia.html +648 -0
  105. data/docs/Ziya/Maps/Base.html +1099 -0
  106. data/docs/Ziya/Maps/Belgium.html +648 -0
  107. data/docs/Ziya/Maps/Brazil.html +648 -0
  108. data/docs/Ziya/Maps/Canada.html +648 -0
  109. data/docs/Ziya/Maps/Europe.html +648 -0
  110. data/docs/Ziya/Maps/France.html +648 -0
  111. data/docs/Ziya/Maps/Geocode.html +752 -0
  112. data/docs/Ziya/Maps/Germany.html +648 -0
  113. data/docs/Ziya/Maps/Italy.html +648 -0
  114. data/docs/Ziya/Maps/Mexico.html +648 -0
  115. data/docs/Ziya/Maps/Support.html +798 -0
  116. data/docs/Ziya/Maps/Support/Arc.html +577 -0
  117. data/docs/Ziya/Maps/Support/ArcColor.html +577 -0
  118. data/docs/Ziya/Maps/Support/ArcRange.html +577 -0
  119. data/docs/Ziya/Maps/Support/BackgroundColor.html +577 -0
  120. data/docs/Ziya/Maps/Support/Base.html +792 -0
  121. data/docs/Ziya/Maps/Support/DefaultColor.html +577 -0
  122. data/docs/Ziya/Maps/Support/DefaultPoint.html +577 -0
  123. data/docs/Ziya/Maps/Support/FirstZoom.html +577 -0
  124. data/docs/Ziya/Maps/Support/HeatRange.html +658 -0
  125. data/docs/Ziya/Maps/Support/Hover.html +577 -0
  126. data/docs/Ziya/Maps/Support/Line.html +577 -0
  127. data/docs/Ziya/Maps/Support/LineColor.html +577 -0
  128. data/docs/Ziya/Maps/Support/LineRange.html +577 -0
  129. data/docs/Ziya/Maps/Support/OutlineColor.html +577 -0
  130. data/docs/Ziya/Maps/Support/Point.html +577 -0
  131. data/docs/Ziya/Maps/Support/PointRange.html +577 -0
  132. data/docs/Ziya/Maps/Support/Range.html +753 -0
  133. data/docs/Ziya/Maps/Support/Ranges.html +658 -0
  134. data/docs/Ziya/Maps/Support/Region.html +577 -0
  135. data/docs/Ziya/Maps/Support/ScalePoints.html +577 -0
  136. data/docs/Ziya/Maps/Support/ShowName.html +577 -0
  137. data/docs/Ziya/Maps/Support/State.html +577 -0
  138. data/docs/Ziya/Maps/Support/StateInfoIcon.html +577 -0
  139. data/docs/Ziya/Maps/Support/ZoomMode.html +577 -0
  140. data/docs/Ziya/Maps/Support/ZoomOutButton.html +577 -0
  141. data/docs/Ziya/Maps/Support/ZoomOutScale.html +577 -0
  142. data/docs/Ziya/Maps/Sweden.html +648 -0
  143. data/docs/Ziya/Maps/Uk.html +648 -0
  144. data/docs/Ziya/Maps/Us.html +648 -0
  145. data/docs/Ziya/Maps/World.html +648 -0
  146. data/docs/Ziya/YamlHelpers.html +592 -0
  147. data/docs/Ziya/YamlHelpers/Gauges.html +848 -0
  148. data/docs/Ziya/YamlHelpers/Maps.html +750 -0
  149. data/docs/Ziya/Ziyafy.html +735 -0
  150. data/docs/bin/ziyafy.html +52 -0
  151. data/docs/created.rid +1 -0
  152. data/docs/examples/charts/public/charts/themes/readme.txt.html +61 -0
  153. data/docs/examples/maps/public/maps/themes/readme.txt.html +61 -0
  154. data/docs/images/brick.png +0 -0
  155. data/docs/images/brick_link.png +0 -0
  156. data/docs/images/bullet_black.png +0 -0
  157. data/docs/images/date.png +0 -0
  158. data/docs/images/macFFBgHack.png +0 -0
  159. data/docs/images/package.png +0 -0
  160. data/docs/images/page_green.png +0 -0
  161. data/docs/images/page_white_width.png +0 -0
  162. data/docs/images/plugin.png +0 -0
  163. data/docs/images/ruby.png +0 -0
  164. data/docs/images/tag_green.png +0 -0
  165. data/docs/images/wrench.png +0 -0
  166. data/docs/images/wrench_orange.png +0 -0
  167. data/docs/images/zoom.png +0 -0
  168. data/docs/index.html +978 -0
  169. data/docs/js/darkfish.js +91 -0
  170. data/docs/js/jquery.js +32 -0
  171. data/docs/js/quicksearch.js +135 -0
  172. data/docs/js/thickbox-compressed.js +10 -0
  173. data/docs/lib/ziya.rb.html +43 -0
  174. data/docs/lib/ziya/charts/area.rb.html +54 -0
  175. data/docs/lib/ziya/charts/area_threed.rb.html +153 -0
  176. data/docs/lib/ziya/charts/bar.rb.html +45 -0
  177. data/docs/lib/ziya/charts/base.rb.html +71 -0
  178. data/docs/lib/ziya/charts/bubble.rb.html +54 -0
  179. data/docs/lib/ziya/charts/candle_stick.rb.html +45 -0
  180. data/docs/lib/ziya/charts/column.rb.html +45 -0
  181. data/docs/lib/ziya/charts/column_threed.rb.html +45 -0
  182. data/docs/lib/ziya/charts/custom.rb.html +54 -0
  183. data/docs/lib/ziya/charts/donut.rb.html +54 -0
  184. data/docs/lib/ziya/charts/floating_bar.rb.html +45 -0
  185. data/docs/lib/ziya/charts/floating_column.rb.html +45 -0
  186. data/docs/lib/ziya/charts/image_column.rb.html +54 -0
  187. data/docs/lib/ziya/charts/image_pie.rb.html +54 -0
  188. data/docs/lib/ziya/charts/line.rb.html +45 -0
  189. data/docs/lib/ziya/charts/mixed.rb.html +45 -0
  190. data/docs/lib/ziya/charts/parallel_threed_column.rb.html +45 -0
  191. data/docs/lib/ziya/charts/pie.rb.html +45 -0
  192. data/docs/lib/ziya/charts/pie_threed.rb.html +45 -0
  193. data/docs/lib/ziya/charts/polar.rb.html +45 -0
  194. data/docs/lib/ziya/charts/scatter.rb.html +45 -0
  195. data/docs/lib/ziya/charts/stacked_area.rb.html +45 -0
  196. data/docs/lib/ziya/charts/stacked_bar.rb.html +45 -0
  197. data/docs/lib/ziya/charts/stacked_column.rb.html +45 -0
  198. data/docs/lib/ziya/charts/stacked_threed_area.rb.html +45 -0
  199. data/docs/lib/ziya/charts/stacked_threed_column.rb.html +45 -0
  200. data/docs/lib/ziya/charts/support/area.rb.html +56 -0
  201. data/docs/lib/ziya/charts/support/axis_category.rb.html +407 -0
  202. data/docs/lib/ziya/charts/support/axis_ticks.rb.html +48 -0
  203. data/docs/lib/ziya/charts/support/axis_value.rb.html +48 -0
  204. data/docs/lib/ziya/charts/support/base.rb.html +64 -0
  205. data/docs/lib/ziya/charts/support/bevel.rb.html +48 -0
  206. data/docs/lib/ziya/charts/support/blur.rb.html +48 -0
  207. data/docs/lib/ziya/charts/support/button.rb.html +48 -0
  208. data/docs/lib/ziya/charts/support/chart_border.rb.html +48 -0
  209. data/docs/lib/ziya/charts/support/chart_grid_h.rb.html +48 -0
  210. data/docs/lib/ziya/charts/support/chart_grid_v.rb.html +48 -0
  211. data/docs/lib/ziya/charts/support/chart_guide.rb.html +48 -0
  212. data/docs/lib/ziya/charts/support/chart_label.rb.html +49 -0
  213. data/docs/lib/ziya/charts/support/chart_note.rb.html +53 -0
  214. data/docs/lib/ziya/charts/support/chart_pref.rb.html +48 -0
  215. data/docs/lib/ziya/charts/support/chart_rect.rb.html +48 -0
  216. data/docs/lib/ziya/charts/support/chart_transition.rb.html +48 -0
  217. data/docs/lib/ziya/charts/support/circle.rb.html +48 -0
  218. data/docs/lib/ziya/charts/support/context_menu.rb.html +47 -0
  219. data/docs/lib/ziya/charts/support/draw.rb.html +57 -0
  220. data/docs/lib/ziya/charts/support/draw_base.rb.html +48 -0
  221. data/docs/lib/ziya/charts/support/filter.rb.html +52 -0
  222. data/docs/lib/ziya/charts/support/flash_to_javascript.rb.html +48 -0
  223. data/docs/lib/ziya/charts/support/glow.rb.html +48 -0
  224. data/docs/lib/ziya/charts/support/image.rb.html +52 -0
  225. data/docs/lib/ziya/charts/support/legend.rb.html +48 -0
  226. data/docs/lib/ziya/charts/support/line.rb.html +48 -0
  227. data/docs/lib/ziya/charts/support/link.rb.html +48 -0
  228. data/docs/lib/ziya/charts/support/link_data.rb.html +48 -0
  229. data/docs/lib/ziya/charts/support/rect.rb.html +48 -0
  230. data/docs/lib/ziya/charts/support/scroll.rb.html +50 -0
  231. data/docs/lib/ziya/charts/support/series.rb.html +47 -0
  232. data/docs/lib/ziya/charts/support/series_color.rb.html +62 -0
  233. data/docs/lib/ziya/charts/support/series_explode.rb.html +65 -0
  234. data/docs/lib/ziya/charts/support/shadow.rb.html +48 -0
  235. data/docs/lib/ziya/charts/support/text.rb.html +51 -0
  236. data/docs/lib/ziya/charts/support/tooltip.rb.html +53 -0
  237. data/docs/lib/ziya/charts/support/update.rb.html +49 -0
  238. data/docs/lib/ziya/core_ext/string.rb.html +50 -0
  239. data/docs/lib/ziya/gauges/base.rb.html +54 -0
  240. data/docs/lib/ziya/gauges/radial.rb.html +64 -0
  241. data/docs/lib/ziya/gauges/signal.rb.html +49 -0
  242. data/docs/lib/ziya/gauges/support/area.rb.html +57 -0
  243. data/docs/lib/ziya/gauges/support/base.rb.html +39 -0
  244. data/docs/lib/ziya/gauges/support/circle.rb.html +57 -0
  245. data/docs/lib/ziya/gauges/support/design.rb.html +39 -0
  246. data/docs/lib/ziya/gauges/support/image.rb.html +57 -0
  247. data/docs/lib/ziya/gauges/support/line.rb.html +57 -0
  248. data/docs/lib/ziya/gauges/support/link.rb.html +57 -0
  249. data/docs/lib/ziya/gauges/support/move.rb.html +57 -0
  250. data/docs/lib/ziya/gauges/support/point.rb.html +57 -0
  251. data/docs/lib/ziya/gauges/support/polygon.rb.html +57 -0
  252. data/docs/lib/ziya/gauges/support/radial_base.rb.html +58 -0
  253. data/docs/lib/ziya/gauges/support/radial_numbers.rb.html +60 -0
  254. data/docs/lib/ziya/gauges/support/radial_ticks.rb.html +57 -0
  255. data/docs/lib/ziya/gauges/support/rect.rb.html +57 -0
  256. data/docs/lib/ziya/gauges/support/rotate.rb.html +57 -0
  257. data/docs/lib/ziya/gauges/support/scale.rb.html +57 -0
  258. data/docs/lib/ziya/gauges/support/text.rb.html +57 -0
  259. data/docs/lib/ziya/gauges/support/update.rb.html +57 -0
  260. data/docs/lib/ziya/gauges/thermo.rb.html +48 -0
  261. data/docs/lib/ziya/html_helpers.rb.html +39 -0
  262. data/docs/lib/ziya/html_helpers/base.rb.html +48 -0
  263. data/docs/lib/ziya/html_helpers/charts.rb.html +48 -0
  264. data/docs/lib/ziya/html_helpers/gauges.rb.html +48 -0
  265. data/docs/lib/ziya/html_helpers/maps.rb.html +39 -0
  266. data/docs/lib/ziya/maps/australia.rb.html +48 -0
  267. data/docs/lib/ziya/maps/base.rb.html +62 -0
  268. data/docs/lib/ziya/maps/belgium.rb.html +39 -0
  269. data/docs/lib/ziya/maps/brazil.rb.html +39 -0
  270. data/docs/lib/ziya/maps/canada.rb.html +39 -0
  271. data/docs/lib/ziya/maps/europe.rb.html +39 -0
  272. data/docs/lib/ziya/maps/france.rb.html +39 -0
  273. data/docs/lib/ziya/maps/geocode.rb.html +45 -0
  274. data/docs/lib/ziya/maps/germany.rb.html +39 -0
  275. data/docs/lib/ziya/maps/italy.rb.html +39 -0
  276. data/docs/lib/ziya/maps/mexico.rb.html +39 -0
  277. data/docs/lib/ziya/maps/support/arc.rb.html +48 -0
  278. data/docs/lib/ziya/maps/support/arc_color.rb.html +48 -0
  279. data/docs/lib/ziya/maps/support/arc_range.rb.html +48 -0
  280. data/docs/lib/ziya/maps/support/background_color.rb.html +48 -0
  281. data/docs/lib/ziya/maps/support/base.rb.html +48 -0
  282. data/docs/lib/ziya/maps/support/default_color.rb.html +48 -0
  283. data/docs/lib/ziya/maps/support/default_point.rb.html +48 -0
  284. data/docs/lib/ziya/maps/support/first_zoom.rb.html +48 -0
  285. data/docs/lib/ziya/maps/support/heat_range.rb.html +50 -0
  286. data/docs/lib/ziya/maps/support/hover.rb.html +48 -0
  287. data/docs/lib/ziya/maps/support/line.rb.html +48 -0
  288. data/docs/lib/ziya/maps/support/line_color.rb.html +48 -0
  289. data/docs/lib/ziya/maps/support/line_range.rb.html +48 -0
  290. data/docs/lib/ziya/maps/support/outline_color.rb.html +48 -0
  291. data/docs/lib/ziya/maps/support/point.rb.html +48 -0
  292. data/docs/lib/ziya/maps/support/point_range.rb.html +48 -0
  293. data/docs/lib/ziya/maps/support/range.rb.html +48 -0
  294. data/docs/lib/ziya/maps/support/ranges.rb.html +47 -0
  295. data/docs/lib/ziya/maps/support/region.rb.html +48 -0
  296. data/docs/lib/ziya/maps/support/scale_points.rb.html +48 -0
  297. data/docs/lib/ziya/maps/support/show_name.rb.html +48 -0
  298. data/docs/lib/ziya/maps/support/state.rb.html +48 -0
  299. data/docs/lib/ziya/maps/support/state_info_icon.rb.html +48 -0
  300. data/docs/lib/ziya/maps/support/zoom_mode.rb.html +48 -0
  301. data/docs/lib/ziya/maps/support/zoom_out_button.rb.html +48 -0
  302. data/docs/lib/ziya/maps/support/zoom_out_scale.rb.html +48 -0
  303. data/docs/lib/ziya/maps/sweden.rb.html +39 -0
  304. data/docs/lib/ziya/maps/uk.rb.html +39 -0
  305. data/docs/lib/ziya/maps/us.rb.html +39 -0
  306. data/docs/lib/ziya/maps/world.rb.html +39 -0
  307. data/docs/lib/ziya/utils/logger.rb.html +53 -0
  308. data/docs/lib/ziya/version.rb.html +39 -0
  309. data/docs/lib/ziya/yaml_helpers.rb.html +39 -0
  310. data/docs/lib/ziya/yaml_helpers/base.rb.html +48 -0
  311. data/docs/lib/ziya/yaml_helpers/charts.rb.html +50 -0
  312. data/docs/lib/ziya/yaml_helpers/gauges.rb.html +39 -0
  313. data/docs/lib/ziya/yaml_helpers/maps.rb.html +39 -0
  314. data/docs/rdoc.css +664 -0
  315. data/docs/release_notes.txt.html +51 -0
  316. data/docs/resources/charts/themes/readme.txt.html +61 -0
  317. data/docs/resources/maps/themes/readme.txt.html +61 -0
  318. data/examples/charts/basic_chart.rb +55 -0
  319. data/{charts → examples/charts/public/charts}/AC_RunActiveContent.js +0 -0
  320. data/examples/charts/public/charts/charts.swf +0 -0
  321. data/examples/charts/public/charts/charts_library/ar3d.swf +0 -0
  322. data/examples/charts/public/charts/charts_library/arno.swf +0 -0
  323. data/examples/charts/public/charts/charts_library/ars3.swf +0 -0
  324. data/examples/charts/public/charts/charts_library/arst.swf +0 -0
  325. data/examples/charts/public/charts/charts_library/brfl.swf +0 -0
  326. data/examples/charts/public/charts/charts_library/brno.swf +0 -0
  327. data/examples/charts/public/charts/charts_library/brst.swf +0 -0
  328. data/examples/charts/public/charts/charts_library/buno.swf +0 -0
  329. data/examples/charts/public/charts/charts_library/cl3d.swf +0 -0
  330. data/examples/charts/public/charts/charts_library/clfl.swf +0 -0
  331. data/examples/charts/public/charts/charts_library/clim.swf +0 -0
  332. data/examples/charts/public/charts/charts_library/clno.swf +0 -0
  333. data/examples/charts/public/charts/charts_library/clp3.swf +0 -0
  334. data/examples/charts/public/charts/charts_library/cls3.swf +0 -0
  335. data/examples/charts/public/charts/charts_library/clst.swf +0 -0
  336. data/examples/charts/public/charts/charts_library/cnno.swf +0 -0
  337. data/{charts → examples/charts/public/charts}/charts_library/dollar.jpg +0 -0
  338. data/examples/charts/public/charts/charts_library/dono.swf +0 -0
  339. data/examples/charts/public/charts/charts_library/lnno.swf +0 -0
  340. data/examples/charts/public/charts/charts_library/mxno.swf +0 -0
  341. data/examples/charts/public/charts/charts_library/pi3d.swf +0 -0
  342. data/{charts → examples/charts/public/charts}/charts_library/pie.jpg +0 -0
  343. data/examples/charts/public/charts/charts_library/piim.swf +0 -0
  344. data/examples/charts/public/charts/charts_library/pino.swf +0 -0
  345. data/examples/charts/public/charts/charts_library/pono.swf +0 -0
  346. data/examples/charts/public/charts/charts_library/scno.swf +0 -0
  347. data/examples/charts/public/charts/full_screen.fla +0 -0
  348. data/{charts → examples/charts/public/charts}/full_screen.swf +0 -0
  349. data/{charts → examples/charts/public/charts}/scripts/output_jpg.php +0 -0
  350. data/{charts → examples/charts/public/charts}/sliders/black.swf +0 -0
  351. data/{charts → examples/charts/public/charts}/sliders/preview_handle_1.swf +0 -0
  352. data/{charts → examples/charts/public/charts}/sliders/preview_handle_2.swf +0 -0
  353. data/examples/charts/public/charts/themes/cool_theme/column_chart.yml +150 -0
  354. data/examples/charts/public/charts/themes/cool_theme/line_chart.yml +5 -0
  355. data/examples/charts/public/charts/themes/readme.txt +13 -0
  356. data/examples/charts/public/fred.xml +21 -0
  357. data/examples/charts/views/index.erb +17 -0
  358. data/examples/maps/basic_map.rb +63 -0
  359. data/examples/maps/helpers/map_helper.rb +15 -0
  360. data/examples/maps/models/confidential_herpes_report.rb +78 -0
  361. data/examples/maps/public/javascripts/jquery-1.3.2.js +4376 -0
  362. data/examples/maps/public/map.xml +336 -0
  363. data/examples/maps/public/maps/js/Exception.js +45 -0
  364. data/examples/maps/public/maps/js/FlashProxy.js +72 -0
  365. data/examples/maps/public/maps/js/FlashSerializer.js +165 -0
  366. data/examples/maps/public/maps/js/FlashTag.js +111 -0
  367. data/examples/maps/public/maps/js/JavaScriptFlashGateway.js +455 -0
  368. data/examples/maps/public/maps/js/JavaScriptFlashGateway.swf +0 -0
  369. data/examples/maps/public/maps/map_library/australia.swf +0 -0
  370. data/examples/maps/public/maps/map_library/belgium.swf +0 -0
  371. data/examples/maps/public/maps/map_library/brazil.swf +0 -0
  372. data/examples/maps/public/maps/map_library/canada.swf +0 -0
  373. data/examples/maps/public/maps/map_library/europe.swf +0 -0
  374. data/examples/maps/public/maps/map_library/france.swf +0 -0
  375. data/examples/maps/public/maps/map_library/germany.swf +0 -0
  376. data/examples/maps/public/maps/map_library/italy.swf +0 -0
  377. data/examples/maps/public/maps/map_library/mexico.swf +0 -0
  378. data/examples/maps/public/maps/map_library/sweden.swf +0 -0
  379. data/examples/maps/public/maps/map_library/uk_ireland.swf +0 -0
  380. data/examples/maps/public/maps/map_library/us.swf +0 -0
  381. data/examples/maps/public/maps/map_library/us_canada.swf +0 -0
  382. data/examples/maps/public/maps/map_library/world.swf +0 -0
  383. data/examples/maps/public/maps/themes/default/base_map.yml +27 -0
  384. data/examples/maps/public/maps/themes/default/us_map.yml +20 -0
  385. data/examples/maps/public/maps/themes/default/us_map_2.yml +17 -0
  386. data/examples/maps/public/maps/themes/readme.txt +13 -0
  387. data/examples/maps/public/stylesheets/map.css +16 -0
  388. data/examples/maps/views/index.erb +26 -0
  389. data/examples/maps/views/layout.erb +21 -0
  390. data/gem_script.rb +5 -0
  391. data/lib/ziya.rb +20 -11
  392. data/lib/ziya/charts/base.rb +114 -90
  393. data/lib/ziya/{components → charts/support}/area.rb +2 -2
  394. data/lib/ziya/{components → charts/support}/axis_category.rb +1 -1
  395. data/lib/ziya/{components → charts/support}/axis_ticks.rb +1 -1
  396. data/lib/ziya/{components → charts/support}/axis_value.rb +1 -1
  397. data/lib/ziya/{components → charts/support}/base.rb +9 -21
  398. data/lib/ziya/{components → charts/support}/bevel.rb +1 -1
  399. data/lib/ziya/{components → charts/support}/blur.rb +1 -1
  400. data/lib/ziya/{components → charts/support}/button.rb +1 -1
  401. data/lib/ziya/{components → charts/support}/chart_border.rb +1 -1
  402. data/lib/ziya/{components → charts/support}/chart_grid_h.rb +1 -1
  403. data/lib/ziya/{components → charts/support}/chart_grid_v.rb +1 -1
  404. data/lib/ziya/{components → charts/support}/chart_guide.rb +1 -1
  405. data/lib/ziya/{components → charts/support}/chart_label.rb +1 -1
  406. data/lib/ziya/{components → charts/support}/chart_note.rb +1 -1
  407. data/lib/ziya/{components → charts/support}/chart_pref.rb +3 -2
  408. data/lib/ziya/{components → charts/support}/chart_rect.rb +1 -1
  409. data/lib/ziya/{components → charts/support}/chart_transition.rb +1 -1
  410. data/lib/ziya/{components → charts/support}/circle.rb +1 -1
  411. data/lib/ziya/{components → charts/support}/context_menu.rb +1 -3
  412. data/lib/ziya/charts/support/draw.rb +76 -0
  413. data/lib/ziya/{components → charts/support}/draw_base.rb +1 -1
  414. data/lib/ziya/{components → charts/support}/filter.rb +1 -1
  415. data/lib/ziya/charts/support/flash_to_javascript.rb +23 -0
  416. data/lib/ziya/{components → charts/support}/glow.rb +1 -1
  417. data/lib/ziya/{components → charts/support}/image.rb +1 -1
  418. data/lib/ziya/{components → charts/support}/legend.rb +1 -1
  419. data/lib/ziya/{components → charts/support}/line.rb +1 -1
  420. data/lib/ziya/{components → charts/support}/link.rb +9 -1
  421. data/lib/ziya/{components → charts/support}/link_data.rb +1 -1
  422. data/lib/ziya/{components → charts/support}/rect.rb +1 -1
  423. data/lib/ziya/{components → charts/support}/scroll.rb +1 -3
  424. data/lib/ziya/{components → charts/support}/series.rb +1 -3
  425. data/lib/ziya/{components → charts/support}/series_color.rb +1 -1
  426. data/lib/ziya/{components → charts/support}/series_explode.rb +1 -1
  427. data/lib/ziya/{components → charts/support}/shadow.rb +1 -1
  428. data/lib/ziya/{components → charts/support}/text.rb +9 -1
  429. data/lib/ziya/{components → charts/support}/tooltip.rb +1 -1
  430. data/lib/ziya/{components → charts/support}/update.rb +1 -1
  431. data/lib/ziya/core_ext/string.rb +31 -0
  432. data/lib/ziya/gauges/base.rb +17 -12
  433. data/lib/ziya/gauges/support/base.rb +4 -12
  434. data/lib/ziya/gauges/support/radial_numbers.rb +1 -1
  435. data/lib/ziya/html_helpers.rb +1 -0
  436. data/lib/ziya/html_helpers/base.rb +91 -0
  437. data/lib/ziya/html_helpers/charts.rb +200 -0
  438. data/lib/ziya/html_helpers/gauges.rb +90 -0
  439. data/lib/ziya/html_helpers/maps.rb +74 -0
  440. data/lib/ziya/maps/australia.rb +9 -0
  441. data/lib/ziya/maps/base.rb +409 -0
  442. data/lib/ziya/maps/belgium.rb +7 -0
  443. data/lib/ziya/maps/brazil.rb +7 -0
  444. data/lib/ziya/maps/canada.rb +7 -0
  445. data/lib/ziya/maps/europe.rb +7 -0
  446. data/lib/ziya/maps/france.rb +7 -0
  447. data/lib/ziya/maps/geocode.rb +18 -0
  448. data/lib/ziya/maps/germany.rb +7 -0
  449. data/lib/ziya/maps/italy.rb +7 -0
  450. data/lib/ziya/maps/mexico.rb +7 -0
  451. data/lib/ziya/maps/support/arc.rb +7 -0
  452. data/lib/ziya/maps/support/arc_color.rb +7 -0
  453. data/lib/ziya/maps/support/arc_range.rb +7 -0
  454. data/lib/ziya/maps/support/background_color.rb +7 -0
  455. data/lib/ziya/maps/support/base.rb +34 -0
  456. data/lib/ziya/maps/support/default_color.rb +7 -0
  457. data/lib/ziya/maps/support/default_point.rb +7 -0
  458. data/lib/ziya/maps/support/first_zoom.rb +7 -0
  459. data/lib/ziya/maps/support/heat_range.rb +35 -0
  460. data/lib/ziya/maps/support/hover.rb +7 -0
  461. data/lib/ziya/maps/support/line.rb +7 -0
  462. data/lib/ziya/maps/support/line_color.rb +7 -0
  463. data/lib/ziya/maps/support/line_range.rb +7 -0
  464. data/lib/ziya/maps/support/outline_color.rb +7 -0
  465. data/lib/ziya/maps/support/point.rb +8 -0
  466. data/lib/ziya/maps/support/point_range.rb +7 -0
  467. data/lib/ziya/maps/support/range.rb +31 -0
  468. data/lib/ziya/maps/support/ranges.rb +18 -0
  469. data/lib/ziya/maps/support/region.rb +7 -0
  470. data/lib/ziya/maps/support/scale_points.rb +7 -0
  471. data/lib/ziya/maps/support/show_name.rb +7 -0
  472. data/lib/ziya/maps/support/state.rb +7 -0
  473. data/lib/ziya/maps/support/state_info_icon.rb +7 -0
  474. data/lib/ziya/maps/support/zoom_mode.rb +7 -0
  475. data/lib/ziya/maps/support/zoom_out_button.rb +7 -0
  476. data/lib/ziya/maps/support/zoom_out_scale.rb +7 -0
  477. data/lib/ziya/maps/sweden.rb +7 -0
  478. data/lib/ziya/maps/uk.rb +7 -0
  479. data/lib/ziya/maps/us.rb +7 -0
  480. data/lib/ziya/maps/world.rb +7 -0
  481. data/lib/ziya/version.rb +3 -3
  482. data/lib/ziya/yaml_helpers.rb +1 -0
  483. data/lib/ziya/yaml_helpers/base.rb +20 -0
  484. data/lib/ziya/yaml_helpers/charts.rb +49 -0
  485. data/lib/ziya/yaml_helpers/gauges.rb +33 -0
  486. data/lib/ziya/yaml_helpers/maps.rb +17 -0
  487. data/resources/charts/AC_RunActiveContent.js +292 -0
  488. data/resources/charts/charts.swf +0 -0
  489. data/resources/charts/charts_library/ar3d.swf +0 -0
  490. data/resources/charts/charts_library/arno.swf +0 -0
  491. data/resources/charts/charts_library/ars3.swf +0 -0
  492. data/resources/charts/charts_library/arst.swf +0 -0
  493. data/resources/charts/charts_library/brfl.swf +0 -0
  494. data/resources/charts/charts_library/brno.swf +0 -0
  495. data/resources/charts/charts_library/brst.swf +0 -0
  496. data/resources/charts/charts_library/buno.swf +0 -0
  497. data/resources/charts/charts_library/cl3d.swf +0 -0
  498. data/resources/charts/charts_library/clfl.swf +0 -0
  499. data/resources/charts/charts_library/clim.swf +0 -0
  500. data/resources/charts/charts_library/clno.swf +0 -0
  501. data/resources/charts/charts_library/clp3.swf +0 -0
  502. data/resources/charts/charts_library/cls3.swf +0 -0
  503. data/resources/charts/charts_library/clst.swf +0 -0
  504. data/resources/charts/charts_library/cnno.swf +0 -0
  505. data/resources/charts/charts_library/dono.swf +0 -0
  506. data/resources/charts/charts_library/lnno.swf +0 -0
  507. data/resources/charts/charts_library/mxno.swf +0 -0
  508. data/resources/charts/charts_library/pi3d.swf +0 -0
  509. data/resources/charts/charts_library/piim.swf +0 -0
  510. data/resources/charts/charts_library/pino.swf +0 -0
  511. data/resources/charts/charts_library/pono.swf +0 -0
  512. data/resources/charts/charts_library/scno.swf +0 -0
  513. data/resources/charts/full_screen.fla +0 -0
  514. data/resources/charts/full_screen.swf +0 -0
  515. data/resources/charts/scripts/output_jpg.php +23 -0
  516. data/resources/charts/sliders/black.swf +0 -0
  517. data/resources/charts/sliders/preview_handle_1.swf +0 -0
  518. data/resources/charts/sliders/preview_handle_2.swf +0 -0
  519. data/resources/charts/themes/readme.txt +13 -0
  520. data/{gauges → resources/gauges}/designs/circle.yml +0 -0
  521. data/{gauges → resources/gauges}/designs/signal.yml +0 -0
  522. data/{gauges → resources/gauges}/designs/thermo.yml +0 -0
  523. data/{gauges → resources/gauges}/designs/title.yml +0 -0
  524. data/{gauges → resources/gauges}/gauge.swf +0 -0
  525. data/resources/maps/js/Exception.js +45 -0
  526. data/resources/maps/js/FlashProxy.js +72 -0
  527. data/resources/maps/js/FlashSerializer.js +165 -0
  528. data/resources/maps/js/FlashTag.js +111 -0
  529. data/resources/maps/js/JavaScriptFlashGateway.js +455 -0
  530. data/resources/maps/js/JavaScriptFlashGateway.swf +0 -0
  531. data/resources/maps/map_library/australia.swf +0 -0
  532. data/resources/maps/map_library/belgium.swf +0 -0
  533. data/resources/maps/map_library/brazil.swf +0 -0
  534. data/resources/maps/map_library/canada.swf +0 -0
  535. data/resources/maps/map_library/europe.swf +0 -0
  536. data/resources/maps/map_library/france.swf +0 -0
  537. data/resources/maps/map_library/germany.swf +0 -0
  538. data/resources/maps/map_library/italy.swf +0 -0
  539. data/resources/maps/map_library/mexico.swf +0 -0
  540. data/resources/maps/map_library/sweden.swf +0 -0
  541. data/resources/maps/map_library/uk_ireland.swf +0 -0
  542. data/resources/maps/map_library/us.swf +0 -0
  543. data/resources/maps/map_library/us_canada.swf +0 -0
  544. data/resources/maps/map_library/world.swf +0 -0
  545. data/resources/maps/themes/readme.txt +13 -0
  546. data/spec/charts/base_spec.rb +7 -6
  547. data/spec/charts/chart_type_spec.rb +11 -4
  548. data/spec/{components → charts/support}/area_spec.rb +8 -8
  549. data/spec/charts/support/chart_pref_spec.rb +36 -0
  550. data/spec/charts/support/draw_spec.rb +41 -0
  551. data/spec/{components → charts/support}/filter_spec.rb +6 -6
  552. data/spec/{components → charts/support}/link_spec.rb +6 -6
  553. data/spec/{components → charts/support}/series.rb +4 -4
  554. data/spec/{components → charts/support}/series_color_spec.rb +4 -4
  555. data/spec/{components → charts/support}/series_explode.rb +4 -4
  556. data/spec/{components → charts/support}/series_explode_spec.rb +4 -4
  557. data/spec/core_ext/string_spec.rb +40 -0
  558. data/spec/gauges/base_spec.rb +1 -1
  559. data/spec/html_helpers/base_spec.rb +50 -0
  560. data/spec/html_helpers/charts_spec.rb +23 -0
  561. data/spec/html_helpers/gauges_spec.rb +16 -0
  562. data/spec/html_helpers/maps_spec.rb +20 -0
  563. data/spec/maps/base_spec.rb +82 -0
  564. data/spec/maps/support/default_color_spec.rb +29 -0
  565. data/spec/maps/support/heat_range_spec.rb +29 -0
  566. data/spec/maps/us_spec.rb +12 -0
  567. data/spec/maps/world_spec.rb +18 -0
  568. data/spec/spec_helper.rb +5 -4
  569. data/spec/themes/maps/base_map.yml +81 -0
  570. data/spec/themes/maps/us_map.yml +6 -0
  571. data/spec/themes/maps/world_map.yml +6 -0
  572. data/spec/themes/maps/world_ov_map.yml +6 -0
  573. data/spec/{helpers/base_helper_spec.rb → yaml_helpers/charts_spec.rb} +10 -13
  574. data/spec/yaml_helpers/gauges_spec.rb +15 -0
  575. data/spec/ziya_helper_spec.rb +118 -116
  576. data/tasks/doc.rake +12 -7
  577. data/tasks/gem.rake +1 -1
  578. data/tasks/setup.rb +1 -1
  579. data/ziya.gemspec +40 -0
  580. metadata +582 -94
  581. data/charts/charts.swf +0 -0
  582. data/charts/charts_library/ar3d.swf +0 -0
  583. data/charts/charts_library/arno.swf +0 -0
  584. data/charts/charts_library/ars3.swf +0 -0
  585. data/charts/charts_library/arst.swf +0 -0
  586. data/charts/charts_library/brfl.swf +0 -0
  587. data/charts/charts_library/brno.swf +0 -0
  588. data/charts/charts_library/brst.swf +0 -0
  589. data/charts/charts_library/buno.swf +0 -0
  590. data/charts/charts_library/cl3d.swf +0 -0
  591. data/charts/charts_library/clfl.swf +0 -0
  592. data/charts/charts_library/clim.swf +0 -0
  593. data/charts/charts_library/clno.swf +0 -0
  594. data/charts/charts_library/clp3.swf +0 -0
  595. data/charts/charts_library/cls3.swf +0 -0
  596. data/charts/charts_library/clst.swf +0 -0
  597. data/charts/charts_library/cnno.swf +0 -0
  598. data/charts/charts_library/dono.swf +0 -0
  599. data/charts/charts_library/lnno.swf +0 -0
  600. data/charts/charts_library/mxno.swf +0 -0
  601. data/charts/charts_library/pi3d.swf +0 -0
  602. data/charts/charts_library/piim.swf +0 -0
  603. data/charts/charts_library/pino.swf +0 -0
  604. data/charts/charts_library/pono.swf +0 -0
  605. data/charts/charts_library/scno.swf +0 -0
  606. data/charts/ziya.js +0 -66
  607. data/lib/ziya/components/draw.rb +0 -47
  608. data/lib/ziya/helpers/base_helper.rb +0 -91
  609. data/lib/ziya/utils/text.rb +0 -39
  610. data/lib/ziya/ziya_helper.rb +0 -354
  611. data/spec/components/draw_spec.rb +0 -32
  612. data/spec/utils/text_spec.rb +0 -33
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Fri May 22 22:49:07 -0600 2009</dd>
20
+
21
+
22
+
23
+
24
+ </dl>
25
+
26
+ <div class="description">
27
+ <h2>Description</h2>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <div id="validator-badges">
33
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
+ Rdoc Generator</a></small>.</p>
36
+ </div>
37
+ </body>
38
+ </html>
39
+
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Fri May 22 22:49:07 -0600 2009</dd>
20
+
21
+
22
+
23
+
24
+ </dl>
25
+
26
+ <div class="description">
27
+ <h2>Description</h2>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <div id="validator-badges">
33
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
+ Rdoc Generator</a></small>.</p>
36
+ </div>
37
+ </body>
38
+ </html>
39
+
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Fri May 22 22:31:57 -0600 2009</dd>
20
+
21
+
22
+
23
+
24
+ </dl>
25
+
26
+ <div class="description">
27
+ <h2>Description</h2>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <div id="validator-badges">
33
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
+ Rdoc Generator</a></small>.</p>
36
+ </div>
37
+ </body>
38
+ </html>
39
+
@@ -0,0 +1,53 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Sat Oct 25 09:18:00 -0600 2008</dd>
20
+
21
+
22
+ <dt class="requires">Requires</dt>
23
+ <dd class="requires">
24
+ <ul>
25
+
26
+ <li>logging</li>
27
+
28
+ <li>forwardable</li>
29
+
30
+ </ul>
31
+ </dd>
32
+
33
+
34
+
35
+ </dl>
36
+
37
+ <div class="description">
38
+ <h2>Description</h2>
39
+ <hr size="10"></hr><p>
40
+ Ziya default logger if none is given
41
+ </p>
42
+ <hr size="10"></hr>
43
+ </div>
44
+ </div>
45
+
46
+ <div id="validator-badges">
47
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
48
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
49
+ Rdoc Generator</a></small>.</p>
50
+ </div>
51
+ </body>
52
+ </html>
53
+
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Wed Nov 04 06:52:06 -0700 2009</dd>
20
+
21
+
22
+
23
+
24
+ </dl>
25
+
26
+ <div class="description">
27
+ <h2>Description</h2>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <div id="validator-badges">
33
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
+ Rdoc Generator</a></small>.</p>
36
+ </div>
37
+ </body>
38
+ </html>
39
+
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Wed Feb 04 07:14:16 -0700 2009</dd>
20
+
21
+
22
+
23
+
24
+ </dl>
25
+
26
+ <div class="description">
27
+ <h2>Description</h2>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <div id="validator-badges">
33
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
+ Rdoc Generator</a></small>.</p>
36
+ </div>
37
+ </body>
38
+ </html>
39
+
@@ -0,0 +1,48 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Thu Feb 12 17:27:05 -0700 2009</dd>
20
+
21
+
22
+ <dt class="requires">Requires</dt>
23
+ <dd class="requires">
24
+ <ul>
25
+
26
+ <li>ziya/core_ext/string</li>
27
+
28
+ </ul>
29
+ </dd>
30
+
31
+
32
+
33
+ </dl>
34
+
35
+ <div class="description">
36
+ <h2>Description</h2>
37
+
38
+ </div>
39
+ </div>
40
+
41
+ <div id="validator-badges">
42
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
43
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
44
+ Rdoc Generator</a></small>.</p>
45
+ </div>
46
+ </body>
47
+ </html>
48
+
@@ -0,0 +1,50 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Fri Apr 03 09:35:24 -0600 2009</dd>
20
+
21
+
22
+ <dt class="requires">Requires</dt>
23
+ <dd class="requires">
24
+ <ul>
25
+
26
+ <li>ziya/yaml_helpers/base</li>
27
+
28
+ <li>ziya/html_helpers/charts</li>
29
+
30
+ </ul>
31
+ </dd>
32
+
33
+
34
+
35
+ </dl>
36
+
37
+ <div class="description">
38
+ <h2>Description</h2>
39
+
40
+ </div>
41
+ </div>
42
+
43
+ <div id="validator-badges">
44
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
45
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
46
+ Rdoc Generator</a></small>.</p>
47
+ </div>
48
+ </body>
49
+ </html>
50
+
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Wed Feb 11 12:24:39 -0700 2009</dd>
20
+
21
+
22
+
23
+
24
+ </dl>
25
+
26
+ <div class="description">
27
+ <h2>Description</h2>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <div id="validator-badges">
33
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
+ Rdoc Generator</a></small>.</p>
36
+ </div>
37
+ </body>
38
+ </html>
39
+
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>: </title>
10
+
11
+ <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet" />
12
+
13
+ </head>
14
+ <body class="file">
15
+
16
+ <div id="metadata">
17
+ <dl>
18
+ <dt class="modified-date">Last Modified</dt>
19
+ <dd class="modified-date">Wed Feb 04 06:48:59 -0700 2009</dd>
20
+
21
+
22
+
23
+
24
+ </dl>
25
+
26
+ <div class="description">
27
+ <h2>Description</h2>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <div id="validator-badges">
33
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
34
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
35
+ Rdoc Generator</a></small>.</p>
36
+ </div>
37
+ </body>
38
+ </html>
39
+
@@ -0,0 +1,664 @@
1
+ /*
2
+ * "Darkfish" Rdoc CSS
3
+ * $Id: rdoc.css 41 2008-09-26 06:14:25Z deveiant $
4
+ *
5
+ * Author: Michael Granger <ged@FaerieMUD.org>
6
+ *
7
+ */
8
+
9
+ /* Base Green is: #6C8C22 */
10
+
11
+ *{ padding: 0; margin: 0; }
12
+
13
+ body {
14
+ background: #efefef;
15
+ font: 14px "Helvetica Neue", Helvetica, Tahoma, sans-serif;
16
+ }
17
+ body.class, body.module {
18
+ margin-left: 40px;
19
+ }
20
+ body.file {
21
+ font-size: 90%;
22
+ }
23
+
24
+ h1 {
25
+ font-size: 200%;
26
+ text-shadow: rgba(70,70,70,0.65) 2px 2px 3px;
27
+ background-color: #6C8C22;
28
+ color: white;
29
+ padding: 4px 8px;
30
+ -moz-border-radius: 5px;
31
+ -webkit-border-radius: 5px;
32
+ -webkit-box-shadow: 3px 3px 4px rgba(70,70,70,0.59);
33
+ border: 1px solid #6c8238;
34
+ }
35
+ h2,h3,h4 { margin-top: 1.5em; }
36
+
37
+ a {
38
+ color: #6C8C22;
39
+ text-decoration: none;
40
+ }
41
+ a:hover {
42
+ border-bottom: 1px dotted #6C8C22;
43
+ }
44
+
45
+ pre {
46
+ background: #ddd;
47
+ padding: 0.5em 0;
48
+ }
49
+
50
+
51
+ /* @group Generic Classes */
52
+
53
+ .quicksearch-field {
54
+ width: 98%;
55
+ background: #ddd;
56
+ border: 1px solid #aaa;
57
+ height: 1.5em;
58
+ -webkit-border-radius: 4px;
59
+ }
60
+ .quicksearch-field:focus {
61
+ background: #f1edba;
62
+ }
63
+
64
+ .missing-docs {
65
+ font-size: 120%;
66
+ background: white url(images/wrench_orange.png) no-repeat 4px center;
67
+ color: #ccc;
68
+ line-height: 2em;
69
+ border: 1px solid #d00;
70
+ opacity: 1;
71
+ padding-left: 20px;
72
+ text-indent: 24px;
73
+ letter-spacing: 3px;
74
+ font-weight: bold;
75
+ -webkit-border-radius: 5px;
76
+ -moz-border-radius: 5px;
77
+ }
78
+
79
+ .target-section {
80
+ border: 2px solid #dcce90;
81
+ border-left-width: 8px;
82
+ padding: 0 1em;
83
+ background: #fff3c2;
84
+ }
85
+
86
+ /* @end */
87
+
88
+
89
+ /* @group Index Page */
90
+ body.indexpage {
91
+ margin: 1em 3em;
92
+ }
93
+ body.indexpage p,
94
+ body.indexpage div {
95
+ margin: 1em 0;
96
+ }
97
+
98
+ .indexpage ul {
99
+ line-height: 160%;
100
+ list-style: none;
101
+ }
102
+ .indexpage ul a {
103
+ font-size: 16px;
104
+ }
105
+
106
+ .indexpage li {
107
+ padding-left: 20px;
108
+ background: url(images/bullet_black.png) no-repeat left 4px;
109
+ }
110
+ .indexpage li.module {
111
+ background: url(images/package.png) no-repeat left 4px;
112
+ }
113
+ .indexpage li.class {
114
+ background: url(images/ruby.png) no-repeat left 4px;
115
+ }
116
+
117
+
118
+ /* @end */
119
+
120
+ /* @group Top-Level Structure */
121
+
122
+ .class #metadata,
123
+ .module #metadata {
124
+ float: left;
125
+ width: 260px;
126
+ }
127
+
128
+ .class #documentation,
129
+ .module #documentation {
130
+ margin: 2em 1em 5em 300px;
131
+ min-width: 340px;
132
+ }
133
+
134
+ .file #metadata {
135
+ margin: 0.8em;
136
+ }
137
+
138
+ #validator-badges {
139
+ clear: both;
140
+ margin: 1em 1em 2em;
141
+ }
142
+
143
+ /* @end */
144
+
145
+ /* @group Metadata Section */
146
+ #metadata .section {
147
+ background-color: #dedede;
148
+ -moz-border-radius: 5px;
149
+ -webkit-border-radius: 5px;
150
+ border: 1px solid #aaa;
151
+ margin: 0 8px 16px;
152
+ font-size: 90%;
153
+ overflow: hidden;
154
+ }
155
+ #metadata h3.section-header {
156
+ margin: 0;
157
+ padding: 2px 8px;
158
+ background: #ccc;
159
+ color: #666;
160
+ -moz-border-radius-topleft: 4px;
161
+ -moz-border-radius-topright: 4px;
162
+ -webkit-border-top-left-radius: 4px;
163
+ -webkit-border-top-right-radius: 4px;
164
+ border-bottom: 1px solid #aaa;
165
+ }
166
+ #metadata ul,
167
+ #metadata dl,
168
+ #metadata p {
169
+ padding: 8px;
170
+ list-style: none;
171
+ }
172
+
173
+ #file-metadata ul {
174
+ padding-left: 28px;
175
+ list-style-image: url(images/page_green.png);
176
+ }
177
+
178
+ dl.svninfo {
179
+ color: #666;
180
+ margin: 0;
181
+ }
182
+
183
+ ul.link-list li {
184
+ white-space: nowrap;
185
+ }
186
+ ul.link-list .type {
187
+ font-size: 8px;
188
+ text-transform: uppercase;
189
+ color: white;
190
+ background: #969696;
191
+ padding: 2px 4px;
192
+ -webkit-border-radius: 5px;
193
+ }
194
+
195
+ /* @end */
196
+
197
+
198
+ /* @group Project Metadata Section */
199
+ #project-metadata {
200
+ margin-top: 3em;
201
+ }
202
+
203
+ #project-metadata .section {
204
+ border: 1px solid #aaa;
205
+ }
206
+ #project-metadata h3.section-header {
207
+ border-bottom: 1px solid #aaa;
208
+ }
209
+
210
+ #project-metadata form {
211
+ color: #777;
212
+ background: #ccc;
213
+ padding: 8px 8px 16px;
214
+ border-top: 1px solid #bbb;
215
+ -webkit-border-bottom-left-radius: 4px;
216
+ -webkit-border-bottom-right-radius: 4px;
217
+ -moz-border-radius-bottomleft: 4px;
218
+ -moz-border-radius-bottomright: 4px;
219
+ }
220
+ #project-metadata fieldset {
221
+ border: 0;
222
+ }
223
+
224
+ #no-class-search-results {
225
+ margin: 0 auto 1em;
226
+ text-align: center;
227
+ font-size: 14px;
228
+ font-weight: bold;
229
+ color: #aaa;
230
+ }
231
+
232
+ /* @end */
233
+
234
+
235
+ /* @group Documentation Section */
236
+ #description {
237
+ font-size: 100%;
238
+ color: #333;
239
+ }
240
+
241
+ #description p {
242
+ margin: 1em 0.4em;
243
+ }
244
+
245
+ #description ul {
246
+ margin-left: 2em;
247
+ }
248
+ #description ul li {
249
+ line-height: 1.4em;
250
+ }
251
+
252
+ #description dl,
253
+ #documentation dl {
254
+ margin: 8px 1.5em;
255
+ border: 1px solid #ccc;
256
+ }
257
+ #description dl {
258
+ font-size: 14px;
259
+ }
260
+
261
+ #description dt,
262
+ #documentation dt {
263
+ padding: 2px 4px;
264
+ font-weight: bold;
265
+ background: #ddd;
266
+ }
267
+ #description dd,
268
+ #documentation dd {
269
+ padding: 2px 12px;
270
+ }
271
+ #description dd + dt,
272
+ #documentation dd + dt {
273
+ margin-top: 0.7em;
274
+ }
275
+
276
+ #documentation .section {
277
+ font-size: 90%;
278
+ }
279
+ #documentation h3.section-header {
280
+ margin-top: 2em;
281
+ padding: 0.75em 0.5em;
282
+ background-color: #dedede;
283
+ color: #333;
284
+ font-size: 150%;
285
+ border: 1px solid #bbb;
286
+ -moz-border-radius: 3px;
287
+ -webkit-border-radius: 3px;
288
+ }
289
+
290
+ #constants-list dl,
291
+ #attributes-list dl {
292
+ margin: 1em 1em 2em;
293
+ margin-bottom: 2em;
294
+ margin-top: 1em;
295
+
296
+ border: 0;
297
+ }
298
+ #constants-list dl dt,
299
+ #attributes-list dl dt {
300
+ font-weight: bold;
301
+ font-family: Monaco, "Andale Mono";
302
+ }
303
+ #constants-list dl dd,
304
+ #attributes-list dl dd {
305
+ margin: 0 0 1em 0;
306
+ }
307
+
308
+ /* @group Method Details */
309
+
310
+ #documentation .method-source-code {
311
+ display: none;
312
+ }
313
+
314
+ #documentation .method-detail {
315
+ margin: 0.5em 0;
316
+ padding: 0.5em 0;
317
+ cursor: pointer;
318
+ }
319
+ #documentation .method-detail:hover {
320
+ background-color: #f1edba;
321
+ }
322
+ #documentation .method-alias {
323
+ font-style: oblique;
324
+ }
325
+ #documentation .method-heading {
326
+ position: relative;
327
+ padding: 2px 4px 0 20px;
328
+ font-size: 125%;
329
+ font-weight: bold;
330
+ color: #333;
331
+ background: url(images/brick.png) no-repeat left bottom;
332
+ }
333
+ #documentation .method-heading a {
334
+ color: inherit;
335
+ }
336
+ #documentation .method-click-advice {
337
+ position: absolute;
338
+ top: 2px;
339
+ right: 5px;
340
+ font-size: 10px;
341
+ color: #9b9877;
342
+ visibility: hidden;
343
+ padding-right: 20px;
344
+ line-height: 20px;
345
+ background: url(images/zoom.png) no-repeat right top;
346
+ }
347
+ #documentation .method-detail:hover .method-click-advice {
348
+ visibility: visible;
349
+ }
350
+
351
+ #documentation .method-alias .method-heading {
352
+ color: #666;
353
+ background: url(images/brick_link.png) no-repeat left bottom;
354
+ }
355
+
356
+ #documentation .method-description,
357
+ #documentation .aliases {
358
+ margin: 0 20px;
359
+ line-height: 1.2em;
360
+ color: #666;
361
+ }
362
+ #documentation .aliases {
363
+ padding-top: 4px;
364
+ font-style: italic;
365
+ cursor: default;
366
+ }
367
+ #documentation .method-description p {
368
+ padding: 0;
369
+ }
370
+ #documentation .method-description p + p {
371
+ margin-bottom: 0.5em;
372
+ }
373
+
374
+ #documentation .attribute-method-heading {
375
+ background: url(images/tag_green.png) no-repeat left bottom;
376
+ }
377
+ #documentation #attribute-method-details .method-detail:hover {
378
+ background-color: transparent;
379
+ cursor: default;
380
+ }
381
+ #documentation .attribute-access-type {
382
+ font-size: 60%;
383
+ text-transform: uppercase;
384
+ vertical-align: super;
385
+ padding: 0 2px;
386
+ }
387
+ /* @end */
388
+
389
+ /* @end */
390
+
391
+
392
+
393
+ /* @group Source Code */
394
+
395
+ a.source-toggle {
396
+ font-size: 90%;
397
+ }
398
+ a.source-toggle img {
399
+
400
+ }
401
+
402
+ div.method-source-code {
403
+ background: #262626;
404
+ color: #efefef;
405
+ margin: 1em;
406
+ padding: 0.5em;
407
+ border: 1px dashed #999;
408
+ overflow: hidden;
409
+ }
410
+
411
+ div.method-source-code pre {
412
+ background: inherit;
413
+ padding: 0;
414
+ color: white;
415
+ overflow: hidden;
416
+ }
417
+
418
+ /* @group Ruby keyword styles */
419
+
420
+ .standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
421
+
422
+ .ruby-constant { color: #7fffd4; background: transparent; }
423
+ .ruby-keyword { color: #00ffff; background: transparent; }
424
+ .ruby-ivar { color: #eedd82; background: transparent; }
425
+ .ruby-operator { color: #00ffee; background: transparent; }
426
+ .ruby-identifier { color: #ffdead; background: transparent; }
427
+ .ruby-node { color: #ffa07a; background: transparent; }
428
+ .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
429
+ .ruby-regexp { color: #ffa07a; background: transparent; }
430
+ .ruby-value { color: #7fffd4; background: transparent; }
431
+
432
+ /* @end */
433
+ /* @end */
434
+
435
+
436
+ /* @group File Popup Contents */
437
+
438
+ .file #metadata {
439
+ }
440
+
441
+ .file dl {
442
+ font-size: 80%;
443
+ padding: 0.75em;
444
+ background-color: #dedede;
445
+ color: #333;
446
+ border: 1px solid #bbb;
447
+ -moz-border-radius: 3px;
448
+ -webkit-border-radius: 3px;
449
+ }
450
+ .file dt {
451
+ font-weight: bold;
452
+ padding-left: 22px;
453
+ line-height: 20px;
454
+ background: url(images/page_white_width.png) no-repeat left top;
455
+ }
456
+ .file dt.modified-date {
457
+ background: url(images/date.png) no-repeat left top;
458
+ }
459
+ .file dt.requires {
460
+ background: url(images/plugin.png) no-repeat left top;
461
+ }
462
+ .file dt.scs-url {
463
+ background: url(images/wrench.png) no-repeat left top;
464
+ }
465
+
466
+ .file dl dd {
467
+ margin: 0 0 1em 0;
468
+ }
469
+ .file #metadata dl dd ul {
470
+ list-style: circle;
471
+ margin-left: 20px;
472
+ padding-top: 0;
473
+ }
474
+ .file #metadata dl dd ul li {
475
+ }
476
+
477
+
478
+ .file h2 {
479
+ margin-top: 2em;
480
+ padding: 0.75em 0.5em;
481
+ background-color: #dedede;
482
+ color: #333;
483
+ font-size: 120%;
484
+ border: 1px solid #bbb;
485
+ -moz-border-radius: 3px;
486
+ -webkit-border-radius: 3px;
487
+ }
488
+
489
+ /* @end */
490
+
491
+
492
+
493
+
494
+ /* @group ThickBox Styles */
495
+ #TB_window {
496
+ font: 12px Arial, Helvetica, sans-serif;
497
+ color: #333333;
498
+ }
499
+
500
+ #TB_secondLine {
501
+ font: 10px Arial, Helvetica, sans-serif;
502
+ color:#666666;
503
+ }
504
+
505
+ #TB_window a:link {color: #666666;}
506
+ #TB_window a:visited {color: #666666;}
507
+ #TB_window a:hover {color: #000;}
508
+ #TB_window a:active {color: #666666;}
509
+ #TB_window a:focus{color: #666666;}
510
+
511
+ #TB_overlay {
512
+ position: fixed;
513
+ z-index:100;
514
+ top: 0px;
515
+ left: 0px;
516
+ height:100%;
517
+ width:100%;
518
+ }
519
+
520
+ .TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
521
+ .TB_overlayBG {
522
+ background-color:#000;
523
+ filter:alpha(opacity=75);
524
+ -moz-opacity: 0.75;
525
+ opacity: 0.75;
526
+ }
527
+
528
+ * html #TB_overlay { /* ie6 hack */
529
+ position: absolute;
530
+ height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
531
+ }
532
+
533
+ #TB_window {
534
+ position: fixed;
535
+ background: #ffffff;
536
+ z-index: 102;
537
+ color:#000000;
538
+ display:none;
539
+ border: 4px solid #525252;
540
+ text-align:left;
541
+ top:50%;
542
+ left:50%;
543
+ }
544
+
545
+ * html #TB_window { /* ie6 hack */
546
+ position: absolute;
547
+ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
548
+ }
549
+
550
+ #TB_window img#TB_Image {
551
+ display:block;
552
+ margin: 15px 0 0 15px;
553
+ border-right: 1px solid #ccc;
554
+ border-bottom: 1px solid #ccc;
555
+ border-top: 1px solid #666;
556
+ border-left: 1px solid #666;
557
+ }
558
+
559
+ #TB_caption{
560
+ height:25px;
561
+ padding:7px 30px 10px 25px;
562
+ float:left;
563
+ }
564
+
565
+ #TB_closeWindow{
566
+ height:25px;
567
+ padding:11px 25px 10px 0;
568
+ float:right;
569
+ }
570
+
571
+ #TB_closeAjaxWindow{
572
+ padding:7px 10px 5px 0;
573
+ margin-bottom:1px;
574
+ text-align:right;
575
+ float:right;
576
+ }
577
+
578
+ #TB_ajaxWindowTitle{
579
+ float:left;
580
+ padding:7px 0 5px 10px;
581
+ margin-bottom:1px;
582
+ font-size: 22px;
583
+ }
584
+
585
+ #TB_title{
586
+ background-color: #6C8C22;
587
+ color: #dedede;
588
+ height:40px;
589
+ }
590
+ #TB_title a {
591
+ color: white !important;
592
+ border-bottom: 1px dotted #dedede;
593
+ }
594
+
595
+ #TB_ajaxContent{
596
+ clear:both;
597
+ padding:2px 15px 15px 15px;
598
+ overflow:auto;
599
+ text-align:left;
600
+ line-height:1.4em;
601
+ }
602
+
603
+ #TB_ajaxContent.TB_modal{
604
+ padding:15px;
605
+ }
606
+
607
+ #TB_ajaxContent p{
608
+ padding:5px 0px 5px 0px;
609
+ }
610
+
611
+ #TB_load{
612
+ position: fixed;
613
+ display:none;
614
+ height:13px;
615
+ width:208px;
616
+ z-index:103;
617
+ top: 50%;
618
+ left: 50%;
619
+ margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
620
+ }
621
+
622
+ * html #TB_load { /* ie6 hack */
623
+ position: absolute;
624
+ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
625
+ }
626
+
627
+ #TB_HideSelect{
628
+ z-index:99;
629
+ position:fixed;
630
+ top: 0;
631
+ left: 0;
632
+ background-color:#fff;
633
+ border:none;
634
+ filter:alpha(opacity=0);
635
+ -moz-opacity: 0;
636
+ opacity: 0;
637
+ height:100%;
638
+ width:100%;
639
+ }
640
+
641
+ * html #TB_HideSelect { /* ie6 hack */
642
+ position: absolute;
643
+ height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
644
+ }
645
+
646
+ #TB_iframeContent{
647
+ clear:both;
648
+ border:none;
649
+ margin-bottom:-1px;
650
+ margin-top:1px;
651
+ _margin-bottom:1px;
652
+ }
653
+
654
+ /* @end */
655
+
656
+ /* @group Debugging Section */
657
+
658
+ #rdoc-debugging-section-dump {
659
+ display: none;
660
+ }
661
+
662
+
663
+
664
+ /* @end */