ogre.rb 0.1-i686-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (430) hide show
  1. data/README +79 -0
  2. data/Rakefile +288 -0
  3. data/doc_src/ogre.rb +246 -0
  4. data/doc_src/ois.rb +67 -0
  5. data/lib/application.rb +146 -0
  6. data/lib/application_frame_listener.rb +302 -0
  7. data/lib/application_loading_bar.rb +115 -0
  8. data/lib/constants.rb +51 -0
  9. data/lib/method_fixes.rb +42 -0
  10. data/lib/ogre.so +0 -0
  11. data/lib/ruby_ois.so +0 -0
  12. data/ogre.rb +25 -0
  13. data/platform.rb +23 -0
  14. data/samples/Ogre.log +261 -0
  15. data/samples/bsp.rb +76 -0
  16. data/samples/cg.dll +0 -0
  17. data/samples/grass.rb +325 -0
  18. data/samples/js3250.dll +0 -0
  19. data/samples/lighting.rb +138 -0
  20. data/samples/media/materials/programs/Grass.cg +30 -0
  21. data/samples/media/materials/programs/OffsetMapping.cg +97 -0
  22. data/samples/media/materials/programs/OffsetMapping.hlsl +135 -0
  23. data/samples/media/materials/programs/OffsetMappingFp.glsl +69 -0
  24. data/samples/media/materials/programs/OffsetMappingVp.glsl +54 -0
  25. data/samples/media/materials/programs/OffsetMapping_specular.asm +44 -0
  26. data/samples/media/materials/scripts/CloudySky.material +17 -0
  27. data/samples/media/materials/scripts/CubeMapping.material +34 -0
  28. data/samples/media/materials/scripts/Flare.material +17 -0
  29. data/samples/media/materials/scripts/Grass.material +63 -0
  30. data/samples/media/materials/scripts/Knot.material +14 -0
  31. data/samples/media/materials/scripts/MorningSkyBox.material +17 -0
  32. data/samples/media/materials/scripts/Offset.material +124 -0
  33. data/samples/media/materials/scripts/Ogre.material +119 -0
  34. data/samples/media/materials/scripts/RZR-002.material +15 -0
  35. data/samples/media/materials/scripts/Razor.material +14 -0
  36. data/samples/media/materials/scripts/Ribbon.material +19 -0
  37. data/samples/media/materials/scripts/RustySteel.material +14 -0
  38. data/samples/media/materials/scripts/SpaceSkyBox.material +17 -0
  39. data/samples/media/materials/scripts/SpaceSkyPlane.material +17 -0
  40. data/samples/media/materials/scripts/TextureEffects.material +15 -0
  41. data/samples/media/materials/scripts/dragon.material +42 -0
  42. data/samples/media/materials/scripts/smoke.material +18 -0
  43. data/samples/media/materials/textures/GreenSkin.jpg +0 -0
  44. data/samples/media/materials/textures/MtlPlat2.jpg +0 -0
  45. data/samples/media/materials/textures/RZR-002.png +0 -0
  46. data/samples/media/materials/textures/RustedMetal.jpg +0 -0
  47. data/samples/media/materials/textures/RustySteel.jpg +0 -0
  48. data/samples/media/materials/textures/Water02.jpg +0 -0
  49. data/samples/media/materials/textures/WeirdEye.png +0 -0
  50. data/samples/media/materials/textures/clouds.jpg +0 -0
  51. data/samples/media/materials/textures/cursor.png +0 -0
  52. data/samples/media/materials/textures/dirt01.jpg +0 -0
  53. data/samples/media/materials/textures/flare.png +0 -0
  54. data/samples/media/materials/textures/gras_02.png +0 -0
  55. data/samples/media/materials/textures/grass_1024.jpg +0 -0
  56. data/samples/media/materials/textures/ogreborder.png +0 -0
  57. data/samples/media/materials/textures/ogreborderUp.png +0 -0
  58. data/samples/media/materials/textures/ribbonband.png +0 -0
  59. data/samples/media/materials/textures/rockwall.tga +0 -0
  60. data/samples/media/materials/textures/rockwall_NH.tga +0 -0
  61. data/samples/media/materials/textures/smoke.png +0 -0
  62. data/samples/media/materials/textures/smokecolors.png +0 -0
  63. data/samples/media/materials/textures/spacesky.jpg +0 -0
  64. data/samples/media/materials/textures/spheremap.png +0 -0
  65. data/samples/media/materials/textures/texmap2.jpg +0 -0
  66. data/samples/media/models/RZR-002.mesh +0 -0
  67. data/samples/media/models/geosphere4500.mesh +0 -0
  68. data/samples/media/models/geosphere8000.mesh +0 -0
  69. data/samples/media/models/knot.mesh +0 -0
  70. data/samples/media/models/ogrehead.mesh +0 -0
  71. data/samples/media/models/razor.mesh +0 -0
  72. data/samples/media/models/sphere.mesh +0 -0
  73. data/samples/media/overlays/CubeMapping.overlay +139 -0
  74. data/samples/media/packs/OgreCore.zip +0 -0
  75. data/samples/media/packs/chiropteraDM.pk3 +0 -0
  76. data/samples/media/packs/chiropteraDM.txt +99 -0
  77. data/samples/media/packs/cubemap.zip +0 -0
  78. data/samples/media/packs/cubemapsJS.zip +0 -0
  79. data/samples/media/packs/dragon.zip +0 -0
  80. data/samples/media/packs/skybox.zip +0 -0
  81. data/samples/media/particles/smoke.particle +43 -0
  82. data/samples/media.cfg +22 -0
  83. data/samples/navi/Media/NaviDemo.material +60 -0
  84. data/samples/navi/Media/OgreCore.zip +0 -0
  85. data/samples/navi/Media/cerulean.jpg +0 -0
  86. data/samples/navi/Media/clouds.jpg +0 -0
  87. data/samples/navi/Media/controlsNaviMask.png +0 -0
  88. data/samples/navi/Media/grass.jpg +0 -0
  89. data/samples/navi/Media/knot.mesh +0 -0
  90. data/samples/navi/Media/testNaviMask.png +0 -0
  91. data/samples/navi/NaviLocal/Navi.js +136 -0
  92. data/samples/navi/NaviLocal/buttonBg.jpg +0 -0
  93. data/samples/navi/NaviLocal/controls.html +303 -0
  94. data/samples/navi/NaviLocal/knobBg.jpg +0 -0
  95. data/samples/navi/NaviLocal/moo.dropdownmenu.js +87 -0
  96. data/samples/navi/NaviLocal/mootools.v1.1.js +6964 -0
  97. data/samples/navi/NaviLocal/naviLogo.html +32 -0
  98. data/samples/navi/NaviLocal/naviLogo.png +0 -0
  99. data/samples/navi/NaviLocal/pageBg.jpg +0 -0
  100. data/samples/navi/NaviLocal/sliderBg.jpg +0 -0
  101. data/samples/navi/NaviLocal/test.html +5 -0
  102. data/samples/navi/NaviLocal/welcome.html +36 -0
  103. data/samples/navi/NaviLocal/welcome.png +0 -0
  104. data/samples/navi/chrome/chromelist.txt +597 -0
  105. data/samples/navi/chrome/classic.jar +0 -0
  106. data/samples/navi/chrome/classic.manifest +4 -0
  107. data/samples/navi/chrome/comm.jar +0 -0
  108. data/samples/navi/chrome/comm.manifest +2 -0
  109. data/samples/navi/chrome/en-US.jar +0 -0
  110. data/samples/navi/chrome/en-US.manifest +9 -0
  111. data/samples/navi/chrome/toolkit.jar +0 -0
  112. data/samples/navi/chrome/toolkit.manifest +6 -0
  113. data/samples/navi/components/FeedProcessor.js +1825 -0
  114. data/samples/navi/components/alerts.xpt +0 -0
  115. data/samples/navi/components/appshell.xpt +0 -0
  116. data/samples/navi/components/appstartup.xpt +0 -0
  117. data/samples/navi/components/auth.dll +0 -0
  118. data/samples/navi/components/autocomplete.xpt +0 -0
  119. data/samples/navi/components/autoconfig.dll +0 -0
  120. data/samples/navi/components/autoconfig.xpt +0 -0
  121. data/samples/navi/components/caps.xpt +0 -0
  122. data/samples/navi/components/chardet.xpt +0 -0
  123. data/samples/navi/components/chrome.xpt +0 -0
  124. data/samples/navi/components/commandhandler.xpt +0 -0
  125. data/samples/navi/components/commandlines.xpt +0 -0
  126. data/samples/navi/components/composer.xpt +0 -0
  127. data/samples/navi/components/compreg.dat +1474 -0
  128. data/samples/navi/components/content_base.xpt +0 -0
  129. data/samples/navi/components/content_html.xpt +0 -0
  130. data/samples/navi/components/content_htmldoc.xpt +0 -0
  131. data/samples/navi/components/content_xmldoc.xpt +0 -0
  132. data/samples/navi/components/content_xslt.xpt +0 -0
  133. data/samples/navi/components/content_xtf.xpt +0 -0
  134. data/samples/navi/components/directory.xpt +0 -0
  135. data/samples/navi/components/docshell_base.xpt +0 -0
  136. data/samples/navi/components/dom.xpt +0 -0
  137. data/samples/navi/components/dom_base.xpt +0 -0
  138. data/samples/navi/components/dom_canvas.xpt +0 -0
  139. data/samples/navi/components/dom_core.xpt +0 -0
  140. data/samples/navi/components/dom_css.xpt +0 -0
  141. data/samples/navi/components/dom_events.xpt +0 -0
  142. data/samples/navi/components/dom_html.xpt +0 -0
  143. data/samples/navi/components/dom_loadsave.xpt +0 -0
  144. data/samples/navi/components/dom_range.xpt +0 -0
  145. data/samples/navi/components/dom_sidebar.xpt +0 -0
  146. data/samples/navi/components/dom_storage.xpt +0 -0
  147. data/samples/navi/components/dom_stylesheets.xpt +0 -0
  148. data/samples/navi/components/dom_svg.xpt +0 -0
  149. data/samples/navi/components/dom_traversal.xpt +0 -0
  150. data/samples/navi/components/dom_views.xpt +0 -0
  151. data/samples/navi/components/dom_xbl.xpt +0 -0
  152. data/samples/navi/components/dom_xpath.xpt +0 -0
  153. data/samples/navi/components/dom_xul.xpt +0 -0
  154. data/samples/navi/components/downloads.xpt +0 -0
  155. data/samples/navi/components/editor.xpt +0 -0
  156. data/samples/navi/components/embed_base.xpt +0 -0
  157. data/samples/navi/components/extensions.xpt +0 -0
  158. data/samples/navi/components/exthandler.xpt +0 -0
  159. data/samples/navi/components/fastfind.xpt +0 -0
  160. data/samples/navi/components/feeds.xpt +0 -0
  161. data/samples/navi/components/find.xpt +0 -0
  162. data/samples/navi/components/gfx.xpt +0 -0
  163. data/samples/navi/components/gksvgrenderer.xpt +0 -0
  164. data/samples/navi/components/history.xpt +0 -0
  165. data/samples/navi/components/htmlparser.xpt +0 -0
  166. data/samples/navi/components/imglib2.xpt +0 -0
  167. data/samples/navi/components/inspector.xpt +0 -0
  168. data/samples/navi/components/intl.xpt +0 -0
  169. data/samples/navi/components/intlcmpt.xpt +0 -0
  170. data/samples/navi/components/jar.xpt +0 -0
  171. data/samples/navi/components/jsconsole-clhandler.js +170 -0
  172. data/samples/navi/components/jsconsole.xpt +0 -0
  173. data/samples/navi/components/jsdservice.xpt +0 -0
  174. data/samples/navi/components/layout_base.xpt +0 -0
  175. data/samples/navi/components/layout_printing.xpt +0 -0
  176. data/samples/navi/components/layout_xul.xpt +0 -0
  177. data/samples/navi/components/layout_xul_tree.xpt +0 -0
  178. data/samples/navi/components/locale.xpt +0 -0
  179. data/samples/navi/components/lwbrk.xpt +0 -0
  180. data/samples/navi/components/mimetype.xpt +0 -0
  181. data/samples/navi/components/mozbrwsr.xpt +0 -0
  182. data/samples/navi/components/mozfind.xpt +0 -0
  183. data/samples/navi/components/necko.xpt +0 -0
  184. data/samples/navi/components/necko_about.xpt +0 -0
  185. data/samples/navi/components/necko_cache.xpt +0 -0
  186. data/samples/navi/components/necko_cookie.xpt +0 -0
  187. data/samples/navi/components/necko_data.xpt +0 -0
  188. data/samples/navi/components/necko_dns.xpt +0 -0
  189. data/samples/navi/components/necko_file.xpt +0 -0
  190. data/samples/navi/components/necko_ftp.xpt +0 -0
  191. data/samples/navi/components/necko_http.xpt +0 -0
  192. data/samples/navi/components/necko_res.xpt +0 -0
  193. data/samples/navi/components/necko_socket.xpt +0 -0
  194. data/samples/navi/components/necko_strconv.xpt +0 -0
  195. data/samples/navi/components/necko_viewsource.xpt +0 -0
  196. data/samples/navi/components/nsCloseAllWindows.js +143 -0
  197. data/samples/navi/components/nsDefaultCLH.js +231 -0
  198. data/samples/navi/components/nsDictionary.js +148 -0
  199. data/samples/navi/components/nsExtensionManager.js +8497 -0
  200. data/samples/navi/components/nsHelperAppDlg.js +990 -0
  201. data/samples/navi/components/nsInterfaceInfoToIDL.js +590 -0
  202. data/samples/navi/components/nsKillAll.js +200 -0
  203. data/samples/navi/components/nsPostUpdateWin.js +711 -0
  204. data/samples/navi/components/nsProgressDialog.js +949 -0
  205. data/samples/navi/components/nsProxyAutoConfig.js +396 -0
  206. data/samples/navi/components/nsResetPref.js +175 -0
  207. data/samples/navi/components/nsURLFormatter.js +179 -0
  208. data/samples/navi/components/nsUpdateService.js +3074 -0
  209. data/samples/navi/components/nsXULAppInstall.js +301 -0
  210. data/samples/navi/components/nsXmlRpcClient.js +1038 -0
  211. data/samples/navi/components/oji.xpt +0 -0
  212. data/samples/navi/components/passwordmgr.xpt +0 -0
  213. data/samples/navi/components/pipboot.xpt +0 -0
  214. data/samples/navi/components/pipnss.xpt +0 -0
  215. data/samples/navi/components/plugin.xpt +0 -0
  216. data/samples/navi/components/pref.xpt +0 -0
  217. data/samples/navi/components/prefetch.xpt +0 -0
  218. data/samples/navi/components/profile.xpt +0 -0
  219. data/samples/navi/components/progressDlg.xpt +0 -0
  220. data/samples/navi/components/proxyObject.xpt +0 -0
  221. data/samples/navi/components/rdf.xpt +0 -0
  222. data/samples/navi/components/satchel.xpt +0 -0
  223. data/samples/navi/components/saxparser.xpt +0 -0
  224. data/samples/navi/components/shistory.xpt +0 -0
  225. data/samples/navi/components/storage.xpt +0 -0
  226. data/samples/navi/components/toolkitprofile.xpt +0 -0
  227. data/samples/navi/components/transformiix.dll +0 -0
  228. data/samples/navi/components/txmgr.xpt +0 -0
  229. data/samples/navi/components/txtsvc.xpt +0 -0
  230. data/samples/navi/components/uconv.xpt +0 -0
  231. data/samples/navi/components/unicharutil.xpt +0 -0
  232. data/samples/navi/components/universalchardet.dll +0 -0
  233. data/samples/navi/components/update.xpt +0 -0
  234. data/samples/navi/components/uriloader.xpt +0 -0
  235. data/samples/navi/components/urlformatter.xpt +0 -0
  236. data/samples/navi/components/webBrowser_core.xpt +0 -0
  237. data/samples/navi/components/webbrowserpersist.xpt +0 -0
  238. data/samples/navi/components/webshell_idls.xpt +0 -0
  239. data/samples/navi/components/websrvcs.dll +0 -0
  240. data/samples/navi/components/websrvcs.xpt +0 -0
  241. data/samples/navi/components/widget.xpt +0 -0
  242. data/samples/navi/components/windowds.xpt +0 -0
  243. data/samples/navi/components/windowwatcher.xpt +0 -0
  244. data/samples/navi/components/xml-rpc.xpt +0 -0
  245. data/samples/navi/components/xmlextras.dll +0 -0
  246. data/samples/navi/components/xpcom_base.xpt +0 -0
  247. data/samples/navi/components/xpcom_components.xpt +0 -0
  248. data/samples/navi/components/xpcom_ds.xpt +0 -0
  249. data/samples/navi/components/xpcom_io.xpt +0 -0
  250. data/samples/navi/components/xpcom_obsolete.xpt +0 -0
  251. data/samples/navi/components/xpcom_thread.xpt +0 -0
  252. data/samples/navi/components/xpcom_xpti.xpt +0 -0
  253. data/samples/navi/components/xpconnect.xpt +0 -0
  254. data/samples/navi/components/xpinstall.xpt +0 -0
  255. data/samples/navi/components/xpti.dat +1424 -0
  256. data/samples/navi/components/xulapp.xpt +0 -0
  257. data/samples/navi/components/xulapp_setup.xpt +0 -0
  258. data/samples/navi/components/xuldoc.xpt +0 -0
  259. data/samples/navi/components/xulrunner.xpt +0 -0
  260. data/samples/navi/components/xultmpl.xpt +0 -0
  261. data/samples/navi/components/xulutil.dll +0 -0
  262. data/samples/navi/controlsNaviMask.png +0 -0
  263. data/samples/navi/greprefs/all.js +1344 -0
  264. data/samples/navi/greprefs/security-prefs.js +69 -0
  265. data/samples/navi/greprefs/xpinstall.js +2 -0
  266. data/samples/navi/navi_demo.rb +207 -0
  267. data/samples/navi/plugins/NPSWF32.dll +0 -0
  268. data/samples/navi/plugins/flashplayer.xpt +0 -0
  269. data/samples/navi/plugins/npnul32.dll +0 -0
  270. data/samples/navi/plugins.cfg +10 -0
  271. data/samples/navi/res/EditorOverride.css +359 -0
  272. data/samples/navi/res/Thumbs.db +0 -0
  273. data/samples/navi/res/arrow.gif +0 -0
  274. data/samples/navi/res/arrowd.gif +0 -0
  275. data/samples/navi/res/bloatcycle.html +40 -0
  276. data/samples/navi/res/broken-image.gif +0 -0
  277. data/samples/navi/res/charsetData.properties +199 -0
  278. data/samples/navi/res/charsetalias.properties +517 -0
  279. data/samples/navi/res/cmessage.txt +1 -0
  280. data/samples/navi/res/dtd/xhtml11.dtd +300 -0
  281. data/samples/navi/res/entityTables/html40Latin1.properties +146 -0
  282. data/samples/navi/res/entityTables/html40Special.properties +69 -0
  283. data/samples/navi/res/entityTables/html40Symbols.properties +164 -0
  284. data/samples/navi/res/entityTables/htmlEntityVersions.properties +50 -0
  285. data/samples/navi/res/entityTables/transliterate.properties +2367 -0
  286. data/samples/navi/res/fonts/fontEncoding.properties +127 -0
  287. data/samples/navi/res/fonts/fontNameMap.properties +134 -0
  288. data/samples/navi/res/forms.css +531 -0
  289. data/samples/navi/res/grabber.gif +0 -0
  290. data/samples/navi/res/hiddenWindow.html +1 -0
  291. data/samples/navi/res/html/Thumbs.db +0 -0
  292. data/samples/navi/res/html/gopher-audio.gif +0 -0
  293. data/samples/navi/res/html/gopher-binary.gif +0 -0
  294. data/samples/navi/res/html/gopher-find.gif +0 -0
  295. data/samples/navi/res/html/gopher-image.gif +0 -0
  296. data/samples/navi/res/html/gopher-menu.gif +0 -0
  297. data/samples/navi/res/html/gopher-movie.gif +0 -0
  298. data/samples/navi/res/html/gopher-sound.gif +0 -0
  299. data/samples/navi/res/html/gopher-telnet.gif +0 -0
  300. data/samples/navi/res/html/gopher-text.gif +0 -0
  301. data/samples/navi/res/html/gopher-unknown.gif +0 -0
  302. data/samples/navi/res/html.css +478 -0
  303. data/samples/navi/res/langGroups.properties +236 -0
  304. data/samples/navi/res/language.properties +259 -0
  305. data/samples/navi/res/loading-image.gif +0 -0
  306. data/samples/navi/res/quirk.css +282 -0
  307. data/samples/navi/res/samples/Anieyes.gif +0 -0
  308. data/samples/navi/res/samples/Thumbs.db +0 -0
  309. data/samples/navi/res/samples/aform.css +69 -0
  310. data/samples/navi/res/samples/beeptest.html +18 -0
  311. data/samples/navi/res/samples/bform.css +45 -0
  312. data/samples/navi/res/samples/bg.jpg +0 -0
  313. data/samples/navi/res/samples/cform.css +40 -0
  314. data/samples/navi/res/samples/checkboxTest.xul +47 -0
  315. data/samples/navi/res/samples/demoform.css +97 -0
  316. data/samples/navi/res/samples/find.html +97 -0
  317. data/samples/navi/res/samples/gear1.gif +0 -0
  318. data/samples/navi/res/samples/image_props.html +58 -0
  319. data/samples/navi/res/samples/mozform.css +256 -0
  320. data/samples/navi/res/samples/printsetup.html +175 -0
  321. data/samples/navi/res/samples/raptor.jpg +0 -0
  322. data/samples/navi/res/samples/rock_gra.gif +0 -0
  323. data/samples/navi/res/samples/scrollbarTest1.xul +66 -0
  324. data/samples/navi/res/samples/scrollbarTest2.xul +19 -0
  325. data/samples/navi/res/samples/sliderTest1.xul +14 -0
  326. data/samples/navi/res/samples/soundtest.html +20 -0
  327. data/samples/navi/res/samples/test.wav +0 -0
  328. data/samples/navi/res/samples/test0.html +220 -0
  329. data/samples/navi/res/samples/test1.html +84 -0
  330. data/samples/navi/res/samples/test10.html +16 -0
  331. data/samples/navi/res/samples/test11.html +42 -0
  332. data/samples/navi/res/samples/test12.html +79 -0
  333. data/samples/navi/res/samples/test13.html +126 -0
  334. data/samples/navi/res/samples/test14.html +5 -0
  335. data/samples/navi/res/samples/test15.html +5 -0
  336. data/samples/navi/res/samples/test16.html +124 -0
  337. data/samples/navi/res/samples/test2.html +41 -0
  338. data/samples/navi/res/samples/test3.html +126 -0
  339. data/samples/navi/res/samples/test4.html +335 -0
  340. data/samples/navi/res/samples/test5.html +199 -0
  341. data/samples/navi/res/samples/test6.html +335 -0
  342. data/samples/navi/res/samples/test7.html +11 -0
  343. data/samples/navi/res/samples/test8-1.html +66 -0
  344. data/samples/navi/res/samples/test8.html +662 -0
  345. data/samples/navi/res/samples/test8dom.html +64 -0
  346. data/samples/navi/res/samples/test8sca.html +308 -0
  347. data/samples/navi/res/samples/test8siz.html +224 -0
  348. data/samples/navi/res/samples/test8tab.html +9 -0
  349. data/samples/navi/res/samples/test9.html +12 -0
  350. data/samples/navi/res/samples/test9a.html +39 -0
  351. data/samples/navi/res/samples/test9b.html +16 -0
  352. data/samples/navi/res/samples/test_ed.html +5 -0
  353. data/samples/navi/res/samples/test_form.html +34 -0
  354. data/samples/navi/res/samples/test_gfx.html +75 -0
  355. data/samples/navi/res/samples/test_lbox.html +100 -0
  356. data/samples/navi/res/samples/test_pr.html +87 -0
  357. data/samples/navi/res/samples/test_weight.html +45 -0
  358. data/samples/navi/res/samples/toolbarTest1.xul +51 -0
  359. data/samples/navi/res/samples/treeTest1.css +62 -0
  360. data/samples/navi/res/samples/treeTest1.xul +110 -0
  361. data/samples/navi/res/samples/xulTest.css +130 -0
  362. data/samples/navi/res/svg.css +64 -0
  363. data/samples/navi/res/table-add-column-after-active.gif +0 -0
  364. data/samples/navi/res/table-add-column-after-hover.gif +0 -0
  365. data/samples/navi/res/table-add-column-after.gif +0 -0
  366. data/samples/navi/res/table-add-column-before-active.gif +0 -0
  367. data/samples/navi/res/table-add-column-before-hover.gif +0 -0
  368. data/samples/navi/res/table-add-column-before.gif +0 -0
  369. data/samples/navi/res/table-add-row-after-active.gif +0 -0
  370. data/samples/navi/res/table-add-row-after-hover.gif +0 -0
  371. data/samples/navi/res/table-add-row-after.gif +0 -0
  372. data/samples/navi/res/table-add-row-before-active.gif +0 -0
  373. data/samples/navi/res/table-add-row-before-hover.gif +0 -0
  374. data/samples/navi/res/table-add-row-before.gif +0 -0
  375. data/samples/navi/res/table-remove-column-active.gif +0 -0
  376. data/samples/navi/res/table-remove-column-hover.gif +0 -0
  377. data/samples/navi/res/table-remove-column.gif +0 -0
  378. data/samples/navi/res/table-remove-row-active.gif +0 -0
  379. data/samples/navi/res/table-remove-row-hover.gif +0 -0
  380. data/samples/navi/res/table-remove-row.gif +0 -0
  381. data/samples/navi/res/throbber/Thumbs.db +0 -0
  382. data/samples/navi/res/throbber/anim.gif +0 -0
  383. data/samples/navi/res/throbber/anims00.gif +0 -0
  384. data/samples/navi/res/throbber/anims01.gif +0 -0
  385. data/samples/navi/res/throbber/anims02.gif +0 -0
  386. data/samples/navi/res/throbber/anims03.gif +0 -0
  387. data/samples/navi/res/throbber/anims04.gif +0 -0
  388. data/samples/navi/res/throbber/anims05.gif +0 -0
  389. data/samples/navi/res/throbber/anims06.gif +0 -0
  390. data/samples/navi/res/throbber/anims07.gif +0 -0
  391. data/samples/navi/res/throbber/anims08.gif +0 -0
  392. data/samples/navi/res/throbber/anims09.gif +0 -0
  393. data/samples/navi/res/throbber/anims10.gif +0 -0
  394. data/samples/navi/res/throbber/anims11.gif +0 -0
  395. data/samples/navi/res/throbber/anims12.gif +0 -0
  396. data/samples/navi/res/throbber/anims13.gif +0 -0
  397. data/samples/navi/res/throbber/anims14.gif +0 -0
  398. data/samples/navi/res/throbber/anims15.gif +0 -0
  399. data/samples/navi/res/throbber/anims16.gif +0 -0
  400. data/samples/navi/res/throbber/anims17.gif +0 -0
  401. data/samples/navi/res/throbber/anims18.gif +0 -0
  402. data/samples/navi/res/throbber/anims19.gif +0 -0
  403. data/samples/navi/res/throbber/anims20.gif +0 -0
  404. data/samples/navi/res/throbber/anims21.gif +0 -0
  405. data/samples/navi/res/throbber/anims22.gif +0 -0
  406. data/samples/navi/res/throbber/anims23.gif +0 -0
  407. data/samples/navi/res/throbber/anims24.gif +0 -0
  408. data/samples/navi/res/throbber/anims25.gif +0 -0
  409. data/samples/navi/res/throbber/anims26.gif +0 -0
  410. data/samples/navi/res/throbber/anims27.gif +0 -0
  411. data/samples/navi/res/throbber/anims28.gif +0 -0
  412. data/samples/navi/res/throbber/anims29.gif +0 -0
  413. data/samples/navi/res/ua.css +235 -0
  414. data/samples/navi/res/viewer.properties +1 -0
  415. data/samples/navi/res/viewsource.css +118 -0
  416. data/samples/navi/res/wincharset.properties +55 -0
  417. data/samples/navi/resources.cfg +14 -0
  418. data/samples/navi/testNaviMask.png +0 -0
  419. data/samples/ogre.cfg +8 -0
  420. data/samples/plugins.cfg +11 -0
  421. data/samples/quake3settings.cfg +2 -0
  422. data/samples/render_run_log.5796 +891 -0
  423. data/samples/render_to_texture.rb +161 -0
  424. data/samples/resources.cfg +16 -0
  425. data/samples/sky_box.rb +107 -0
  426. data/samples/sky_dome.rb +86 -0
  427. data/samples/sky_plane.rb +27 -0
  428. data/samples/smoke.rb +23 -0
  429. data/samples/work/cube_mapping.rb +686 -0
  430. metadata +500 -0
@@ -0,0 +1,300 @@
1
+ <!-- ***** BEGIN LICENSE BLOCK *****
2
+ - Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
+ -
4
+ - The contents of this file are subject to the Mozilla Public License Version
5
+ - 1.1 (the "License"); you may not use this file except in compliance with
6
+ - the License. You may obtain a copy of the License at
7
+ - http://www.mozilla.org/MPL/
8
+ -
9
+ - Software distributed under the License is distributed on an "AS IS" basis,
10
+ - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
+ - for the specific language governing rights and limitations under the
12
+ - License.
13
+ -
14
+ - The Original Code is mozilla.org code.
15
+ -
16
+ - The Initial Developer of the Original Code is
17
+ - Netscape Communications Corporation.
18
+ - Portions created by the Initial Developer are Copyright (C) 2000
19
+ - the Initial Developer. All Rights Reserved.
20
+ -
21
+ - Contributor(s):
22
+ -
23
+ - Alternatively, the contents of this file may be used under the terms of
24
+ - either the GNU General Public License Version 2 or later (the "GPL"), or
25
+ - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26
+ - in which case the provisions of the GPL or the LGPL are applicable instead
27
+ - of those above. If you wish to allow use of your version of this file only
28
+ - under the terms of either the GPL or the LGPL, and not to allow others to
29
+ - use your version of this file under the terms of the MPL, indicate your
30
+ - decision by deleting the provisions above and replace them with the notice
31
+ - and other provisions required by the LGPL or the GPL. If you do not delete
32
+ - the provisions above, a recipient may use your version of this file under
33
+ - the terms of any one of the MPL, the GPL or the LGPL.
34
+ -
35
+ - ***** END LICENSE BLOCK ***** -->
36
+
37
+
38
+ <!--
39
+ * Predefined HTML entities to be loaded when parsing XHTML documents.
40
+ * The contents match mozilla/parser/htmlparser/src/nsHTMLEntityList.h,
41
+ * except that Navigator entity extensions are not included.
42
+ -->
43
+
44
+ <!-- ISO 8859-1 entities -->
45
+ <!ENTITY nbsp "&#160;">
46
+ <!ENTITY iexcl "&#161;">
47
+ <!ENTITY cent "&#162;">
48
+ <!ENTITY pound "&#163;">
49
+ <!ENTITY curren "&#164;">
50
+ <!ENTITY yen "&#165;">
51
+ <!ENTITY brvbar "&#166;">
52
+ <!ENTITY sect "&#167;">
53
+ <!ENTITY uml "&#168;">
54
+ <!ENTITY copy "&#169;">
55
+ <!ENTITY ordf "&#170;">
56
+ <!ENTITY laquo "&#171;">
57
+ <!ENTITY not "&#172;">
58
+ <!ENTITY shy "&#173;">
59
+ <!ENTITY reg "&#174;">
60
+ <!ENTITY macr "&#175;">
61
+ <!ENTITY deg "&#176;">
62
+ <!ENTITY plusmn "&#177;">
63
+ <!ENTITY sup2 "&#178;">
64
+ <!ENTITY sup3 "&#179;">
65
+ <!ENTITY acute "&#180;">
66
+ <!ENTITY micro "&#181;">
67
+ <!ENTITY para "&#182;">
68
+ <!ENTITY middot "&#183;">
69
+ <!ENTITY cedil "&#184;">
70
+ <!ENTITY sup1 "&#185;">
71
+ <!ENTITY ordm "&#186;">
72
+ <!ENTITY raquo "&#187;">
73
+ <!ENTITY frac14 "&#188;">
74
+ <!ENTITY frac12 "&#189;">
75
+ <!ENTITY frac34 "&#190;">
76
+ <!ENTITY iquest "&#191;">
77
+ <!ENTITY Agrave "&#192;">
78
+ <!ENTITY Aacute "&#193;">
79
+ <!ENTITY Acirc "&#194;">
80
+ <!ENTITY Atilde "&#195;">
81
+ <!ENTITY Auml "&#196;">
82
+ <!ENTITY Aring "&#197;">
83
+ <!ENTITY AElig "&#198;">
84
+ <!ENTITY Ccedil "&#199;">
85
+ <!ENTITY Egrave "&#200;">
86
+ <!ENTITY Eacute "&#201;">
87
+ <!ENTITY Ecirc "&#202;">
88
+ <!ENTITY Euml "&#203;">
89
+ <!ENTITY Igrave "&#204;">
90
+ <!ENTITY Iacute "&#205;">
91
+ <!ENTITY Icirc "&#206;">
92
+ <!ENTITY Iuml "&#207;">
93
+ <!ENTITY ETH "&#208;">
94
+ <!ENTITY Ntilde "&#209;">
95
+ <!ENTITY Ograve "&#210;">
96
+ <!ENTITY Oacute "&#211;">
97
+ <!ENTITY Ocirc "&#212;">
98
+ <!ENTITY Otilde "&#213;">
99
+ <!ENTITY Ouml "&#214;">
100
+ <!ENTITY times "&#215;">
101
+ <!ENTITY Oslash "&#216;">
102
+ <!ENTITY Ugrave "&#217;">
103
+ <!ENTITY Uacute "&#218;">
104
+ <!ENTITY Ucirc "&#219;">
105
+ <!ENTITY Uuml "&#220;">
106
+ <!ENTITY Yacute "&#221;">
107
+ <!ENTITY THORN "&#222;">
108
+ <!ENTITY szlig "&#223;">
109
+ <!ENTITY agrave "&#224;">
110
+ <!ENTITY aacute "&#225;">
111
+ <!ENTITY acirc "&#226;">
112
+ <!ENTITY atilde "&#227;">
113
+ <!ENTITY auml "&#228;">
114
+ <!ENTITY aring "&#229;">
115
+ <!ENTITY aelig "&#230;">
116
+ <!ENTITY ccedil "&#231;">
117
+ <!ENTITY egrave "&#232;">
118
+ <!ENTITY eacute "&#233;">
119
+ <!ENTITY ecirc "&#234;">
120
+ <!ENTITY euml "&#235;">
121
+ <!ENTITY igrave "&#236;">
122
+ <!ENTITY iacute "&#237;">
123
+ <!ENTITY icirc "&#238;">
124
+ <!ENTITY iuml "&#239;">
125
+ <!ENTITY eth "&#240;">
126
+ <!ENTITY ntilde "&#241;">
127
+ <!ENTITY ograve "&#242;">
128
+ <!ENTITY oacute "&#243;">
129
+ <!ENTITY ocirc "&#244;">
130
+ <!ENTITY otilde "&#245;">
131
+ <!ENTITY ouml "&#246;">
132
+ <!ENTITY divide "&#247;">
133
+ <!ENTITY oslash "&#248;">
134
+ <!ENTITY ugrave "&#249;">
135
+ <!ENTITY uacute "&#250;">
136
+ <!ENTITY ucirc "&#251;">
137
+ <!ENTITY uuml "&#252;">
138
+ <!ENTITY yacute "&#253;">
139
+ <!ENTITY thorn "&#254;">
140
+ <!ENTITY yuml "&#255;">
141
+
142
+ <!-- Mathematical symbols and Greek letters -->
143
+ <!ENTITY fnof "&#402;">
144
+ <!ENTITY Alpha "&#913;">
145
+ <!ENTITY Beta "&#914;">
146
+ <!ENTITY Gamma "&#915;">
147
+ <!ENTITY Delta "&#916;">
148
+ <!ENTITY Epsilon "&#917;">
149
+ <!ENTITY Zeta "&#918;">
150
+ <!ENTITY Eta "&#919;">
151
+ <!ENTITY Theta "&#920;">
152
+ <!ENTITY Iota "&#921;">
153
+ <!ENTITY Kappa "&#922;">
154
+ <!ENTITY Lambda "&#923;">
155
+ <!ENTITY Mu "&#924;">
156
+ <!ENTITY Nu "&#925;">
157
+ <!ENTITY Xi "&#926;">
158
+ <!ENTITY Omicron "&#927;">
159
+ <!ENTITY Pi "&#928;">
160
+ <!ENTITY Rho "&#929;">
161
+ <!ENTITY Sigma "&#931;">
162
+ <!ENTITY Tau "&#932;">
163
+ <!ENTITY Upsilon "&#933;">
164
+ <!ENTITY Phi "&#934;">
165
+ <!ENTITY Chi "&#935;">
166
+ <!ENTITY Psi "&#936;">
167
+ <!ENTITY Omega "&#937;">
168
+ <!ENTITY alpha "&#x03B1;">
169
+ <!ENTITY beta "&#946;">
170
+ <!ENTITY gamma "&#947;">
171
+ <!ENTITY delta "&#948;">
172
+ <!ENTITY epsilon "&#949;">
173
+ <!ENTITY zeta "&#950;">
174
+ <!ENTITY eta "&#951;">
175
+ <!ENTITY theta "&#952;">
176
+ <!ENTITY iota "&#953;">
177
+ <!ENTITY kappa "&#954;">
178
+ <!ENTITY lambda "&#955;">
179
+ <!ENTITY mu "&#956;">
180
+ <!ENTITY nu "&#957;">
181
+ <!ENTITY xi "&#958;">
182
+ <!ENTITY omicron "&#959;">
183
+ <!ENTITY pi "&#960;">
184
+ <!ENTITY rho "&#961;">
185
+ <!ENTITY sigmaf "&#962;">
186
+ <!ENTITY sigma "&#963;">
187
+ <!ENTITY tau "&#964;">
188
+ <!ENTITY upsilon "&#965;">
189
+ <!ENTITY phi "&#966;">
190
+ <!ENTITY chi "&#967;">
191
+ <!ENTITY psi "&#968;">
192
+ <!ENTITY omega "&#969;">
193
+ <!ENTITY thetasym "&#977;">
194
+ <!ENTITY upsih "&#978;">
195
+ <!ENTITY piv "&#982;">
196
+ <!ENTITY bull "&#8226;">
197
+ <!ENTITY hellip "&#8230;">
198
+ <!ENTITY prime "&#8242;">
199
+ <!ENTITY Prime "&#8243;">
200
+ <!ENTITY oline "&#8254;">
201
+ <!ENTITY frasl "&#8260;">
202
+ <!ENTITY weierp "&#8472;">
203
+ <!ENTITY image "&#8465;">
204
+ <!ENTITY real "&#8476;">
205
+ <!ENTITY trade "&#8482;">
206
+ <!ENTITY alefsym "&#8501;">
207
+ <!ENTITY larr "&#8592;">
208
+ <!ENTITY uarr "&#8593;">
209
+ <!ENTITY rarr "&#8594;">
210
+ <!ENTITY darr "&#8595;">
211
+ <!ENTITY harr "&#8596;">
212
+ <!ENTITY crarr "&#8629;">
213
+ <!ENTITY lArr "&#8656;">
214
+ <!ENTITY uArr "&#8657;">
215
+ <!ENTITY rArr "&#8658;">
216
+ <!ENTITY dArr "&#8659;">
217
+ <!ENTITY hArr "&#8660;">
218
+ <!ENTITY forall "&#8704;">
219
+ <!ENTITY part "&#8706;">
220
+ <!ENTITY exist "&#8707;">
221
+ <!ENTITY empty "&#8709;">
222
+ <!ENTITY nabla "&#8711;">
223
+ <!ENTITY isin "&#8712;">
224
+ <!ENTITY notin "&#8713;">
225
+ <!ENTITY ni "&#8715;">
226
+ <!ENTITY prod "&#8719;">
227
+ <!ENTITY sum "&#8721;">
228
+ <!ENTITY minus "&#8722;">
229
+ <!ENTITY lowast "&#8727;">
230
+ <!ENTITY radic "&#8730;">
231
+ <!ENTITY prop "&#8733;">
232
+ <!ENTITY infin "&#8734;">
233
+ <!ENTITY ang "&#8736;">
234
+ <!ENTITY and "&#8743;">
235
+ <!ENTITY or "&#8744;">
236
+ <!ENTITY cap "&#8745;">
237
+ <!ENTITY cup "&#8746;">
238
+ <!ENTITY int "&#8747;">
239
+ <!ENTITY there4 "&#8756;">
240
+ <!ENTITY sim "&#8764;">
241
+ <!ENTITY cong "&#8773;">
242
+ <!ENTITY asymp "&#8776;">
243
+ <!ENTITY ne "&#8800;">
244
+ <!ENTITY equiv "&#8801;">
245
+ <!ENTITY le "&#8804;">
246
+ <!ENTITY ge "&#8805;">
247
+ <!ENTITY sub "&#8834;">
248
+ <!ENTITY sup "&#8835;">
249
+ <!ENTITY nsub "&#8836;">
250
+ <!ENTITY sube "&#8838;">
251
+ <!ENTITY supe "&#8839;">
252
+ <!ENTITY oplus "&#8853;">
253
+ <!ENTITY otimes "&#8855;">
254
+ <!ENTITY perp "&#8869;">
255
+ <!ENTITY sdot "&#8901;">
256
+ <!ENTITY lceil "&#8968;">
257
+ <!ENTITY rceil "&#8969;">
258
+ <!ENTITY lfloor "&#8970;">
259
+ <!ENTITY rfloor "&#8971;">
260
+ <!ENTITY lang "&#9001;">
261
+ <!ENTITY rang "&#9002;">
262
+ <!ENTITY loz "&#9674;">
263
+ <!ENTITY spades "&#9824;">
264
+ <!ENTITY clubs "&#9827;">
265
+ <!ENTITY hearts "&#9829;">
266
+ <!ENTITY diams "&#9830;">
267
+
268
+ <!-- Markup-significant and internationalization characters -->
269
+ <!ENTITY quot "&#34;">
270
+ <!ENTITY amp "&#38;">
271
+ <!ENTITY lt "&#60;">
272
+ <!ENTITY gt "&#62;">
273
+ <!ENTITY OElig "&#338;">
274
+ <!ENTITY oelig "&#339;">
275
+ <!ENTITY Scaron "&#352;">
276
+ <!ENTITY scaron "&#353;">
277
+ <!ENTITY Yuml "&#376;">
278
+ <!ENTITY circ "&#710;">
279
+ <!ENTITY tilde "&#732;">
280
+ <!ENTITY ensp "&#8194;">
281
+ <!ENTITY emsp "&#8195;">
282
+ <!ENTITY thinsp "&#8201;">
283
+ <!ENTITY zwnj "&#8204;">
284
+ <!ENTITY zwj "&#8205;">
285
+ <!ENTITY lrm "&#8206;">
286
+ <!ENTITY rlm "&#8207;">
287
+ <!ENTITY ndash "&#8211;">
288
+ <!ENTITY mdash "&#8212;">
289
+ <!ENTITY lsquo "&#8216;">
290
+ <!ENTITY rsquo "&#8217;">
291
+ <!ENTITY sbquo "&#8218;">
292
+ <!ENTITY ldquo "&#8220;">
293
+ <!ENTITY rdquo "&#8221;">
294
+ <!ENTITY bdquo "&#8222;">
295
+ <!ENTITY dagger "&#8224;">
296
+ <!ENTITY Dagger "&#8225;">
297
+ <!ENTITY permil "&#8240;">
298
+ <!ENTITY lsaquo "&#8249;">
299
+ <!ENTITY rsaquo "&#8250;">
300
+ <!ENTITY euro "&#8364;">
@@ -0,0 +1,146 @@
1
+ # ***** BEGIN LICENSE BLOCK *****
2
+ # Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
+ #
4
+ # The contents of this file are subject to the Mozilla Public License Version
5
+ # 1.1 (the "License"); you may not use this file except in compliance with
6
+ # the License. You may obtain a copy of the License at
7
+ # http://www.mozilla.org/MPL/
8
+ #
9
+ # Software distributed under the License is distributed on an "AS IS" basis,
10
+ # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
+ # for the specific language governing rights and limitations under the
12
+ # License.
13
+ #
14
+ # The Original Code is mozilla.org code.
15
+ #
16
+ # The Initial Developer of the Original Code is Netscape
17
+ # Communications Corporation. Portions created by Netscape are
18
+ # Copyright (C) 1999 Netscape Communications Corporation. All
19
+ # Rights Reserved.
20
+ #
21
+ # Contributor(s):
22
+ #
23
+ # Alternatively, the contents of this file may be used under the terms of
24
+ # either the GNU General Public License Version 2 or later (the "GPL"), or
25
+ # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26
+ # in which case the provisions of the GPL or the LGPL are applicable instead
27
+ # of those above. If you wish to allow use of your version of this file only
28
+ # under the terms of either the GPL or the LGPL, and not to allow others to
29
+ # use your version of this file under the terms of the MPL, indicate your
30
+ # decision by deleting the provisions above and replace them with the notice
31
+ # and other provisions required by the GPL or the LGPL. If you do not delete
32
+ # the provisions above, a recipient may use your version of this file under
33
+ # the terms of any one of the MPL, the GPL or the LGPL.
34
+ #
35
+ # ***** END LICENSE BLOCK *****
36
+
37
+ # LOCALIZATION NOTE FILE
38
+ # This file contains names that assign html elements to
39
+ # ascii codepoints. Do not translate any of the "entities" in
40
+ # this file.
41
+
42
+ entity.list.name=html40Latin1
43
+ entity.160=&nbsp;
44
+ entity.161=&iexcl;
45
+ entity.162=&cent;
46
+ entity.163=&pound;
47
+ entity.164=&curren;
48
+ entity.165=&yen;
49
+ entity.166=&brvbar;
50
+ entity.167=&sect;
51
+ entity.168=&uml;
52
+ entity.169=&copy;
53
+ entity.170=&ordf;
54
+ entity.171=&laquo;
55
+ entity.172=&not;
56
+ entity.173=&shy;
57
+ entity.174=&reg;
58
+ entity.175=&macr;
59
+ entity.176=&deg;
60
+ entity.177=&plusmn;
61
+ entity.178=&sup2;
62
+ entity.179=&sup3;
63
+ entity.180=&acute;
64
+ entity.181=&micro;
65
+ entity.182=&para;
66
+ entity.183=&middot;
67
+ entity.184=&cedil;
68
+ entity.185=&sup1;
69
+ entity.186=&ordm;
70
+ entity.187=&raquo;
71
+ entity.188=&frac14;
72
+ entity.189=&frac12;
73
+ entity.190=&frac34;
74
+ entity.191=&iquest;
75
+ entity.192=&Agrave;
76
+ entity.193=&Aacute;
77
+ entity.194=&Acirc;
78
+ entity.195=&Atilde;
79
+ entity.196=&Auml;
80
+ entity.197=&Aring;
81
+ entity.198=&AElig;
82
+ entity.199=&Ccedil;
83
+ entity.200=&Egrave;
84
+ entity.201=&Eacute;
85
+ entity.202=&Ecirc;
86
+ entity.203=&Euml;
87
+ entity.204=&Igrave;
88
+ entity.205=&Iacute;
89
+ entity.206=&Icirc;
90
+ entity.207=&Iuml;
91
+ entity.208=&ETH;
92
+ entity.209=&Ntilde;
93
+ entity.210=&Ograve;
94
+ entity.211=&Oacute;
95
+ entity.212=&Ocirc;
96
+ entity.213=&Otilde;
97
+ entity.214=&Ouml;
98
+ entity.215=&times;
99
+ entity.216=&Oslash;
100
+ entity.217=&Ugrave;
101
+ entity.218=&Uacute;
102
+ entity.219=&Ucirc;
103
+ entity.220=&Uuml;
104
+ entity.221=&Yacute;
105
+ entity.222=&THORN;
106
+ entity.223=&szlig;
107
+ entity.224=&agrave;
108
+ entity.225=&aacute;
109
+ entity.226=&acirc;
110
+ entity.227=&atilde;
111
+ entity.228=&auml;
112
+ entity.229=&aring;
113
+ entity.230=&aelig;
114
+ entity.231=&ccedil;
115
+ entity.232=&egrave;
116
+ entity.233=&eacute;
117
+ entity.234=&ecirc;
118
+ entity.235=&euml;
119
+ entity.236=&igrave;
120
+ entity.237=&iacute;
121
+ entity.238=&icirc;
122
+ entity.239=&iuml;
123
+ entity.240=&eth;
124
+ entity.241=&ntilde;
125
+ entity.242=&ograve;
126
+ entity.243=&oacute;
127
+ entity.244=&ocirc;
128
+ entity.245=&otilde;
129
+ entity.246=&ouml;
130
+ entity.247=&divide;
131
+ entity.248=&oslash;
132
+ entity.249=&ugrave;
133
+ entity.250=&uacute;
134
+ entity.251=&ucirc;
135
+ entity.252=&uuml;
136
+ entity.253=&yacute;
137
+ entity.254=&thorn;
138
+ entity.255=&yuml;
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
@@ -0,0 +1,69 @@
1
+ # ***** BEGIN LICENSE BLOCK *****
2
+ # Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
+ #
4
+ # The contents of this file are subject to the Mozilla Public License Version
5
+ # 1.1 (the "License"); you may not use this file except in compliance with
6
+ # the License. You may obtain a copy of the License at
7
+ # http://www.mozilla.org/MPL/
8
+ #
9
+ # Software distributed under the License is distributed on an "AS IS" basis,
10
+ # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
+ # for the specific language governing rights and limitations under the
12
+ # License.
13
+ #
14
+ # The Original Code is mozilla.org code.
15
+ #
16
+ # The Initial Developer of the Original Code is
17
+ # Netscape Communications Corporation.
18
+ # Portions created by the Initial Developer are Copyright (C) 1999
19
+ # the Initial Developer. All Rights Reserved.
20
+ #
21
+ # Contributor(s):
22
+ #
23
+ # Alternatively, the contents of this file may be used under the terms of
24
+ # either the GNU General Public License Version 2 or later (the "GPL"), or
25
+ # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26
+ # in which case the provisions of the GPL or the LGPL are applicable instead
27
+ # of those above. If you wish to allow use of your version of this file only
28
+ # under the terms of either the GPL or the LGPL, and not to allow others to
29
+ # use your version of this file under the terms of the MPL, indicate your
30
+ # decision by deleting the provisions above and replace them with the notice
31
+ # and other provisions required by the GPL or the LGPL. If you do not delete
32
+ # the provisions above, a recipient may use your version of this file under
33
+ # the terms of any one of the MPL, the GPL or the LGPL.
34
+ #
35
+ # ***** END LICENSE BLOCK *****
36
+
37
+ # LOCALIZATION NOTE: FILE
38
+ # This file contains names that assign entity references to
39
+ # numbers in an entity.list object. Do not translate this file.
40
+
41
+ entity.list.name=html40Special
42
+ entity.338=&OElig;
43
+ entity.339=&oelig;
44
+ entity.352=&Scaron;
45
+ entity.353=&scaron;
46
+ entity.376=&Yuml;
47
+ entity.710=&circ;
48
+ entity.732=&tilde;
49
+ entity.8194=&ensp;
50
+ entity.8195=&emsp;
51
+ entity.8201=&thinsp;
52
+ entity.8204=&zwnj;
53
+ entity.8205=&zwj;
54
+ entity.8206=&lrm;
55
+ entity.8207=&rlm;
56
+ entity.8211=&ndash;
57
+ entity.8212=&mdash;
58
+ entity.8216=&lsquo;
59
+ entity.8217=&rsquo;
60
+ entity.8218=&sbquo;
61
+ entity.8220=&ldquo;
62
+ entity.8221=&rdquo;
63
+ entity.8222=&bdquo;
64
+ entity.8224=&dagger;
65
+ entity.8225=&Dagger;
66
+ entity.8240=&permil;
67
+ entity.8249=&lsaquo;
68
+ entity.8250=&rsaquo;
69
+ entity.8364=&euro;
@@ -0,0 +1,164 @@
1
+ # ***** BEGIN LICENSE BLOCK *****
2
+ # Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
+ #
4
+ # The contents of this file are subject to the Mozilla Public License Version
5
+ # 1.1 (the "License"); you may not use this file except in compliance with
6
+ # the License. You may obtain a copy of the License at
7
+ # http://www.mozilla.org/MPL/
8
+ #
9
+ # Software distributed under the License is distributed on an "AS IS" basis,
10
+ # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
+ # for the specific language governing rights and limitations under the
12
+ # License.
13
+ #
14
+ # The Original Code is mozilla.org code.
15
+ #
16
+ # The Initial Developer of the Original Code is
17
+ # Netscape Communications Corporation.
18
+ # Portions created by the Initial Developer are Copyright (C) 1999
19
+ # the Initial Developer. All Rights Reserved.
20
+ #
21
+ # Contributor(s):
22
+ #
23
+ # Alternatively, the contents of this file may be used under the terms of
24
+ # either the GNU General Public License Version 2 or later (the "GPL"), or
25
+ # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
26
+ # in which case the provisions of the GPL or the LGPL are applicable instead
27
+ # of those above. If you wish to allow use of your version of this file only
28
+ # under the terms of either the GPL or the LGPL, and not to allow others to
29
+ # use your version of this file under the terms of the MPL, indicate your
30
+ # decision by deleting the provisions above and replace them with the notice
31
+ # and other provisions required by the GPL or the LGPL. If you do not delete
32
+ # the provisions above, a recipient may use your version of this file under
33
+ # the terms of any one of the MPL, the GPL or the LGPL.
34
+ #
35
+ # ***** END LICENSE BLOCK *****
36
+
37
+ # LOCALIZATION NOTE FILE
38
+ # Do not translate this file.
39
+
40
+ entity.list.name=html40Symbols
41
+ entity.402=&fnof;
42
+ entity.913=&Alpha;
43
+ entity.914=&Beta;
44
+ entity.915=&Gamma;
45
+ entity.916=&Delta;
46
+ entity.917=&Epsilon;
47
+ entity.918=&Zeta;
48
+ entity.919=&Eta;
49
+ entity.920=&Theta;
50
+ entity.921=&Iota;
51
+ entity.922=&Kappa;
52
+ entity.923=&Lambda;
53
+ entity.924=&Mu;
54
+ entity.925=&Nu;
55
+ entity.926=&Xi;
56
+ entity.927=&Omicron;
57
+ entity.928=&Pi;
58
+ entity.929=&Rho;
59
+ entity.931=&Sigma;
60
+ entity.932=&Tau;
61
+ entity.933=&Upsilon;
62
+ entity.934=&Phi;
63
+ entity.935=&Chi;
64
+ entity.936=&Psi;
65
+ entity.937=&Omega;
66
+ entity.945=&alpha;
67
+ entity.946=&beta;
68
+ entity.947=&gamma;
69
+ entity.948=&delta;
70
+ entity.949=&epsilon;
71
+ entity.950=&zeta;
72
+ entity.951=&eta;
73
+ entity.952=&theta;
74
+ entity.953=&iota;
75
+ entity.954=&kappa;
76
+ entity.955=&lambda;
77
+ entity.956=&mu;
78
+ entity.957=&nu;
79
+ entity.958=&xi;
80
+ entity.959=&omicron;
81
+ entity.960=&pi;
82
+ entity.961=&rho;
83
+ entity.962=&sigmaf;
84
+ entity.963=&sigma;
85
+ entity.964=&tau;
86
+ entity.965=&upsilon;
87
+ entity.966=&phi;
88
+ entity.967=&chi;
89
+ entity.968=&psi;
90
+ entity.969=&omega;
91
+ entity.977=&thetasym;
92
+ entity.978=&upsih;
93
+ entity.982=&piv;
94
+ entity.8226=&bull;
95
+ entity.8230=&hellip;
96
+ entity.8242=&prime;
97
+ entity.8243=&Prime;
98
+ entity.8254=&oline;
99
+ entity.8260=&frasl;
100
+ entity.8472=&weierp;
101
+ entity.8465=&image;
102
+ entity.8476=&real;
103
+ entity.8482=&trade;
104
+ entity.8501=&alefsym;
105
+ entity.8592=&larr;
106
+ entity.8593=&uarr;
107
+ entity.8594=&rarr;
108
+ entity.8595=&darr;
109
+ entity.8596=&harr;
110
+ entity.8629=&crarr;
111
+ entity.8656=&lArr;
112
+ entity.8657=&uArr;
113
+ entity.8658=&rArr;
114
+ entity.8659=&dArr;
115
+ entity.8660=&hArr;
116
+ entity.8704=&forall;
117
+ entity.8706=&part;
118
+ entity.8707=&exist;
119
+ entity.8709=&empty;
120
+ entity.8711=&nabla;
121
+ entity.8712=&isin;
122
+ entity.8713=&notin;
123
+ entity.8715=&ni;
124
+ entity.8719=&prod;
125
+ entity.8721=&sum;
126
+ entity.8722=&minus;
127
+ entity.8727=&lowast;
128
+ entity.8730=&radic;
129
+ entity.8733=&prop;
130
+ entity.8734=&infin;
131
+ entity.8736=&ang;
132
+ entity.8743=&and;
133
+ entity.8744=&or;
134
+ entity.8745=&cap;
135
+ entity.8746=&cup;
136
+ entity.8747=&int;
137
+ entity.8756=&there4;
138
+ entity.8764=&sim;
139
+ entity.8773=&cong;
140
+ entity.8776=&asymp;
141
+ entity.8800=&ne;
142
+ entity.8801=&equiv;
143
+ entity.8804=&le;
144
+ entity.8805=&ge;
145
+ entity.8834=&sub;
146
+ entity.8835=&sup;
147
+ entity.8836=&nsub;
148
+ entity.8838=&sube;
149
+ entity.8839=&supe;
150
+ entity.8853=&oplus;
151
+ entity.8855=&otimes;
152
+ entity.8869=&perp;
153
+ entity.8901=&sdot;
154
+ entity.8968=&lceil;
155
+ entity.8969=&rceil;
156
+ entity.8970=&lfloor;
157
+ entity.8971=&rfloor;
158
+ entity.9001=&lang;
159
+ entity.9002=&rang;
160
+ entity.9674=&loz;
161
+ entity.9824=&spades;
162
+ entity.9827=&clubs;
163
+ entity.9829=&hearts;
164
+ entity.9830=&diams;